Advertisement
Guest User

Untitled

a guest
Jun 14th, 2014
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. # RandomTP made by Dpasi314
  2. # Config Set up as follows:
  3. # MAX values are the max coords for teleportation; No Negative numbers
  4. # World is the world you want the player to be teleported when they use the command
  5. # Teleport Once allows only one-time teleports
  6. # Cost is the cost to teleport (MUST HAVE iCONOMY INSTALLED)
  7. # Cooldown Time is the time in seconds it takes for a cooldown
  8. # !![WARNING]!! TELEPORT_ONCE_ENABLED IS STILL CURRENTLY BEING DEVELOPED!
  9. # Enable Auto-Update if you want RandomTP to automatically update!
  10.  
  11. RandomTP:
  12. Teleport:
  13. MAX_X: 4000
  14. MAX_Z: 4000
  15. WORLD: factions
  16. COST_ENABLED: false
  17. COOLDOWN_ENABLED: true
  18. COST: 0.0
  19. COOLDOWN_TIME: 120
  20. Updater:
  21. Auto-Update: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement