/[projects]/miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/resources/plugin.yml
ViewVC logotype

Diff of /miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/resources/plugin.yml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1760 by torben, Wed Mar 21 17:04:29 2012 UTC revision 1968 by torben, Thu Apr 11 14:18:59 2013 UTC
# Line 2  name: HoerupUtils Line 2  name: HoerupUtils
2  main: dk.thoerup.bukkit.hoeruputils.HoerupUtilsPlugin  main: dk.thoerup.bukkit.hoeruputils.HoerupUtilsPlugin
3  version: 0.1  version: 0.1
4  softdepend: [ApiBukkit]  softdepend: [ApiBukkit]
5    database: true
6    
7  commands:  commands:
8    whereis:    whereis:
# Line 44  commands: Line 45  commands:
45      description: move player to home      description: move player to home
46    sethome:    sethome:
47      description: set players home      description: set players home
48      ophome:
49        description: operator can move to other users home    
50    diver:    diver:
51      description: infinite air      description: infinite air
52    gc:    gc:
# Line 66  commands: Line 69  commands:
69      description: create a cave          description: create a cave    
70    template:    template:
71      description: create a structure from a given template      description: create a structure from a given template
72      chest:
73        description: create a chest which is locked or snitches to the owner when a player takes from it    
74      motd:
75        description: shows the Message-Of-The-Day
76      webuser:
77        description: set a password for login to this servers website
78      spawn:
79        description: takes you to your current worlds spawn location
80      opkill:
81        description: makes it possible for an server op to kill another player
82      jail:
83        description: commands to manage hoerupjail
84      stickychunk:
85        description: marks a group of chunks to be kept in-memory
86      waypoint:
87        description: move player to his waypoint if set
88      setwaypoint:
89        description: set a temporary waypoint - only exists for current session
90      mute:
91        description: silence a user
92      unmute:
93        description: unsilence a user    
94        
95    
96        
97    
98  permissions:  permissions:
# Line 76  permissions: Line 103  permissions:
103        hoeruputils.superminer: false        hoeruputils.superminer: false
104        hoeruputils.tp: false        hoeruputils.tp: false
105        hoeruputils.spawn: false        hoeruputils.spawn: false
106          hoeruputils.jail: false
107          hoeruputils.chunks: false
108          hoeruputils.mute: false
109    

Legend:
Removed from v.1760  
changed lines
  Added in v.1968

  ViewVC Help
Powered by ViewVC 1.1.20