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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3240 - (show annotations) (download)
Fri Jul 20 07:50:30 2018 UTC (5 years, 10 months ago) by torben
File size: 3538 byte(s)
mark plugin as 1.13 compatible
1 name: HoerupUtils
2 main: dk.thoerup.bukkit.hoeruputils.HoerupUtilsPlugin
3 version: 0.1
4 softdepend: [ApiBukkit]
5 database: true
6 api-version: 1.13
7
8 commands:
9 whereis:
10 description: Get directions to another player
11 # mapgen:
12 # description: starts a new map generation cycle
13 eternalday:
14 description: alters the timecycle of the game
15 # powerminer:
16 # description: power miner for admins
17 # permission: hoeruputils.powerminer
18 # grass:
19 # description: create grass if you stands on dirt
20 getpos:
21 description: prints your current position
22 # zapme:
23 # description: generates a lightning effect on your current position
24 zap:
25 description: zap a player with lightning
26 msg:
27 description: private messages
28 # stoner:
29 # description: replaces nearby gravel and dirt with stone
30 # boom:
31 # description: 'things that makes you go boom...'
32 # spawn:
33 # description: spawn a mob
34 # superminer:
35 # description: even more powerfull than powerminer
36 # permission: hoeruputils.superminer
37 # tp:
38 # description: clone of builtin /tp command
39 # permission: hoeruputils.tp
40 wall:
41 description: broadcaster til alle med hoeruputils.wall permissions
42 permission: hoeruputils.wall
43 weather:
44 description: controls the weather
45 home:
46 description: move player to home
47 sethome:
48 description: set players home
49 ophome:
50 description: operator can move to other users home
51 diver:
52 description: infinite air
53 gc:
54 description: perform garbage collection (call system.gc() )
55 levelarea:
56 description: level an area in a given radius
57 levelandfillarea:
58 description: levelarea and fillarea commands combined to a single command
59 slopearea:
60 description: create 45 degrees hill sides in a given radius
61 fillarea:
62 description: fill up holes in a given area to players level
63 setsurface:
64 description: change the upper most block in a radius to a new material
65 replay:
66 description: replays the latest command
67 platform:
68 description: create a hovering plane at users location
69 cylinder:
70 description: create a cylinder
71 createcave:
72 description: create a cave
73 template:
74 description: create a structure from a given template
75 chest:
76 description: create a chest which is locked or snitches to the owner when a player takes from it
77 motd:
78 description: shows the Message-Of-The-Day
79 webuser:
80 description: set a password for login to this servers website
81 spawn:
82 description: takes you to your current worlds spawn location
83 opkill:
84 description: makes it possible for an server op to kill another player
85 jail:
86 description: commands to manage hoerupjail
87 stickychunk:
88 description: marks a group of chunks to be kept in-memory
89 waypoint:
90 description: move player to his waypoint if set
91 setwaypoint:
92 description: set a temporary waypoint - only exists for current session
93 mute:
94 description: silence a user
95 unmute:
96 description: unsilence a user
97 regenerate:
98 description: regenerate a block
99 fillchest:
100 description: fills a hopper or a chest with a block
101
102 fillallchests:
103 description: fills a hopper or a chest with a block
104
105
106
107
108 permissions:
109 hoeruputils.*:
110 description: gives access to all hoeruputils commands
111 children:
112 hoeruputils.powerminer: false
113 hoeruputils.superminer: false
114 # hoeruputils.tp: false
115 hoeruputils.spawn: false
116 hoeruputils.jail: false
117 hoeruputils.chunks: false
118 hoeruputils.mute: false

  ViewVC Help
Powered by ViewVC 1.1.20