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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1738 - (hide annotations) (download)
Sun Mar 18 10:19:19 2012 UTC (12 years, 2 months ago) by torben
File size: 2210 byte(s)
First attempt on new Template command
1 torben 1685 name: HoerupUtils
2     main: dk.thoerup.bukkit.hoeruputils.HoerupUtilsPlugin
3     version: 0.1
4 torben 1686 depend: [ApiBukkit]
5 torben 1685
6     commands:
7     whereis:
8     description: Get directions to another player
9     # mapgen:
10     # description: starts a new map generation cycle
11     eternalday:
12     description: alters the timecycle of the game
13     # powerminer:
14     # description: power miner for admins
15     # permission: hoeruputils.powerminer
16     # grass:
17     # description: create grass if you stands on dirt
18     getpos:
19     description: prints your current position
20     # zapme:
21     # description: generates a lightning effect on your current position
22     # zap:
23     # description: zap a player with lightning
24     msg:
25     description: private messages
26     # stoner:
27     # description: replaces nearby gravel and dirt with stone
28     # boom:
29     # description: 'things that makes you go boom...'
30     # spawn:
31     # description: spawn a mob
32     # superminer:
33     # description: even more powerfull than powerminer
34     # permission: hoeruputils.superminer
35     tp:
36     description: clone of builtin /tp command
37     permission: hoeruputils.tp
38     wall:
39     description: broadcaster til alle med hoeruputils.wall permissions
40     permission: hoeruputils.wall
41     weather:
42     description: controls the weather
43     home:
44     description: move player to home
45     sethome:
46     description: set players home
47     diver:
48     description: infinite air
49     gc:
50     description: perform garbage collection (call system.gc() )
51 torben 1723 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 torben 1729 replay:
60     description: replays the latest command
61 torben 1730 platform:
62     description: create a hovering plane at users location
63 torben 1733 cylinder:
64     description: create a cylinder
65 torben 1738 template:
66     description: create a structure from a given template
67 torben 1723
68 torben 1685
69     permissions:
70     hoeruputils.*:
71     description: gives access to all hoeruputils commands
72     children:
73     hoeruputils.powerminer: false
74     hoeruputils.superminer: false
75     hoeruputils.tp: false
76     hoeruputils.spawn: false

  ViewVC Help
Powered by ViewVC 1.1.20