Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. #
  2. # The min for the x and z can be a negative number so -50000 is acceptable default is 0 #
  3. # Sound to be played when /wild is used acceptable values are as follows: enderman teleport , egg pop , dragon growl , #
  4. # enderman scream , portal travel , ghast moan , ghast scream, arrow hit , explosion BTW they are case insensitive so don’t worry about #
  5. # copy paste. #
  6. # Variables for the cost and cooldown are {rem} for remaining time on cooldown #
  7. # {cool} for just cooldown and then {cost} for the cost and {wait} for the delay #
  8. # Wait is how long before teleportation will occur after command is use in seconds #
  9. # Potion format is Name:Duration. Duration is in seconds. #
  10. # If the config doesnt generate in that format just add the : with the duration following #
  11. # 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 #
  12. # 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 #
  13. # don’t have permission to break a sign #
  14. # For post commands us {player} for the player keep in mind it is the player who does the command. #
  15. # Distance is how many block away from a location the plugin will make sure there is no sort of claim #
  16. # InvertYSearch will make the plugin search from 0 up to build height to allow cave finding #
  17. # Use <loc> in Teleport to also give the x y and z in the message #
  18. Retry: true
  19. Retries: 4
  20. No Suitable Location: '&4No Suitable Locations found'
  21. Teleport: '&2You''ve been shipped to a random location @ <loc>'
  22. No-Perm: '&4You do not have permission to make a wild sign'
  23. No-Break: '&4Hey! You can not break WildTp sign!'
  24. Cooldown: 5
  25. Play: true
  26. Sound: Enderman Teleport
  27. Cost: 0
  28. Cooldownmsg: '&4You must wait {rem} seconds until you can use the command and or sign
  29. again'
  30. DoCostMsg: true
  31. Costmsg: '&4&b${cost} &4 has been removed for using the command/sign'
  32. RefundMsg: '&2${cost} Has been refunded to your account because there were no suitable
  33. locations'
  34. Worlds:
  35. world:
  36. MinX: 0
  37. MaxX: 50
  38. MinZ: 0
  39. MaxZ: 50
  40. Survival:
  41. MinX: 0
  42. MaxX: 5000
  43. MinZ: 0
  44. MaxZ: 5000
  45. Potions:
  46. - Damage_Resistance:20
  47. - Water_breathing:20
  48. Wait: 5
  49. WaitMsg: '&6 Teleporting in {wait} seconds'
  50. UsedCmd: '&4 You have already used the command now please wait to be teleported'
  51. Towny: false
  52. Factions: false
  53. FactionsUUID: false
  54. GriefPrevention: true
  55. WorldGuard: true
  56. Kingdoms: false
  57. FBasics: false
  58. Distance: 20
  59. Blacklisted_Biomes: []
  60. CancelMsg: '&4You Moved!!! Teleportation cancelled!!!'
  61. WorldMsg: '&4 Command cannot be used in this world'
  62. InvertYSearch: false
  63. BlockCommands:
  64. - spawn
  65. - home
  66. - tp
  67. - tpa
  68. Blocked_Command_Message: '&4Command is forbidden and wont complete please wait to
  69. be randomly teleported'
  70. PostCommands: []
  71. Converted: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement