Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kryssi79/multicommandblockplugin

A Bukkit Server Plugin - allows that a command block can handle multiple commands
https://github.com/kryssi79/multicommandblockplugin

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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](https://img.youtube.com/vi/Do6zfznL-Io/0.jpg)](https://www.youtube.com/watch?v=Do6zfznL-Io)