jhezreel708

Untitled

May 9th, 2020
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.52 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. # InvertY is optional plugin will default to false #
  22. # If you want to do /wild in one world and be teleported to a random location in another just add: #
  23. # Worlds: #
  24. # worldToDoCommand in: #
  25. # WorldTo: "<name goes here>" #
  26. #####################################################################################################################################################
  27. Retry: true
  28. Retries: 4
  29. #What is the message for when no suitable location is found
  30. No Suitable Location: '&4No Suitable Locations found'
  31. #Message to be displayed on teleport
  32. Teleport: '&2Thrown to a random location...'
  33. TeleportConsole: '&2Thrown to a random location...'
  34. #No-Perm is for when they cant makes signs
  35. No-Perm: '&4You do not have permission to make a wild sign'
  36. #No-Perm is for when they cant break signs
  37. No-Break: '&4Hey! You can not break WildTp sign!'
  38. #NoPerm is the message sent to a player when they dont have the permission to use the command
  39. NoPerm: '&4Sorry but you don''t have permission to do /wild :( please ask an admin why'
  40. NoWorldPerm: '&4Sorry but you don''t have permission to do /wild in this world'
  41. #Cooldoown time in seconds if you you want no cool down set it to 0
  42. Cooldown: 5
  43. # Do you want to play a sound true false
  44. Play: true
  45. Sound: 'Enderman Teleport'
  46. #Command cost
  47. Cost: 150
  48. Cooldownmsg: '&4You must wait {rem} seconds until you can use the command and or sign again'
  49. DoCostMsg: true
  50. Costmsg: '&4&b${cost} &4 has been removed for using the command/sign, you now have ${bal} remaining'
  51. RefundMsg: '&2${cost} Has been refunded to your account because there were no suitable locations'
  52. #Worlds the command can be used in
  53. Worlds:
  54. world:
  55. MinX: -5001
  56. MaxX: 5000
  57. MinZ: -5000
  58. MaxZ: 5000
  59. InvertY: false
  60. UsageMode: BOTH
  61. UsageDisabled: "&cYou cannot use this feature because it's disabled."
  62. #What potions will be applied when the command is used see Potions.txt for names the :20 is duration in seconds
  63. Potions: ['Damage_Resistance:20','Water_breathing:20']
  64. #"Warm up/Delay
  65. Wait: 5
  66. #Warm up message
  67. WaitMsg: '&6 Teleporting in {wait} seconds'
  68. UsedCmd: '&4 You have already used the command now please wait to be teleported'
  69. Limit: 0
  70. LimitMsg: '&4You have reached the limit for using the command'
  71. Towny: false
  72. Factions: false
  73. FactionsUUID: false
  74. GriefPrevention: false
  75. WorldGuard: false
  76. Kingdoms: false
  77. FBasics: false
  78. Residence: false
  79. LandLord: false
  80. LegacyFactions: false
  81. Feudal: false
  82. Distance: 20
  83. #Biomes that shouldnt be teleported to
  84. Blacklisted_Biomes: []
  85. CancelMsg: '&4You Moved!!! Teleportation cancelled!!!'
  86. WorldMsg: "&4 Command cannot be used in this world"
  87. BlockCommands: ['spawn','home','tp','tpa']
  88. Blocked_Command_Message: '&4Command is forbidden and wont complete please wait to be randomly teleported'
  89. #Commands to be done after the player is teleported they are a list so it's -'command' newline -'command1'
  90. PostCommands: []
  91. DoParticle: true
  92. Particle: PORTAL
  93. TeleportNewbies: false
  94. Converted: true
  95. AutoUpdate: true
  96. Metrics: true
Add Comment
Please, Sign In to add comment