Advertisement
Qballl

config

Oct 26th, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.59 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: '&4No Suitable Locations found'
  24. Teleport: '&2Thrown to a random location...'
  25. TeleportConsole: '&2Thrown to a random location...'
  26. No-Perm: '&4You do not have permission to make a wild sign'
  27. No-Break: '&4Hey! You can not break WildTp sign!'
  28. Cooldown: 5
  29. Play: true
  30. Sound: Enderman Teleport
  31. Cost: 0
  32. Cooldownmsg: '&4You must wait {rem} seconds until you can use the command and or sign
  33. again'
  34. DoCostMsg: true
  35. Costmsg: '&4&b${cost} &4 has been removed for using the command/sign, you now have
  36. ${bal} remaining'
  37. RefundMsg: '&2${cost} Has been refunded to your account because there were no suitable
  38. locations'
  39. Worlds:
  40. world:
  41. MinX: 0
  42. MaxX: 50000
  43. MinZ: 0
  44. MaxZ: 50000
  45. Hopethisoworks:
  46. MinX: -5000
  47. MaxX: 5000
  48. MinZ: -5000
  49. MaxX: 5000
  50. Potions:
  51. - Damage_Resistance:20
  52. - Water_breathing:20
  53. Wait: 5
  54. WaitMsg: '&6 Teleporting in {wait} seconds'
  55. UsedCmd: '&4 You have already used the command now please wait to be teleported'
  56. Limit: 0
  57. LimitMsg: '&4You have reached the limit for using the command'
  58. Towny: false
  59. Factions: false
  60. FactionsUUID: false
  61. GriefPrevention: false
  62. WorldGuard: false
  63. Kingdoms: false
  64. FBasics: false
  65. Residence: false
  66. LandLord: false
  67. LegacyFactions: false
  68. Feudal: false
  69. Distance: 20
  70. Blacklisted_Biomes: []
  71. CancelMsg: '&4You Moved!!! Teleportation canceled!!!'
  72. WorldMsg: '&4 Command cannot be used in this world'
  73. InvertYSearch: false
  74. BlockCommands:
  75. - spawn
  76. - home
  77. - tp
  78. - tpa
  79. Blocked_Command_Message: '&4Command is forbidden and won't complete please wait to
  80. be randomly teleported'
  81. PostCommands: []
  82. DoParticle: true
  83. Particle: PORTAL
  84. Converted: true
  85. AutoUpdate: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement