iKnackwurst Posted January 8, 2013 Posted January 8, 2013 Anybody that knows how to make Bukkit worlds work on BukkitForge Multiverse?
Jalapeno777 Posted January 8, 2013 Posted January 8, 2013 BukkitForge-74 Does not work in Tekkit Lite crashes the server DO NOT install it 74 works perfectly fine with tekkit lite. You just need to delete all the files in the /lib folder of your server first so it downloads the most recent ones.
Jalapeno777 Posted January 8, 2013 Posted January 8, 2013 I don't think the problem is with group manager or permissionex....I think the issue is vault. It seems most plugins grant OP powers fine but I think vault isn't hooking the normal plugins with the permission plugins causing non-op people to not get flagged for anything. Also, every creeper block damage prevention method I could think of doesn't work. Essentials (2.95) will however properly disable creepers from spawning which is at least something for now
Seanbeag Posted January 8, 2013 Posted January 8, 2013 74 works perfectly fine with tekkit lite. You just need to delete all the files in the /lib folder of your server first so it downloads the most recent ones. No it still crashes
AaronMcH Posted January 8, 2013 Posted January 8, 2013 No it still crashes I get an issue which sounds similar, if I install any plugin (so far only tried the Essentials suite), no command works, and I get consol errors.
Jalapeno777 Posted January 8, 2013 Posted January 8, 2013 No it still crashes I have a test server running -74 without issue at the moment. I updated FML though so that might be what's causing you grief.
Jalapeno777 Posted January 8, 2013 Posted January 8, 2013 Pex Doesnt Work <- Essentials Group Manager Works. Update From me Plugins that don't Work: SimpleClans Plugins that do Work Towny Advanced [Latest One] Will add more to the list still testing To help Suolakeksi out When you say towny advanced works...does it actually work as it should or is it just not giving you errors when you load it up? Are normal players able to use towny commands effectively?
Pbrew85 Posted January 8, 2013 Posted January 8, 2013 74 gives SEVER server errors and the server takes over 2 minuets to stop, I tried running with 63 works fine but world guard does not work correctly
Happytor Posted January 8, 2013 Posted January 8, 2013 On newest version of ForgeBukkit i get this error following by a server crash shortly after... 2013-01-08 23:28:02 [sEVERE] Encountered an unexpected exception t t: Ticking entity at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:685) at ho.r(DedicatedServer.java:270) at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:598) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497) at fy.run(SourceFile:849) Caused by: java.lang.NullPointerException at keepcalm.mods.bukkit.bukkitAPI.entity.BukkitEntity.getEntity(BukkitEntity.java:216) at keepcalm.mods.bukkit.forgeHandler.ForgeEventHandler.onLivingAttack(ForgeEventHandler.java:180) at net.minecraftforge.event.ASMEventHandler_76_ForgeEventHandler_onLivingAttack_LivingAttackEvent.invoke(.dynamic) at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35) at net.minecraftforge.event.EventBus.post(EventBus.java:103) at net.minecraftforge.common.ForgeHooks.onLivingAttack(ForgeHooks.java:342) at md.a(EntityLiving.java:993) at ow.a(SourceFile:195) at lq.d(Entity.java:1087) at lq.d(Entity.java:960) at md.e(EntityLiving.java:1535) at md.c(EntityLiving.java:1823) at md.j_(EntityLiving.java:843) at ow.j_(SourceFile:106) at yc.a(World.java:2295) at in.a(WorldServer.java:647) at yc.g(World.java:2257) at yc.h(World.java:2103) at in.h(WorldServer.java:516) at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:679)
Tux2 Posted January 8, 2013 Posted January 8, 2013 For those of you looking for a version of the Enjin minecraft plugin that works with forge: https://dl.dropbox.com/u/35110620/tekkitlite/EnjinMinecraftPlugin.jar Make sure to disable auto updates! This goes in the plugin folder.
GimmeCookie Posted January 9, 2013 Posted January 9, 2013 Worldguard isn't working correctly with tekkit lite. Creepers keep exploding and destroying blocks....
keepcalm Posted January 9, 2013 Posted January 9, 2013 That's because bukkit has many more events than forge - so I need to go through and re-implement them - and it's not easy keeping out of the jar. Each event takes about 30 minutes to implement, going through the code, finding a unique point to insert the code, and then writing something like this
Seanbeag Posted January 9, 2013 Posted January 9, 2013 That's because bukkit has many more events than forge - so I need to go through and re-implement them - and it's not easy keeping out of the jar. Each event takes about 30 minutes to implement, going through the code, finding a unique point to insert the code, and then writing something like this Big fan of your work. keep it up. Just to note, any of the bukkitforge builds past 73 are crashing my server. i will try updating modloader and see if it changes anything.
DaSoul Posted January 9, 2013 Posted January 9, 2013 Is it possible to get Thaumcraft 3 working in Tekkit Lite? Can confirm, Thaumcraft 3 works!
lulz Posted January 9, 2013 Posted January 9, 2013 Has anyone tested HeroChat or mChat? Thanks HeroChat does not work, haven't tested mChat yet. I'll give it a try at a latter point. EDIT: mChat alone seems to be working. The only extension I've tried is mChannels which doesn't seem to be working, creating channels work but if you type you'll only be able to see it in the console.
zenmender Posted January 9, 2013 Posted January 9, 2013 On newest version of ForgeBukkit i get this error following by a server crash shortly after... 2013-01-08 23:28:02 [sEVERE] Encountered an unexpected exception t t: Ticking entity at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:685) at ho.r(DedicatedServer.java:270) at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:598) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497) at fy.run(SourceFile:849) Caused by: java.lang.NullPointerException at keepcalm.mods.bukkit.bukkitAPI.entity.BukkitEntity.getEntity(BukkitEntity.java:216) at keepcalm.mods.bukkit.forgeHandler.ForgeEventHandler.onLivingAttack(ForgeEventHandler.java:180) at net.minecraftforge.event.ASMEventHandler_76_ForgeEventHandler_onLivingAttack_LivingAttackEvent.invoke(.dynamic) at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35) at net.minecraftforge.event.EventBus.post(EventBus.java:103) at net.minecraftforge.common.ForgeHooks.onLivingAttack(ForgeHooks.java:342) at md.a(EntityLiving.java:993) at ow.a(SourceFile:195) at lq.d(Entity.java:1087) at lq.d(Entity.java:960) at md.e(EntityLiving.java:1535) at md.c(EntityLiving.java:1823) at md.j_(EntityLiving.java:843) at ow.j_(SourceFile:106) at yc.a(World.java:2295) at in.a(WorldServer.java:647) at yc.g(World.java:2257) at yc.h(World.java:2103) at in.h(WorldServer.java:516) at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:679) Same Problem i cant find the froge essentials either...
lulz Posted January 9, 2013 Posted January 9, 2013 Same Problem i cant find the froge essentials either... All builds past #73 seems to be broken, just use #73 until newer builds are working again.
slicer8122 Posted January 9, 2013 Posted January 9, 2013 Here is an error and i don't know how to fix it. I hope it helps you fix it up. 2013-01-09 14:28:47 [iNFO] Starting minecraft server version 1.4.6 2013-01-09 14:28:53 [iNFO] Loading properties 2013-01-09 14:28:53 [iNFO] Default game type: SURVIVAL 2013-01-09 14:28:53 [iNFO] Generating keypair 2013-01-09 14:28:54 [iNFO] Starting Minecraft server on *:25585 2013-01-09 14:28:55 [WARNING] Failed to load white-list: java.io.FileNotFoundException: .\white-list.txt (The system cannot find the file specified) 2013-01-09 14:28:55 [iNFO] Preparing level "Void Map" 2013-01-09 14:28:56 [iNFO] Preparing start region for level 0 2013-01-09 14:28:56 [iNFO] Done (0.537s)! For help, type "help" or "?" 2013-01-09 14:28:57 [iNFO] Bukkit version format changed. Version not checked. 2013-01-09 14:28:57 [iNFO] git-BukkitForge-1.4.5-R1.0-b3000 jnks (Really: BukkitForge for MC 1.4.6) 2013-01-09 14:28:57 [iNFO] 1.4.5-R0.2 2013-01-09 14:28:57 [FINE] Aborting ItemSpawnBL read, itemDB not yet loaded. 2013-01-09 14:28:57 [iNFO] Essentials: Using GroupManager based permissions. 2013-01-09 14:28:58 [sEVERE] Encountered an unexpected exception t t: Ticking entity at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:685) at ho.r(DedicatedServer.java:270) at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:598) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497) at fy.run(SourceFile:849) Caused by: java.lang.NullPointerException at keepcalm.mods.bukkit.bukkitAPI.entity.BukkitEntity.getEntity(BukkitEntity.java:220) at keepcalm.mods.bukkit.forgeHandler.ForgeEventHandler.onLivingAttack(ForgeEventHandler.java:180) at net.minecraftforge.event.ASMEventHandler_60_ForgeEventHandler_onLivingAttack_LivingAttackEvent.invoke(.dynamic) at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35) at net.minecraftforge.event.EventBus.post(EventBus.java:103) at net.minecraftforge.common.ForgeHooks.onLivingAttack(ForgeHooks.java:342) at md.a(EntityLiving.java:993) at md.y(EntityLiving.java:580) at lq.j_(Entity.java:431) at md.j_(EntityLiving.java:808) at qo.j_(EntitySlime.java:109) at yc.a(World.java:2295) at in.a(WorldServer.java:647) at yc.g(World.java:2257) at yc.h(World.java:2103) at in.h(WorldServer.java:516) at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:679) ... 4 more
Pbrew85 Posted January 9, 2013 Posted January 9, 2013 Same error here, I been using 73 version with no problems except no plugin works with it!
lulz Posted January 9, 2013 Posted January 9, 2013 -snip- -snip- What are the plugins you're using/trying? Can't seem to decipher what the code is supposed to imply, but I'll give regular logic a try. :)
Pbrew85 Posted January 9, 2013 Posted January 9, 2013 worldguard, worldedit, essentials, these 3 plugins working and I'm happy, The worldguard does not block tnt or do anything I change in the config, the world edit does not stop pvp in a non pvp area, neither does the "/region f greeting/farewell" work, essentials just locks you out completely from administrating the server and when you do basic commands like /help or /list it does nothing at all
lulz Posted January 9, 2013 Posted January 9, 2013 Have you removed ForgeEssentials from /coremods? I'm having the same issues with WorldGuard and WorldEdit aswell, seems like the events just aren't registering. Creeper explosions for example doesn't register in any plugin this far. Essentials from keepcalm's Github on the other hand works (somewhat) fine for me, with a few minor errors.
Jasems Posted January 9, 2013 Posted January 9, 2013 I got essentials and worldedit working as soon as I removed ForgeEssentials and then changed the config.yml in GrouPManager under "mirrors". I put them as world@0: world@-1: - users - groups world@1: - users - groups (Make sure you leave spacing the same as in the config file) I also am just editing each individual manually so that I don't have to whitelist the server by just adding them to the users section in worlds (make sure you are changing the ones in world@0 and not world). I think by removing forgeessentials that will fix the other problems like creeper explosions etc. Don't try to disable any mobs though, it just turns them invisible lol... I can't figure out how to keep people from respawning at /spawn point on server reset though, anyone fixed that?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now