Config

#Config file of Warping plugin dev. by XFarwar
#Are you italian? Tell me if you want the italian-version of this plugin. (I'm italian :D).

###########
# Warping #
###########

#Here you can set if a player can use warps in differents world:
#Values:
#true >> Player in world1 can teleport in world2
#false >> Player in world2 can't teleport in world2
allow-differents-world: true

#Here you can set the max amount of warps that a player can set.
max-warps-per-player: 5

#Here you can set true if you want overwrite the existing warp sor false if you don't want to overwrite the existing warps.
overwrite-warps: false

#Here you can set if you want to enable economy. Each warp when is created get the string "cost" in warp.yml. There you can set the cost.
enable-economy: false

##########
# onJoin #
##########

#Set true or false:
message-on-join: true

#Set the message:
#Use %player to get the player name and %warps to get the number of personal warps.
message: '&bHi %player! You have &7%warps &bpersonal Warps!'

###############
# Public Warp #
###############
#Set here the name you would use to create the Teleport Sign:
teleport-sign: [Warping]
#/!\ REMEMBER that the sign can only get 15 character, so you must use only 13 characters beacuse the code use $a.

#If the warp doesn't exist, the sign will be drop auotmatically with an Effect (Smoke).
drop-if-null: true
##########
# MyWarp #
##########
#Set here the name you would use to create the Teleport Sign:
mywarp-teleport-sign: [MyWarp]
#/!\ REMEMBER that the sign can only get 15 character, so you must use only 13 characters beacuse the code use $a.

#########
# Homes #
#########
#If you want to disable this feature, just set this to false
warping-homes: true
#Here you can se the max amount of homes that a player can set.
max-homes-per-player: 5


Comments

Posts Quoted:
Reply
Clear All Quotes