promotional bannermobile promotional banner

Multi Command Block

Allows that a command block can handle multiple commands

Multi Command Block

Usage

Supports bukkit: 1.5.* , 1.6.*
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

Special Functions

Command Loop

since version 1.15!
Generates a loop incl. a counter variable.

Syntax

/mcb loop:5 command1] @iL #[interval1];

Example

/mcb  loop:5 say I'm the @iL #5;

Random Number Function

since version 1.15!
creates a random number between a min and max value.

Syntax

/mcb [command1]  rnd(min,max) #[interval1]

Example

/mcb say Your lottery numbers are rnd(0,49) - rnd(0,49)  - rnd(0,49)  - rnd(0,49)  - rnd(0,49) - rnd(0,49)#5;

Developer

  • Kryssi79
  • MemoryLeakX

contributors

Source Code

SourceCode @ github

Screenshots

https://raw.github.com/memoryleakx/MultiCommandBlockPlugin/master/screenshots/screen01.png
https://raw.github.com/memoryleakx/MultiCommandBlockPlugin/master/screenshots/screen02.png

Video

The Multi Command Block Team

profile avatar
  • 1
    Projects
  • 1.7K
    Downloads