Advertisement
Guest User

DragonTravel plugin.yml R6 compat

a guest
Mar 3rd, 2012
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.31 KB | None | 0 0
  1. name: DragonTravel
  2. main: TheEnd.DragonTravel.DragonTravelMain
  3. version: 2.4
  4. softdepend: [Vault, Spout]
  5. authors:
  6.   - XemsDoom
  7.   - Phiwa
  8. description: DragonTravel allows you to set up locations and stations between which dragons will fly you to and from.
  9. commands:
  10.     dt:
  11.         description: Begin dragon travel commands.
  12. permissions:
  13.     dt.*:
  14.         default: op
  15.         description: All DragonTravel commands
  16.         children:
  17.             dt.travel: true
  18.             dt.waypoint: true
  19.             dt.cost: true
  20.             dt.ctravel: true
  21.             dt.ptravel: true
  22.             dt.home: true
  23.             dt.mount: true
  24.     dt.mount:
  25.         default: op
  26.         description: Allows the single command only to mount dragons
  27.     dt.home:
  28.         default: op
  29.         description: Creating home and teleport to it
  30.     dt.waypoint:
  31.         default: op
  32.         description: Creating waypoints and removing
  33.         children:
  34.             dt.travel: true
  35.     dt.travel:
  36.         default: op
  37.         description: normal travel, access to destlist and statlist, signs
  38.     dt.ctravel:
  39.         default: op
  40.         description: chords travel
  41.     dt.ptravel:
  42.         default: op
  43.         description: to player travel
  44.     dt.cost:
  45.         default: op
  46.         description: Doesnt take money when economy enabled
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement