[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

    SAMDAN

    I dont know what the newest version is sorry. If you dont know, while in-game, use /version. And you should be able to copy the error....
     
  3. Offline

    Zombiehead

    i got craft bukkit for 1,4 and i cant cpoy it ;O
     
  4. Offline

    Ditto8353

    Typing 'version' into the console will tell you what build you're running. The part you're looking for looks like this "-b617jnks" the number 617 means I am running build 617.
    In order to copy your error reports, open your server log located in the root folder of your server. It should be named "server.log" If you have logging turned off for some reason, then you need to right-click on your console and Select All, then press Enter to copy it. Be sure to sort through it and remove the useless bits before posting it.

    Use a whitelist

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

    RustyDagger

    Ditto i am not white listing 200 + players Derp... as i said for now iv made a group for them How ever i have no command to change their group so i must edit the file by hand annoying but It works every time.
     
  6. Offline

    Techcuron

    Just a little error caused by inserting a space after "say"
    Nothing major, it dose not spam me with errors, but I thought I should just let you know... :L
    Code:
    >say  Test 1 2 3 o_o
    11:13:34 [WARNING] Unexpected exception while parsing console command
    org.bukkit.command.CommandException: Unhandled exception executing command 'say'
     in plugin CommandBook v1.2.1
            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:2
    46)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:391)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range:
     0
            at java.lang.String.charAt(Unknown Source)
            at com.sk89q.minecraft.util.commands.CommandContext.<init>(CommandContex
    t.java:36)
            at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(Comma
    ndsManager.java:321)
            at com.sk89q.minecraft.util.commands.CommandsManager.execute(CommandsMan
    ager.java:256)
            at com.sk89q.commandbook.CommandBookPlugin.onCommand(CommandBookPlugin.j
    ava:188)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 6 more
    >
     
  7. Offline

    Sleaker

    for some reason I can't get this working with the Permissions plugin at all. It denies access to all the commands even if they are enumerated in the permissions plugin. Also when it detects permissions, it wont let me define them in the standard config.yml, so basically none of my players can be granted access to any of the commands no matter what. I'm not sure if there's a syntax issue, but I have no clue why it's doing this:

    Code:
        Users:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            permissions:
                - 'commandbook.who'
    The above does not work for anyone in the Users group. (Permissions 2.5.5)
     
  8. Offline

    Zombiehead

    okay so i am running on version 617 and the error thingy comes here:

    2011-04-04 18:50:17 [SEVERE] com.sk89q.minecraft.util.commands.WrappedCommandException: java.lang.NoSuchMethodError: org.bukkit.World.spawnCreature(Lorg/bukkit/Location;Lorg/bukkit/entity/CreatureType;)Lorg/bukkit/entity/Creature;
    2011-04-04 18:50:17 [SEVERE] at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:353)
    2011-04-04 18:50:17 [SEVERE] at com.sk89q.minecraft.util.commands.CommandsManager.execute(CommandsManager.java:256)
    2011-04-04 18:50:17 [SEVERE] at com.sk89q.commandbook.CommandBookPlugin.onCommand(CommandBookPlugin.java:226)
    2011-04-04 18:50:17 [SEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-04-04 18:50:17 [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
    2011-04-04 18:50:17 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:233)
    2011-04-04 18:50:17 [SEVERE] at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:594)
    2011-04-04 18:50:17 [SEVERE] at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:557)
    2011-04-04 18:50:17 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:551)
    2011-04-04 18:50:17 [SEVERE] at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    2011-04-04 18:50:17 [SEVERE] at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
    2011-04-04 18:50:17 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
    2011-04-04 18:50:17 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    2011-04-04 18:50:17 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
    2011-04-04 18:50:17 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    2011-04-04 18:50:17 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    2011-04-04 18:50:17 [SEVERE] Caused by: java.lang.NoSuchMethodError: org.bukkit.World.spawnCreature(Lorg/bukkit/Location;Lorg/bukkit/entity/CreatureType;)Lorg/bukkit/entity/Creature;
    2011-04-04 18:50:17 [SEVERE] at com.sk89q.commandbook.commands.FunCommands.spawnMob(FunCommands.java:67)
    2011-04-04 18:50:17 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2011-04-04 18:50:17 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2011-04-04 18:50:17 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2011-04-04 18:50:17 [SEVERE] at java.lang.reflect.Method.invoke(Unknown Source)
    2011-04-04 18:50:17 [SEVERE] at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:343)
    2011-04-04 18:50:17 [SEVERE] ... 15 more
    i think tht's it
     
  9. Offline

    Virbizum

    What would cause red colored text: "[INFO] You don't have permission." when using the say command in console? CraftBukkit 617 CommandBook 1.2.1 would this be an issue with CommandBook or Permissions?
     
  10. Offline

    SAMDAN

    Seriously, you are being so helpless, I'm not gonna try to help you.
     
  11. Offline

    Fafane

    Just a quick word to say thanks for the great plugin. Please keep up the great work.

    The ability to get a customized version is Incredible. Bravo!
     
  12. Offline

    zorphon

    So, how do you make custom item aliases? I don't seem to have a item alias file. Also, when OPs get all permissions; it saves the time of manually having to enter all the permissions? They can use all commands, but the default users and moderators can't; correct?

    Thanks in advance.
     
  13. Offline

    plage

    Just wanted to say that it looks like I'm having a similar (if not the same) problem as MrGifted (quoted below) with the flat file permissions. Here are my error codes:

    Code:
    2011-04-04 19:19:03 [SEVERE] com.sk89q.minecraft.util.commands.WrappedCommandException: java.lang.NullPointerException
    2011-04-04 19:19:03 [SEVERE] at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:353)
    2011-04-04 19:19:03 [SEVERE] at com.sk89q.minecraft.util.commands.CommandsManager.execute(CommandsManager.java:256)
    2011-04-04 19:19:03 [SEVERE] at com.sk89q.commandbook.CommandBookPlugin.onCommand(CommandBookPlugin.java:188)
    2011-04-04 19:19:03 [SEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-04-04 19:19:03 [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
    2011-04-04 19:19:03 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:233)
    2011-04-04 19:19:03 [SEVERE] at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:594)
    2011-04-04 19:19:03 [SEVERE] at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:557)
    2011-04-04 19:19:03 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:551)
    2011-04-04 19:19:03 [SEVERE] at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    2011-04-04 19:19:03 [SEVERE] at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
    2011-04-04 19:19:03 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
    2011-04-04 19:19:03 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    2011-04-04 19:19:03 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
    2011-04-04 19:19:03 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    2011-04-04 19:19:03 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    2011-04-04 19:19:03 [SEVERE] Caused by: java.lang.NullPointerException
    2011-04-04 19:19:03 [SEVERE] at com.sk89q.bukkit.migration.FlatFilePermissionsResolver.hasPermission(FlatFilePermissionsResolver.java:163)
    2011-04-04 19:19:03 [SEVERE] at com.sk89q.bukkit.migration.FlatFilePermissionsResolver.hasPermission(FlatFilePermissionsResolver.java:158)
    2011-04-04 19:19:03 [SEVERE] at com.sk89q.bukkit.migration.FlatFilePermissionsResolver.hasPermission(FlatFilePermissionsResolver.java:158)
    2011-04-04 19:19:03 [SEVERE] at com.sk89q.bukkit.migration.FlatFilePermissionsResolver.hasPermission(FlatFilePermissionsResolver.java:158)
    2011-04-04 19:19:03 [SEVERE] at com.sk89q.bukkit.migration.PermissionsResolverManager.hasPermission(PermissionsResolverManager.java:102)
    2011-04-04 19:19:03 [SEVERE] at com.sk89q.commandbook.CommandBookPlugin.hasPermission(CommandBookPlugin.java:345)
    2011-04-04 19:19:03 [SEVERE] at com.sk89q.commandbook.CommandBookPlugin.checkPermission(CommandBookPlugin.java:360)
    2011-04-04 19:19:03 [SEVERE] at com.sk89q.commandbook.commands.KitCommands.kit(KitCommands.java:95)
    2011-04-04 19:19:03 [SEVERE] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    2011-04-04 19:19:03 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    2011-04-04 19:19:03 [SEVERE] at java.lang.reflect.Method.invoke(Method.java:597)
    2011-04-04 19:19:03 [SEVERE] at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:343)
    2011-04-04 19:19:03 [SEVERE] ... 15 more
    Code:
    2011-04-04 19:19:21 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'i' in plugin CommandBook v1.2.1
    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.sk89q.bukkit.migration.FlatFilePermissionsResolver.hasPermission(FlatFilePermissionsResolver.java:163)
    at com.sk89q.bukkit.migration.FlatFilePermissionsResolver.hasPermission(FlatFilePermissionsResolver.java:158)
    at com.sk89q.bukkit.migration.PermissionsResolverManager.hasPermission(PermissionsResolverManager.java:102)
    at com.sk89q.commandbook.CommandBookPlugin.hasPermission(CommandBookPlugin.java:345)
    at com.sk89q.commandbook.CommandBookPlugin$1.hasPermission(CommandBookPlugin.java:144)
    at com.sk89q.commandbook.CommandBookPlugin$1.hasPermission(CommandBookPlugin.java:141)
    at com.sk89q.minecraft.util.commands.CommandsManager.hasPermission(CommandsManager.java:372)
    at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:302)
    at com.sk89q.minecraft.util.commands.CommandsManager.execute(CommandsManager.java:256)
    at com.sk89q.commandbook.CommandBookPlugin.onCommand(CommandBookPlugin.java:188)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more


     
  14. Offline

    Ditto8353

    1. If I wanted to make the phrases "pick" and "shovel" default to diamond tools, I would add the following to my config file:
    Code:
    item-names:
        pick: 278
        shovel: 277
    2. Correct. Only users which you add to the op.txt will receive all permissions.
     
  15. Offline

    FoolishOne9k2

    I am having the same issue with CraftBukkit 612 and CommandBook 1.2.1 with Permissions 2.5.5. I am unable to use any of the general command such as kick/ban/say/etc, basically anything that commandbook overrides.

    Is there a special group/user I need to set up for the console?

    EDIT: The commands work well for the Moderator group I have set up, and my default users are unable to use them. The plugin works, just console is unable to reign supreme.

    RESOLVED: Needed to set op-permissions to true

    Side Note, I do love your plugin. Thank you for the effort.
     
  16. Offline

    charlie k-j

    Heres a log error report for you sk [WHEN using /remove drops 100]:

    20:12:55 [SEVERE] java.lang.IllegalAccessError: com/sk89q/worldedit/bukkit/Bukki
    tWorld$1
    20:12:55 [SEVERE] at com.sk89q.worldedit.bukkit.BukkitWorld.removeEntities
    (BukkitWorld.java:423)
    20:12:55 [SEVERE] at com.sk89q.worldedit.commands.UtilityCommands.remove(U
    tilityCommands.java:371)
    20:12:55 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M
    ethod)
    20:12:55 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown S
    ource)
    20:12:55 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unkno
    wn Source)
    20:12:55 [SEVERE] at java.lang.reflect.Method.invoke(Unknown Source)
    20:12:55 [SEVERE] at com.sk89q.minecraft.util.commands.CommandsManager.exe
    cuteMethod(CommandsManager.java:343)
    20:12:55 [SEVERE] at com.sk89q.minecraft.util.commands.CommandsManager.exe
    cute(CommandsManager.java:272)
    20:12:55 [SEVERE] at com.sk89q.worldedit.WorldEdit.handleCommand(WorldEdit
    .java:966)
    20:12:55 [SEVERE] at com.sk89q.worldedit.bukkit.WorldEditPlayerListener.on
    PlayerCommandPreprocess(WorldEditPlayerListener.java:94)
    20:12:55 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$5.execute(Jav
    aPluginLoader.java:193)
    20:12:55 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:59)
    20:12:55 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:255)
    20:12:55 [SEVERE] at net.minecraft.server.NetServerHandler.c(NetServerHand
    ler.java:586)
    20:12:55 [SEVERE] at net.minecraft.server.NetServerHandler.chat(NetServerH
    andler.java:557)
    20:12:55 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHand
    ler.java:551)
    20:12:55 [SEVERE] at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    20:12:55 [SEVERE] at net.minecraft.server.NetworkManager.a(NetworkManager.
    java:198)
    20:12:55 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHand
    ler.java:72)
    20:12:55 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile
    :100)
    20:12:55 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServe
    r.java:368)
    20:12:55 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:283)
    20:12:55 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:375)
    >
     
  17. Offline

    zorphon

    Oh wow thank you so much! Didn't realize that's what the
    Code:
    item-names:
    portion of the config file was for, I'll set up some now thanks again!
     
  18. Offline

    Pheonix14

    Ok, I feel like a noob right now. I can't get the kits to work. I filled out the kits document like so:
    Code:
    [Stone]
    stoneaxe
    stonepickaxe
    stonesword
    stonehoe
    stoneshovel
    [Iron]
    ironaxe
    ironpickaxe
    ironsword
    ironhoe
    ironshovel
    [Uber]
    diamondaxe
    diamondpickaxe
    diamondsword
    diamondhoe
    diamondshovel
    [Water]
    water,10
    [Lava]
    lava,10
    However, when I enter my server to try to use the kits, It says I have no kits stored and do not have permission to use them. I am the highest rank on my server so I don't know how this is happening. If it helps, I have (pheonix)permissions and I entered the permissions like this:
    Code:
                - commandbook.kit.list
                - commandbook.kit.kits.Stone
    
     
  19. Offline

    RustyDagger

    Pheonix that is weird that should of worked. just making sure but you did reload the commandbook and permissions right using /cmdbook reload and /permissions -reload all

    Or just restart the server.

    on another note @sk89q Not to rush you or any thing but is there any plans for bans to be fixed this week if not i can install kiwi admin or some thing like that to fill the hole greifers are annoying..
     
  20. Offline

    Pheonix14

    No I just restarted my server. Is that what I did wrong?
     
  21. Offline

    Sadaki

    Problem: Kit output is in increasingly diminishing amounts.
    Description: If a kit is set to deliver to a player (e.g. 64 smooth stone) it will deliver 64 the first time, 30 the next, and then somewhere around 7 then 4, etc.
     
  22. Offline

    soloman981

    What do you think about /Clearinventory ?
     
  23. Offline

    charlie k-j

    There already is a clear command soloman981, it's /clear -a

    If you even bothered to check the previous posts, people have stated that /rocket and /slap are not working. We are waiting on Sk to fix this.

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

    PatrickFreed

    Feature suggestion: permissions nodes such as commandbook.tp.allow or disallow and commandbook.tp.admin/member
    On my server, I give /tp to staff and donors. A couple users said they'd prefer it if only staff could teleport to them, and I don't know of a plugin that adds options like this and works with CommandBook. (If there is, let me know!)
     
  25. Offline

    MineralMC

    Can't seem to get /rocket or /slap to work - it displays the text mentioning the command: xx slapped yy, but it doesn't actually do anything beyond that.

    Plugin list:
    http://plugs.failhouse.net - Any obvious conflicts you can see here, SK?
     
  26. Offline

    Latros

    This is very fatal; banning people doesnt work. At all. Absolutely game breaking as it overrides default ban commands.... I CANNOT run commandbook until that is fixed.
     
  27. Offline

    MrMagical

    I decided to quickly convert my favorite item name list to the format CommandBook uses:

    http://dl.dropbox.com/u/62148/Misc/itemlist.txt
    (Select all, copy and paste over the item-names key in config.yml)

    Adding all those names makes spawning items much quicker and easier. It's too bad you can't link a name to both an id and data value, though.
     
    Jshreder likes this.
  28. Offline

    mindlessjack

    Same for me!
     
  29. Offline

    MaMaxGER

    • CraftBukkit build version: 617
    • Your WorldEdit version: newest
    • Your CommandBook : newest
    When I use /debug info comes this Warning : "Warning: Bukkit schedueler inaccurate; exected 100, got 101"
    whats mean?
     
  30. Offline

    Legolas1231

    • Craftbukkit Build version: 617
    • WorldEdit version: newest
    • Commandbook version: newest
    Every time I start my server, I just get following error.
    Code:
    23:01:59 [SCHWERWIEGEND] Could not load plugins\CommandBook.jar in plugins: null
    
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:105)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:158)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:106)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:63)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: unacceptable character #FFFD special characters are not allowed
    in "<reader>", position 159
            at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.ja
    va:68)
            at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:159)
            at org.yaml.snakeyaml.reader.StreamReader.peek(StreamReader.java:117)
            at org.yaml.snakeyaml.reader.StreamReader.peek(StreamReader.java:106)
            at org.yaml.snakeyaml.scanner.ScannerImpl.scanToNextToken(ScannerImpl.ja
    va:964)
            at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.ja
    va:237)
            at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:18
    3)
            at org.yaml.snakeyaml.parser.ParserImpl$ParseImplicitDocumentStart.produ
    ce(ParserImpl.java:200)
            at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
            at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
            at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:104)
    
            at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons
    tructor.java:124)
            at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
            at org.bukkit.util.config.Configuration.load(Configuration.java:73)
            at org.bukkit.plugin.java.JavaPlugin.initialize(JavaPlugin.java:149)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:103)
            ... 8 more
    I' m sorry for my bad english, it isn' t my first language. Anyway, can someone help me to fix this? I need those commands ;)
     
  31. Offline

    Planitia

    There is something wrong in the YAML config file.

    That would be the line giving it away. Good luck YAML is a bitch to work with.

    Caused by: unacceptable character #FFFD special characters are not allowed in "<reader>", position 159
     
Thread Status:
Not open for further replies.

Share This Page