Advertisement
Guest User

plugin.yml

a guest
Nov 13th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.96 KB | None | 0 0
  1. author: TimJäger
  2.  
  3. name: waypoints
  4. description: A plugin that adds the ability to work with waypoints
  5. prefix: _waypoints_
  6.  
  7. version: 0.1.0
  8.  
  9. main: me.TimJ.Demo.mainWaypoints
  10.  
  11. permissions:
  12.   waypoints.*:
  13.     description: used to give all permissions involved in this plugin
  14.     default: op
  15.     children:
  16.      waypoints.create
  17.       waypoints.warp
  18.    
  19.   waypoints.create:
  20.     description: used to allow a player to create a waypoint
  21.     default: op
  22.    
  23.   waypoints.warp:
  24.     description: used to allow a player to warp to the waypoint
  25.     default: op
  26.    
  27.   waypoints.craft.*:
  28.     description: allows the player to craft the Nether Dust item
  29.     children:
  30.      waypoints.craft.nether
  31.       waypoints.craft.end
  32.     default: op
  33.  
  34.   waypoints.craft.nether:
  35.     description: allows the player to craft the Nether Dust item
  36.     default: op
  37.    
  38.   waypoints.craft.end:
  39.     description: allows the player to craft the End Dust item
  40.     default: op
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement