Jump to content

BukkitForge - Getting Bukkit plugins on Tekkit Lite


Suolakeksi

Recommended Posts

  • Replies 481
  • Created
  • Last Reply

Top Posters In This Topic

igarant , when a new release comes out, its best to rebuilt your server from scratch......

click the jar, wait for the extraction.........then run the server, stop the server. insert your own world.put your banplayers +ban ips+ops files in

keep making backups of the whole server folder (with winrar for example).

then you can always go back to a working version of your server

then put the build 250 in coremods and see if it makes a plugins folder.

Link to comment
Share on other sites

  • Discord Moderator

On a plain vanilla 0.6.1 install, if I use anything past build 245 the server will not start. I forget off the top of my head, but it is quite early in the starting process where it throws a fatal error and stops. Using build 245 seems to be working error free.

My plugins:

Essentials

LWC

WorldEdit

WorldGuard

Link to comment
Share on other sites

When using Worldedit, I tried performing commands such as //fill using blocks from specific mods like IC2. I used the data values correctly, but it said that the blocks were not recognized. Does Worldedit only work on blocks from regular Minecraft (not tekkit)?

Link to comment
Share on other sites

incompatibility with TreeCapitator for recent builds of forgebukkit. revert to earlier build of forgebukkit or delete treecapitator.

bukkit plugin WorldBorder has issues with the fill option.

2013-03-29 23:42:07 [iNFO] [bukkitForge] Server issued server command: wborderfill confirm

2013-03-29 23:42:07 [iNFO] [sTDOUT] WorldBorder map generation task started.

2013-03-29 23:42:07 [WARNING] [bukkitForge] Task #59 for WorldBorder v1.6.1 generated an exception

java.lang.NullPointerException

        at org.bukkit.craftbukkit.CraftWorld.isChunkInUse(CraftWorld.java:372)

        at org.bukkit.craftbukkit.CraftWorld.unloadChunkRequest(CraftWorld.java:294)

        at org.bukkit.craftbukkit.CraftWorld.unloadChunkRequest(CraftWorld.java:290)

        at com.wimbli.WorldBorder.WorldFillTask.run(WorldFillTask.java:205)

        at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:52)

        at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:346)

        at keepcalm.mods.bukkit.forgeHandler.SchedulerTickHandler.tickStart(SchedulerTickHandler.java:38)

        at cpw.mods.fml.common.SingleIntervalHandler.tickStart(SingleIntervalHandler.java:16)

        at cpw.mods.fml.common.FMLCommonHandler.tickStart(FMLCommonHandler.java:120)

        at cpw.mods.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler.java:288)

        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:588)

        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)

        at fy.run(SourceFile:849)




2013-03-29 23:42:24 [iNFO] [bukkitForge] Server issued server command: wborderfill cancel

2013-03-29 23:42:24 [iNFO] [sTDOUT] Cancelling the world map generation task.

2013-03-29 23:42:24 [iNFO] [sTDERR] org.bukkit.command.CommandException: Unhandled exception executing command 'wborder' in plugin WorldBorder v1.6.1

2013-03-29 23:42:24 [iNFO] [sTDERR]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)

2013-03-29 23:42:24 [iNFO] [sTDERR]     at keepcalm.mods.bukkit.forgeHandler.commands.CommandExecutor2CommandBase.b(CommandExecutor2CommandBase.java:105)

2013-03-29 23:42:24 [iNFO] [sTDERR]     at keepcalm.mods.bukkit.nmsforge.CommandHandlerImpl.a(CommandHandlerImpl.java:92)

2013-03-29 23:42:24 [iNFO] [sTDERR]     at x.a(CommandHandler.java:14)

2013-03-29 23:42:24 [iNFO] [sTDERR]     at ho.al(DedicatedServer.java:308)

2013-03-29 23:42:24 [iNFO] [sTDERR]     at ho.r(DedicatedServer.java:270)

2013-03-29 23:42:24 [iNFO] [sTDERR]     at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:599)

2013-03-29 23:42:24 [iNFO] [sTDERR]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)

2013-03-29 23:42:24 [iNFO] [sTDERR]     at fy.run(SourceFile:849)

2013-03-29 23:42:24 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException

2013-03-29 23:42:24 [iNFO] [sTDERR]     at org.bukkit.craftbukkit.CraftWorld.isChunkInUse(CraftWorld.java:372)

2013-03-29 23:42:24 [iNFO] [sTDERR]     at org.bukkit.craftbukkit.CraftWorld.unloadChunkRequest(CraftWorld.java:294)

2013-03-29 23:42:24 [iNFO] [sTDERR]     at org.bukkit.craftbukkit.CraftWorld.unloadChunkRequest(CraftWorld.java:290)

2013-03-29 23:42:24 [iNFO] [sTDERR]     at com.wimbli.WorldBorder.WorldFillTask.stop(WorldFillTask.java:323)

2013-03-29 23:42:24 [iNFO] [sTDERR]     at com.wimbli.WorldBorder.WorldFillTask.cancel(WorldFillTask.java:304)

2013-03-29 23:42:24 [iNFO] [sTDERR]     at com.wimbli.WorldBorder.Config.StopFillTask(Config.java:270)

2013-03-29 23:42:24 [iNFO] [sTDERR]     at com.wimbli.WorldBorder.WBCommand.cmdFill(WBCommand.java:749)

2013-03-29 23:42:24 [iNFO] [sTDERR]     at com.wimbli.WorldBorder.WBCommand.onCommand(WBCommand.java:503)

2013-03-29 23:42:24 [iNFO] [sTDERR]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)

2013-03-29 23:42:24 [iNFO] [sTDERR]     ... 8 more

Link to comment
Share on other sites

does anyone actually have multiverse working? If so how? I have it loaded, and obviously create isnt working, but how do i get import working? I got a secondary world loaded into a mystcraft dimension that i put into a MV world on live and it fails. I think i'm missing something?

Also if you revert to a build around Valentine's day, Treecapitator still works and so does everything else it seems. I may get bored and test newer ones to see what version broke it.

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