[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

    Bubylou

    worldguard is great replacement for essentials protect, im not big into iconomy but im sure you could find a good build. that will pretty much cover all the function essentials had.

    the snapshot you got is a dev build 1.5.3. this post is about 1.5.2. i have been using the dev build for a little while now and havent had any problems yet.

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

    IncendiaDrakon

    Thank you. I should've put more effort into my posts explaining which version of CommandBook I was using and which I was asking about. I just grabbed the latest snapshot just now. Let's hope it runs smoothly, if not, flawlessly.
     
  4. Offline

    Sayshal

    Tried it. I get this error.
    unknown mob specified.
     
  5. Offline

    Bubylou

    make sure everything is up to date or possible try the dev version because i got that one straight off the wiki.
     
  6. Offline

    Sayshal

    I looked at the wiki.. :/ I'll try redownload commandbook.
     
  7. Offline

    Bubylou

    ill go try it out on my server now

    it works on my server and i am using the dev build of commandbook

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

    Sayshal

    can I disable the ban commands on the dev version? and can you link me please.
     
  9. Offline

    wassilij

  10. Offline

    Sayshal

  11. Offline

    wassilij

    Give the users no /ban and /kick permissions ..
     
  12. Offline

    Sayshal

    Thats not what I mean, in the main post, it has a customizer to disabled some features, and I used MCBans and sometimes it conflicts..
     
  13. Offline

    Bubylou

    i don't think so unless you were to go in and manual take out functions. Once it officially comes out im sure this function would be continued though.
     
  14. Offline

    Sayshal

    THanks, got it working by disabling with permissions. One last thing
    for the sheep coloring, where can i find a list of ALL colors!
    I want lime green sheep but lightgreen or limegreen wont work.
     
  15. Offline

    Bubylou

  16. Offline

    Arton

    this dosen't work

    (just a exampel)

    # Force use of commandbook.items.<id> permissions for allowed/disallowed items
    item-permissions-only: true
    disallowed-items: [2,1,3]
    allowed-items: [5,6,7]
    item-names:

    Peopels can't spawn allowed-items
     
  17. Offline

    staxx6

    Have a Problem:

    Bukkit: #1000
    Other Plugins: nothing (only test for coomandbook)
    MC: 1.7.3
    Commandbook: 1.5.2 and dev 1.5.3#78 (same Problem)

    Code:
    2011-07-24 00:05:14 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-07-24 00:05:14 [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(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:168)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:207)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:130)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    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
    
    I dont know what to do. :<

    Oh fail.
    everything work. :D

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

    tomnicklin

    I am trying to add some permissions to a donator rank, which is the /give command, I have added permissions but they still get "you dont have permission" error when they try the command, I can use the command fine as Admin with * permission, this is my permissions file:

    Code:
    groups:
        Guest:
            default: true
            permissions:
            - modifyworld.chat
            options:
                rank: '1000'
        Member:
            prefix: '&4'
            permissions:
            - modifyworld.*
            - commandbook.who
            - commandbook.motd
            - commandbook.rules
            - commandbook.say
            - commandbook.say.me
            - commandbook.msg
            - commandbook.whereami
            - commandbook.whereami.compass
            - commandbook.spawn
            - myhome.home.basic.home
            - myhome.home.basic.set
            - myhome.home.basic.delete
            - myhome.home.soc.others
            - myhome.home.soc.list
            - myhome.home.soc.invite
            - myhome.home.soc.uninvite
            - myhome.home.soc.public
            - myhome.home.soc.private
            - mywarp.warp.basic.warp
            - mywarp.warp.basic.list
            - mywarp.warp.basic.compass
            - lwc.protect
            - iConomy.access
            - iConomy.payment
            - iConomy.list
            - iConomy.rank
            - SignShop.Signs.*
            options:
                rank: '900'
            default: false
        V1:
            inheritance:
            - Member
            options:
                rank: '800'
            default: false
            prefix: '&5'
            permissions:
            - commandbook.teleport.other
            - commandbook.teleport
        V2:
            inheritance:
            - V1
            options:
                rank: '700'
            prefix: '&5'
            default: false
            permissions:
            - commandbook.return
        V3:
            inheritance:
            - V2
            options:
                rank: '600'
            prefix: '&5'
            default: false
            permissions:
            - mywarp.warp.basic.createpublic
            - mywarp.warp.basic.createprivate
            - mywarp.warp.soc.public
            - mywarp.warp.soc.private
            - mywarp.warp.basic.delete
            - mywarp.warp.basic.welcome
        Moderator:
            prefix: '&6'
            permissions:
            - -modifyworld.entity.mobtarget.*
            - modifyworld.*
            options:
                rank: '100'
        Admins:
            prefix: '&6'
            permissions:
            - -modifyworld.entity.mobtarget.*
            - '*'
            options:
                rank: '0'
        Plat:
            prefix: '&5'
            inheritance:
            - V3
            options:
                rank: '500'
            permissions:
            - commandbook.give.stacks.unlimited
            - commandbook.give.infinite
            - commandbook.give.stacks
            - commandbook.give
    users:
        tomnicklin:
            group:
            - Admins
        thisguy001:
            group:
            - Member
        thatguy001:
            group:
            - Member
        On_a_Stick:
            group:
            - Member
        LightLord77:
            group:
            - V3
        Bl00D67:
            group:
            - Member
        mattrules23:
            group:
            - Member
        kieran19990511:
            group:
            - Member
        YooitzJJ:
            group:
            - Member
        RainhamWolf:
            group:
            - Plat
        Tragiik567:
            group:
            - Member
    
    I am testing with the user "RainhamWolf" and he is telling me that he cannot use the command /give he test it by typing this: /give rain dirt and he gets a error saying no permissions


    UPDATE

    we have found that the /i command works fine, just not /give
     
  19. Offline

    DeanDip

    I'm pretty sure you need the commandbook.give.other permission to use the give command. /i is better imo if you're only going to give items to yourself.
     
  20. Offline

    Neils

    Ehm is Commandbook working fine with Bukkit 1000 ?
     
  21. Offline

    javaguy78

  22. Offline

    DeanDip

    CommandBook 1.5.2 is working entirely for me with CraftBukkit build# 1000
    I haven't yet switched to the new permission system yet though, but it's unnecessary to do that just yet.

    Unlock the time and redstone circuits will start working again as well as water and lava flow.
     
  23. Offline

    javaguy78

    Update: The error I just mentioned is fixed in 1.5.3 DEV!
     
  24. Offline

    TheNonja

    Sorry guys, forgive me - the complete noob - but how do I give myself permissions? When I typed /thor TheNonja ingame it said something like "You do not have permission," or something. I installed WorldEdit and, of course, CommandBook. Please help me! :)
     
  25. Offline

    Drunk Geordie

    CommandBook does not give out or setup permissions. It is what it is, essential and useful commands. It covers the majority of the basics for getting an efficient server up and running but Permissions are a different ball game.

    To restrict or in your case access the commands of CommandBook, you need to install a plugin to deal with the Permissions. There is a plugin called just that (Permissions 3) which as far as I'm aware works absolutely fine with CommandBook and WorldEdit, however I myself use PermissionsEX. Install a permissions plugin, then create a group for Administrators. Give Admins access to all commands (identified by a "*" usually), assign yourself to this group and try again.

    If you struggle getting groups and permissions set up post in those relevant threads but I suggest reading the first post and all documentation provided. If you had done so you may have found this out a bit quicker as it is mentioned several times in the CB wiki.

    Hope this helped.
     
  26. Offline

    TheNonja

    Thanks for the help! But I don't know how to do all that... :(
    I told you, I'm a huge noob.
    And I also noticed that when I typed "thor TheNonja" in the console it said ingame that console had given me the thor hammer, but i looked in my inventory and everything and it didnt actually give me the thor hammer.. :(
     
  27. Offline

    Drunk Geordie

    Then I can't help you any further. This thread is for support and posts related to CommandBook. You have a permissions issue.

    Download a Permissions plugin just as you have CommandBook and WorldEdit, install it and follow their documentation to figure out how to give out access rights and restrict things. It isn't difficult if you put your mind to it and try. Permissions EX even has every single command in the first post of the thread.
     
  28. Offline

    TheNonja

    EDIT: I went on youtoons :p and I watch a video and its all working now!
     
  29. Offline

    PureTryOut

    You also get the thor hammer when you don't have any pickaxe in your inventory. Get a pickaxe, then use /thor, and have fun!
     
  30. Offline

    Teh Kitteh

    With the latest version /players /playerlist and /who is not working. Only /list (for op at least not sure about default players)
     
  31. Offline

    Arton

    plz update this plugin
     
Thread Status:
Not open for further replies.

Share This Page