/[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 3240 - (hide 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 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 3240 api-version: 1.13
7 torben 1685
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 torben 3221 zap:
25     description: zap a player with lightning
26 torben 1685 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 torben 3063 # tp:
38     # description: clone of builtin /tp command
39     # permission: hoeruputils.tp
40 torben 1685 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 torben 1851 ophome:
50     description: operator can move to other users home
51 torben 1685 diver:
52     description: infinite air
53     gc:
54     description: perform garbage collection (call system.gc() )
55 torben 1723 levelarea:
56     description: level an area in a given radius
57 torben 3196 levelandfillarea:
58     description: levelarea and fillarea commands combined to a single command
59 torben 1723 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 torben 1729 replay:
66     description: replays the latest command
67 torben 1730 platform:
68     description: create a hovering plane at users location
69 torben 1733 cylinder:
70     description: create a cylinder
71 torben 1751 createcave:
72     description: create a cave
73 torben 1738 template:
74     description: create a structure from a given template
75 torben 1807 chest:
76     description: create a chest which is locked or snitches to the owner when a player takes from it
77 torben 1847 motd:
78     description: shows the Message-Of-The-Day
79 torben 1786 webuser:
80 torben 1847 description: set a password for login to this servers website
81 torben 1848 spawn:
82     description: takes you to your current worlds spawn location
83 torben 1855 opkill:
84     description: makes it possible for an server op to kill another player
85 torben 1856 jail:
86     description: commands to manage hoerupjail
87 torben 1942 stickychunk:
88     description: marks a group of chunks to be kept in-memory
89 torben 1950 waypoint:
90     description: move player to his waypoint if set
91     setwaypoint:
92     description: set a temporary waypoint - only exists for current session
93 torben 1968 mute:
94     description: silence a user
95     unmute:
96     description: unsilence a user
97 torben 1974 regenerate:
98     description: regenerate a block
99 torben 3222 fillchest:
100 torben 3225 description: fills a hopper or a chest with a block
101 torben 1950
102 torben 3225 fillallchests:
103     description: fills a hopper or a chest with a block
104    
105 torben 1847
106 torben 1723
107 torben 1685
108     permissions:
109     hoeruputils.*:
110     description: gives access to all hoeruputils commands
111     children:
112     hoeruputils.powerminer: false
113     hoeruputils.superminer: false
114 torben 3063 # hoeruputils.tp: false
115 torben 1685 hoeruputils.spawn: false
116 torben 1911 hoeruputils.jail: false
117 torben 1942 hoeruputils.chunks: false
118 torben 1968 hoeruputils.mute: false

  ViewVC Help
Powered by ViewVC 1.1.20