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
Source Code
Screenshots
Video

