Advertisement
Qballl

Untitled

Jan 2nd, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 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 also you can check the sounds.txt for any sound and they are organized by version. #
  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. # Use {bal} to get the players balance after they use /wild #
  19. # Particle is not case sensitive #
  20. # Limit is how many time someone can use the command set to 0 to disable #
  21. Retry: true
  22. Retries: 4
  23. No Suitable Location: '&c&l(!) No Suitable Locations found'
  24. Teleport: '&c&l(!) Thrown to a random location...'
  25. TeleportConsole: '&c&l(!) Thrown to a random location...'
  26. No-Perm: '&c&l(!) You do not have permission to make a wild sign'
  27. No-Break: '&c&l(!) Hey! You can not break WildTp sign!'
  28. NoPerm: '&c&l(!) Sorry but you don''t have permission to do /wild :( please ask an
  29. admin why'
  30. Cooldown: 5
  31. Play: true
  32. Sound: Enderman Teleport
  33. Cost: 0
  34. Cooldownmsg: '&c&l(!) You must wait {rem} seconds until you can use the command and
  35. or sign again'
  36. DoCostMsg: false
  37. Costmsg: '&c&l(!) ${cost} &4 has been removed for using the command/sign, you now
  38. have ${bal} remaining'
  39. RefundMsg: '&c&l(!) ${cost} Has been refunded to your account because there were
  40. no suitable locations'
  41. Worlds:
  42. world:
  43. MinX: -50000
  44. MaxX: 50000
  45. MinZ: -50000
  46. MaxZ: 50000
  47. pirate:
  48. MinX: -5000
  49. MaxX: 5000
  50. MinZ: -5000
  51. MaxZ: 5000
  52. Potions:
  53. - Damage_Resistance:20
  54. - Water_breathing:20
  55. Wait: 5
  56. WaitMsg: '&c&l(!) Teleporting in {wait} seconds'
  57. UsedCmd: '&c&l(!) You have already used the command now please wait to be teleported'
  58. Limit: 0
  59. LimitMsg: '&c&l(!) You have reached the limit for using the command'
  60. Towny: false
  61. Factions: true
  62. FactionsUUID: false
  63. GriefPrevention: false
  64. WorldGuard: false
  65. Kingdoms: false
  66. FBasics: false
  67. Residence: false
  68. LandLord: false
  69. LegacyFactions: false
  70. Feudal: false
  71. Distance: 20
  72. Blacklisted_Biomes: []
  73. CancelMsg: '&c&l(!) You Moved! Teleportation cancelled.'
  74. WorldMsg: '&c&l(!) Command cannot be used in this world'
  75. InvertYSearch: false
  76. BlockCommands:
  77. - spawn
  78. - home
  79. - tp
  80. - tpa
  81. Blocked_Command_Message: '&c&l(!) Command is forbidden and wont complete please wait
  82. to be randomly teleported'
  83. PostCommands: []
  84. DoParticle: true
  85. Particle: PORTAL
  86. Converted: true
  87. AutoUpdate: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement