/[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 3221 - (hide annotations) (download)
Sat Jan 6 14:43:00 2018 UTC (6 years, 4 months ago) by torben
File size: 3373 byte(s)
Re-enable explosive snowballs and /zap
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 torben 3221 zap:
24     description: zap a player with lightning
25 torben 1685 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 torben 3063 # tp:
37     # description: clone of builtin /tp command
38     # permission: hoeruputils.tp
39 torben 1685 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 torben 1851 ophome:
49     description: operator can move to other users home
50 torben 1685 diver:
51     description: infinite air
52     gc:
53     description: perform garbage collection (call system.gc() )
54 torben 1723 levelarea:
55     description: level an area in a given radius
56 torben 3196 levelandfillarea:
57     description: levelarea and fillarea commands combined to a single command
58 torben 1723 slopearea:
59     description: create 45 degrees hill sides in a given radius
60     fillarea:
61     description: fill up holes in a given area to players level
62     setsurface:
63     description: change the upper most block in a radius to a new material
64 torben 1729 replay:
65     description: replays the latest command
66 torben 1730 platform:
67     description: create a hovering plane at users location
68 torben 1733 cylinder:
69     description: create a cylinder
70 torben 1751 createcave:
71     description: create a cave
72 torben 1738 template:
73     description: create a structure from a given template
74 torben 1807 chest:
75     description: create a chest which is locked or snitches to the owner when a player takes from it
76 torben 1847 motd:
77     description: shows the Message-Of-The-Day
78 torben 1786 webuser:
79 torben 1847 description: set a password for login to this servers website
80 torben 1848 spawn:
81     description: takes you to your current worlds spawn location
82 torben 1855 opkill:
83     description: makes it possible for an server op to kill another player
84 torben 1856 jail:
85     description: commands to manage hoerupjail
86 torben 1942 stickychunk:
87     description: marks a group of chunks to be kept in-memory
88 torben 1950 waypoint:
89     description: move player to his waypoint if set
90     setwaypoint:
91     description: set a temporary waypoint - only exists for current session
92 torben 1968 mute:
93     description: silence a user
94     unmute:
95     description: unsilence a user
96 torben 1974 regenerate:
97     description: regenerate a block
98 torben 1950
99 torben 1847
100 torben 1723
101 torben 1685
102     permissions:
103     hoeruputils.*:
104     description: gives access to all hoeruputils commands
105     children:
106     hoeruputils.powerminer: false
107     hoeruputils.superminer: false
108 torben 3063 # hoeruputils.tp: false
109 torben 1685 hoeruputils.spawn: false
110 torben 1911 hoeruputils.jail: false
111 torben 1942 hoeruputils.chunks: false
112 torben 1968 hoeruputils.mute: false

  ViewVC Help
Powered by ViewVC 1.1.20