Jump to content

kwek20

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by kwek20

  1. These should be the correct permissions: http://wiki.bukkit.org/CraftBukkit_commands
  2. Allright, so this newest version DOES work with multi-dimensions. It just has one flaw Every teleprot gives a netherportal around oyu. So /home, /spawn, /f home and more. So, dont sue it yet, if you dont want your blocks to break
  3. Did you use the builds he gave? https://github.com/keepcalm/BukkitForge/tree/master/dist/plugins Click one, and click "view raw"
  4. Hey, so i managed to get everything working with some chances of your code, and i finnaly started to look into developing plugins/mods. But i direcly found 1 problem. The BlockbreakEven from bukkit never gets called with these custom items (obviously) And your method: public void BlockDestroyEvent(keepcalm.mods.events.events.BlockDestroyEvent e){ Bukkit.getServer().getLogger().log(Level.SEVERE, "BlockID: " + e.blockId); } Never gets called. To be honest, I have NO idea how to use your event But bukkit does not give me an error on illegal event, so id take it as working Could you by any chance give me some advice/psuedo code before you leave? <3 Thanks in advance, and keep up the good work!
  5. How is the factions compatibility coming along? This is the current error on enabling: 2013-01-12 19:10:13 [sEVERE] [bukkitForge] Error occurred while enabling Factions v1.6.9.3 (Is it up to date?) java.lang.AssertionError at org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.TypeAdapters$EnumTypeAdapter.<init>(TypeAdapters.java:686) at org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.TypeAdapters$24.create(TypeAdapters.java:715) at org.bukkit.craftbukkit.libs.com.google.gson.Gson.getAdapter(Gson.java:353) at org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.CollectionTypeAdapterFactory.create(CollectionTypeAdapterFactory.java:52) at org.bukkit.craftbukkit.libs.com.google.gson.Gson.getAdapter(Gson.java:353) at org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.<init>(ReflectiveTypeAdapterFactory.java:82) at org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.createBoundField(ReflectiveTypeAdapterFactory.java:81) at org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.getBoundFields(ReflectiveTypeAdapterFactory.java:118) at org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:72) at org.bukkit.craftbukkit.libs.com.google.gson.Gson.getAdapter(Gson.java:353) at org.bukkit.craftbukkit.libs.com.google.gson.Gson.toJson(Gson.java:538) at org.bukkit.craftbukkit.libs.com.google.gson.Gson.toJson(Gson.java:525) at org.bukkit.craftbukkit.libs.com.google.gson.Gson.toJson(Gson.java:480) at org.bukkit.craftbukkit.libs.com.google.gson.Gson.toJson(Gson.java:460) at com.massivecraft.factions.zcore.util.Persist.save(Persist.java:116) at com.massivecraft.factions.zcore.util.Persist.loadOrSaveDefault(Persist.java:80) at com.massivecraft.factions.zcore.util.Persist.loadOrSaveDefault(Persist.java:72) at com.massivecraft.factions.Conf.load(Conf.java:369) at com.massivecraft.factions.P.onEnable(P.java:99) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) at keepcalm.mods.bukkit.bukkitAPI.BukkitServer.loadPlugin(BukkitServer.java:952) at keepcalm.mods.bukkit.bukkitAPI.BukkitServer.enablePlugins(BukkitServer.java:936) at keepcalm.mods.bukkit.bukkitAPI.BukkitServer.<init>(BukkitServer.java:273) at keepcalm.mods.bukkit.asm.BukkitStarter.run(BukkitStarter.java:47) at java.lang.Thread.run(Unknown Source) (same for 1.6.9.4) all 1.7+ builds start, but the commands do not work Also, when i got your code from the git, i got this error: The method filter(Collection<E>, Predicate<? super E>) in the type Collections2 is not applicable for the arguments (Collection<HelpTopic>, Predicate<Object>) I guess thats the reason why the last build failed. DO i need to fix it(my error), or is it a problem on your side, and can i just wait?
  6. Confirmed, I am experiencing the same error. Details: Server modpack Feed the Beast - Mindcrack But once i remove The mod Twilight forest i get this message: [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_92_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 ox.a(SourceFile:122) at md.y(EntityLiving.java:580) at lq.j_(Entity.java:431) at md.j_(EntityLiving.java:808) 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 --- edit -- After removing every mod from the mods folder (some exist in the jar), the error remained. --- edit 2 --- This version seems to work. https://github.com/keepcalm/BukkitForge/blob/master/dist/BukkitForge-1.4.6-0.jar --- edit 3 --- /stop seems to be broken sometimes @ random
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.