Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /daily:
- trigger:
- if player does not have permission "daily.wood":
- send "&cYou Do Not Have Any Rank, Use /Coinshop To Get One"
- stop
- else:
- player has permission "daily.wood"
- execute console command "give %player% oak_log 1"
- player has permission "daily.Stone"
- execute console command "give %player% stone 1"
- player has permission "daily.Copper"
- execute console command "give %player% copper_block 1"
- player has permission "daily.Amethyst"
- execute console command "give %player% amethyst_block 1"
- player has permission "daily.Obsidian"
- execute console command "give %player% obsidian 1"
Advertisement
Add Comment
Please, Sign In to add comment