[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

    I am pretty sure that you are not using the latest recommended CraftBukkit build. Can you make sure and then pastebin the entire startup log and link to it here, please?

    Whoa! I would call that a speed optimization :) I didn't think it was possible to have two identical plugins loaded.

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

    Espionage724

    yea :p

    I have gotten used to clearing 2 things out as well lol, now 1 block at a time seems slower lol, although its a lot more precise now :)
     
  4. Offline

    Black_Jack

    I'm copy all errors are related to creativestick. i'm using last stable build.
     
  5. Offline

    sunkid

    It would really help me to get your problem fixed if you posted the entire startup log, including the version report from CraftBukkit. Otherwise, there is not much I can do.

    To be sure, this version of CreativeStick only works with CraftBukkit versions 556 and above. If you have an older version, you need to use the previous release of CS (available through the github link above). The error you posted indicates that you are using an older version of CraftBukkit.
     
  6. Offline

    Black_Jack

    Code:
    22:45:40 [INFO] Starting minecraft server version Beta 1.3
    22:45:40 [INFO] Loading properties
    22:45:40 [INFO] Starting Minecraft server on *:25565
    22:45:41 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    22:45:41 [WARNING] The server will make no attempt to authenticate usernames. Be
    ware.
    22:45:41 [WARNING] While this makes the game possible to play without internet a
    ccess, it also opens up the ability for hackers to connect with any username the
    y choose.
    22:45:41 [WARNING] To change this, set "online-mode" to "true" in the server.set
    tings file.
    22:45:41 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-544-
    g6c6c30a-b556jnks (MC: 1.3)
    22:45:41 [INFO] Preparing level "world"
    22:45:41 [INFO] Preparing start region
    22:45:42 [INFO] Preparing spawn area: 20%
    22:45:43 [INFO] Preparing spawn area: 73%
    22:45:44 [INFO] [CreativeStick 0.6.0] loaded
    22:45:45 [INFO] [AuthMe] Using flatfile as datasource!
    22:45:45 [INFO] [AuthMe] Cache for registrations is enabled!
    22:45:45 [INFO] [AuthMe] 1 registered players loaded in 0.05 seconds!
    22:45:45 [INFO] [AuthMe] Version 0.61 was successfully loaded!
    22:45:45 [WARNING] [CreativeStick 0.6.0] Setting default permissions to deny all
     actions
    22:45:45 [SEVERE] PLAYER_INTERACT loading CreativeStick v0.6.0 (Is it up to date
    ?)
    java.lang.NoSuchFieldError: PLAYER_INTERACT
            at com.iminurnetz.bukkit.plugin.creativestick.CSPlugin.registerEvents(Un
    known Source)
            at com.iminurnetz.bukkit.plugin.creativestick.CSPlugin.onEnable(Unknown
    Source)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:451)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:217)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:92)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:70)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    22:45:45 [INFO] MCDocs - Permissions NOT Detected! (Don't Worry, it's not essent
    ial!)
    22:45:45 [INFO] MCDocs by Tazzernator (Andrew Tajsic) - version 5.2.2 is enabled
    !
    22:45:45 [INFO] [PlugMan] Starting Up! - Version: 1.3 by bekvon
    22:45:45 [INFO] [PlugMan] Permissions Plugin NOT Found, using OP!
    22:45:45 [INFO] Done (0,405s)! For help, type "help" or "?"
    
     
  7. Offline

    sunkid

  8. Offline

    Black_Jack

    oh thx, i thought b-556jinks means 556 build...
     
  9. Offline

    andrewkm

    just curious would this work with latest [617] recommended build?
     
  10. Offline

    gilgatex

    I'm trying this plugin for the first time with 612 and it doesn't work.

    Code:
    2011-04-02 09:28:51 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'cs' in plugin CreativeStick v0.6.0
    	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
    	at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:233)
    	at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:594)
    	at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:557)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:551)
    	at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    	at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.NullPointerException
    	at com.iminurnetz.bukkit.plugin.creativestick.CSPlugin.onCommand(Unknown Source)
    	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    	... 12 more
    
     
  11. Offline

    andrewkm

    hmm i wonder if it will be good for 617 :(
     
  12. Offline

    skillinazn

    Doubt it. I tried it with 602 and it stopped working. 612 gave me spams of errors, so at 617 it'll most likely not work.
     
  13. Offline

    andrewkm

    Just tested with CB [617] and Permissions 2.5.5 and a bunch of other plugins installed on my server which im just doing a huge update for.

    Tested every command i can think of with this plugin and everything works great.

    Just letting everyone know.
    CB [617] minecraft 1.4 and CS [0.6.0] working great. Thanks sunkid!! :D
     
  14. Offline

    brinck9

    Hello i got this error, when i try to use /cs -t on my bukkit server 617, "An internall error occured while attempting to perform this command" :(
     
  15. Offline

    ScoOby-Do0

    Same I am having the same problem
     
  16. Offline

    brinck9

    Can some one help us or ?? :)
     
  17. Offline

    Retricide

    My server has been freezing up recently, and I've recently checked the server.log to see what errors are coming up before it freezes/crashes, and I'm getting this:
    Code:
    2011-04-05 02:17:54 [INFO] is toggle
    2011-04-05 02:18:01 [SEVERE] Could not pass event PLAYER_INTERACT to CreativeStick
    java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
        at java.util.ArrayList.rangeCheck(ArrayList.java:571)
        at java.util.ArrayList.get(ArrayList.java:349)
        at com.iminurnetz.bukkit.plugin.creativestick.CSPlayerListener.onPlayerInteract(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:217)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
        at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:207)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:447)
        at net.minecraft.server.Packet15Place.a(SourceFile:57)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    2011-04-05 02:18:01 [SEVERE] Could not pass event PLAYER_INTERACT to CreativeStick
    java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
        at java.util.ArrayList.rangeCheck(ArrayList.java:571)
        at java.util.ArrayList.get(ArrayList.java:349)
        at com.iminurnetz.bukkit.plugin.creativestick.CSPlayerListener.onPlayerInteract(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:217)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:162)
        at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:207)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:447)
        at net.minecraft.server.Packet15Place.a(SourceFile:57)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Any idea why CS is causing this?
     
  18. Offline

    ScottSpittle

    i get this error on CB 617

     
  19. Offline

    CheezyW

    Will this stick frag/suffocate me like the last stick? I'm afraid of pointing it too close.
     
  20. Offline

    DaanSterk

    It it possible to require players to have the blocks in their inventory if they want to place them?
    I searched for this option but I couldn't find it. Maybe it's just me being blind though.
     
  21. Offline

    Jandalf

    for now it isnt possible, but maybe the dev add it...
     
  22. Offline

    thecoolwolf

    i am having a realy anoing bug there the stick starts eating away on everything your pointing it at if you step on a wooden pressureplate(might be same with iron but havent tested) it dosent allways happen but most of the time and when it does it dosnt even help by equiping an other item. it says nothing in console eather.
    im using Craftbukkit 670 and just updated to the newest creativestick and it didnt help.
     
  23. Offline

    andrewkm

    on [678]
    and latest creative stick

    doesnt work when right clicking to remove.
    /is -t to enable creative stick....then right clicking any object gives me this error constantly:

    Code:
    2011-04-16 14:25:12 [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:252)
     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
     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:445)
     at net.minecraft.server.Packet15Place.a(SourceFile:57)
     at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
     at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
     
  24. Offline

    Blarghedy

    This is what we are getting on our server, as well. CreativeStick 0.6.2 and bukkit build 677. When this happens, it just doesn't do anything. Just earlier today, though, the stick randomly started turning every block I pointed at into cobblestone. I had it /is -r cobblestone set. Also, I examined your code myself, and as far as I can tell it's lines 135-139 of CSPlayerListener.java that throw the array out of bounds exception. Did something in bukkit change so that player.getLastTwoTargetBlocks() does not always return a 2-element List?
     
  25. Offline

    roly

    when i use /cs -t

    it say two few aruments

    /cs <filename> [args]

    i am on cb 621
    CS0.6.0
     
  26. Offline

    Blarghedy

    Use /is instead. /cs is a command to run scripts. I don't remember what plugin uses /cs; it might be worldedit.
     
  27. Offline

    roly

    okay
    . thanks alot
     
  28. Offline

    andrewkm

    Just confirming with the plugins I have that this works fine with [720] for me :)
    Not sure if i tried everysingle feature, but so far works great.
    Cheers!
     
  29. Offline

    sunkid

    @andrewkm : yeah, CS should work just fine as it is compiled against Bukkit, which had no non-backwards compatible changes. I will update the thread as soon as the new RB is out.
     
  30. Offline

    MacVaultDweller

    Thanks for a great plugin looking forward to cb 733 update
    Keep up the great work
     
  31. Offline

    Xin_TiGeR

    hey dont let this die, i love this plugin! is one of the most usefull tool i have! :D
     
Thread Status:
Not open for further replies.

Share This Page