PageRenderTime 27ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

/MultiVerse/Multiverse-Portals.yml

https://github.com/Lathanael/MC-Bukkit-HelpExtra
YAML | 42 lines | 42 code | 0 blank | 0 comment | 0 complexity | f089851b5adad6e84119403d9de1b723 MD5 | raw file
  1. mvpc:
  2. command: mvp create <PORTALNAME> <DESTINATION>
  3. description: Create a new Portal entry from the players selected area to specified Destination.
  4. permissions: multiverse.portal.create
  5. main: false
  6. plugin: Multiverse-Portals
  7. mvps:
  8. command: mvp select <PORTALNAME>
  9. description: select a created portal, this is used to then set the destination or further settings regarding the portal.
  10. permissions: multiverse.portal.select
  11. main: false
  12. plugin: Multiverse-Portals
  13. mvpmodify:
  14. command: mvp modify [property] [value] -p [portal]
  15. description: Modify vallues on the selected portal.
  16. permissions: multiverse.portal.modify
  17. main: false
  18. plugin: Multiverse-Portals
  19. mvpr:
  20. command: mvp remove <PORTALNAME>
  21. description: remove a portal from the configuration.
  22. permissions: multiverse.portal.remove
  23. main: false
  24. plugin: Multiverse-Portals
  25. mvplist:
  26. command: mvplist <WORLD>
  27. description: list all portals on the server or <WORLD>.
  28. permissions: multiverse.portal.list
  29. main: false
  30. plugin: Multiverse-Portals
  31. mvpinfo:
  32. command: mvp info <PORTAL>
  33. description: Displays information about a portal
  34. permissions: multiverse.portal.info
  35. main: false
  36. plugin: Multiverse-Portals
  37. mvpdebug:
  38. command: mvp debug [on/off]
  39. description: See details of entered portals
  40. permissions: multiverse.portal.debug
  41. main: false
  42. plugin: Multiverse-Portals