Jump to content

Kenta7777

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by Kenta7777

  1. Hello, Launcher/pack Version: tekkit 2.1 Operating System: win 7 x64 Version of Java: i don't know Description of Problem: the serveur crast Error Messages: after Link to pastebin of log: When i connect in my tekkit server, the server crash and this is the logs : >16:18:48 [sEVERE] java.lang.NullPointerException >16:18:48 [sEVERE] at net.minecraft.server.ItemStack.doMaterialsMatch(ItemStack.java:243) >16:18:48 [sEVERE] at ee.TileCondenser.extractItem(TileCondenser.java:539) >16:18:48 [sEVERE] at buildcraft.transport.pipes.PipeItemsWood.checkExtract(PipeItemsWood.java:111) >16:18:48 [sEVERE] at buildcraft.transport.pipes.PipeItemsWood.doWork(PipeItemsWood.java:90) >16:18:48 [sEVERE] at buildcraft.transport.TileGenericPipe.doWork(TileGenericPipe.java:159) >16:18:48 [sEVERE] at buildcraft.api.PowerProvider.update(PowerProvider.java:52) >16:18:48 [sEVERE] at buildcraft.transport.TileGenericPipe.l_(TileGenericPipe.java:108) >16:18:48 [sEVERE] at net.minecraft.server.World.tickEntities(World.java:1182) >16:18:48 [sEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:534) >16:18:48 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441) >16:18:48 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:465) >16:18:48 [sEVERE] Unexpected exception java.lang.NullPointerException at net.minecraft.server.ItemStack.doMaterialsMatch(ItemStack.java:243) at ee.TileCondenser.extractItem(TileCondenser.java:539) at buildcraft.transport.pipes.PipeItemsWood.checkExtract(PipeItemsWood.java:111) at buildcraft.transport.pipes.PipeItemsWood.doWork(PipeItemsWood.java:90) at buildcraft.transport.TileGenericPipe.doWork(TileGenericPipe.java:159) at buildcraft.api.PowerProvider.update(PowerProvider.java:52) at buildcraft.transport.TileGenericPipe.l_(TileGenericPipe.java:108) at net.minecraft.server.World.tickEntities(World.java:1182) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:534) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441) at net.minecraft.server.ThreadServerApplication.run(SourceFile:465) What is th problem ?
  2. This config is it good ? : http://pastebin.com/h4Z5Fd0V
  3. Finaly I use modify world but it does not works. My permissions.yml : users: [buildcraft]: group: - Buildcraft Kenta7777: group: - Admin groups: Visiteur: prefix: '&0(&3Vagabond&0)&f ' default: true permissions: - modifyworld.chat - multiverse.access.* - multiverse.portal.access.* Citoyen: prefix: '&0(&aCitoyen&0)&f ' inheritance: - Visiteur permissions: - modifyworld.* - multiverse.access.* - multiverse.portal.access.* - commandbook.spawn - commandbook.motd - commandbook.intro - commandbook.rules - commandbook.time.check - commandbook.say.me - commandbook.msg - ChestShop.shop.buy - ChestShop.shop.sell - iConomy.holdings - iConomy.payment - treeassist.replant - commandbook.home.teleport - commandbook.home.set - -modifyworld.blocks.place.156 - -modifyworld.blocks.place.27270 - -modifyworld.blocks.place.27271 - -modifyworld.blocks.place.27272 - -modifyworld.blocks.place.27273 - -modifyworld.blocks.place.27274 - -modifyworld.blocks.place.27275 - -modifyworld.blocks.place.27276 - -modifyworld.blocks.place.27277 - -modifyworld.blocks.place.27278 - -modifyworld.blocks.place.27279 - -modifyworld.blocks.place.27280 - -modifyworld.blocks.place.27281 - -modifyworld.blocks.place.27282 - -modifyworld.blocks.place.27287 - -modifyworld.blocks.place.27288 - -modifyworld.blocks.place.27289 - -modifyworld.blocks.place.27290 - -modifyworld.blocks.place.27291 - -modifyworld.blocks.place.27292 - -modifyworld.blocks.place.27299 - -modifyworld.blocks.place.27300 - -modifyworld.blocks.place.27308 - -modifyworld.blocks.place.27309 - -modifyworld.blocks.place.27310 - -modifyworld.blocks.place.27311 - -modifyworld.blocks.place.27312 - -modifyworld.blocks.place.27313 - -modifyworld.blocks.place.27314 - -modifyworld.blocks.place.27316 - -modifyworld.blocks.place.27317 - -modifyworld.blocks.place.27318 - -modifyworld.blocks.place.27327 - -modifyworld.blocks.place.27328 - -modifyworld.blocks.place.27332 - -modifyworld.blocks.place.27333 - -modifyworld.blocks.place.27334 - -modifyworld.blocks.place.27337 - -modifyworld.blocks.place.46 Vip: prefix: '&0(&6V.I.P&0)&f ' inheritance: - Citoyen permissions: - worldedit.navigation.jumpto - magiccarpet.mc - magiccarpet.ml - choptree.chop Gold: prefix: '&0(&6Gold&0)&f ' inheritance: - Citoyen permissions: - commandbook.teleport - commandbook.heal Modo: prefix: '&0(&9Moderateur&0)&f ' inheritance: - Gold default: false permissions: - '*' Admin: prefix: '&0(&4Administrateur&0)&f ' inheritance: - Modo default: false permissions: - '*' Buildcraft: prefix: '&0(&Buildcraft&0)&f ' default: true permissions: - modifyworld.* - '*' My permissions config : permissions: backend: file backends: file: file: permissions.yml superperms: enable: true strict-mode: false parent-nodes: true createUserRecords: false basedir: plugins/PermissionsEx debug: false allowOps: false log-players: false My modify world config : informPlayers: false enable: true itemRestrictions: false messages: prohibitedItem: You have prohibited item "%s". whitelistMessage: You are not allowed to join this server. Goodbye! permissionDenied: Sorry, you don't have enough permissions whitelist: You are not allowed to join this server. Goodbye! whitelist: false use-material-names: true check-metadata: true item-use-check: true drop-restricted-item: false But the players can use TnT ( ID= 46 ) and others limit items. And my mod_EE.props : CondenserGUI=141 CollectorGUI=142 Collector2GUI=143 Collector3GUI=144 AlchChestGUI=145 DMFurnaceGUI=146 RMFurnaceGUI=147 RelayGUI=148 Relay2GUI=149 Relay3GUI=150 AlchBagGUI=151 TransmutationGUI=152 PortableTransmutationGUI=153 PortableCraftingGUI=154 PedestalGUI=155 MercurialGUI=156 ExtraKey=46 ChargeKey=47 ToggleKey=34 ReleaseKey=19 BlockEEStone=128 BlockEEPedestal=129 BlockEEChest=130 BlockEETorch=131 BlockEEDevice=132 ItemPhilStone=27270 ItemCatalystStone=27271 ItemBaseRing=27272 ItemSoulStone=27273 ItemEvertide=27274 ItemVolcanite=27275 ItemAttractionRing=27276 ItemIgnitionRing=27277 ItemGrimarchRing=27278 ItemHyperkineticLens=27279 ItemSwiftWolfRing=27280 ItemHarvestRing=27281 ItemWatchOfTime=27282 ItemAlchemicalCoal=27283 ItemMobiusFuel=27284 ItemDarkMatter=27285 ItemCovalenceDust=27286 ItemDarkPickaxe=27287 ItemDarkSpade=27288 ItemDarkHoe=27289 ItemDarkSword=27290 ItemDarkAxe=27291 ItemDarkShears=27292 ItemDarkHammer=27299 ItemDarkMatterArmor=27293 ItemDarkMatterHelmet=27294 ItemDarkMatterGreaves=27295 ItemDarkMatterBoots=27296 ItemEternalDensity=27297 ItemRepairCharm=27298 ItemHyperCatalyst=27300 ItemKleinStar=27301 ItemKleinStar2=27302 ItemKleinStar3=27303 ItemKleinStar4=27304 ItemKleinStar5=27305 ItemKleinStar6=27335 ItemAlchemyBag=27306 ItemRedMatter=27307 ItemRedPickaxe=27308 ItemRedSpade=27309 ItemRedHoe=27310 ItemRedSword=27311 ItemRedAxe=27312 ItemRedShears=27313 ItemRedHammer=27314 ItemAeternalisFuel=27315 ItemRedKatar=27316 ItemRedMace=27317 ItemZeroRing=27318 ItemRedMatterArmor=27319 ItemRedMatterHelmet=27320 ItemRedMatterGreaves=27321 ItemRedMatterBoots=27322 ItemRedMatterArmorP=27323 ItemRedMatterHelmetP=27324 ItemRedMatterGreavesP=27325 ItemRedMatterBootsP=27326 ItemMercurialEye=27327 ItemArcaneRing=27328 ItemDiviningRod=27329 ItemBodyStone=27332 ItemLifeStone=27333 ItemMindStone=27334 ItemTransTablet=27336 ItemVoidRing=27337 machineFactor=4 ItemAlchemyTome=27338 AllowCollectors=1 AllowCondensers=1 AllowRelays=1 AllowChests=1 AllowPedestals=1 AllowFurnaces=1 AllowInterdiction=1 AllowIgnition=0 AllowZeroRing=0 AllowSwiftWolf=0 AllowHarvestBand=0 AllowArcana=0 AllowArchangel=0 AllowVoidRing=0 AllowBlackHoleBand=0 AllowEternalDensity=1 AllowSoulstone=0 AllowBodystone=0 AllowLifestone=0 AllowMindstone=0 AllowRepair=1 AllowWatchOfTime=0 AllowMercurial=0 AllowDCatalyst=0 AllowHKLens=0 AllowHCLens=0 AllowDMTools=0 AllowRMTools=0 AllowAlchemyBags=1 AllowDMArmor=0 AllowRMArmor=0 AllowRMArmorPlus=0 AllowKleinStar=1 AllowEvertide=0 AllowVolcanite=0 AllowDiviningRod=1 AllowNovaC1=0 AllowNovaC2=0 AlternateRelayRecipe=0 And the player can craft the items with 0 ...
  4. I'm so stupid ... I didn't see the files "mod_EE.props" in my server. For PermissionsEx, i must do this ? : [buildcraft]: group: - Buildcraft groups: Buildcraft: prefix: '&0(&Buildcraft&0)&f ' default: true permissions: - modifyworld.* Is it good ? Thanks for your help and sorry for my english.
  5. Hello, i'm a french and I am the creator of the first server tekkit serious French speaker. I begin and I need help I want that certain groups of players cannot use certain object of EE. I read many topic on this subject but I was not understand everything. When i use modifyworld, the quarry don't works and it's a big problem Here is my permissions.yml : groups: Visiteur: prefix: '&0(&3Vagabond&0)&f ' default: true permissions: - modifyworld.chat - multiverse.access.* - multiverse.portal.access.* Citoyen: prefix: '&0(&aCitoyen&0)&f ' inheritance: - Visiteur permissions: - modifyworld.* - multiverse.access.* - multiverse.portal.access.* - commandbook.spawn - commandbook.motd - commandbook.intro - commandbook.rules - commandbook.time.check - commandbook.say.me - commandbook.msg - ChestShop.shop.buy - ChestShop.shop.sell - iConomy.holdings - iConomy.payment - commandbook.home.teleport - commandbook.home.set - ChestShop.shop.sell - ChestShop.shop.buy - simpleregionmarket.buy Vip: prefix: '&0(&6V.I.P&0)&f ' inheritance: - Citoyen permissions: - worldedit.navigation.jumpto - magiccarpet.mc - magiccarpet.ml - choptree.chop Gold: prefix: '&0(&6Gold&0)&f ' inheritance: - Citoyen permissions: - commandbook.teleport - commandbook.heal Modo: prefix: '&0(&9Moderateur&0)&f ' inheritance: - Gold default: false permissions: - '*' Admin: prefix: '&0(&4Administrateur&0)&f ' inheritance: - Modo default: false permissions: null I would like to use a plugin as RecipeManager but I do not find ID of objects and I does not understand how it works (There is no example) What is the best solution? Thank you very much for your help and the time when you me dedicated. Kenta, Admin In Technicraft French
  6. The probleme is no worlguard but a other plugin, i deleted this and now it's Ok, thanks for your help.
  7. Hello, i'm french, sorry for my english :/ Launcher/pack Version: Tekkit 2.1 Operating System: i don't know ( it's a hosting and no my computer ) Version of Java: i don't know ( it's a hosting and no my computer ) Description of Problem: The arboretum and quarry don't work, i use 3 combustion engine for the energy Error Messages: nothing Link to pastebin of log: What log did you need ? My plugins is : Worldguard ( i did this : http://forums.technicpack.net/index.php/topic,4645.0.html ) Essential Group Manager Hawk eye Lockette Recipe Manager World Edit. Thanks for your help :)
×
×
  • Create New...