Advertisement
DPOH-VAR

groovy pastebin example

Apr 16th, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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.     me.sendMessage "${BLUE}..."
  7. },20)
  8.  
  9. workspace.addDelay({
  10.     me.sendMessage "${GREEN}..."
  11. },40)
  12.  
  13. workspace.addDelay({
  14.     me.sendMessage "${RED}Boom! ${YELLOW}=)"
  15. },60)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement