Disable enderchests

Discussion in 'Archived: Plugin Requests' started by ChumChum, Aug 26, 2012.

  1. Offline

    ChumChum

    I need a way to disable enderchests, because there is a bug on my server, where you place a enderchest in survival world then another in creative and you give yourself emeralds,diamonds etc..
    So i want to disable them completely. Or just disable them in the creative world. Or Just not transfer stuff in creative world or something.
     
  2. Offline

    VoidWhisperer

  3. Offline

    javoris767

    Posting anyways >:[
    http://pr3datorcraft.com/dl/NoEnderChests.jar
    /noenerchests reload or /nec reload
    Just place the world that you don't want them to be used in the config.
    EDIT: noenderchests.interact for people who can open and noenderchests.place for people who can place.
     
  4. Offline

    ChumChum

    Thanks, did you just make this?

    Code:
    2012-08-26 16:14:22 [SEVERE] Could not pass event PlayerInteractEvent to NoEnderChests
     
    org.bukkit.event.EventException
     
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:332)
     
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
     
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
     
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
     
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:177)
     
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:147)
     
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:619)
     
    at fr.neatmonster.nocheatplus.NetServerHandlerProxy.a(NetServerHandlerProxy.java:421)
     
    at net.minecraft.server.Packet15Place.handle(SourceFile:58)
     
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:276)
     
    at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
     
    at net.minecraft.server.ServerConnection.b(SourceFile:35)
     
    at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
     
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:581)
     
    at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
     
    at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
     
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
     
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
     
    Caused by: java.lang.NullPointerException
     
    at com.pr3datorcraft.plugins.noenderchests.NoEnderChests.onPlayerInteract(NoEnderChests.java:41)
     
    at sun.reflect.GeneratedMethodAccessor66.invoke(Unknown Source)
     
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     
    at java.lang.reflect.Method.invoke(Method.java:601)
     
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:330)
     
    ... 17 more
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 28, 2016
  5. Offline

    np98765

    Smooth. :p
     
  6. Offline

    ChumChum

    Oh, um yeah right. let me fix that.
     
  7. Offline

    javoris767

    Damn nocheat >:[
     

Share This Page