Advertisement
M-fan

presentman.yml

Aug 19th, 2017
2,188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.79 KB | None | 0 0
  1. # ==================================== #
  2. #
  3. # RewardPro 4.0.0
  4. # A complete reward solution.
  5. # (c) SuperM
  6. #
  7. # ==================================== #
  8. #
  9. # Thank you for using the plugin!
  10. # If you like the plugin, please rate it with 5 stars on SpigotMc!
  11. #
  12. # ==================================== #
  13. #           Settings
  14. # ==================================== #
  15. # You see the full documentation of this file here:
  16. # https://pastebin.com/ya07UrGd
  17.  
  18. PresentmanItem1:
  19.   ItemType: PRESENT
  20.   Titel: "&6VIP &cPresent \xe2\u2122\xa5"
  21.   Slot: 3
  22.   ClaimReward:
  23.     Permission: reward.rank1
  24.     Commands:
  25.    - eco give [Player] 800
  26.     - eco give [Player] 10
  27.     Particle: FLAME
  28.     CloseUIAfterClaiming: true
  29.   ActiveReward:
  30.     Item: CHEST_MINECART
  31.     Amount: 1
  32.     Glow: true
  33.     Lore: '&7This present is for the Rank &6VIP&7 or higher;&7Buy it at our Shop!;&fwww.shop.com'
  34.   InactiveReward:
  35.     Item: MINECART
  36.     Amount: 1
  37.     Glow: false
  38.     Lore: '&cYou already claimed that present!;&7Come back soon'
  39.   Cooldown:
  40.     Years: 0
  41.     Months: 0
  42.     Weeks: 4
  43.     Days: 0
  44.     Hours: 12
  45.     Minutes: 0
  46.     Seconds: 0
  47.     DateFormat: '%years years %months months %weeks weeks %days days %hours hours
  48.       %minutes minutes %seconds seconds'
  49.     RewardCanBeClaimed: '&aNOW'
  50. PresentmanItem2:
  51.   ItemType: PRESENT
  52.   Titel: '&cMVP &cPresent'
  53.   Slot: 5
  54.   ClaimReward:
  55.     Permission: reward.rank2
  56.     Commands:
  57.    - eco give [Player] 1000
  58.     - eco give [Player] 500
  59.     CloseUIAfterClaiming: true
  60.   ActiveReward:
  61.     Item: CHEST_MINECART
  62.     Amount: 1
  63.     Glow: false
  64.     Lore: '&7This present is for the Rank &cMVP&7 or higher;&7Buy it at our Shop!;&fwww.shop.com'
  65.   InactiveReward:
  66.     Item: MINECART
  67.     Amount: 2
  68.     Glow: false
  69.     Lore: '&cYou already claimed that present!;&7Come back soon'
  70.   Cooldown:
  71.     Years: 0
  72.     Months: 0
  73.     Weeks: 4
  74.     Days: 0
  75.     Hours: 12
  76.     Minutes: 0
  77.     Seconds: 0
  78.     DateFormat: '%weeks weeks %days days %hours hours %minutes minutes %seconds seconds'
  79.     RewardCanBeClaimed: '&aNOW'
  80. PresentmanItem3:
  81.   ItemType: VOTING
  82.   Titel: '&4Vote every Day!'
  83.   Slot: 10
  84.   VotingReward:
  85.     Permission: reward.voting
  86.     Commands:
  87.    - eco give [Player] 100
  88.     - broadcast [Player] has voted!
  89.     Lore:
  90.    - '&7Vote 3-times every day!'
  91.     - '&7You get 100 Money!'
  92.     - '&cVote now!'
  93.     Voting:
  94.    - "&aVote on Test1 \n &fwww.vote1.com"
  95.     - "&aVote on Test2 \n &fwww.vote2.com"
  96.     - "&aVote on Test3 \n &fwww.vote3.com"
  97. PresentmanItem4:
  98.   ItemType: PLAYER_STATS
  99.   Titel: '&ePlayer Information'
  100.   Slot: 22
  101.   Voting:
  102.     Votes: '&6Your Votes: &a%votes'
  103.     BestVotesPlayer: '&7Best Voter: &1%player'
  104.     BestVotes: '&7Number of Votes: &1%votes'
  105. PresentmanItem5:
  106.   ItemType: DAILY_REWARDS
  107.   Titel: '&eDaily Rewards'
  108.   Slot: 16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement