Guest User

Untitled

a guest
Sep 11th, 2023
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. command /daily:
  2. trigger:
  3. if player does not have permission "daily.wood":
  4. send "&cYou Do Not Have Any Rank, Use /Coinshop To Get One"
  5. stop
  6. else:
  7. player has permission "daily.wood"
  8. execute console command "give %player% oak_log 1"
  9.  
  10. player has permission "daily.Stone"
  11. execute console command "give %player% stone 1"
  12.  
  13. player has permission "daily.Copper"
  14. execute console command "give %player% copper_block 1"
  15.  
  16. player has permission "daily.Amethyst"
  17. execute console command "give %player% amethyst_block 1"
  18.  
  19. player has permission "daily.Obsidian"
  20. execute console command "give %player% obsidian 1"
Advertisement
Add Comment
Please, Sign In to add comment