Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # KillRankSystem by ebildude123: Configuration File
- # points settings
- pointsPerKill: 1 # points gained for each kill
- pointsLostDeath: 0 # points lost for each death
- onlyPlayerCausedDeaths: true # points lost on death only if killed by another player?
- allowNegativePoints: false # points can become negative if die too much
- pointsPrefix: '' # %points% will be replaced by points
- # cooldown settings
- # cooldown is not awarding points for killing the same player for X amount of time
- enableKillCooldown: true
- cooldownTime: 120 # time is in seconds
- cooldownMessage: '' # leave blank for no message. Use %player% for name of player that died/was killed.
- # add more ranks as necessary
- # format for new ranks:
- # rankName:
- # points: number of points needed
- # prefix: 'prefix here'
- # onPromotionCommands: # READ!!: what happens when PROMOTED _TO_ rankName
- # - 'your command' # %player% is the variable for player's name if needed
- # - 'your command2' # do not put the first forward slash ( / )
- # onDemotionCommands: # READ!!: what happens when player _IS_ the rank "rankName" and is DEMOTED
- # - 'your command'
- ranks:
- 0:
- points: 0
- prefix: '&7[&70&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 1:
- points: 10
- prefix: '&7[&71&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 2:
- points: 20
- prefix: '&7[&72&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 3:
- points: 30
- prefix: '&7[&73&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 4:
- points: 40
- prefix: '&7[&74&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 5:
- points: 50
- prefix: '&7[&75&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 6:
- points: 60
- prefix: '&7[&76&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 7:
- points: 70
- prefix: '&7[&77&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 8:
- points: 80
- prefix: '&7[&78&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 9:
- points: 90
- prefix: '&7[&79&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 10:
- points: 105
- prefix: '&7[&810&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands: broadcast &7 &8&l✫&7 %player% has levelled up to level &810&7! &8&l✫
- onDemotionCommands:
- 11:
- points: 120
- prefix: '&7[&811&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 12:
- points: 135
- prefix: '&7[&812&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 13:
- points: 150
- prefix: '&7[&813&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 14:
- points: 165
- prefix: '&7[&814&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 15:
- points: 180
- prefix: '&7[&815&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 16:
- points: 195
- prefix: '&7[&816&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 17:
- points: 210
- prefix: '&7[&817&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 18:
- points: 225
- prefix: '&7[&818&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 19:
- points: 240
- prefix: '&7[&819&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 20:
- points: 260
- prefix: '&7[&320&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands: say &7 &8&l✫&7 %player% has levelled up to level &720&7! &8&l✫
- onDemotionCommands:
- 21:
- points: 280
- prefix: '&7[&321&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 22:
- points: 300
- prefix: '&7[&322&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 23:
- points: 320
- prefix: '&7[&323&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 24:
- points: 340
- prefix: '&7[&324&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 25:
- points: 360
- prefix: '&7[&325&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 26:
- points: 380
- prefix: '&7[&326&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 27:
- points: 400
- prefix: '&7[&327&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 28:
- points: 420
- prefix: '&7[&328&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 29:
- points: 440
- prefix: '&7[&329&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 30:
- points: 465
- prefix: '&7[&a30&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands: say &7 &8&l✫&7 %player% has levelled up to level &a30&7! &8&l✫
- onDemotionCommands:
- 31:
- points: 490
- prefix: '&7[&a31&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 32:
- points: 515
- prefix: '&7[&a32&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 33:
- points: 540
- prefix: '&7[&a33&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 34:
- points: 565
- prefix: '&7[&a34&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 35:
- points: 590
- prefix: '&7[&a35&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 36:
- points: 615
- prefix: '&7[&a36&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 37:
- points: 640
- prefix: '&7[&a37&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 38:
- points: 665
- prefix: '&7[&a38&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 39:
- points: 690
- prefix: '&7[&a39&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 40:
- points: 720
- prefix: '&7[&e40&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands: say &7 &8&l✫&7 %player% has levelled up to level &e40&7! &8&l✫
- onDemotionCommands:
- 41:
- points: 750
- prefix: '&7[&e41&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 42:
- points: 780
- prefix: '&7[&e42&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 43:
- points: 810
- prefix: '&7[&e43&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 44:
- points: 840
- prefix: '&7[&e44&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 45:
- points: 870
- prefix: '&7[&e45&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 46:
- points: 900
- prefix: '&7[&e46&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 47:
- points: 930
- prefix: '&7[&e47&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 48:
- points: 960
- prefix: '&7[&e48&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
- 49:
- points: 990
- prefix: '&7[&e49&7]&r ' # You can use %points% here in group prefixes as well in case you want to use it
- onPromotionCommands:
- onDemotionCommands:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement