Advertisement
Guest User

hi there

a guest
Sep 17th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 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. Retry: true
  17. Retries: 4
  18. No Suitable Location: '&4No Suitable Locations found'
  19. Teleport: '&2Thrown to a random location...'
  20. No-Perm: '&4You do not have permission to make a wild sign'
  21. No-Break: '&4Hey! You can not break WildTp sign!'
  22. Cooldown: 5
  23. Play: true
  24. Sound: Enderman Teleport
  25. Cost: 15
  26. Cooldownmsg: '&4You must wait {rem} seconds until you can use the command and or sign
  27. again'
  28. DoCostMsg: true
  29. Costmsg: '&4&b${cost} &4 has been removed for using the command/sign'
  30. Worlds:
  31. factions:
  32. MinX: -15000
  33. MaxX: 15000
  34. MinZ: -15000
  35. MaxZ: 15000
  36. Potions:
  37. - Damage_Resistance:20
  38. - Water_breathing:20
  39. Wait: 5
  40. WaitMsg: '&6 Teleporting in {wait} seconds'
  41. UsedCmd: '&4 You have already used the command now please wait to be teleported'
  42. Towny: false
  43. Factions: false
  44. FactionsUUID: false
  45. GriefPrevention: false
  46. WorldGuard: false
  47. Kingdoms: false
  48. FBasics: false
  49. Distance: 20
  50. Blacklisted_Biomes: []
  51. CancelMsg: '&4You Moved!!! Teleportation cancelled!!!'
  52. WorldMsg: '&4 Command cannot be used in this world'
  53. BlockCommands:
  54. - spawn
  55. - home
  56. - tp
  57. - tpa
  58. Blocked_Command_Message: '&4Command is forbidden and wont complete please wait to
  59. be randomly teleported'
  60. PostCommands: []
  61. Converted: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement