[MECH/SEC] CreativeStick v0.8 - Build, replace, or remove blocks at a distance [1317]

Discussion in 'Inactive/Unsupported Plugins' started by sunkid, Mar 2, 2011.

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

    sunkid

    CreativeStick
    Build, replace, or remove blocks at a distance

    All updates and project support is now handled on our DevBukkit site!
     
    Rwembee, andrewkm, Freakmiko and 3 others like this.
  2. Offline

    sunkid

    @Xin_TiGeR : it's not going to die, no worries. Do you have any issues with it?
     
  3. Offline

    Xin_TiGeR

    nope, it works like a lady :D
     
  4. Offline

    Chizad

    Hello Well im using latest Bukkit for my Server i Think its 714 Everytime i try using Creative Stick i also use world edit but this is different it always says an "internal error has occurred while atempting to do this command"
    I dont know what to do can anyone help me?

    i guess no one is gonna help me :(

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

    sunkid

    Can you please provide more details on your problem? I will need your server log and the exact command you are trying to use.
     
  6. Offline

    Chizad

    im trying to use is or cstick all those cs-t all of them say problem has occured internal error while atemping this command i dont know an my server i cant see it because its on a dedicated server
     
  7. Offline

    ScottSpittle

    Massive issues here on CB build 737

    and..

     
  8. Offline

    andrewkm

    [740] here tested and working thank you !
     
  9. Offline

    sunkid

    Does this happen every time or just once in a while? I have been trying to get to the bottom of this, alas, I cannot reproduce the error.
     
  10. Offline

    andrewkm

    Cant seem to edit above post. Anyways as I just mentioned. 0.6.2 working great with [740] ALL system go.
    You do however have a bug. :)
    I as an admin use zombe fly mod on my server. When i fly up above max build zone and try to delete below me it puts out this error
    Code:
    2011-04-29 18:10:41 [SEVERE] Could not pass event PLAYER_INTERACT to CreativeStick
    java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
     at java.util.ArrayList.RangeCheck(Unknown Source)
     at java.util.ArrayList.get(Unknown Source)
     at com.iminurnetz.bukkit.plugin.creativestick.CSPlayerListener.onPlayerInteract(Unknown Source)
     at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:254)
     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
     at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
     at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:133)
     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:491)
     at net.minecraft.server.Packet15Place.a(SourceFile:57)
     at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
     at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Absolutely no proble whatsoever, I just fly down lower and it works again.
    Maybe something you should look into in the future.
    Cheers on the wonderful plugin! :)
    -
    -
    -
    Thats also what the user above may be experiencing...happens in water sometimes as well.
     
  11. Offline

    sunkid

    Hey, that's the same error as @ScottSpittle and @Blarghedy reported and that has been vexing me. It seems that the API method player.getLastTwoTargetedBlocks() in craftbukkit only returns one block at times. This should help narrow it down a bit.
     
  12. Offline

    andrewkm

    Yeah ive been getting it for .... a LONG time lol, but i deal with it ... its usually when your above sky, or in water... ect..
     
  13. Offline

    Mook

    I've getting server crashes with my stick.

    Either if you use it if you're in a radius of one block and left/right click will cause the server crash and restart
    or if you use it in water - it will then also crash

    - The following is what i'm getting:

    Code:
    2011-05-01 17:05:05 [SEVERE] Could not pass event PLAYER_INTERACT to CreativeStick
    java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
        at java.util.ArrayList.RangeCheck(ArrayList.java:547)
        at java.util.ArrayList.get(ArrayList.java:322)
        at com.iminurnetz.bukkit.plugin.creativestick.CSPlayerListener.onPlayerInteract(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:254)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
        at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:64)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:433)
        at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-01 17:05:05 [INFO] lost connection: user was kicked.
    2011-05-01 17:05:05 [SEVERE] Exception in thread "Thread-1612"
    2011-05-01 17:05:05 [SEVERE] java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
    2011-05-01 17:05:05 [SEVERE]     at java.util.ArrayList.RangeCheck(ArrayList.java:547)
    2011-05-01 17:05:05 [SEVERE]     at java.util.ArrayList.get(ArrayList.java:322)
    2011-05-01 17:05:05 [SEVERE]     at com.iminurnetz.bukkit.plugin.creativestick.CSPlayerListener.onPlayerInteract(Unknown Source)
    2011-05-01 17:05:05 [SEVERE]     at com.iminurnetz.bukkit.plugin.creativestick.CSPlayerListener$2.run(Unknown Source)
    2011-05-01 17:05:05 [SEVERE]     at java.lang.Thread.run(Thread.java:662)
    
    Kicks everyone, and then give you:

    Code:
    2011-05-01 17:05:05 [INFO] [CONSOLE] Server is restarting. World is being saved.
    740 of Bukkit, with the latest CStick

    Edit: Looks like i'm not the only one getting the error.
     
  14. Offline

    sunkid

    Uh, server crashes are not good :(

    I just pushed release 0.6.4, which should prevent this error. Please give it a try!
     
  15. Offline

    Mook

    Seems to be all working fine now - Cheers for the update :)
     
  16. Offline

    ScottSpittle

    03:33:38 [INFO] File exists but is not a plugin file.
     
  17. Offline

    sunkid

    Say what? :)

    What did you do? Any other errors? Server version? Other plugins installed?
     
  18. Offline

    ScottSpittle

    i updated to 0.6.4 im on CB740 and when i restarted server it no logner works.. when it tries to load CS it says that..
     
  19. Offline

    Mook

    Another weird bug, I'm encounting is if I type "/cs -b wood" - it comes up as invalid, but if I do "/cs -b dirt" and then execute "/cs -b wood" it works fine.
     
  20. Offline

    andrewkm

    SKY error fixed. [0.6.4] + [740]
    Now get this instead:
    Code:
    2011-05-01 17:35:39 [WARNING] [CreativeStick 0.6.4] Did not get two blocks to work with
    2011-05-01 17:35:39 [WARNING] [CreativeStick 0.6.4] Did not get two blocks to work with
    2011-05-01 17:35:41 [WARNING] [CreativeStick 0.6.4] Did not get two blocks to work with
    2011-05-01 17:35:53 [WARNING] [CreativeStick 0.6.4] Did not get two blocks to work with
    2011-05-01 17:35:53 [WARNING] [CreativeStick 0.6.4] Did not get two blocks to work with
    2011-05-01 17:35:54 [WARNING] [CreativeStick 0.6.4] Did not get two blocks to work with
    2011-05-01 17:35:57 [WARNING] [CreativeStick 0.6.4] Did not get two blocks to work with
    2011-05-01 17:35:57 [WARNING] [CreativeStick 0.6.4] Did not get two blocks to work with
    2011-05-01 17:35:58 [WARNING] [CreativeStick 0.6.4] Did not get two blocks to work with
    Far less spam.
    Thank you :)
     
  21. Offline

    sunkid

    Check your plugin folder and make sure it has a CreativeStick.jar in it. Sounds like you may have put the zip file there instead, maybe.
     
  22. Offline

    ScottSpittle

    no offence but im not a retard.. It's very annoying that you release it in a zip..

    Ofcourse i extracted the .jar and placed it in there i've been managing a server since October 2010...

    so thats not the problem
     
  23. Offline

    sunkid

    No offense intended or taken. That said, if you don't like the zip file release, you can always get the jar directly.

    What happens when you restart the server? Does CS put out any log messages? Have you tried re-downloading the release?
     
  24. Offline

    ScottSpittle

    Sorted, i redownloaded sorry to bother you
     
  25. Offline

    DeLux

    Don't get me wrong, I'm not complaining, but this is just all so complicated and tiresome. For singleplayer, there's the awesome ExtendedReach (and I guess SinglePlayerCommands has something similar), that just allows you to place and destroy blocks at a longer reach, no sticks and commands and stuff needed. Is there any possibility you could maybe make something like that ? It sounds like it'd just be one tiny tiny feature of this entire plugin just always enabled for everything, so it doesn't seem like it'd take more than a few minutes at most, and there's a lot of people who'd be super grateful.

    Pretty please ? With a cherry on top ?

    Edit: I mean just nothing but extended reach - you'd still select the blocks you want to place, or the pickaxe or shovel you want to use, it would just work for more than the default 3/4 meters.
     
  26. Offline

    n4Ghost

    Error by:

    /cstick replace 45

    then i whant do:

    /cstick build 45

    This donĀ“t going.

    The Problem is the same Item ID

    Thanks
     
  27. Offline

    neal121

    Works for me but is there a stack option? Or something? I kinda grow tiresome of mining the coal blocks lol
     
  28. Offline

    andrewkm

    Confirming everything working with [760] :)
     
  29. Offline

    Freakmiko

    I would like to point out this bug, I have CS version 0.6.4 and CB740. It is really annoying if you have doors that open up with pressureplates and you have the stick in your hand...bad things happen >_>
     
  30. Offline

    sunkid

    Thanks for reporting this! I have uploaded a new release, please give it a try!
     
    thecoolwolf and Freakmiko like this.
  31. Offline

    Freakmiko

    Thanks this update fixed it ^^
     
Thread Status:
Not open for further replies.

Share This Page