Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kryssi79/multicommandblockplugin
- Owner: Kryssi79
- License: gpl-2.0
- Created: 2013-10-13T18:00:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-13T17:45:19.000Z (over 11 years ago)
- Last Synced: 2023-03-23T01:02:40.977Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 13.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 shortcutsSyntax
- @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)