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

  ViewVC Help
Powered by ViewVC 1.1.20