Advertisement
Guest User

Untitled

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