Inactive [MECH] CommandSigns v0.9 - Issue commands using signs [953]

Discussion in 'Inactive/Unsupported Plugins' started by Fluff, May 5, 2011.

  1. Offline

    Fluff

    CommandSigns v0.9

    Tired of having to type out the same commands again and again? Want to allow your players to use commands only at certain places? Help is at hand!

    Feature Summary
    • Allows chat commands and chat messages to be send on right-clicking a sign.
    • Allows commands to be run on signs that players wouldn't be able to use through chat.
    • Sign usage can be limited to specific players or groups.
    • Supports 'variables' for player name and x,y,z position.
    • Won't allow users to gain access to forbidden commands without permission (secure).
    • Add a cost to use a sign, or a reward for clicking the sign!
    • Limit the number of times a sign can be used.
    • Enable and disable signs without destroying them.
    • Permissions-friendly
    • Developer API available
    User's Guide

    About The Developers

    Want to ensure your bug or suggestion isn't lost in the thread? Post it on our issue tracker.

    Command Summary (open)

    • /commandsign enable - Enables the next command sign you right-click on.
    • /commandsign enable <x> <y> <z> - Enables the command sign at x,y,z in the current world.
    • /commandsign enable <x> <y> <z> [w:]<world> - Enables the command sign in world <world> at x,y,z.
    • /commandsign enable [a:]<alias> - Enables the command sign at the alias.
    • /commandsign enable <uses> - Enables the next command sign you right-click on with a number of uses.
    • /commandsign enable <uses> <x> <y> <z> - Enables the command sign at x,y,z in the current world with a number of uses.
    • /commandsign enable <uses> <x> <y> <z> [w:]<world> - Enables the command sign in world <world> at x,y,z with a number of uses.
    • /commandsign enable <uses> [a:]<alias> - Enables the command sign at the alias with a number of uses.
    • /commandsign disable - Disables the next command sign you right-click on.
    • /commandsign disable <x> <y> <z> - Disables the command sign at x,y,z in the current world.
    • /commandsign disable <x> <y> <z> [w:]<world> - Disables the command sign at x,y,z in world <world>.
    • /commandsign disable [a:]<alias> - Disables the command sign at the alias.
    • /commandsign alias - Right-click on a block to get the alias of its location.
    • /commandsign alias <x> <y> <z> - Get the alias of the location x,y,z in the current world.
    • /commandsign alias <x> <y> <z> w:<world> - Get the alias of the location x,y,z in world <world>.
    • /commandsign alias [a:]<name> - Right-click on a block to set the alias of its location.
    • /commandsign alias <x> <y> <z> [a:]<name> - Set the alias of the location x,y,z in the current world.
    • /commandsign alias <x> <y> <z> w:<world> [a:]<name> - Set the alias of the location x,y,z in world <world>.
    • /commandsign alias remove - Right-click on a block to remove the alias of its location.
    • /commandsign alias remove [a:]<name> - Removes the alias.
    • /commandsign alias remove <x> <y> <z> - Remove the alias at location x,y,z in the current world.
    • /commandsign alias remove <x> <y> <z> w:<world> - Remove the alias at location x,y,z in world <world>.
    • /commandsign alias [a:]<name> [a:]<newname> - Set the alias of the location at <name> to <newname>.
    • /commandsign config - Lists all the configuration nodes.
    • /commandsign config <node> - Lists the configuration node.
    • /commandsign config <node> <value> - Sets the configuration node to the value.
    • /commandsign exec [a:]<alias> - Executes the command sign at the location pointed to by the alias.
    • /commandsign exec <x> <y> <z> - Executes the command sign at location x,y,z in the current world.
    • /commandsign exec <x> <y> <z> [w:]<world> - Executes the command sign at location x,y,z in world <world>.
    Syntax Summary (open)

    • [command] - use on the first line of a sign to define a command sign.
    • **[title] - use on the first line in place of [command] to customise the title of the sign
    • /command - runs a command as the player using the sign
    • /*command - runs a command as the fictional user &CommandSigns
    • /@command - elevates the player's permissions (using the permissions assigned to &CommandSigns) if necessary to run the command
    • @player/group - commands following (up to the next @) are limited to that player/group.
    • \message - prints the message to chat
    • \\message - prints the message to the player
    • <NAME> / <X> / <Y> / <Z> / <I> - replaced with the using players name/x/y/z-coord/current held item id on running.
    • $;<cost1>[;<costN>] where cost is <item id>,<item number> or <item id>:<item data>,<item number> - adds a cost to the sign
    • $$ - break evaluation of a command sign
    Permission Nodes (open)

    • commandSigns.use - Use a command sign.
    • commandSigns.create - Create, enable, or disable a command sign.
    • commandSigns.super - Create, enable, or disable a command sign using /*command, /@command, @player/group, or $.
    • commandSigns.super.cost - Create, enable, or disable a command sign using $.
    • commandSigns.super.elevated - Create, enable, or disable a command sign using /@command.
    • commandSigns.super.fakeuser - Create, enable, or disable a command sign using /*command.
    • commandSigns.super.restricted - Create, enable, or disable a command sign using @player/group.
    • commandSigns.default.<default group name> - A flag stating that the group is the default group.
    • commandSigns.config - Allows a user to manage the configuration.
    • commandSigns.alias - Allows a user to manage aliases.
    • commandSigns.exec - Allows a user to remotely trigger command signs.
    Reporting a Problem (open)
    The following bits of information are helpful to include when reporting a problem:
    1. Bukkit and plugin version.
    2. Excerpt from server log of the failed command usage, preferably with the debug configuration option set to true.
    3. Complete command sign text.
    4. Command sign configuration file.
    5. Name of plugin that the failed command comes from, preferably with a link to the plugin's forum thread.

    Recommended Plugins
    • With Annotate, you can have CommandSigns on practically any block with an almost unlimited amount of room for commands! They can even activate when pressing a button or a pressure plate!
    • With ScrollingMenuSign, your signs can look even nicer while allowing your users to scroll through a menu of commands!

    Download Latest Version
    MD5: 7f4076eea7198f2c0f17cde3f62f7c1f
    Download 0.8.1i - RB 803 and previous
    MD5: 72a60e16bfd775b3d15a03aca70e86e0

    Source

    To Everyone Asking For Redstone Support (open)

    Yes, I also think redstone support would be very cool. Unfortunately, there are some major limitations on what you can do with a redstone-controlled sign. You can read about those limitations in this post, and you can read a rationale about why those limitations exist in this post. Given those two limitations, I don't think redstone support is currently a useful feature to add, especially given what Annotate can do for you. (If you disagree, please post on the issue tracker on how you would use redstone support.) In the (not too distant) future, redstone support may will be added in a separate plugin due to the different nature of redstone command signs.

    Change Log
    version 0.9 - See Post
    • If PEX permissions work, this plugin supports it.
    • Economy redone; added Essentials Economy.
    • Localization support added.
    • Added new command: /commandsign exec
    • Events properly unregistered when plugin is disabled.
    version 0.8.13
    • Default groups should work for real.
    Older Entries (open)

    version 0.8.12
    • Added handling for default groups.
    • Added support for command aliases.
    • Added /commandsign config.
    version 0.8.11
    • Fixed @ directive.
    • Fixed '/commandsign disable' bug.
    • Added aliases.
    version 0.8.10
    • Fixed /@ permissions error.
    • Added exception handling for removing permissions from users.
    version 0.8.9
    • Added PEX and Permissions 3.0 support.
    • Added new placeholders: <N> and <I>
    • Fixed bug with regular / commands.
    • Added new directives: $$ and \\
    • Added additional debug messages.
    version 0.8.8
    • Fixed /* and /@ working without permissions support.
    • Fixed Permissions creating new users with the wrong casing.
    version 0.8.7
    • Fixed command sign creation permissions.
    • Added debug configuration option.
    version 0.8.6
    • Added Permissions checks to developer API.
    • Fixed enabling bug with /* and /@.
    • Updated to work with GroupManager and fake Permission plugins.
    version 0.8.5 - See Post
    • Fixed multi-world Permissions bug.
    • Changed @ group directive
    version 0.8.4
    • Removed support for Permissions 3.x
    • Updated to 818
    version 0.8.3
    • Fixed API bug
    version 0.8.2
    • Updated for Permissions 3.x
    version 0.8.1
    • Fixed GroupManager integration
    version 0.8
    • Added /@ to temporarily elevate a user's permissions.
    • Added developer API.
    version 0.7.1
    • Fixed item data bug - for real, this time.
    version 0.7 - See Post
    • Removed SignReadMore support.
    • Added Annotate support.
    • Added more granular permissions for advanced sign creation.
    • Removed a debug message that looked like an error.
    version 0.6.2
    • Fixed enable bug on sign creation.
    • Fixed item data bug.
    version 0.6.1
    • Fixed berating of users who can't create command signs but were just innocently putting up a sign.
    version 0.6
    • Added SignReadMore support.
    version 0.5.1
    • Can no longer place blocks directly on enabled command signs.
    • Fixed @ directive.
    • Changed fake user network code.
    version 0.5 - See Post
    • Added /commandsign commands.
    • Added finite-use signs.
    version 0.4.10
    • Fixed BOSEconomy support
    version 0.4.9
    • Supports BOSEconomy
    version 0.4.8
    • Trimming commands in hopes it fixes some problems.
    version 0.4.7 - See Post
    • Added cost signs.
    version 0.4.6
    • Hackish solution to 'items not showing up in inventory' bug.
    version 0.4.5 - See Post
    • Updated support for GroupManager.
    • Added configuration option to change the display name of the fake user.
    • Added configuration option to allow command parser to understand // commands.
    version 0.4.4
    • Fixed numerous bugs when not using Permissions.
    • Beginnings of an API for other plugin devs.
    version 0.4.3
    • Added configuration file.
    • Fixed chat command bugs.
    • Rearranged code for simpler maintenance.
    version 0.4.2 - See Post
    • BREAKING CHANGE - The fake user is now named &CommandSigns.
    version 0.4.1
    • Fixed for 740
    version 0.4
    • Bukkit team trying to break everything again
    version 0.35
    • Fixed conflict when using <NAME> in commands overriding permissions.
    version 0.3
    • Added NAME, X, Y and Z variables
    • Added permission filter
    • Allowed creation of signs that call commands user would not usually have access to
    • Allowed customisation of [command] to other text.
    version 0.15
    • Bugfix ("Insufficient Permissions" annoyance bug)
    version 0.1
    • Plugin Released
     
    Dimochka, c_dric, Flipp and 5 others like this.
  2. Offline

    Shereis

    Well... I don't really know how works PermissionBukkit... if we can't get PEX to work for you... i will investigate it...
    but wait for me releasing ScriptBlock first... after I released it, send me your plugin list, PEX config, PEX permissions list and the error you've got while you try to use PEX on your server ....

    EDIT: First version of ScriptBlock is now released ! ScriptBlock Project Page .
     
  3. Offline

    Jobi

    Will this plugin get updated to the latest bukkit version?
     
  4. Offline

    Clem

    @Shereis perhaps this will work with Permissions 2.x as then I will be able to use it with GroupManager Bridge :). Thanks for your hard work Shereis!
     
  5. Offline

    Shereis

    Adding more Permission support, Like GroupManager, is on my TODO list ;) ! But I think, I won't update it for old Permission Plugins like permission2 and permission3 !

    Are you talking about CommandSigns or my Plugin ?
     
  6. Offline

    xemnes

  7. Offline

    Jobi

    I was talking about CommandSigns
     
  8. Offline

    meiamone

    PEX and Bukkit work perfectly together! I'm not only a fan, but own/admin a server running PEX since it came out. Hint, if you're deleting the permissions.jar you're screwing up. It's part of the compatibility system.
    @Shereis : I'm checking out ScriptBlock now.
     
  9. Offline

    xemnes

    i am ware that you need to keep the permissions.jar
    i am totally aware that you need to keep the permissions.jar since the instructions say so, it was the fact i got many errors in the conversion and it decided to not want to enable anymore, its working now after i finally got some help, infact t3h rewrote my permissions.yml maunally for me >.>
     
    meiamone likes this.
  10. Offline

    Shereis

    I thinks this one won't be updated anymore. But... there is another CommandSigns that is updated ! here is the link to it !
     
  11. Offline

    Slipswhitley

    i need this updated with annoate Come on Fluff at least reply it no longer works with 1.8.3 you have to fix it PLEASE I WILL PAY YOU :D
     
  12. Offline

    Clem

    @Slipswhitley he hasn't been online since July 14th....
     
  13. Offline

    RowdyKingDippyo

    Update this! So far behind :(
     
  14. Offline

    RowdyKingDippyo

    Sounds great, just get it working! Please make it work with Permissions 3.
     
  15. Offline

    Drag_claws

    help can you tell me how to do /time day and /time night on signs?
     
  16. Offline

    t1tanium

    can you add so you can use redstone to trigger the signs for example:
    you put redstone infront of a sign and then a button?
     
  17. Offline

    tincopper2

    AWESOMENESS!!!
     
  18. Offline

    Blitzer515

    Hey, I am looking at using this for Mcmmo.

    I would like to know if you can program it to only activate the sign if a certain item or numerous items are in the players inventory. For example - Sign requires Diamond pick and Diamond spade, but i only have Diamond pick it wont let me activate the sign as a player until i have both the spade and pick in my inventory. Please let me know if this is possible and if it isn't if it could be in a update in the near future.

    Thanks very much!
     
  19. Offline

    xemnes

    this plugin has long died, you wont find him updating it. its also broken.
     
  20. Offline

    Avalanche_Ali

    this is an epic plugin! there's only one thing i think it's missing. redstone activation through signs
     
    StrangeOne101 likes this.
  21. Offline

    Theboxofilms

    This looks like an awesome plugin. Well done!
     
  22. Offline

    StrangeOne101

    Just started up the server, this is what I got:

    Code:
    195 recipes
    27 achievements
    2012-10-09 19:34:05 [INFO] Starting minecraft server version 1.3.2
    2012-10-09 19:34:05 [INFO] Loading properties
    2012-10-09 19:34:05 [INFO] Default game type: CREATIVE
    2012-10-09 19:34:05 [INFO] Generating keypair
    2012-10-09 19:34:07 [INFO] Starting Minecraft server on 192.168.0.4:25565
    2012-10-09 19:34:12 [INFO] This server is running CraftBukkit version git-Bukkit
    -1.3.2-R0.1-17-gc610d2a-b2368jnks (MC: 1.3.2) (Implementing API version 1.3.2-R0
    .2-SNAPSHOT)
    2012-10-09 19:34:15 [WARNING] ----- Bukkit Auto Updater -----
    2012-10-09 19:34:15 [WARNING] Your version of CraftBukkit is out of date. Versio
    n 1.3.2-R1.0 (build #2377) was released on Fri Sep 28 20:34:43 NZST 2012.
    2012-10-09 19:34:15 [WARNING] Details: [URL]http://dl.bukkit.org/downloads/craftbukki[/URL]
    t/view/01434_1.3.2-R1.0/
    2012-10-09 19:34:15 [WARNING] Download: [URL]http://dl.bukkit.org/downloads/craftbukk[/URL]
    it/get/01434_1.3.2-R1.0/craftbukkit.jar
    2012-10-09 19:34:15 [WARNING] ----- ------------------- -----
    2012-10-09 19:34:20 [INFO] [SpeedTeleporter] Loading SpeedTeleporter v1.0
    2012-10-09 19:34:20 [INFO] [UltimateArena] Loading UltimateArena v1.0
    2012-10-09 19:34:20 [INFO] [CommandSigns] Loading CommandSigns v0.9
    2012-10-09 19:34:20 [INFO] [WorldEdit] Loading WorldEdit v5.4.2
    2012-10-09 19:34:20 [INFO] [jCommands] Loading jCommands v1.1.4
    2012-10-09 19:34:20 [INFO] [VanishNoPacket] Loading VanishNoPacket v3.12.1
    2012-10-09 19:34:20 [INFO] [BKCommonLib] Loading BKCommonLib v1.29
    2012-10-09 19:34:20 [INFO] [SafeCreeper] Loading SafeCreeper v1.1.1
    2012-10-09 19:34:20 [INFO] [MonsterBox] Loading MonsterBox v0.8.4
    2012-10-09 19:34:20 [INFO] [WorldGuard] Loading WorldGuard v5.5.4
    2012-10-09 19:34:20 [INFO] [S86 Powers] Loading S86 Powers v3.2.6
    2012-10-09 19:34:20 [INFO] [CraftBookCommon] Loading CraftBookCommon v1068-1afdc
    85
    2012-10-09 19:34:20 [INFO] [NoLagg] Loading NoLagg v1.88.6
    2012-10-09 19:34:20 [INFO] [CraftBookCircuits] Loading CraftBookCircuits v1068-1
    afdc85
    2012-10-09 19:34:20 [INFO] [CraftBookMechanisms] Loading CraftBookMechanisms v10
    68-1afdc85
    2012-10-09 19:34:20 [INFO] [BKCommonLib] Enabling BKCommonLib v1.29
    2012-10-09 19:34:20 [INFO] BKCommonLib version 1.29 enabled!
    2012-10-09 19:34:21 [INFO] [SafeCreeper] Enabling SafeCreeper v1.1.1
    2012-10-09 19:34:21 [INFO] [SafeCreeper] No Permissions system found! Permission
    s disabled!
    2012-10-09 19:34:21 [INFO] [SafeCreeper] Bypass permissions disabled!
    2012-10-09 19:34:21 [INFO] [SafeCreeper] Loading config files...
    2012-10-09 19:34:21 [INFO] [SafeCreeper] Global config file loaded
    2012-10-09 19:34:21 [INFO] [SafeCreeper] 2 world config files loaded
    2012-10-09 19:34:21 [INFO] [SafeCreeper] Safe Creeper v1.1.1 Enabled
    2012-10-09 19:34:22 [INFO] [NoLagg] Enabling NoLagg v1.88.6
    2012-10-09 19:34:28 [INFO] [NoLagg Saving] will write world data to all region f
    iles every 12000 ticks (10.0 minutes)
    2012-10-09 19:34:28 [INFO] NoLagg version 1.88.6 enabled!
    2012-10-09 19:34:28 [INFO] Preparing level "Creative World"
    2012-10-09 19:34:31 [INFO] Preparing start region for level 0 (Seed: 80761011925
    10755873)
    2012-10-09 19:34:34 [INFO] Preparing spawn area: 0%
    2012-10-09 19:34:35 [INFO] Preparing spawn area: 24%
    2012-10-09 19:34:36 [INFO] Preparing spawn area: 40%
    2012-10-09 19:34:37 [INFO] Preparing spawn area: 60%
    2012-10-09 19:34:38 [INFO] Preparing spawn area: 85%
    2012-10-09 19:34:38 [INFO] Preparing start region for level 1 (Seed: -1406935345
    999544952)
    2012-10-09 19:34:39 [INFO] Preparing spawn area: 8%
    2012-10-09 19:34:40 [INFO] Preparing spawn area: 52%
    2012-10-09 19:34:41 [INFO] Preparing spawn area: 93%
    2012-10-09 19:34:41 [INFO] Preparing start region for level 2 (Seed: 61871210736
    07550355)
    2012-10-09 19:34:42 [INFO] Preparing spawn area: 40%
    2012-10-09 19:34:43 [INFO] Preparing spawn area: 56%
    2012-10-09 19:34:44 [INFO] [SpeedTeleporter] Enabling SpeedTeleporter v1.0
    2012-10-09 19:34:44 [INFO] [UltimateArena] Enabling UltimateArena v1.0
    2012-10-09 19:34:44 [INFO] UltimateArena Enabled
    2012-10-09 19:34:44 [INFO] [ULTIMATEARENA] CLASS LOADED: archer
    2012-10-09 19:34:44 [INFO] [ULTIMATEARENA] CLASS LOADED: brute
    2012-10-09 19:34:44 [INFO] [ULTIMATEARENA] CLASS LOADED: dumbass
    2012-10-09 19:34:44 [INFO] [ULTIMATEARENA] CLASS LOADED: garret
    2012-10-09 19:34:44 [INFO] [ULTIMATEARENA] CLASS LOADED: healer
    2012-10-09 19:34:44 [INFO] [ULTIMATEARENA] LOADED CONFIGURATION FOR ARENA TYPE:
    pvp
    2012-10-09 19:34:44 [INFO] [ULTIMATEARENA] LOADED CONFIGURATION FOR ARENA TYPE:
    mob
    2012-10-09 19:34:44 [INFO] [ULTIMATEARENA] LOADED CONFIGURATION FOR ARENA TYPE:
    cq
    2012-10-09 19:34:44 [INFO] [ULTIMATEARENA] LOADED CONFIGURATION FOR ARENA TYPE:
    koth
    2012-10-09 19:34:44 [INFO] [ULTIMATEARENA] LOADED CONFIGURATION FOR ARENA TYPE:
    bomb
    2012-10-09 19:34:44 [INFO] [ULTIMATEARENA] LOADED CONFIGURATION FOR ARENA TYPE:
    ffa
    2012-10-09 19:34:44 [INFO] [ULTIMATEARENA] LOADED CONFIGURATION FOR ARENA TYPE:
    spleef
    2012-10-09 19:34:44 [INFO] [ULTIMATEARENA] LOADED CONFIGURATION FOR ARENA TYPE:
    infect
    2012-10-09 19:34:44 [INFO] [ULTIMATEARENA] LOADED CONFIGURATION FOR ARENA TYPE:
    ctf
    2012-10-09 19:34:45 [INFO] [CommandSigns] Enabling CommandSigns v0.9
    2012-10-09 19:34:45 [SEVERE] Error occurred while enabling CommandSigns v0.9 (Is it up to date?)
    java.lang.NoClassDefFoundError: org/bukkit/event/server/ServerListener
          at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClass(Unknown Source)
            at java.security.SecureClassLoader.defineClass(Unknown Source)
            at java.net.URLClassLoader.defineClass(Unknown Source)
            at java.net.URLClassLoader.access$100(Unknown Source)
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:44)
            at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:238)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:40)      at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)[
    [B]        at java.lang.ClassLoader.loadClass(Unknown Source)[/B]
    [B]        at java.lang.ClassLoader.loadClass(Unknown Source)[/B]
    [B]        at com.omggamingonline.minecraft.Register.EconomyInterface.<init>(Econom[/B]
    [B]yInterface.java:19)[/B]
    [B]        at com.edwardhand.commandsigns.CommandSigns.onEnable(CommandSigns.java:7[/B]
    [B]1)[/B]
    [B]        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)[/B]
    [B]        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader[/B]
    [B].java:374)[/B]
    [B]        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage[/B]
    [B]r.java:381)[/B]
    [B]        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:266)[/B]
    [B]        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:248[/B]
    [B])[/B]
    [B]        at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:297)[/B]
    [B]        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:276)[/B]
    [B]        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:226)[/B]
    [B]        at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)[/B]
    [B]        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:377)[/B]
    [B]        at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)[/B]
    [B]Caused by: java.lang.ClassNotFoundException: org.bukkit.event.server.ServerListe[/B]
    [B]ner[/B]
    [B]        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.[/B]
    [B]java:34)[/B]
    [B]        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.[/B]
    [B]java:29)[/B]
    [B]        at java.lang.ClassLoader.loadClass(Unknown Source)[/B]
    [B]        at java.lang.ClassLoader.loadClass(Unknown Source)[/B]
    [B]        ... 28 more[/B]
    2012-10-09 19:34:45 [INFO] [WorldEdit] Enabling WorldEdit v5.4.2
    2012-10-09 19:34:46 [INFO] WEPIF: Using the Bukkit Permissions API.
    2012-10-09 19:34:48 [INFO] [jCommands] Enabling jCommands v1.1.4
    2012-10-09 19:35:00 [INFO] [jCommands] Loading players.yml
    2012-10-09 19:35:00 [INFO] [jCommands] Loading commands.yml
    2012-10-09 19:35:00 [INFO] [jCommands] Loading config.yml
    2012-10-09 19:35:01 [INFO] [jCommands] Initializing Commands.
    2012-10-09 19:35:01 [INFO] [jCommands] Initializing Events.
    2012-10-09 19:35:01 [INFO] [jCommands] Checking if there's a newer version out..
    .
    2012-10-09 19:35:03 [INFO] Read timed out
    2012-10-09 19:35:03 [INFO] [jCommands] [WARNING] A new version of jCommands is a
    vailable, v1.1.5.
    2012-10-09 19:35:03 [INFO] [jCommands] [WARNING] Download it here: [URL='http://www.dl/']http://www.dl[/URL]
    .jozethdev.com/#jcommands
    2012-10-09 19:35:03 [INFO] [jCommands] jCommands v1.1.4 enabled (2 s)
    2012-10-09 19:35:03 [INFO] [VanishNoPacket] Enabling VanishNoPacket v3.12.1
    2012-10-09 19:35:04 [INFO] [VanishNoPacket] Colored nametags enabled, but I coul
    dn't find TagAPI
    2012-10-09 19:35:04 [INFO] [VanishNoPacket] For awesome colored nametags on vani
    sh, visit
    2012-10-09 19:35:04 [INFO] [VanishNoPacket] [URL]http://dev.bukkit.org/server-mods/ta[/URL]
    g/
    2012-10-09 19:35:04 [INFO] [VanishNoPacket] and download TagAPI.jar
    2012-10-09 19:35:04 [INFO] [VanishNoPacket] v3.12.1 loaded.
    2012-10-09 19:35:04 [INFO] [MonsterBox] Enabling MonsterBox v0.8.4
    2012-10-09 19:35:04 [INFO] [MonsterBox] Spout not detected. Disabling spout supp
    ort.
    2012-10-09 19:35:04 [INFO] MonsterBox version 0.8.4 is enabled!
    2012-10-09 19:35:04 [INFO] [WorldGuard] Enabling WorldGuard v5.5.4
    2012-10-09 19:35:05 [INFO] [WorldGuard] (Creative World) TNT ignition is PERMITT
    ED.
    2012-10-09 19:35:05 [INFO] [WorldGuard] (Creative World) Lighters are PERMITTED.
    2012-10-09 19:35:05 [INFO] [WorldGuard] (Creative World) Lava fire is blocked.
    2012-10-09 19:35:05 [INFO] [WorldGuard] (Creative World) Fire spread is UNRESTRI
    CTED.
    2012-10-09 19:35:05 [INFO] [WorldGuard] Loaded configuration for world 'Creative
    World'
    2012-10-09 19:35:05 [INFO] [WorldGuard] (Creative World_nether) TNT ignition is
    PERMITTED.
    2012-10-09 19:35:05 [INFO] [WorldGuard] (Creative World_nether) Lighters are PER
    MITTED.
    2012-10-09 19:35:05 [INFO] [WorldGuard] (Creative World_nether) Lava fire is blo
    cked.
    2012-10-09 19:35:05 [INFO] [WorldGuard] (Creative World_nether) Fire spread is U
    NRESTRICTED.
    2012-10-09 19:35:05 [INFO] [WorldGuard] Loaded configuration for world 'Creative
    World_nether'
    2012-10-09 19:35:05 [INFO] [WorldGuard] (Creative World_the_end) TNT ignition is
    PERMITTED.
    2012-10-09 19:35:05 [INFO] [WorldGuard] (Creative World_the_end) Lighters are PE
    RMITTED.
    2012-10-09 19:35:05 [INFO] [WorldGuard] (Creative World_the_end) Lava fire is bl
    ocked.
    2012-10-09 19:35:05 [INFO] [WorldGuard] (Creative World_the_end) Fire spread is
    UNRESTRICTED.
    2012-10-09 19:35:05 [INFO] [WorldGuard] Loaded configuration for world 'Creative
    World_the_end'
    2012-10-09 19:35:05 [INFO] [WorldGuard] 0 regions loaded for 'Creative World'
    2012-10-09 19:35:05 [INFO] [WorldGuard] 0 regions loaded for 'Creative World_net
    her'
    2012-10-09 19:35:06 [INFO] [WorldGuard] 0 regions loaded for 'Creative World_the
    _end'
    2012-10-09 19:35:06 [INFO] [S86 Powers] Enabling S86 Powers v3.2.6
    2012-10-09 19:35:11 [INFO] [CraftBookCommon] Enabling CraftBookCommon v1068-1afd
    c85
    2012-10-09 19:35:11 [INFO] CraftBookCommon: Default configuration file written:
    en_US.txt
    2012-10-09 19:35:11 [INFO] CraftBookCommon 1068-1afdc85 enabled.
    2012-10-09 19:35:11 [INFO] [CraftBookCircuits] Enabling CraftBookCircuits v1068-
    1afdc85
    2012-10-09 19:35:11 [INFO] CraftBookCircuits: Default configuration file written
    : en_US.txt
    2012-10-09 19:35:12 [INFO] CraftBookCircuits 1068-1afdc85 enabled.
    2012-10-09 19:35:15 [INFO] CraftBook: Enumerating chunks for self-triggered comp
    onents...
    2012-10-09 19:35:16 [INFO] CraftBook Circuits: 1875 chunk(s) for 3 world(s) proc
    essed (1s elapsed)
    2012-10-09 19:35:16 [INFO] [CraftBookMechanisms] Enabling CraftBookMechanisms v1
    068-1afdc85
    2012-10-09 19:35:16 [INFO] CraftBookMechanisms: Default configuration file writt
    en: en_US.txt
    2012-10-09 19:35:16 [INFO] CraftBookMechanisms 1068-1afdc85 enabled.
    2012-10-09 19:35:19 [INFO] CraftBook: Enumerating chunks for INSTANCE-triggered
    components...
    2012-10-09 19:35:20 [INFO] CraftBook: 1875 chunk(s) for 3 world(s) processed (1s
    elapsed)
    2012-10-09 19:35:20 [INFO] Server permissions file permissions.yml is empty, ign
    oring it
    2012-10-09 19:35:20 [INFO] Done (52.116s)! For help, type "help" or "?"
    2012-10-09 19:35:21 [INFO] /219.89.237.220:52562 lost connection
    2012-10-09 19:35:23 [INFO] Connection reset
    2012-10-09 19:35:26 [INFO] User[/***.**.***.***:52609] logged in with entity
    id 846 at ([Creative World] 126.5182873028862, 61.0, 625.5797824225302)
    2012-10-09 19:35:27 [WARNING] Can't keep up! Did the system time change, or is t
    he server overloaded?
    ...
    
    I cut off the rest of it after the "...". Nothing else important but other warnings of sytem overload.

    Any reason why I'm geting this? This plugin will be just what I need if it works! :)
     
  23. Offline

    CRAZYxMUNK3Y

    StrangeOne101
    Just a guess, but... Maybe it's cause it's over 1000 CB builds out of date. It won't work, and it won't be updated.
     
  24. Offline

    StrangeOne101

    CRAZYxMUNK3Y
    Ok. Thanks for the heads up :p

    I'll go search for another plugin then.
     
  25. Offline

    Darcion

  26. Offline

    xemnes

  27. Offline

    Clem

    Abandonware guys :/
     

Share This Page