Advertisement
Guest User

ClaimRewards thread design by Terrobility

a guest
Jun 13th, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.13 KB | None | 0 0
  1. [CENTER][IMG]http://i1279.photobucket.com/albums/y523/textcraft/Jun%202016%20-%202/f1db1e77ad69104a15c4dbfca0b9ece7e6e84e1f4d87896448472d62386b6438ccfd462f791e06e3da39a3ee5e6b4b0d3255bfef95601890afd807094665_zpsokm4axbk.png[/IMG][/CENTER]
  2. [URL='https://github.com/HunterGPlays/ClaimRewards'][IMG]https://img.shields.io/badge/github-ClaimRewards-brightgreen.svg[/IMG][/URL][URL='https://github.com/HunterGPlays/UnglitchMe'] [/URL][URL='https://creativecommons.org/licenses/by-nc-sa/4.0/'][IMG]https://img.shields.io/badge/license-CC%20BY--NC--SA-blue.svg[/IMG][/URL] [URL='https://paypal.me/TerrocidePvP'][IMG]https://img.shields.io/badge/paypal-donate-yellow.svg[/IMG][/URL]
  3. Want to give keys, items and even ranks to players in an EULA-complaint manner? With ClaimRewards, you can sell 'uses' so that every online player gets a use, letting them /claim where they get a random configurable reward!
  4.  
  5. [CENTER][SIZE=6][U][B]Configurable rewards![/B][/U][/SIZE]
  6. You can choose the messages, commands,
  7. and every aspect of the reward!
  8.  
  9. [SIZE=6][U][B]You choose the chance![/B][/U][/SIZE]
  10. Each reward can have a different chance
  11. so some are more likely than others!
  12.  
  13. [SIZE=6][U][B]SQL support![/B][/U][/SIZE]
  14. Each and every player's use count is stored via
  15. MySQL/SQLite for the best performance!
  16.  
  17. [SIZE=6][U][B]Works with placeholders![/B][/U][/SIZE]
  18. You can display the use count with the
  19. [I]claimrewards_balance[/I] placeholders
  20. with PAPI and MVdWPlaceholderAPI!
  21. [/CENTER]
  22. [B]Screenshots:
  23. [IMG]https://i.imgur.com/pHCsYM2.png[/IMG] [/B]
  24. [I]The help menu.[/I]
  25.  
  26. [IMG]https://i.imgur.com/p7qgue5.png[/IMG]
  27. [I]You can use the give command however the giveall command is EULA compliant.[/I]
  28.  
  29. [IMG]https://i.imgur.com/cFQEVLt.png[/IMG]
  30. [I]Your use count is stored using SQL.[/I]
  31.  
  32. [IMG]https://i.imgur.com/2mDrrQ3.png[/IMG]
  33. [I]Get a random reward when you do /claim! This deducts a use from the player's balance.
  34.  
  35. [/I]
  36. [B]Commands and permissions:[/B]
  37. [CODE=YAML]commands:
  38. claimrewards:
  39. aliases: [claim]
  40. description: "Claim a random reward."
  41. permissions:
  42. claimrewards.use:
  43. description: "Allows you to claim a random reward and check your balance."
  44. default: op
  45. claimrewards.admin:
  46. description: "Allows you to give other people uses."
  47. default: op[/CODE]
  48.  
  49.  
  50. [B]Configuration:[/B]
  51. [CODE]# ClaimRewards by Terrobility
  52. # Skype: huntergplays and Spigot: Terrobility <3
  53.  
  54. # x=x=x=x=x=x=x=x=x
  55. # | CONFIGURATION |
  56. # x=x=x=x=x=x=x=x=x
  57. # Please don't change the config version.
  58. config-version: 1
  59.  
  60. # To store how many uses the player has.
  61. database:
  62. type: sqlite
  63. mysql:
  64. host: localhost
  65. port: 3306
  66. database-name: claimrewards
  67. user: root
  68. password: password
  69.  
  70. plugin-messages:
  71. no-permission: "&cYou don't have permission."
  72. invalid-args: "&cInvalid arguments!"
  73. balance: "&7You have &a%balance% uses&7 left."
  74. help-menu:
  75. - "&8 ---- &bCommands for ClaimRewards &8-- &7Page &d1 &8----"
  76. - "&6/claim&f: &7Claim your random reward!"
  77. - "&6/claim &ehelp&f: &7Open this help menu."
  78. - "&6/claim &ebal&f: &7Check your remaining uses."
  79. - "&6/claim &cgive [player] [amount]&f: &7Give a player uses."
  80. - "&6/claim &cgiveall [amount]&f: &7Give all online players uses."
  81. bal-updated: "&6You have redeemed a &erandom reward! &7You now have &a%balance% uses&7 left."
  82. received-uses: "&2You received &a%uses% uses&2 for /claim! &7You now have &a%balance% uses&7 left."
  83. insufficient-balance: "&cYou do not have enough uses for /claim."
  84.  
  85. rewards:
  86. name-me-whatever:
  87. chance: 5
  88. commands:
  89. - "zperms player %player% addgroup Galactic"
  90. messages:
  91. player:
  92. - "&aYou just won a Galactic rank!"
  93. broadcast:
  94. - "&b%player%&3 just won the Galactic rank from /claim!"
  95. make-sure-im-not-already-used-though:
  96. chance: 25
  97. commands:
  98. - "eco give %player% 10000"
  99. messages:
  100. player:
  101. - "&aYou just won a huge sum of money!"
  102. broadcast
  103. - "&b%player%&3 just won $10,000 from /claim!"[/CODE]
  104.  
  105.  
  106. [B]Terms of service (read me before buying):[/B]
  107. This invoice is for the purpose of receiving access to digitally download a resource from Terrobility (contact@terrocidepvp.net). When accepting to pay for this invoice the buyer agrees to our nonrefundable agreement stating that no refunds will be granted by the Seller. Also the Buyer agrees not to open a dispute with paypal or his financial firm (Banks, Credit Cards, ect.). NO refunds will be granted after the buyer has completed the payment. By purchasing, you agree that access to the resource may be withdrawn at any time for any reason and that support is not guaranteed.
  108.  
  109.  
  110. [CENTER]Please DON'T use the Reviews section for bug reports. That's why we have [URL='https://www.spigotmc.org/conversations/']private messaging[/URL] and the discussion section. I will not hesitate to report you to Spigot staff.
  111.  
  112. ClaimRewards © 2016.
  113. [SIZE=1][COLOR=#bfbfbf]When you're workin' the block game, things like these are very easy.[/COLOR][/SIZE][/CENTER]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement