Config.yml

############################################################
# +------------------------------------------------------+ #
# |                Race Plugin by Bikkel007              | #
# +------------------------------------------------------+ #
############################################################

#Set the name of the blocktype as finishblock.
finishblock: REDSTONE_BLOCK

#Set the name of the blocktype as checkpointblock.
checkpointblock: GOLD_BLOCK

#Set the name of the blocktype as respawnblock. When a player #touches the respawnblock they will be teleported back to #their last checkpoint (Or to their spawn when no checkpoint #was reached).
respawnblock: STATIONARY_WATER

#Set the duration of the countdown in seconds. (-1 to disable)
countdowntime: 45

#Set how many players are needed for the race to auto-start.
auto-startsplayers: 3

#Set to 'true' to enable commands at the end of the race. Set to 'false' to disable them.
rewardcommands: false

#When 'rewardcommands' is set to true, these commands will be #executed at the end of the race.
#The §1 will be replaced with the name of the winner. §2 with #the name of the player who got second, etc.
commands:
        - give §1 diamond 3
        - say §3 got third
        - say §10 finished as tenth

#NOTE: If you use §10 but only 9 people were racing, the #command with §10 or higher in it won't get executed!!!!

#Announce when a new version is released.
update: true


Comments

Posts Quoted:
Reply
Clear All Quotes