[WIP][SEC] AutoRegionGuard - Autoclaim and protect chunks by building [FINISHED]

Discussion in 'WIP and Development Status' started by recon88, Apr 22, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    recon88

    Remake progress: 100% finished

    http://dev.bukkit.org/server-mods/autoregionguard/


    Long time ago a Developer made a plugin called "AutoRegionGuard". It was different from traditional protection plugins because players don't need to use any commands to claim chunks. Also they don't have to ask admins to do that. Every chunk has the size of 16x16 blocks and from bedrock to the sky.
    It was one of the best Anti-Griefer plugins out there but the developer stopped updating the plugin at CB860.
    Now the time has come to continue that.


    What's the diffence between this plugin and other plugins?
    • You can claim chunks just by building.
    • Everyone can handle his chunk protections with commands.
    • No more Admins/Mods needed to set up protected areas.
    • No signs/fences/whatever to mark areas.
    • Totally griefing free worlds
    • And many more: See features
    Features:
    • Automatically claims a chunk by placing an configurable ammount of blocks in it.
    • Claimed chunks are protected from other players editing.
    • Others can't steal stuff in claimed chunks (Chests, Furnaces, etc).
    • Also explosions and fire doesn't affect on claimed chunks.
    • Nobody can pull/push blocks with pistons through claimed chunks. Just the chunk owner.
    • All protections can be handled by chunk owners
    • Inactive players (offline since xx days) will loose chunks + friendlist after a specified time.
    • All data is stored in MySQL! No flatfiles.
    • Friendlist !
    .
    Pictures/Videos:
    • Coming soon !
    .
    WIP Version and Links:
    .
    Protections:
    • Building/removing Blocks
    • Explosions
    • Fire
    • Doors/Trapdoors
    • Beds
    • Cakes
    • All animals
    • Bucket fill/empty event
    • Piston Events
    • Soundblock states
    • Repeater states
    • Buttons, Leaver, Plates
    • Paintings
    • All storage stuff (Chest, Furnace, Dispenser, Musicbox, Storage Minecart, Cauldron, Brewing Stand)
    • And many more
    .
    Commands:
    • /arg toggle - [Toggle] Turns Autoclaiming on/off.
    • /arg message - [Toggle] Shows a message when u enter a new chunk (includes "claimed by xx").
    • /arg info [<world> <xvalue> <zvalue>] - Shows informations about the chunks you are standing in or specified (also shows the owner).
    • /arg claim - Claims a chunk without building.
    • /arg unclaim [<world> <xvalue> <zvalue>] - Unclaims the chunk you are standing in or specified.
    • /arg maxchunks <player> <ammoun> - Set the chunk limit for a specified player.
    • /arg list - Shows you a list of your owned chunk.
    • /arg give <player> <chunk x> <chunk z> - Gives a specified chunk to a player in the world you are standing in.
    • /arg friends - Shows your friendlist
    • /arg addfriend <player> - Add a friend who can edit/use your chunks and the stuff in it.,
    • /arg removefriend <player> - Removes a player from friendlist.
    • /arg storage <1/0> - Sets storage protection on/off (Default set by config)
    • /arg piston <1/0> - Sets piston event protection on/off (Default set by config)
    • /arg fire <1/0> - Sets fireprotection on/off (Default set by config)
    • /arg explode <1/0> - Sets explosion protection on/off (Default set by config)
    • /arg door <1/0> - Sets door usge protection on/off (Default set by config)
    • /arg redstone <1/0> - Sets redstone related usage protection on/off (Default set by config)
    • /arg animal <1/0> - Sets animal damage protection on/off (Default set by config)
    • /arg cartdrive <1/0> - Sets Minecart driving protection on/off (Default set by config)
    • /arg cartdestroy <1/0> - Sets Minecart damage protection on/off (Default set by config)
    .
    Permissions:
    • arg.user - This node should have everyone - Allows building and the usage of information commands and Friendlist stuff.
    • arg.storage - Allows the usage of "/arg storage"
    • arg.redstone - Allows the usage of "/arg redstone"
    • arg.door - Allows the usage of "/arg door"
    • arg.animal - Allows the usage of "/arg animal"
    • arg.cartdrive - Allows the usage of "/arg cartdrive"
    • arg.cartdestroy - Allows the usage of "/arg cartdestroy"
    • arg.fire - Allows the usage of "/arg fire"
    • arg.explode - Allows the usage of "/arg explode"
    • arg.piston - Allows the usage of "/arg piston"
    • arg.admin - Bypass all protections + usage of all commands (Admin node)
    • arg.bypass - Same as arg.admin (Admin node)
    • arg.claim - Allows the usage of "/arg claim" (Admin or User node)
    • arg.give - Allows the usage of "/arg give" (Admin node)
    • arg.build - Allows editing EVERY claimed chunk (Admin node)
    • arg.config - Allows the usage of protection commands for EVERY claimed chunk (Admin node)
    .
    Configuration:
    Code:
    # Protections by default #
    protectredstone=1/0
    fireprotection=1/0
    protectstorage=1/0
    explosionprotection=1/0
    messagesdefault=1/0
    protectcartdestroy=1/0
    protectpiston=1/0
    protectanimal=1/0
    protectdoor=1/0
    protectcartdrive=1/0
     
    # Other options #
    autoclaimdefault=1/0 (Sets autoclaiming on/off by default)
    reconnect=10 (Minutes How frequently plugin reconnect to DB to prevent connection lost)
    cacheclear=90 (Seconds how frequently plugin cache is cleared and data must be loaded from DB)
    maxchunks=25 (Max. amount of chunks a user can own)
    claimthreshold=10  (How many blocks a user needs to place in a chunk before it gets autoclaimed)
    timetoexpire=30 (See "Features - Inactive players")
    infotool=287 (ItemID for the Chunkinfo Tool)
    unclaimtool=288 (ItemID of the unclaim Tool)
    
     
    ChromeSkull and Sunset like this.
  2. Offline

    ChromeSkull

    i got the latest ARG from yourself and that works nicely, but the increase of features on this next one looks good :)
     
  3. Offline

    mima19

    Would you like me to do a video on it?
     
  4. Offline

    Sunset

    ARG forever ^^
     
  5. Offline

    diaxr

    hey i was wondering if you could send me a beta or the lateast ARG as well
     
  6. Offline

    recon88

    Why you are asking?
    Read the description!
    There is NO public beta/wip/whatever version at the moment.
     
  7. Offline

    diaxr

    oh well im sorry
    just that one guy above said that you linked him a new version of ARG
     
  8. Offline

    Sunset

    Any news of the development progress for this plugin?
     
  9. Offline

    recon88

    ~1 week until I'll release the WIP version.
     
  10. Offline

    Sunset

    yeah good news to hear ^^
     
  11. Offline

    recon88

    90% finished.
    If you got suggestions for this plugin you should leave it now.
    Otherwise I'll finish it in the next 2 weeks.

    I think I'll release the WIP Version this week for Beta testing (should not be used on live servers)
     
  12. Offline

    Sunset

    yeah nice cant await it XD
     
  13. Offline

    recon88

    WIP Version uploaded. Link in description.

    You have to manually download and put the SQL properties file into the "AutoRegionGuard" folder. The file will be created automatically on final version.

    Remember: Do not use this version on live servers. Use it for testing !

    Please report any suggestions and bugs here.
     
  14. Offline

    Sunset

    Thx Man youre the best ^^
    I test it and let u know if there are some bugs.
     
  15. Offline

    Sunset

    Seems like that i found a bug.
    Arg is successful connected to the database but it doesnt save data into the database.
    The Login information is correct my old arg and all other plugins works well with it.
    After saving a chunk the chunks database is still empty.
     
  16. Offline

    recon88

    Download it again. Should be fixed.
    Also remove the old MySQL.properties file. It's generated by the plugin now !
     
  17. Offline

    recon88

    Still looking for people who got time to test it.
     
  18. Offline

    Sunset

    Hi I tested it, i cant find some bug but i would not use it on my Server until it is recommended.
    Which is my Question, is the newest uploadet Version recommended to use on a live server?
    Does anyone know about the remaining bugs of the plugin?
     
  19. Offline

    recon88

    Well you should get ingame messages that you are using a development version. So why asking? =)
    Also you can see the progress in first post.
     
  20. Offline

    Sunset

    Hi ^^
    I tested some more and found some new bugs.

    1.
    2012-05-23 23:56:58 [WARNING] [AutoRegionGuard] Error at SQL INSERT Query: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'a.level' in 'field list'
    2012-05-23 23:56:58 [WARNING] [AutoRegionGuard] Error at SQL INSERT Query: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'level' in 'where clause'

    2.

    2012-05-23 23:08:02 [SEVERE] Could not pass event BlockIgniteEvent to AutoRegionGuard
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
    at net.minecraft.server.BlockFire.a(BlockFire.java:146)
    at net.minecraft.server.World.a(World.java:2407)
    at net.minecraft.server.World.doTick(World.java:1755)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:545)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NullPointerException
    at com.recon88.arg.RegionHandler.ClaimCheck(RegionHandler.java:318)
    at com.recon88.arg.listener.block.ARGBlockListener.onBlockIgnite(ARGBlockListener.java:120)
    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$1.execute(JavaPluginLoader.java:301)
    ... 8 more
    2012-05-23 23:08:03 [SEVERE] Could not pass event BlockBurnEvent to AutoRegionGuard
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
    at net.minecraft.server.BlockFire.a(BlockFire.java:183)
    at net.minecraft.server.BlockFire.a(BlockFire.java:105)
    at net.minecraft.server.World.a(World.java:2407)
    at net.minecraft.server.World.doTick(World.java:1755)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:545)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NullPointerException
    at com.recon88.arg.RegionHandler.ClaimCheck(RegionHandler.java:318)
    at com.recon88.arg.listener.block.ARGBlockListener.onBlockBurn(ARGBlockListener.java:109)
    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$1.execute(JavaPluginLoader.java:301)
    ... 9 more

    Hope that helps

    mfg Sunset XD
     
  21. Offline

    recon88

    1. Error
    Did you delete your old database before using the updated plugin?
    This error should be fixed already !

    Your PLAYER TABLE should look like this one (If not - Delete it and try again with a new generated)
    http://i.imgur.com/NAC8V.jpg


    2. Error
    Which CraftBukkit version you are using?
    Did this happen when there is thunder and thunderbolts, right?
    I tried to reproduce this with lightning strikes but i don't get any errors.

    Also use pastebin.com for long errors please.
     
  22. Offline

    Jtom2015

    I'm getting the error in-game: An internal error occurred while attempting to perform this command
    Is there certain plugins I need?
    I tried all the commands.
     
  23. Offline

    recon88

    Not possible. Which version of CraftBukkit are you using? Any console errors?
     
  24. Offline

    Jtom2015

    Code:
    25.05 02:42:55 [Server] INFO    ... 9 more
     
    25.05 02:42:55 [Server] INFO    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
     
    25.05 02:42:55 [Server] INFO    at java.lang.reflect.Method.invoke(Method.java:616)
     
    25.05 02:42:55 [Server] INFO    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     
    25.05 02:42:55 [Server] INFO    at sun.reflect.GeneratedMethodAccessor29.invoke(Unknown Source)
     
    25.05 02:42:55 [Server] INFO    at com.recon88.arg.listener.block.ARGBlockListener.onBlockIgnite(ARGBlockListener.java:120)
     
    25.05 02:42:55 [Server] INFO    at com.recon88.arg.RegionHandler.ClaimCheck(RegionHandler.java:318)
     
    25.05 02:42:55 [Server] INFO Caused by: java.lang.NullPointerException
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:545)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.World.doTick(World.java:1757)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.World.l(World.java:2040)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.BlockStationary.a(BlockStationary.java:60)
     
    25.05 02:42:55 [Server] INFO    at org.bukkit.craftbukkit.event.CraftEventFactory.callEvent(CraftEventFactory.java:80)
     
    25.05 02:42:55 [Server] INFO    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
     
    25.05 02:42:55 [Server] INFO    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
     
    25.05 02:42:55 [Server] INFO    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
     
    25.05 02:42:55 [Server] INFO org.bukkit.event.EventException
     
    25.05 02:42:55 [Server] SEVERE Could not pass event BlockIgniteEvent to AutoRegionGuard
     
    25.05 02:42:55 [Server] INFO    ... 9 more
     
    25.05 02:42:55 [Server] INFO    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
     
    25.05 02:42:55 [Server] INFO    at java.lang.reflect.Method.invoke(Method.java:616)
     
    25.05 02:42:55 [Server] INFO    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     
    25.05 02:42:55 [Server] INFO    at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
     
    25.05 02:42:55 [Server] INFO    at com.recon88.arg.listener.block.ARGBlockListener.onBlockBurn(ARGBlockListener.java:109)
     
    25.05 02:42:55 [Server] INFO    at com.recon88.arg.RegionHandler.ClaimCheck(RegionHandler.java:318)
     
    25.05 02:42:55 [Server] INFO Caused by: java.lang.NullPointerException
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:545)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.World.doTick(World.java:1755)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.World.a(World.java:2407)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.BlockFire.a(BlockFire.java:101)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.BlockFire.a(BlockFire.java:183)
     
    25.05 02:42:55 [Server] INFO    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
     
    25.05 02:42:55 [Server] INFO    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
     
    25.05 02:42:55 [Server] INFO    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
     
    25.05 02:42:55 [Server] INFO org.bukkit.event.EventException
     
    25.05 02:42:55 [Server] SEVERE Could not pass event BlockBurnEvent to AutoRegionGuard
     
    25.05 02:42:55 [Server] INFO    ... 9 more
     
    25.05 02:42:55 [Server] INFO    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
     
    25.05 02:42:55 [Server] INFO    at java.lang.reflect.Method.invoke(Method.java:616)
     
    25.05 02:42:55 [Server] INFO    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     
    25.05 02:42:55 [Server] INFO    at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
     
    25.05 02:42:55 [Server] INFO    at com.recon88.arg.listener.block.ARGBlockListener.onBlockBurn(ARGBlockListener.java:109)
     
    25.05 02:42:55 [Server] INFO    at com.recon88.arg.RegionHandler.ClaimCheck(RegionHandler.java:318)
     
    25.05 02:42:55 [Server] INFO Caused by: java.lang.NullPointerException
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:545)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.World.doTick(World.java:1755)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.World.a(World.java:2407)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.BlockFire.a(BlockFire.java:103)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.BlockFire.a(BlockFire.java:183)
     
    25.05 02:42:55 [Server] INFO    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
     
    25.05 02:42:55 [Server] INFO    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
     
    25.05 02:42:55 [Server] INFO    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
     
    25.05 02:42:55 [Server] INFO org.bukkit.event.EventException
     
    25.05 02:42:55 [Server] SEVERE Could not pass event BlockBurnEvent to AutoRegionGuard
     
    25.05 02:42:55 [Server] INFO    ... 9 more
     
    25.05 02:42:55 [Server] INFO    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
     
    25.05 02:42:55 [Server] INFO    at java.lang.reflect.Method.invoke(Method.java:616)
     
    25.05 02:42:55 [Server] INFO    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     
    25.05 02:42:55 [Server] INFO    at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
     
    25.05 02:42:55 [Server] INFO    at com.recon88.arg.listener.block.ARGBlockListener.onBlockBurn(ARGBlockListener.java:109)
     
    25.05 02:42:55 [Server] INFO    at com.recon88.arg.RegionHandler.ClaimCheck(RegionHandler.java:318)
     
    25.05 02:42:55 [Server] INFO Caused by: java.lang.NullPointerException
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:545)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.World.doTick(World.java:1755)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.World.a(World.java:2407)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.BlockFire.a(BlockFire.java:102)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.BlockFire.a(BlockFire.java:183)
     
    25.05 02:42:55 [Server] INFO    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
     
    25.05 02:42:55 [Server] INFO    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
     
    25.05 02:42:55 [Server] INFO    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
     
    25.05 02:42:55 [Server] INFO org.bukkit.event.EventException
     
    25.05 02:42:55 [Server] SEVERE Could not pass event BlockBurnEvent to AutoRegionGuard
     
    25.05 02:42:55 [Server] INFO    ... 8 more
     
    25.05 02:42:55 [Server] INFO    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
     
    25.05 02:42:55 [Server] INFO    at java.lang.reflect.Method.invoke(Method.java:616)
     
    25.05 02:42:55 [Server] INFO    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     
    25.05 02:42:55 [Server] INFO    at sun.reflect.GeneratedMethodAccessor29.invoke(Unknown Source)
     
    25.05 02:42:55 [Server] INFO    at com.recon88.arg.listener.block.ARGBlockListener.onBlockIgnite(ARGBlockListener.java:120)
     
    25.05 02:42:55 [Server] INFO    at com.recon88.arg.RegionHandler.ClaimCheck(RegionHandler.java:318)
     
    25.05 02:42:55 [Server] INFO Caused by: java.lang.NullPointerException
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:545)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.World.doTick(World.java:1755)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.World.a(World.java:2407)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.BlockFire.a(BlockFire.java:146)
     
    25.05 02:42:55 [Server] INFO    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
     
    25.05 02:42:55 [Server] INFO    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
     
    25.05 02:42:55 [Server] INFO    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
     
    25.05 02:42:55 [Server] INFO org.bukkit.event.EventException
     
    25.05 02:42:55 [Server] SEVERE Could not pass event BlockIgniteEvent to AutoRegionGuard
     
    25.05 02:42:55 [Server] INFO    ... 9 more
     
    25.05 02:42:55 [Server] INFO    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
     
    25.05 02:42:55 [Server] INFO    at java.lang.reflect.Method.invoke(Method.java:616)
     
    25.05 02:42:55 [Server] INFO    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     
    25.05 02:42:55 [Server] INFO    at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
     
    25.05 02:42:55 [Server] INFO    at com.recon88.arg.listener.block.ARGBlockListener.onBlockBurn(ARGBlockListener.java:109)
     
    25.05 02:42:55 [Server] INFO    at com.recon88.arg.RegionHandler.ClaimCheck(RegionHandler.java:318)
     
    25.05 02:42:55 [Server] INFO Caused by: java.lang.NullPointerException
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:545)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.World.doTick(World.java:1755)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.World.a(World.java:2407)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.BlockFire.a(BlockFire.java:103)
     
    25.05 02:42:55 [Server] INFO    at net.minecraft.server.BlockFire.a(BlockFire.java:183)
     
    25.05 02:42:55 [Server] INFO    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
     
    25.05 02:42:55 [Server] INFO    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
     
    25.05 02:42:55 [Server] INFO    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
     
    25.05 02:42:55 [Server] INFO org.bukkit.event.EventException
     
    25.05 02:42:55 [Server] SEVERE Could not pass event BlockBurnEvent to AutoRegionGuard
     
    25.05 02:42:54 [Server] INFO    ... 14 more
     
    25.05 02:42:54 [Server] INFO    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
     
    25.05 02:42:54 [Server] INFO    at java.lang.reflect.Method.invoke(Method.java:616)
     
    25.05 02:42:54 [Server] INFO    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     
    25.05 02:42:54 [Server] INFO    at sun.reflect.GeneratedMethodAccessor54.invoke(Unknown Source)
     
    25.05 02:42:54 [Server] INFO    at com.recon88.arg.listener.block.ARGBlockListener.onBlockPlace(ARGBlockListener.java:80)
     
    25.05 02:42:54 [Server] INFO    at com.recon88.arg.RegionHandler.ClaimCheck(RegionHandler.java:318)
     
    25.05 02:42:54 [Server] INFO Caused by: java.lang.NullPointerException
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:558)
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.Packet15Place.handle(SourceFile:39)
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:636)
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:303)
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.ItemStack.placeItem(ItemStack.java:83)
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.ItemBlock.interactWith(ItemBlock.java:71)
     
    25.05 02:42:54 [Server] INFO    at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:99)
     
    25.05 02:42:54 [Server] INFO    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
     
    25.05 02:42:54 [Server] INFO    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
     
    25.05 02:42:54 [Server] INFO    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
     
    25.05 02:42:54 [Server] INFO org.bukkit.event.EventException
     
    25.05 02:42:54 [Server] SEVERE Could not pass event BlockPlaceEvent to AutoRegionGuard
     
    25.05 02:42:54 [Server] INFO    ... 9 more
     
    25.05 02:42:54 [Server] INFO    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
     
    25.05 02:42:54 [Server] INFO    at java.lang.reflect.Method.invoke(Method.java:616)
     
    25.05 02:42:54 [Server] INFO    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     
    25.05 02:42:54 [Server] INFO    at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
     
    25.05 02:42:54 [Server] INFO    at com.recon88.arg.listener.block.ARGBlockListener.onBlockBurn(ARGBlockListener.java:109)
     
    25.05 02:42:54 [Server] INFO    at com.recon88.arg.RegionHandler.ClaimCheck(RegionHandler.java:318)
     
    25.05 02:42:54 [Server] INFO Caused by: java.lang.NullPointerException
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:545)
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.World.doTick(World.java:1755)
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.World.a(World.java:2407)
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.BlockFire.a(BlockFire.java:103)
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.BlockFire.a(BlockFire.java:183)
     
    25.05 02:42:54 [Server] INFO    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
     
    25.05 02:42:54 [Server] INFO    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
     
    25.05 02:42:54 [Server] INFO    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
     
    25.05 02:42:54 [Server] INFO org.bukkit.event.EventException
     
    25.05 02:42:54 [Server] SEVERE Could not pass event BlockBurnEvent to AutoRegionGuard
     
    25.05 02:42:54 [Server] INFO    ... 9 more
     
    25.05 02:42:54 [Server] INFO    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
     
    25.05 02:42:54 [Server] INFO    at java.lang.reflect.Method.invoke(Method.java:616)
     
    25.05 02:42:54 [Server] INFO    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     
    25.05 02:42:54 [Server] INFO    at sun.reflect.GeneratedMethodAccessor29.invoke(Unknown Source)
     
    25.05 02:42:54 [Server] INFO    at com.recon88.arg.listener.block.ARGBlockListener.onBlockIgnite(ARGBlockListener.java:120)
     
    25.05 02:42:54 [Server] INFO    at com.recon88.arg.RegionHandler.ClaimCheck(RegionHandler.java:318)
     
    25.05 02:42:54 [Server] INFO Caused by: java.lang.NullPointerException
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:545)
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.World.doTick(World.java:1757)
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.World.l(World.java:2040)
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.BlockStationary.a(BlockStationary.java:60)
     
    25.05 02:42:54 [Server] INFO    at org.bukkit.craftbukkit.event.CraftEventFactory.callEvent(CraftEventFactory.java:80)
     
    25.05 02:42:54 [Server] INFO    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
     
    25.05 02:42:54 [Server] INFO    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
     
    25.05 02:42:54 [Server] INFO    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
     
    25.05 02:42:54 [Server] INFO org.bukkit.event.EventException
     
    25.05 02:42:54 [Server] SEVERE Could not pass event BlockIgniteEvent to AutoRegionGuard
     
    25.05 02:42:54 [Server] INFO    ... 9 more
     
    25.05 02:42:54 [Server] INFO    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
     
    25.05 02:42:54 [Server] INFO    at java.lang.reflect.Method.invoke(Method.java:616)
     
    25.05 02:42:54 [Server] INFO    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     
    25.05 02:42:54 [Server] INFO    at sun.reflect.GeneratedMethodAccessor29.invoke(Unknown Source)
     
    25.05 02:42:54 [Server] INFO    at com.recon88.arg.listener.block.ARGBlockListener.onBlockIgnite(ARGBlockListener.java:120)
     
    25.05 02:42:54 [Server] INFO    at com.recon88.arg.RegionHandler.ClaimCheck(RegionHandler.java:318)
     
    25.05 02:42:54 [Server] INFO Caused by: java.lang.NullPointerException
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:545)
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.World.doTick(World.java:1757)
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.World.l(World.java:2040)
     
    25.05 02:42:54 [Server] INFO    at net.minecraft.server.BlockStationary.a(BlockStationary.java:60)
     
    25.05 02:42:54 [Server] INFO    at org.bukkit.craftbukkit.event.CraftEventFactory.callEvent(CraftEventFactory.java:80)
     
    25.05 02:42:54 [Server] INFO    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
     
    25.05 02:42:54 [Server] INFO    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
     
    25.05 02:42:54 [Server] INFO    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
     
    25.05 02:42:54 [Server] INFO org.bukkit.event.EventException
     
    25.05 02:42:54 [Server] SEVERE Could not pass event BlockIgniteEvent to AutoRegionGuard
     
    25.05 02:42:54 [Server] INFO    ... 9 more
     
  25. Offline

    recon88

    Why you not reading the other reports? This was already reportet -.-
    And it's not related to the commands.
    Also I was asking for your CraftBukkit version.
     
  26. Offline

    Jtom2015

    1.2.3

    lol, I'm completely lost to whats going on

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  27. Offline

    recon88

    There is no Recommended CraftBukkit build for 1.2.3 <- So no support.
    You really should update to 1.2.5 !
     
  28. Offline

    Jtom2015

    xD, I meant 1.2.5
    my keyboard needs new batteries
     
  29. Offline

    recon88

    Well.. I still don't know what's your problem now.

    - You said you can't use any commands <- I can't confirm that. They are all working.
    - You posted an error which was posted before <- I already said it will be fixed,

    Edit:
    Also post you plugins list please.

    BTW:
    You saw why this error happened? Would be nice if you can take a look on it, because I can't reproduce this error.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  30. Offline

    Jtom2015

    Automessage, Nolagg, BeHerobrine, BigBrother, BloackHat, DisquiseCraft, all of the essentials, NoCheat, Vault, World Edit, World Guard, xAuth, GroupManager, GroupManager Bridge

    My entire console was spammed with it, and no chat was seen same with commands
    I just tried /arg claim
    and then it gave me that error as shown above

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
Thread Status:
Not open for further replies.

Share This Page