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

    arthoz

    Awesome, thanks for adding in circular zones <3
     
  3. Hello i have a question for you. I like the work that you have done so far, it's just that i don't know if i like where you are taking it. If i honor you in the new project would it be okey by you if i borrowed code and started a new plugin? i have a chance of getting a group to work on this and id like to open up the source.
     
  4. Offline

    jblaske

    The project is open source. and Licensed with the MIT license. So by all means, feel free to use what you need. However, why not colaborate? Feel free to PM me with the ideas you have. Maybe we can work something out to benefit the maximum amount of people.

    Friendly Forks > hostile any day.
     
  5. Offline

    Latros

    Is this updated for 1.3?
     
  6. Do you have repo some where? di rather give all the credits to you and fork it to avoid confusion.

    A merge can be done later if you so desire.

    The things im looking to do is make it save to a db instead of a file, skrap the permissions and use owner and member status whit flags to decide what they can do.
     
  7. Offline

    jblaske

    I have not tested it for 1.3 yet. If anybody else can report on this, that would be most appreciated.

    Well a good chunk of those changes are things intend to do. You may not be aware yet, but Bukkit is going to have its own data storage interface for plugins to leverage. And I intend to use that rather than the flat file, as well as utilizing their built in permissions that are on the way.

    The current method is only temporary, as Bukkit isn't feature complete yet.

    The link to the repo can be found in the OP (the link to the issue tracker).
     
    arthoz likes this.
  8. Offline

    Latros

    Yeah, I need confirmation A.S.A.P. on whether this works for 1.3, our entire sever depends on your plugin, Mr Jblaske.
     
  9. Offline

    jblaske

    From what it looks like, Bukkit isn't even ready for 1.3 yet. So I'm afraid you are going to have to wait it out. Either tell your players not to update to 1.3. Or create a backup of your map and have everybody run free for a little while till everything catches up. Then replace your files. <- this is normally what i do when an update comes out.
     
  10. Offline

    CoZmicShReddeR

    Thanks for the help jblaske but I am still wondering where it stores the information you put in with admin commands?
     
  11. Offline

    jblaske

    It stores it all in zones.txt
     
  12. Offline

    Latros

  13. Offline

    tustin2121

    Sorry to bother you, but the I'm getting annoying error messages when attempting to load up EpicZones on my server:

    Code:
    2011-02-22 21:44:10 [INFO] Created Zone [Spawn Point]
    2011-02-22 21:44:10 [INFO] [EpicZones] error starting: null Disabling plugin
    2011-02-22 21:44:10 [INFO] EpicZones version 0.10.0 is disabled.
    The null is all I'm getting, with no other indication as to what went wrong. The Spawn Point zone is the only zone left after I commented the rest out. The plugin runs through all of the lines in zones.txt and sets up all the uncommented zones, then it throws this null and disables. And after it disables, I have to stop and start the server again to try to reload the zones file.

    Commenting out all the zones does not give null. Inserting the stock zones list does not give null. Why is it even failing so bad that it needs to disable?

    Zones.txt: http://pastebin.com/2yXWf32F
    config.yml: default with map boundries turned off

    Thanks :)
     
  14. Offline

    Latros

    Jblaske? Does it work with the 1.3 compatible craftbukkit that was released moments ago?
     
  15. Offline

    Pencil

    Doesn't, I just updated to 1.3 and people can build in my spawn town :( Let's wait for the update :D
     
  16. Offline

    jblaske

    It seems that there was a change in the player move events. So the plugin is unaware of where players are. This *should* be a relatively simple fix. Stay Tuned.
     
  17. Offline

    Latros

    I swear to jebus if you finish EpicZones in the next 3 hours I will donate 30$ to your coffee fund. Our server usually has ~60 people on right now, now we've got 12 because we're stuck at 1.2 where our towns can be protected :(
     
  18. Offline

    jblaske

    Version 0.11 is now posted.

    Should work just fine with 1.3 now.
     
  19. Offline

    Dere011

    Craftbukkit v415
    EpicZones v0.11

    Thank you [​IMG]
     
  20. Offline

    jblaske

    Please report bugs on the issue tracker.

    Also try a newer version of bukkit - this was tested against 450

    EDIT - Also issuing a Reload in the console might fix this too.
    --- merged: Feb 23, 2011 9:46 PM ---
    Also, this is now fixed in 11.1
     
    Dere011 likes this.
  21. Offline

    Latros

    Running CraftBukkit build 447,

    Permissions v2.0
    EpicZones v0.11

    My command console is SPAMMED with the following;

    Code:
    2011-02-23 16:47:41 [SEVERE] Could not pass event PLAYER_MOVE to EpicZones
    java.lang.NullPointerException
        at com.epicsagaonline.bukkit.EpicZones.General.ShouldCheckPlayer(General.java:416)
        at com.epicsagaonline.bukkit.EpicZones.EpicZonesPlayerListener.onPlayerMove(EpicZonesPlayerListener.java:48)
        at org.bukkit.plugin.java.JavaPluginLoader$8.execute(JavaPluginLoader.java:165)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:115)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.a(SourceFile:230)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:70)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:252)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    PLEASE HELP!

    We're SO close to being 1.3 compatible I can taste it! Just waiting on EZ!
     
  22. Offline

    Dere011

    Thank you [​IMG]
     
  23. Offline

    jblaske


    See above - version 11.1 fixes this.
     
  24. Offline

    Latros

    Download link for 11.1? I only see 0.11 on the front page.

    And just to double-check, no difference in zones.txt formatting? copy-pasting my old zones.txt will work with this version?
     
  25. Offline

    jblaske

    The OP has the right download, but here it is for ease - http://team-eso.googlecode.com/files/EpicZones_0_11_1.zip

    Also, zones.txt has not been changed.
     
  26. Offline

    Latros

    /reloadez

    does nothing

    craftbukkit 447
    latest epiczones

    i can use /reloadez once

    it successfully reloads ez

    after that it says "Latros issued server command: reloadez"

    and nothing happens
    --- merged: Feb 24, 2011 12:33 AM ---
    please respond confirming / denying your awareness + fixing of this issue?
     
  27. Offline

    Survivorman

    After updating this plugin to 11.1 Permissions 2.0 throws:

    Code:
    2011-02-23 19:46:04 [SEVERE] com.nijikokun.bukkit.Permissions.Permissions cannot be cast to com.nijikokun.bukkit.Permissions.Permissions (Is it up to date?)
    Permissions won't load when EpicZones is enabled.
    This is the last plugin on my list to update, and I really need it. I have no ideal if it's me, can anyone else confirm this?
     
  28. Offline

    jblaske

    ReloadEZ has been acting up for a few versions, Right now reload from console is the better bet of the two. I intend to fix this in the next release. I"m home now and should be able to release .12 which will be much more stable.
    --- merged: Feb 24, 2011 1:57 AM ---
    I'm unable to reproduce this on my server. Are you sure you are using permission 2.0 and not 2.1?
     
  29. Offline

    Latros

    Also:

    Setting PVP to false = cant PVP
    Setting PVP to true = cant PVP

    After both of these, did a /reloadez, and restarted server (after a save-all)

    Seems like the PVP flag function isnt working period for me anyway
     
  30. Offline

    Survivorman

    I'm using Permissions 2.0 with CB b432. I don't know what I could be doing to trigger this unless it's another plugin. Epic Zones 9.x worked fine before Beta 1.3, with the same plugins.
    I have World Guard, World Edit, Precious Stones, BigBrother, HeroChat, MyHome, MyWarp, TelePlus, Nether, Essentials (Spawn, Ban, Help), OtherBlocks, and LWC.
     
  31. Offline

    jblaske

    I've found the issue and it will be fixed in 0.12, which will be released in a few hours.

    Is pvp set to true in your server.properties file?
     

Share This Page