/[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 1686 by torben, Sun Jan 29 11:16:41 2012 UTC revision 1856 by torben, Sun Oct 14 11:36:45 2012 UTC
# Line 1  Line 1 
1  name: HoerupUtils  name: HoerupUtils
2  main: dk.thoerup.bukkit.hoeruputils.HoerupUtilsPlugin  main: dk.thoerup.bukkit.hoeruputils.HoerupUtilsPlugin
3  version: 0.1  version: 0.1
4  depend: [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:
53      description: perform garbage collection (call system.gc() )      description: perform garbage collection (call system.gc() )
54      levelarea:
55        description: level an area in a given radius
56      slopearea:
57        description: create 45 degrees hill sides in a given radius
58      fillarea:
59        description: fill up holes in a given area to players level
60      setsurface:
61        description: change the upper most block in a radius to a new material
62      replay:
63        description: replays the latest command
64      platform:
65        description: create a hovering plane at users location
66      cylinder:
67        description: create a cylinder
68      createcave:
69        description: create a cave    
70      template:
71        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    
85      
86    
87  permissions:  permissions:
88    hoeruputils.*:    hoeruputils.*:

Legend:
Removed from v.1686  
changed lines
  Added in v.1856

  ViewVC Help
Powered by ViewVC 1.1.20