Inactive [SEC] EpicZones v0.37 - Polygon Based Area Protection - Now with Economy Support! [1.3.1-R2.0]

Discussion in 'Inactive/Unsupported Plugins' started by jblaske, Feb 2, 2011.

  1. Offline

    jblaske



    Features
    • Polygonal and Circular area creation. (Not just cuboids!)
    • In-game zone creation.
    • Provide a Circular border to your map.
    • Hierarchical Permissions with Child and Parent Zones.
    • Display Entering and Exiting messages in chat.
    • Enhanced /who
    • Advanced control of zone based regeneration
    • Many zone specific controls for things like Fire, Explosions and Mob spawning control
     
  2. Offline

    Josiah Staggs

    Used /reload and now all epiczones functionality does not work, even after restarting the server. I have not upgraded my bukkit version, still on 766. The only thing that does work is /reload which give me a "reload complete" typing /zone does nothing.

    log:

    Code:
    2011-05-23 23:29:38 [INFO] [EpicZones] [NOTICE] Unable to detect a permissions system, some features will not be available.
    2011-05-23 23:29:38 [INFO] [EpicZones] Language File Loaded [EN_US.txt].
    2011-05-23 23:29:38 [INFO] [EpicZones] Loaded POLY Zone [AmberCrest]
    2011-05-23 23:29:38 [INFO] [EpicZones] error starting: No enum const class com.epicsagaonline.bukkit.EpicZones.objects.EpicZonePermission$PermType.TRUE Disabling plugin
    2011-05-23 23:29:38 [INFO] [EpicZones] version 0.24 is disabled.
    
     
  3. I'm running EZ0.25 and RB803 and I get this error in my console
    Code:
    20:50:39 [SEVERE] Could not pass event PLAYER_BUCKET_FILL to EpicZones
    java.lang.NullPointerException
            at com.epicsagaonline.bukkit.EpicZones.General.GetZoneForPlayer(General.java:360)
            at com.epicsagaonline.bukkit.EpicZones.listeners.PlayerEvents.onPlayerBucketFill(PlayerEvents.java:158)
            at org.bukkit.plugin.java.JavaPluginLoader$21.execute(JavaPluginLoader.java:383)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
            at org.bukkit.craftbukkit.event.CraftEventFactory.getPlayerBucketEvent(CraftEventFactory.java:120)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerBucketFillEvent(CraftEventFactory.java:97)
            at net.minecraft.server.ItemBucket.a(ItemBucket.java:70)
            at net.minecraft.server.ItemStack.a(ItemStack.java:70)
            at net.minecraft.server.ItemInWorldManager.useItem(ItemInWorldManager.java:187)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:507)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  4. Offline

    nicke937

    My child zones is added to wrong zone. They are added to world.yml instead of city.yml. The /zone child not working (also /zone addchildren from the wiki). Bug?
     
  5. Offline

    ST-DDT

    i justed tested the tnt explode flag
    and i noticed 2 things
    1) The activated TNT caused a huge serverlag because all tnt is called to explode and on client side everything is damaged (after serveral reconnects everything except the activated tnt is the same. but has caused much trouble.
    Could you please stop activating tnt too?
    (i'm thinking of banning tnt from my server completely if this isn't changed)
    2)sometimes single tnt explosions are very usefull
    could you add an option like fire spread to tnt?
    so that you can explode one but no tnt chainexplosions?
     
  6. Offline

    Greylocke

    I know that 1.6 isn't officially supported yet, but has anyone else noticed healing not working with [815]? I have not made any changes to EZ configs. I have been spending most of my time trying to get Nether working properly and only now noticed the healing not kicking in like it used to with 1.5.

    Anyone else?

    [edit]
    Working with [816]:D
     
  7. Offline

    xsolar66

    Yeah just wait for a Recommended Build before wasting your time here lol!
     
  8. Would it be possible for a global option to get creepers to ignore people in the default group? To prevent guests luring them into building sites!
    Or does anyone know if this is already done by another plugin?
     
  9. Offline

    xsolar66

    antigrief plugin does that.
     
  10. Offline

    nicke937

    I know that I can add a owner with the command /zone owner but how i delete a owner with a command? Or do I need edit the zone-file?
     
  11. Offline

    Roycohen

    my epic zones has not created any type of folder or config file or any of the sort do i have a major problem?
     
  12. Offline

    LibertasMens

    I strongly dislike the addition of entity specific explosion control. This should be optional; and no, turning the effect to allow explosions does NOT disable it.
    I understand it is most likely because I have another explosion control plugin, but even in zones in which explosions are allowed i get a massive error code every time an explosion occurs.

    Code:
    21:13:48 [SEVERE] Could not pass event ENTITY_EXPLODE to EpicZones java.lang.NullPointerException
            at com.epicsagaonline.bukkit.EpicZones.listeners.EntityEvents.onEntityExplode(EntityEvents.java:69)
            at org.bukkit.plugin.java.JavaPluginLoader$50.execute(JavaPluginLoader.java:591)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
            at net.minecraft.server.Explosion.a(Explosion.java:205)
            at net.minecraft.server.World.createExplosion(World.java:1340)
            at net.minecraft.server.WorldServer.createExplosion(WorldServer.java:137)
            at net.minecraft.server.World.a(World.java:1332)
            at com.bukkit.happo2000.BlastControl.BlastControlEntityListener.onEntityExplode(BlastControlEntityListener.java:137)
            at org.bukkit.plugin.java.JavaPluginLoader$50.execute(JavaPluginLoader.java:591)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
            at net.minecraft.server.Explosion.a(Explosion.java:205)
            at net.minecraft.server.World.createExplosion(World.java:1340)
            at net.minecraft.server.WorldServer.createExplosion(WorldServer.java:137)
            at net.minecraft.server.EntityCreeper.a(EntityCreeper.java:120)
            at net.minecraft.server.EntityCreature.c_(EntityCreature.java:68)
            at net.minecraft.server.EntityLiving.u(EntityLiving.java:692)
            at net.minecraft.server.EntityMonster.u(EntityMonster.java:30)
            at net.minecraft.server.EntityLiving.o_(EntityLiving.java:231)
            at net.minecraft.server.EntityMonster.o_(EntityMonster.java:34)
            at net.minecraft.server.EntityCreeper.o_(EntityCreeper.java:69)
            at net.minecraft.server.World.entityJoinedWorld(World.java:1071)
            at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:56)
            at net.minecraft.server.World.playerJoinedWorld(World.java:1053)
            at net.minecraft.server.World.cleanUp(World.java:1030)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:397)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  13. Offline

    4am

    I get that too. It would be nice if you could tell us the other plugin you're running. I'm using WorldGuard.
     
  14. Offline

    Alesana

    Very nice plugin. I have only 1 problem. I want my creepers to explode but I don't want them to destroy block (same for tnt), only damage players, like essentials plugin. But when I zone with epiczone, I have 2 choise. No creeper explosion at all or explosion and blocks destructions. I'm trying to use the zone + essentials protection but epiczone everride essentials.

    Any way to add this option please?
     
  15. Offline

    Ret

    818 Build PLEASEEEEE
     
  16. Offline

    Josiah Staggs

    I'm also interested in a tested build for 818. Also, how do i go about editing existing markers for a zone? EX: A newe building is up and is just outside a zone, how can i easily add that area to the existing zone?
     
  17. /agree
     
  18. Offline

    Straevaras

    Simply create a new zone that covers the area of the building and dips about 2 blocks into the already existing zone. Draw the zone, and just save it, don't add any attributes. Edit the original zone and do "/zone addchildren <zonename>". That zone you just created will acquire all the attributes of the original zone.
     
  19. Offline

    youpko

    Hey I use epic zones now for a couple days (build 818 & 819) and everything worked fine but with the build 820 it still works but cant create new zones.
    id do:
    /zone create <name>
    /zone save
    /zone name
    /zone save

    the last save I got an error that epic zones got an internal error or such.
    Code:
    2011-06-04 21:11:52 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'zone' in plugin EpicZones v0.25
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:281)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:718)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:684)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:677)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
    at com.epicsagaonline.bukkit.EpicZones.objects.EpicZone.setParent(EpicZone.java:426)
    at com.epicsagaonline.bukkit.EpicZones.commands.EZZoneSave.<init>(EZZoneSave.java:74)
    at com.epicsagaonline.bukkit.EpicZones.commands.EZZone.onCommand(EZZone.java:45)
    at com.epicsagaonline.bukkit.EpicZones.EpicZones.onCommand(EpicZones.java:174)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
    the zones i had work fine.
     
  20. Offline

    LibertasMens

    BlastControl (this is most like the problem)
    informant
    MyHome
    otherblocks
    Permissions
    SlowHealth
    SpawnX
    Stargate
     
  21. Offline

    soccershark7

    i dont understand, i am trying to make a simple, rectangular base ik urs is for noncuboids or w/e, but it still ought to work... but i just cannot seem to get a simple, four cornered area going on. I am in the middle of this hanging rock formation.... and then if i do get an area to work (judging from the fact that when i de-permission myself from destroying/building blocks, it works) but then when i go to edit it again and change one of these the whole area just DISAPPEARS, no message, no permissions, nothing even tho it is still technically editable... what am i missing here?
     
  22. Offline

    rareshutzu

    818 support? :D
     
  23. Offline

    Brekkjern

    I am having issues with the permissions system. Running bukkit 818, latest version of EZ.

    A player is set as the owner of the zone. The zone is a childzone of 2 other zones. He is not denied from building or destroying in any of the parent zones, nor in the zone he has ownership of. Yet he still cannot edit that zone. However, he can edit the parent zone.

    Any ideas?

    EDIT: Now he can't edit the parent zone either, but he can edit the world outside that zone. He is still not denied anywhere from doing it...
     
  24. Offline

    rareshutzu

    2011-06-05 21:49:20 [SEVERE] at com.epicsagaonline.bukkit.EpicZones.Regen.run(Regen.java:149)
    2011-06-05 21:49:20 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)

    But it actually worked at a point..
     
  25. That would be really interesting if you add flags to the areas such as this:
    chest-access - Enable or disable access to the chest.
    mecanism-access - Enable or disable the use of buttons, pressure plates, doors and levers.

    For example for the common area of a bank, each player would each his vault,where each player could open the door of his vault.

    Do you understand what I mean?

     
  26. Offline

    Josiah Staggs

    You know, default within zones is just not working for me. I've tried both setups:

    globalZoneDefaultAllow: false - world default all deny >> to child zone >> city default deny but allow entry
    result= denies entry/cant test if can build/destroy

    globalZoneDefaultAllow: true - world default deny >> to child zone >> city default deny
    result= can build, destroy and enter..

    This goes for all zones and even 'world' doesn't work with default. Although adding permissions for a single user works perfectly. I don't have permissions installed.
     
  27. Offline

    rareshutzu

    Is this nuked or something?
     
  28. Offline

    Ret

    I'm guessing so... it says he was last seen today at 9:41AM... and still no replies to anyone in the past few days, and still on cb766...
     
  29. Offline

    Nick Hooper

    permissions 3.0 support plz
     
    Disparate likes this.
  30. Offline

    Stephen Rieger

    How do I use it? I can't see a tutorial.... Maybe some other people can but I cannot.
     
  31. Offline

    Disparate

    What Nick Hooper says: I really hope this goes on to support Permissions 3.0. Doing without this amazing mod would be annoying.
     

Share This Page