Problem/Bug Command-Block

Discussion in 'General Help' started by bobestreme123, Feb 8, 2015.

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

    bobestreme123

    I have a bukkit server we are creating a server but we know too much about command blocks that happens is that the consoles have the command -block to true, but in command blocks we can just use the normal commands you can use from but we want chat blocks command to something else such as making a peak with different things , create teleport and those things that are more complex and can not use them. Any solution to this problem of not being able to use 100% command blocks bukkit ?
     
  2. Offline

    Ganman3

    Yeah.
    1. Update to 1.7.2 r.03
    and/or
    2. Make sure your configuration files aren't somehow disabling command blocks.

    The early versions of CraftBukkit 1.7.2 didn't account for 1.7 commands, because each command took time to implement. As such, many scoreboard features and commands like summon, tellraw, and setblock were broken. One way you can tell that this is your version, if you're not sure and don't know how to look it up (it's really just a simple version check in the server) is that your command blocks aren't returning information on whether commands worked or not. The second bar toward the bottom should tell you whether a command was successful or not. If it doesn't, you have 1.7.2 r.01.
     
Thread Status:
Not open for further replies.

Share This Page