/[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 1685 by torben, Fri Jan 27 14:12:37 2012 UTC revision 1738 by torben, Sun Mar 18 10:19:19 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]
5    
6  commands:  commands:
7    whereis:    whereis:
# Line 48  commands: Line 48  commands:
48      description: infinite air      description: infinite air
49    gc:    gc:
50      description: perform garbage collection (call system.gc() )      description: perform garbage collection (call system.gc() )
51      levelarea:
52        description: level an area in a given radius
53      slopearea:
54        description: create 45 degrees hill sides in a given radius
55      fillarea:
56        description: fill up holes in a given area to players level
57      setsurface:
58        description: change the upper most block in a radius to a new material
59      replay:
60        description: replays the latest command
61      platform:
62        description: create a hovering plane at users location
63      cylinder:
64        description: create a cylinder
65      template:
66        description: create a structure from a given template
67      
68    
69  permissions:  permissions:
70    hoeruputils.*:    hoeruputils.*:

Legend:
Removed from v.1685  
changed lines
  Added in v.1738

  ViewVC Help
Powered by ViewVC 1.1.20