/[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 1807 by torben, Sun Jun 3 18:05:09 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 48  commands: Line 49  commands:
49      description: infinite air      description: infinite air
50    gc:    gc:
51      description: perform garbage collection (call system.gc() )      description: perform garbage collection (call system.gc() )
52      levelarea:
53        description: level an area in a given radius
54      slopearea:
55        description: create 45 degrees hill sides in a given radius
56      fillarea:
57        description: fill up holes in a given area to players level
58      setsurface:
59        description: change the upper most block in a radius to a new material
60      replay:
61        description: replays the latest command
62      platform:
63        description: create a hovering plane at users location
64      cylinder:
65        description: create a cylinder
66      createcave:
67        description: create a cave    
68      template:
69        description: create a structure from a given template
70      chest:
71        description: create a chest which is locked or snitches to the owner when a player takes from it    
72      webuser:
73        description: set a password for login to this server's website
74      
75    
76  permissions:  permissions:
77    hoeruputils.*:    hoeruputils.*:

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

  ViewVC Help
Powered by ViewVC 1.1.20