SHOW:
|
|
- or go back to the newest paste.
| 1 | import static org.bukkit.ChatColor.* | |
| 2 | ||
| 3 | me.sendMessage "${RED}Hello, ${me.name}! ${YELLOW}This is ${GREEN}Groovy${YELLOW} script in pastebin!"
| |
| 4 | ||
| 5 | workspace.addDelay({
| |
| 6 | - | e.sendMessage "${BLUE}..."
|
| 6 | + | me.sendMessage "${BLUE}..."
|
| 7 | },20) | |
| 8 | ||
| 9 | workspace.addDelay({
| |
| 10 | - | e.sendMessage "${GREEN}..."
|
| 10 | + | me.sendMessage "${GREEN}..."
|
| 11 | },40) | |
| 12 | ||
| 13 | workspace.addDelay({
| |
| 14 | - | e.sendMessage "${RED}Boom! ${YELLOW}=)"
|
| 14 | + | me.sendMessage "${RED}Boom! ${YELLOW}=)"
|
| 15 | },60) |