SHOW:
|
|
- or go back to the newest paste.
| 1 | ||
| 2 | on join: | |
| 3 | set {players.online} to number of all players
| |
| 4 | ||
| 5 | Command /donation <player> <text>: | |
| 6 | description: Sends a Donation Message | |
| 7 | usage: The correct way to use this command is: /donation (player) (text) | |
| 8 | permission: command.donation | |
| 9 | permission message: You do not have permission to use this command | |
| 10 | executable by: players and console | |
| 11 | aliases: /donate | |
| 12 | trigger: | |
| 13 | broadcast "&7&l-------------------------" | |
| 14 | broadcast "&6&l DONATION" | |
| 15 | - | broadcast " %arg 1%" |
| 15 | + | |
| 16 | - | broadcast " %arg 2%" |
| 16 | + | broadcast "&5&l %arg 1%" |
| 17 | broadcast "&4&l Has just bought%arg 2%" | |
| 18 | broadcast "&7&l-------------------------" |