/MultiCommandBlockPlugin

A Bukkit Server Plugin - allows that a command block can handle multiple commands

Primary LanguageJavaGNU General Public License v2.0GPL-2.0

MultiCommandBlockPlugin

Usage

Build a Command Block and use the following syntax!

Syntax

/mcb [command1]#[interval1]; [command2]#[interval2]

Example

/mcb say Hello#5; say World#10

Shortcuts

we have also reimplement the @a @p @r shortcuts

Syntax

  • @a = all Player
  • @r = random Player
  • @p = next Player
/mcb [command1] @a#[interval1]; [command2] @p#[interval2]

Example

/mcb tp @a -100 100 50#10; say @p is a nice Player#20

###Developer

  • Kryssi79
  • MemoryLeakX
contributors

Screenshots

##Video IMAGE ALT TEXT HERE