[GEN/TP/ADMN] CommandBook 1.7 - Essential and useful commands (/item, etc.) [BukkitDev]

Discussion in 'Archived: Plugin Releases' started by sk89q, Feb 28, 2011.

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

    sk89q

    General commands as used on my server since '10. Warping, item giving, time changing, weather changing -- the usual.

    Thor command, one of many (video by Rubenbeebl):


    Note: You can remove any of these commands from CommandBook using the download link below.
    • General:
      • item [-d] <item[:data]> [amount]
      • give [-d] <target> <item[:data]> [amount]
      • more [-a] [-i] <target>
      • online [filter]
      • motd
      • intro (play intro music)
      • midi (play a MIDI file for yourself)
      • rules
      • setspawn [destination]
      • time [world] <time>
      • weather <'stormy'|'sunny'> [duration] [world]
      • thunder <'on'|'off'> [duration] [world]
      • spawnmob [-p] [-d] [-i] [-r] <mob> [count] [location]
      • kit <kit> [target]
    • Teleportation:
      • spawn
      • tp [target] <destination>
      • bring <target>
      • put <target>
      • call <target> (request a teleport)
    • Messaging:
      • broadcast <message>
      • say <message>
      • me <message>
      • msg <target> <message...>
      • reply <message...>
      • mute <target>
      • unmute <target>
    • Player:
      • whereami
      • compass
      • clear [-a] [target]
      • slap [-s] [-h|-v] [-d] [target]
      • rocket [-s] [-h] [target]
      • barrage [-s] [target]
      • shock [-s] [target]
      • thor [target] (get Thor's hammer)
      • unthor [target] (revoke Thor's hammer)
      • whois [target]
    • Utilities:
      • ping
      • debug info
      • debug clock (very accurate server lag benchmark)
    • Bans:
      • kick <target> [reason...]
      • ban [-e] <target> [reason...]
      • unban <target> [reason...]
    Complimentary plugins:

    Download

    [​IMG] CommandBook 1.7
    Requirements: Java 6+, WorldEdit, Bukkit build 753+

    You need WorldEdit: Install WorldEdit. If you don't want WorldEdit, put WorldEdit.jar in the root folder of your server or in the plugins/CommandBook folder.​

    If you find CommandBook useful, [​IMG]

    How to Use

    Check out my server too!
    [​IMG]

    [​IMG] (CommandBook is open source!)
     
    dragon8510, Psychoma, Goodi and 26 others like this.
  2. Offline

    Ticksy

    Code:
    motd: |
        *** My server ***
        %_Here_an_empty_string_%
        Hello, `Y%name%`w.
        The time now is `Y%time%`w and you're in world '%world%'.
    How did it make? Newline or space does not help.
     
  3. Offline

    Kirsch

    I renamed the WorldEdit.jar, after that i get this Error:
    Code:
    Could not load 'plugins\commandbook-1.5.3-SNAPSHOT.jar' in folder 'plugins':
    java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/CommandException
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:168)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:138)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:103)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: com.sk89q.minecraft.util.commands.CommandException
            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:36)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 11 more
    CraftBook and WorldGuard have not this Problem

    Use a Formatstring like "`w" at the begin of the empty Line
    Code:
    motd: |
        *** My server ***
        `w
        Hello, `Y%name%`w.
        The time now is `Y%time%`w and you're in world '%world%'.
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  4. Offline

    idragon2000

    ah anybody found a laged Sun rise and movement(same with moon) with commandbook latest build?

    Thanks
     
  5. Offline

    Machete.Panda

    Im running bukkit build 1147 with command book 148. Im getting this error.
    Code:
    16:47:46 [SEVERE] Could not load 'plugins\commandbook-1.5.3-SNAPSHOT.jar' in folder 'plugins':java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/CommandException
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:168)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:138)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:103)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: com.sk89q.minecraft.util.commands.CommandException
            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:36)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 11 more
    Any ideas? Should I move down in bukkit builds?(it gives same error moving up on bukkit build 1149)

    Great plugin BTW. thanks.
     
  6. Offline

    SneakyBeaver189

    I baned my friend but it wont let me unban him :(((((((
     
  7. Offline

    Ratmatix

    Try moving up CommandBook versions? 1.4.8 is old. I've got CommandBook 1.5.2 running on Bukkit 1149 on MC 1.8.1 and it's working with no errors/warnings at all.
    Check
    Code:
    plugins/CommandBook/banned_names.txt
     
  8. Offline

    The Wizard

    Can you add in confing file some settings to enable/disable features?
    Like Customize CommandBook, but in config.

    I want to use the latest build, but I don't want intro, midi, etc. I want to disable them.
     
  9. Offline

    Ticksy

    Unfortunately, it does not work :(. CommandBook v1.5.2, CraftBukkit build 1145. What could be wrong?
     
  10. Offline

    Machete.Panda

    I wasnt using 1.4.8 if yo uread the error I posted.

    UPDATE:
    Code:
    161 recipes
    11:29:47 [SEVERE] Could not load 'plugins\commandbook-1.5.3-SNAPSHOT.jar' in fol
    der 'plugins':
    java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/CommandExcepti
    on
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:168)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:213)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:136)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:138)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:103)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:52)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: com.sk89q.minecraft.util.commands.C
    ommandException
            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:36)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 11 more
    Just an update. Craftbukkit build #1149/1150 does not work with CommandBook 1.5.2 build #150. Ugh... Whats going on? I had 2 older builds that worked with eachother on MC 1.8.x... not sure which combination it was though.
     
  11. Offline

    Themosey

    Is anyone else having problems with /warp and /setwarp? It tells me that those are unknown commands.
    Did I miss the functions were taken out? Am I a dolt that I am using the wrong lingo?

    The rest of CB commands are working.
     
  12. Offline

    number1_Master

    in the future there should be a node and a command to change your gamemode!
     
  13. Offline

    seventoes

    Wrote a quick Python script to convert from Essentials warps to CommandBook warps for those of us that are bailing on Essentials.

    https://gist.github.com/1228923
     
  14. Offline

    Kirsch

    one withespace after `w
    than it works

    Open CommandBook.jar (is a ZIP-File) and edit the Plugin.yml in the Root-Directory!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  15. Offline

    Raycrash

    Is it just me or do a lot of the commands not work ? (latest devbukkit)

    or rather not at all ?

    Code:
    2011-09-20 17:50:40 [SEVERE] Could not load 'plugins/CommandBook.jar' in folder 'plugins':
    java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/CommandException
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:264)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:168)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:138)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:408)
        at org.bukkit.Bukkit.reload(Bukkit.java:173)
        at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:755)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:720)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:713)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:91)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: com.sk89q.minecraft.util.commands.CommandException
        at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:334)
        ... 21 more
     
  16. Offline

    _infina_

    do you have WorldEdit.jar?
     
  17. Offline

    Raycrash

    Ah could it be that I HAVE to rename it to worldedit.jar ?
    (Dev-build name wont work ?)

    edit: yes taht was the problem, alright thanks mate
     
  18. Offline

    RustyDagger

    I am having an issue with the latest dev build where its telling me I don't have permission to use the command when clearly I do. thi plugin had an issue like this a while back and it was not just me reporting it it was with the /compass command what i cant understand is why no permissions are declared in the plugin.yml it seems every plugin that don't have this done is having issues because Xcraftgate had a problem much like that. This is some thing that needs fixing.

    Incoming stop of Data:

    Console Log from a /reload ingame.

    Code:
    >05:42:21 [INFO] WorldGuard 5.2.3-SNAPSHOT disabled.
    >05:42:21 [INFO] [MultiInv] Plugin disabled.
    >05:42:21 [INFO] [AutoMessage] version [1.5] disabled
    >05:42:21 [INFO] [XcraftGate v0.8] lost Permissions plugin.
    >05:42:21 [INFO] Stopping Minequery server
    >05:42:21 [INFO] LWC: Freeing MySQ [0m
    >05:42:21 [INFO] [NoCheat] version [1.14e] is disabled.
    >05:42:21 [INFO] [LogBlock] Waiting for consumer ...
    >05:42:21 [INFO] [LogBlock] Remaining queue size: 1
    >05:42:21 [INFO] LogBlock disabled.
    >05:42:21 [INFO] mcMMO was disabled.
    >05:42:24 [SEVERE] Nag author: '' of 'WorldGuard' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded. This may cause conflicts with the newly loaded version of the plugin
    >05:42:24 [SEVERE] Nag author: '' of 'WorldEdit' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded. This may cause conflicts with the newly loaded version of the plugin
    >05:42:24 [SEVERE] Nag author: '' of 'mcMMO' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded. This may cause conflicts with the newly loaded version of the plugin
    >05:42:24 [INFO] [SuperpermBridge] Superperm/Permissions bridge initialized
    >05:42:24 [INFO] Starting Minequery server on 207.210.254.134:25567
    >05:42:24 [INFO] LWC: Loading shared objects
    >05:42:24 [INFO] LWC: Protection cache: 0/10000
    >05:42:24 [INFO] LWC: Native library: plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so
    >05:42:25 [INFO] [LogBlock] Version check: Your version is up to date
    >05:42:25 [INFO] [LogBlock] Connecting to joshuat@jdbc:mysql://207.210.254.130:3306/joshuatdb...
    >05:42:25 [INFO] WorldGuard: Using the Bukkit Permissions API.
    >05:42:25 [INFO] WorldGuard: Loaded configuration for world 'Player"
    >05:42:25 [INFO] WorldGuard: Loaded configuration for world 'Creative"
    >05:42:25 [INFO] WorldGuard: Loaded configuration for world 'OldPlayer"
    >05:42:25 [INFO] WorldGuard: Loaded configuration for world 'Nether"
    >05:42:25 [WARNING] WorldGuard: Region file for world "Player" missing or inaccessible.
    >05:42:25 [WARNING] WorldGuard: Region file for world "Creative" missing or inaccessible.
    >05:42:25 [WARNING] WorldGuard: Region file for world "OldPlayer" missing or inaccessible.
    >05:42:25 [WARNING] WorldGuard: Region file for world "Nether" missing or inaccessible.
    >05:42:25 [INFO] WorldGuard 5.2.3-SNAPSHOT enabled.
    >05:42:25 [INFO] [MultiInv] Sharing Noob to Player is invalid
    >05:42:25 [INFO] [MultiInv] Shared worlds loaded with no errors
    >05:42:25 [INFO] [MultiInv] version 2.3.2 is enabled!
    >05:42:25 [INFO] CommandBook 150-87cf0bf enabled.
    >05:42:25 [WARNING] CommandBook: 1 Warps(s) loaded
    >05:42:25 [WARNING] CommandBook: 28 Homes(s) loaded
    >05:42:25 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    >05:42:25 [INFO] CommandBook: 39 banned name(s) loaded.
    >05:42:25 [INFO] CommandBook: 1 kit(s) loaded.
    >05:42:25 [INFO] CommandBook: Using the Bukkit Permissions API.
    >05:42:25 [INFO] BorderGuard version 4.1 is enabled!
    >05:42:25 [INFO] [AutoMessage] version [1.5] loaded
    >05:42:25 [INFO] [SuperpermBridge] Superperm/Permissions bridge enabled
    >05:42:25 [INFO] Dynamic Effect Whitelist version 0.9 is enabled!
    >05:42:25 [INFO] [DEWhitelist] Initialized db connection
    >05:42:25 [INFO] WorldEdit 292-c78e8a1 enabled.
    >05:42:25 [INFO] WorldEdit: Using the Bukkit Permissions API.
    >05:42:25 [INFO] [XcraftGate v0.8] hooked into Permissions 2.7.7
    >05:42:25 [INFO] [XcraftGate v0.8] by Engelier loaded.
    >05:42:25 [INFO] [XcraftGate v0.8] loaded world Player (Environment: NORMAL, Seed: -4726406095604882550)
    >05:42:25 [INFO] [XcraftGate v0.8] loaded world Creative (Environment: NORMAL, Seed: -4486960531912636416)
    >05:42:25 [INFO] [XcraftGate v0.8] loaded world OldPlayer (Environment: NORMAL, Seed: -1419347310)
    >05:42:25 [INFO] [XcraftGate v0.8] loaded world Nether (Environment: NETHER, Seed: -3308350391808589525)
    >05:42:25 [INFO] [XcraftGate v0.8] loaded 15 gates
    >05:42:25 [INFO] LWC: Loaded 137 locale strings (0 overrides)
    >05:42:25 [INFO] LWC: Permissions API: [31mNijiPermissions [0m
    >05:42:25 [INFO] LWC: Currency API: [31mNoCurrency [0m
    >05:42:25 [INFO] LWC: Loading MySQ [0m
    >05:42:25 [INFO] LWC: Using: Mysql-connector-java-5.1.14 ( Revision: ${bzr.revision-id} ) [0m
    >05:42:25 [INFO] LWC: Precached 2 protections.
    >05:42:25 [INFO] LWC: At version: 3.41 (138)
    >05:42:25 [INFO] (NoCheat) Did you know? This version of NoCheat was written for CraftBukkit RB #1060
    >05:42:25 [INFO] (NoCheat) Did you know? NoCheat supports the new "SuperPerms" system. You can activate it in the config file.
    >05:42:25 [INFO] [NoCheat] version [1.14e] couldn't find CrafTIRC plugin. Disabling logging to IRC.
    >05:42:25 [INFO] [NoCheat] version [1.14e] is enabled with the following checks: moving speedhack infinitedurability flying fastswim
    >05:42:25 [INFO] [LogBlock] Permissions plugin found.
    >05:42:25 [INFO] You are not allowed to rollback more than 7200 minutes
    >05:42:25 [INFO] [LogBlock] Scheduled consumer with bukkit scheduler.
    >05:42:25 [INFO] LogBlock v1.26 by DiddiZ enabled.
    >05:42:25 [INFO] [mcMMO] Permissions version 2.7.7 found, using Permissions.
    >05:42:25 [INFO] Loading Config File...
    >05:42:26 [INFO] Cleared out table lb-Creative. Deleted 302 entries.
    >05:42:26 [INFO] Cleared out table lb-Creative. Deleted 302 entries.
    >05:42:26 [INFO] Cleared out table lb-Creative-sign. Deleted 1 entries.
    >05:42:26 [INFO] Cleared out table lb-Creative-sign. Deleted 1 entries.
    >05:42:26 [INFO] [mcMMO] Permissions version 2.7.7 found, using Permissions.
    >05:42:26 [INFO] mcMMO version 1.1.13 is enabled!
    Permissionsbukkit config file:

    Code:
    groups:
        default:
            permissions:
                permissions.build: true
                minfo.group.player: true
                minfo.prefix.player: true
                minfo.suffix.player: true
                commandbook.who: true
                commandbook.motd: true
                commandbook.rules: true
                commandbook.spawn: true
                commandbook.whereami: true
                commandbook.whereami.compass: true
                commandbook.home.teleport: true
                commandbook.home.set: true
                commandbook.msg: true
                world.normal: true
                worldedit.extinguish: true
                mcmmo.perms.add: true
                commandbook.warp.teleport: true
                commandbook.say.me: true
                commandbook.whereami.compass: true
                commandbook.whereami: true
                backpack.size18: true
                backpack.clear: true
    
        cp:
            permissions:
                minfo.group.player: false
                minfo.prefix.player: false
                minfo.suffix.player: false
                minfo.group.cp: true
                minfo.prefix.cp: true
                minfo.suffix.cp: true
            worlds:
                Creative:
                    worldedit.superpickaxe: true
                    worldedit.tool.replacer: true
                    commandbook.more.infinite: true
                    commandbook.more: true
                    Commandbook.give.creative: true
            inheritance:
            - default
        vip:
            permissions:
                minfo.group.cp: false
                minfo.prefix.cp: false
                minfo.suffix.cp: false
                minfo.group.vip: true
                minfo.prefix.vip: true
                minfo.suffix.vip: true
                nocheat.speedhack: true
                nocheat.moving: true
                logblock.me: true
                commandbook.time: true
                commandbook.weather: true
                commandbook.clear: true
                worldguard.stack.illegitimate: true
                worldguard.stack: true
                worldguard.locate: true
                backpack.size36: true
                backpack.nodrop: true
            inheritance:
            - cp
        mod:
            permissions:
                minfo.group.vip: false
                minfo.prefix.vip: false
                minfo.suffix.vip: false
                minfo.group.mod: true
                minfo.prefix.mod: true
                minfo.suffix.mod: true
                lwc.mod: true
                worldedit.fixlava: true
                worldedit.fixwater: true
                logblock.tool: true
                logblock.toolblock: true
                logblock.lookup: true
                logblock.rollback: true
                commandbook.teleport: true
                commandbook.return: true
                commandbook.broadcast: true
                commandbook.mute: true
                commandbook.slap: true
                commandbook.slap.other: true
                commandbook.rocket: true
                commandbook.rocket.other: true
                commandbook.kick: true
                worldguard.heal: true
                worldguard.slay.other: true
                worldguard.slay: true
            inheritance:
            - vip
        admin:
            permissions:
                minfo.group.mod: false
                minfo.prefix.mod: false
                minfo.suffix.mod: false
                minfo.group.admin: true
                minfo.prefix.admin: true
                minfo.suffix.admin: true
                lwc.admin: true
                permissions.player.setgroup: true
                permissions.player.groups: true
                commandbook.midi: true
                commandbook.spawnmob.all: true
                commandbook.teleport.other: true
                commandbook.locations.coords: true
                commandbook.warp.teleport.other: true
                commandbook.barrage: true
                commandbook.barrage.other: true
                commandbook.firebarrage: true
                commandbook.firebarrage.other: true
                commandbook.shock: true
                commandbook.shock.other: true
                commandbook.thor: true
                commandbook.whois.other: true
                commandbook.bans.ban: true
                commandbook.bans.unban: true
                commandbook.bans.isbanned: true
                commandbook.bans.save: true
                commandbook.home.teleport.other: true
                commandbook.home.other: true
                commandbook.home.set.other: true
                worldedit.*: true
                worldguard.god: true
                worldguard.god.other: true
                worldguard.ungod: true
                worldguard.ungod.other: true
                worldguard.heal.other: true
            inheritance:
            - mod
        manager:
            permissions:
                minfo.group.admin: false
                minfo.prefix.admin: false
                minfo.suffix.admin: false
                minfo.group.manager: true
                minfo.prefix.manager: true
                minfo.suffix.manager: true
                commandbook.give.*: true
                commandbook.more.infinite: true
                commandbook.more: true
                commandbook.spawnmob.many: true
                commandbook.warp.set: true
                commandbook.say: true
                commandbook.clear.other: true
                backpack.size45: true
                backpack.open.other: true
                backpack.clear.other: true
            inheritance:
            - admin
        owner:
            permissions:
                logblock.*: true
                minfo.group.superadmin: false
                minfo.prefix.superadmin: false
                minfo.suffix.superadmin: false
                minfo.group.owner: true
                minfo.prefix.owner: true
                minfo.suffix.owner: true
                permissions.reload: true
                mcmmo.tools.mcrefresh: true
                commandbook.setspawn: true
                commandbook.reload: true
                backpack.size54: true
                backpack.reload: true
                backpack.upgrade54: true
                XcraftGate.*: true
                testnode: true
            inheritance:
            - manager
        event:
            permissions:
                world.event: true
            worlds:
                Event:
    Commandbook Config File:

    Code:
    # Give ops all permissions
    op-permissions: false
    use-display-names: true
    online-on-join: false
    online-list:
        colored-names: true
        grouped-names: false
        show-max-players: true
    verify-name-format: true
    motd: |
        `YWelcome to `yCrazyCowGaming.net
        `rThis Server uses Spout For Some Plugins.
        `yWe `rHighly Recommend `yyou Download the Client.
        `yGo to the forum www.crazycowgaming.net `yand Click.
        `yThe Get Spout Button up the top for more info.
    rules: |
        - Be courteous and respect others.
        - Don't use any tools to give you an unfair advantage.
        `2This is the default CommandBook rules text! You can adjust it in config.yml.
    # Force use of commandbook.items.<id> permissions for allowed/disallowed items
    item-permissions-only: false
    disallowed-items: []
    allowed-items: []
    item-names:
        goldblock: 41
        ice: 79
    # Allows use of custom items for Thor's hammer. Use brackets [] regardless of the amount of items.
    thor-hammer-items: [278, 285, 257, 270]
    # Makes /time and /weather broadcast a message
    broadcast-changes: true
    # Makes /kick and /ban broadcast a message
    broadcast-bans: true
    broadcast-kicks: true
    console-say-format: "<`r*Console`w> %s"
    broadcast-format: "`r[Broadcast] %s"
    default-item-stack-size: 1
    # As of writing, this does NOT fix spawning on first join (yet)
    exact-spawn: true
    # This makes CommandBook compatible with poorly written server wrappers
    crappy-wrapper-compat: true
    time-lock:
        # Example time lock:
        #world: 3am
    per-world-warps: false
    per-world-homes: false
     
    
     
  19. Offline

    Dev909

    Does anyone know when a 1.8 update is being made to this? Or if theres already one can someone link it to me? I searched and cannot find it :(
     
  20. Offline

    SrJoben

    I'm having a problem that sounds like RustyDagger's. I'm using a dev build of craftbukkit, and PermissionBukkit 1.2k

    Permission nodes for Commandbook don't seem to do anything.
     
  21. Offline

    RustyDagger

    Yep ;/ the last time i tried telling the devs about an issue like this like all like its fine its not broken..... yep tell that to my server...
     
  22. Offline

    Sayshal

    Hey, I used to be able to remove commands that commandbook used in favor of other plugins by editing the plugin.yml.

    But now it keeps resetting on server restarts (making things like /afk /warp /home /me not work).

    build: 150-87cf0bf
    CB build: 1149
     
  23. Offline

    THG3

    @sk89q

    cb1049
    latest commandbook (not that it's up to date)


    2011-09-22 04:34:00 [SEVERE] com.sk89q.minecraft.util.commands.WrappedCommandException: java.lang.NullPointerException
    2011-09-22 04:34:00 [SEVERE] at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:353)
    2011-09-22 04:34:00 [SEVERE] at com.sk89q.minecraft.util.commands.CommandsManager.execute(CommandsManager.java:256)
    2011-09-22 04:34:00 [SEVERE] at com.sk89q.commandbook.CommandBookPlugin.onCommand(CommandBookPlugin.java:245)
    2011-09-22 04:34:00 [SEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:39)
    2011-09-22 04:34:00 [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    2011-09-22 04:34:00 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
    2011-09-22 04:34:00 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:349)
    2011-09-22 04:34:00 [SEVERE] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:499)
    2011-09-22 04:34:00 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:394)
    2011-09-22 04:34:00 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-09-22 04:34:00 [SEVERE] Caused by: java.lang.NullPointerException
    2011-09-22 04:34:00 [SEVERE] at org.bukkit.craftbukkit.entity.CraftPlayer.sendRawMessage(CraftPlayer.java:107)
    2011-09-22 04:34:00 [SEVERE] at org.bukkit.craftbukkit.entity.CraftPlayer.sendMessage(CraftPlayer.java:111)
    2011-09-22 04:34:00 [SEVERE] at org.bukkit.craftbukkit.CraftServer.broadcast(CraftServer.java:770)
    2011-09-22 04:34:00 [SEVERE] at org.bukkit.craftbukkit.CraftServer.broadcastMessage(CraftServer.java:241)
    2011-09-22 04:34:00 [SEVERE] at com.sk89q.commandbook.commands.MessageCommands.say(MessageCommands.java:94)
    2011-09-22 04:34:00 [SEVERE] at sun.reflect.GeneratedMethodAccessor86.invoke(Unknown Source)
    2011-09-22 04:34:00 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    2011-09-22 04:34:00 [SEVERE] at java.lang.reflect.Method.invoke(Method.java:616)
    2011-09-22 04:34:00 [SEVERE] at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:343)
    2011-09-22 04:34:00 [SEVERE] ... 9 more
     
  24. Offline

    monsoue

    i got this error its for the 1.8.1 update:
    10:11:28 [SEVERE] Could not load 'plugins/CommandBook.jar' in folder 'plugins':
    java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/CommandException
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:264)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:168)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:138)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:408)
    at org.bukkit.Bukkit.reload(Bukkit.java:173)
    at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:349)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:499)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:478)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: com.sk89q.minecraft.util.commands.CommandException
    at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    ... 16 more
    do you know how 2 fix it?
     
  25. Offline

    wachnlurn

    can /ignore player be added? would really appreciate it as right now im looking for a plugin that does only that one thing, but i already use commandbook :)
     
  26. Offline

    _infina_

    ANY TIME THAT YOU GET THIS:
    [SEVERE] Could not load 'plugins/CommandBook.jar' in folder 'plugins':
    java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/CommandException
    IT MEANS YOU NEED TO ADD WorldEdit.
     
  27. Offline

    StevasaurousREX

    I have worldedit and I still get the problem.
     
  28. Offline

    VeryInsane

    @_infina_

    Is this updated to 1.8? Like I can give myself new items without putting in the code? (Ex. /give fencegate or something)
     
  29. Offline

    Charant

  30. Offline

    _infina_

    not yet. There may be a dev build available at build.sk89q.com, though.
     
  31. Offline

    Tatsu-Kan

    ANY TIME THAT YOU GET THIS:
    [SEVERE] Could not load 'plugins/CommandBook.jar' in folder 'plugins':
    java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/CommandException
    IT MEANS YOU NEED TO ADD WorldEdit.

    IF you already have WorldEdit, make sure filename is exactly : WorldEdit.jar (not worldedit.jar)
     
Thread Status:
Not open for further replies.

Share This Page