--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/resources/plugin.yml 2012/01/27 14:12:37 1685 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/resources/plugin.yml 2018/07/20 07:50:30 3240 @@ -1,7 +1,9 @@ name: HoerupUtils main: dk.thoerup.bukkit.hoeruputils.HoerupUtilsPlugin version: 0.1 - +softdepend: [ApiBukkit] +database: true +api-version: 1.13 commands: whereis: @@ -19,8 +21,8 @@ description: prints your current position # zapme: # description: generates a lightning effect on your current position -# zap: -# description: zap a player with lightning + zap: + description: zap a player with lightning msg: description: private messages # stoner: @@ -32,9 +34,9 @@ # superminer: # description: even more powerfull than powerminer # permission: hoeruputils.superminer - tp: - description: clone of builtin /tp command - permission: hoeruputils.tp +# tp: +# description: clone of builtin /tp command +# permission: hoeruputils.tp wall: description: broadcaster til alle med hoeruputils.wall permissions permission: hoeruputils.wall @@ -44,10 +46,64 @@ description: move player to home sethome: description: set players home + ophome: + description: operator can move to other users home diver: description: infinite air gc: description: perform garbage collection (call system.gc() ) + levelarea: + description: level an area in a given radius + levelandfillarea: + description: levelarea and fillarea commands combined to a single command + slopearea: + description: create 45 degrees hill sides in a given radius + fillarea: + description: fill up holes in a given area to players level + setsurface: + description: change the upper most block in a radius to a new material + replay: + description: replays the latest command + platform: + description: create a hovering plane at users location + cylinder: + description: create a cylinder + createcave: + description: create a cave + template: + description: create a structure from a given template + chest: + description: create a chest which is locked or snitches to the owner when a player takes from it + motd: + description: shows the Message-Of-The-Day + webuser: + description: set a password for login to this servers website + spawn: + description: takes you to your current worlds spawn location + opkill: + description: makes it possible for an server op to kill another player + jail: + description: commands to manage hoerupjail + stickychunk: + description: marks a group of chunks to be kept in-memory + waypoint: + description: move player to his waypoint if set + setwaypoint: + description: set a temporary waypoint - only exists for current session + mute: + description: silence a user + unmute: + description: unsilence a user + regenerate: + description: regenerate a block + fillchest: + description: fills a hopper or a chest with a block + + fillallchests: + description: fills a hopper or a chest with a block + + + permissions: hoeruputils.*: @@ -55,7 +111,9 @@ children: hoeruputils.powerminer: false hoeruputils.superminer: false - hoeruputils.tp: false +# hoeruputils.tp: false hoeruputils.spawn: false - + hoeruputils.jail: false + hoeruputils.chunks: false + hoeruputils.mute: false