Advertisement
Guest User

WolfCodes

a guest
Aug 22nd, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. ###########################################
  2. # WolfCodes #
  3. # Plugin made by FactionsUUID #
  4. # By using this you agree to the tos #
  5. # https://textuploader.com/1tmv1 #
  6. ###########################################
  7. CODES: #Code Node.
  8. 'WilX': #Name of the code. (Would reccomend a youtuber.)
  9. ENABLED: true #Is the code enabled?
  10. COMMANDS: #Commands.
  11. CONSOLE: #Command executed through console.
  12. - 'say Hello %player%, this is sent from the console!'
  13. # PLAYER: #These are not needed. If you want to use them remove the # at the begining.
  14. # - 'this is a command executed by a player'
  15. # BROADCASTS:
  16. # - '&a%player% &7used the code &a%code%!'
  17. # MESSAGES:
  18. # - 'USLESS.'
  19. GLOBAL-USES: 10 #How many times can the code be used on a flat? (10 = only 10 people can use)
  20. IP-USES: 1 #How many times can a code be used on one IP
  21. TIMES-USED: 0 #Dont edit this. Its for checkcode purposes.
  22. PERMISSION: "codes.default" #Permission to use the code.
  23.  
  24. MESSAGES: #Messages
  25. CODE-HELP: #When you type /code
  26. - '&7 '
  27. - '&b&lReferral Code Commands'
  28. - '&f/code &7[code]'
  29. - '&7Redeem rewards from referral codes! (Redeem &c&none-time&r &7only!)'
  30. - '&7 '
  31. CHECK-CODE-HELP: #When you type /checkcode
  32. - '&7 '
  33. - '&b&lReferral Code Checking Commands'
  34. - '&f/codecheck &7[your code]'
  35. - '&7View how many times your code was used!'
  36. - '&7 '
  37. CHECK-CODE: #When you type /checkcode (code)
  38. - '&a&lViewing Statistics For Code &f&l&n%code%&r&a&l.'
  39. - '&2* &aTimes Used: &f%timesused%'
  40. - '&2* &aEnabled: &f%enabled%'
  41. - '&2* &aTimes Left: &f%leftuses%'
  42. CODE-NOT-FOUND: #When the code is not valid
  43. - '&c&l[!] &cThat is not a valid code!'
  44. NO-PERMISSIONS: #Oops... No permissions!
  45. - '&c&l[!] &cNo permissions!'
  46. CODE-USED: #You used that code silly!!!!
  47. - '&a&lYOU USED CODE %code%'
  48. NO-LONGER-IN-USE: #That code has been disabled
  49. - '&c&l[!] &cThe code you used is no long in use!'
  50. CODE-DISABLED: #That code is disabled
  51. - '&c&l[!] &cThat code has been disabled!'
  52. CODE-INVALID: #That code aint real cheif.
  53. - '&c&l[!] &cInvalid Code.'
  54. YOU-MAX-USE: #You hit the max redeemtions!
  55. - '&c&l[!] &cYou have used the maximuim redeemtions of this code!'
  56. NOPERMISSIONS-FOR-CODE: #No perms to do that idiot.
  57. - '&c&l[!] &cYou have no permissions to execute this code!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement