Placing a Block in Protected Zone?
dudeofderp opened this issue ยท 5 comments
Hi there,
I was trying to implement your mod but I get a exception when I deop myself ingame and try to place a block into one of my friend's protected force field area. I am not sure if I am just not setting up the config file correctly, or if my environment is just not correct, or if the new bukkit is borked. I am running the latest minecraft server with bukkit craftbukkit-1.1-R3 and java 6 rev 30 x64 on a 64 bit version of windows 7.
edit: I forgot to mention I am also running essentials mod, iauction, iconomy,izone,lockette,mcmmo,vault
Here is the setting I have under force-field-blocks:
- title: Large Protection
block: 56
radius: 20
prevent-fire: true
prevent-place: true
prevent-destroy: true
prevent-explosions: true
prevent-unprotectable: true
prevent-flow: true
prevent-teleport: true
grief-revert: true
welcome-message: true
farewell-message: true
enable-on-src: true
mixing-group: 1
cuboid: true
and here is the exception I get:
2012-02-07 21:12:51 [SEVERE] Could not pass event org.bukkit.event.player.PlayerInteractEvent to PreciousStones
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1026)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:57)
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:453)
at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:187)
at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:283)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:602)
at net.minecraft.server.Packet15Place.handle(SourceFile:39)
at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:537)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.java:1024)
... 12 more
Caused by: java.lang.UnsupportedOperationException: SuperPerms no group permissions.
at net.milkbowl.vault.permission.plugins.Permission_SuperPerms.getPlayerGroups(Permission_SuperPerms.java:76)
at net.milkbowl.vault.permission.Permission.getPlayerGroups(Permission.java:517)
at net.sacredlabyrinth.Phaed.PreciousStones.managers.PermissionsManager.getGroups(PermissionsManager.java:203)
at net.sacredlabyrinth.Phaed.PreciousStones.vectors.Field.isAllowed(Field.java:437)
at net.sacredlabyrinth.Phaed.PreciousStones.managers.ForceFieldManager.isAllowed(ForceFieldManager.java:1164)
at net.sacredlabyrinth.Phaed.PreciousStones.managers.ForceFieldManager.isApplyToAllowed(ForceFieldManager.java:1115)
at net.sacredlabyrinth.Phaed.PreciousStones.managers.ForceFieldManager.findUseProtected(ForceFieldManager.java:1826)
at net.sacredlabyrinth.Phaed.PreciousStones.listeners.PSPlayerListener.onPlayerInteract(PSPlayerListener.java:100)
... 17 more
Hopefully I just did something stupid and you can tell me off on what it is. Thanks!
oh the formatting on the force-field-blocks is correct just git doesn't want to display it correctly T_T
Looks like a there are no permission groups configured in your permissions plugin, or the config is fucked up. What Permisisons plugin are you using?
oh ok. I don't think I am running any permissions plugins but essentials plugin may have something hidden? I deleted the other plugins and deleted the permissions file and it still gives me the same issue. should I have a permissions plugin or what?
Yea its EssentialsGroupManager. I recommend you remove it and install PEX or PermissionsBukkit. PS requires a permissions plugin to work.