Jump to content

BukkitForge - Getting Bukkit plugins on Tekkit Lite


Suolakeksi

Recommended Posts

  • Replies 481
  • Created
  • Last Reply

Top Posters In This Topic

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

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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...

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

Announcements

  • Anything claiming to be official Technic servers are not allowed here, for obvious reasons



×
×
  • Create New...