Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # The min for the x and z can be a negative number so -50000 is acceptable default is 0 #
- # Sound to be played when /wild is used acceptable values are as follows: enderman teleport , egg pop , dragon growl , #
- # enderman scream , portal travel , ghast moan , ghast scream, arrow hit , explosion BTW they are case insensitive so donât worry about #
- # copy paste also you can check the sounds.txt for any sound and they are organized by version. #
- # Variables for the cost and cooldown are {rem} for remaining time on cooldown #
- # {cool} for just cooldown and then {cost} for the cost and {wait} for the delay #
- # Wait is how long before teleportation will occur after command is use in seconds #
- # Potion format is Name:Duration. Duration is in seconds. #
- # If the config doesnt generate in that format just add the : with the duration following #
- # Retry is wether you want to try to find a new location if the first one is an unsafe location ie: water or lava? Default true #
- # No-Perm is the message for when the player doesnât have permission to make a sign No-Break is the message for when they #
- # donât have permission to break a sign #
- # For post commands us {player} for the player keep in mind it is the player who does the command. #
- # Distance is how many block away from a location the plugin will make sure there is no sort of claim #
- # InvertYSearch will make the plugin search from 0 up to build height to allow cave finding #
- # Use <loc> in Teleport to also give the x y and z in the message #
- # Use {bal} to get the players balance after they use /wild #
- # Particle is not case sensitive #
- # Limit is how many time someone can use the command set to 0 to disable #
- Retry: true
- Retries: 4
- No Suitable Location: '&4No Suitable Locations found'
- Teleport: '&2Thrown to a random location...'
- TeleportConsole: '&2Thrown to a random location...'
- No-Perm: '&4You do not have permission to make a wild sign'
- No-Break: '&4Hey! You can not break WildTp sign!'
- Cooldown: 5
- Play: true
- Sound: Enderman Teleport
- Cost: 0
- Cooldownmsg: '&4You must wait {rem} seconds until you can use the command and or sign
- again'
- DoCostMsg: true
- Costmsg: '&4&b${cost} &4 has been removed for using the command/sign, you now have
- ${bal} remaining'
- RefundMsg: '&2${cost} Has been refunded to your account because there were no suitable
- locations'
- Worlds:
- world:
- MinX: 0
- MaxX: 50000
- MinZ: 0
- MaxZ: 50000
- Hopethisoworks:
- MinX: -5000
- MaxX: 5000
- MinZ: -5000
- MaxX: 5000
- Potions:
- - Damage_Resistance:20
- - Water_breathing:20
- Wait: 5
- WaitMsg: '&6 Teleporting in {wait} seconds'
- UsedCmd: '&4 You have already used the command now please wait to be teleported'
- Limit: 0
- LimitMsg: '&4You have reached the limit for using the command'
- Towny: false
- Factions: false
- FactionsUUID: false
- GriefPrevention: false
- WorldGuard: false
- Kingdoms: false
- FBasics: false
- Residence: false
- LandLord: false
- LegacyFactions: false
- Feudal: false
- Distance: 20
- Blacklisted_Biomes: []
- CancelMsg: '&4You Moved!!! Teleportation canceled!!!'
- WorldMsg: '&4 Command cannot be used in this world'
- InvertYSearch: false
- BlockCommands:
- - spawn
- - home
- - tp
- - tpa
- Blocked_Command_Message: '&4Command is forbidden and won't complete please wait to
- be randomly teleported'
- PostCommands: []
- DoParticle: true
- Particle: PORTAL
- Converted: true
- AutoUpdate: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement