Advertisement
hellbringer616

poke buy nature

Oct 13th, 2019
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. aliases {
  2.     "nature {0} {1}" {
  3.         commands=[
  4.             "*cu execute if not \"*cu has money %player% 10000\" \"*tellplain %player% &aPixel&6Coin:&7 You need at least $10k!\"",
  5.             "*cu execute if \"*cu has money %player% 10000\" \"*zfeedback %player% {0} {1}\""
  6.         ]
  7.         permission=poke-nature
  8.     }
  9.     "zfeedback {2} {0} {1}" {
  10.         commands=[
  11.             "*cu execute if \"*cu has payed {2} 10000\" \"*pokeedit {2} {0} nature:{1}\"",
  12.             "*tellplain {2} &aPixel&6Coin:&7 Pokemon edited successfully &e$10,000 has been taken from your account."
  13.         ]
  14.         permission=poke-feedback
  15.     }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement