View difference between Paste ID: FnePgxEF and 3zkLvEtp
SHOW: | | - or go back to the newest paste.
1
#RCRewards Config
2
3
#commands you wish this plugin to execute and its interval
4
#First value would be the amount of votes. Second value would be 
5
#the commands that should be executed at that interval
6
#EXAMPLE
7
8
#10:
9
#   - MESSAGE= 64 Cobblestone
10
#   - say %playername% has just recieved a prize for ten votes this month!
11
#   - give &playername% 4 128
12
13
#In this example at 10 votes a message is broadcasted to the server and the player is given a stack of cobblestone
14
# Message is what is dispalyed when /rewards is typed
15
16
#Put all your commands and intervals here:
17
1: 
18
    - MESSAGE= Free diamond armor. 
19
    - say %playername% voted for 20 votes
20
    - say %playername% is the shit.
21
    - give %playername& 267 1
22
23
#Vote amount intervals: put all the various intervals here
24
#MAKE SURE THESE AND ABOVE MATCH UP
25
#EXAMPLE
26
#intervals:
27
#   - 10
28
#   - 20
29
30
intervals:
31
    - 1
32-
    - 10
32+
33
#Welcome message
34
#Use %votes% to display the players votes
35
welcome message:
36
37
#Do not change this
38
canReset: false
39
40
#customizable messages, include colors as necessary.
41
messageToSendToPlayer:
42
messageToBroadCast: %player% has voted.