--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/resources/plugin.yml 2012/03/18 14:58:22 1751 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/resources/plugin.yml 2013/03/23 10:14:42 1950 @@ -1,7 +1,8 @@ name: HoerupUtils main: dk.thoerup.bukkit.hoeruputils.HoerupUtilsPlugin version: 0.1 -depend: [ApiBukkit] +softdepend: [ApiBukkit] +database: true commands: whereis: @@ -44,6 +45,8 @@ description: move player to home sethome: description: set players home + ophome: + description: operator can move to other users home diver: description: infinite air gc: @@ -66,6 +69,26 @@ 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 + + permissions: @@ -76,5 +99,6 @@ hoeruputils.superminer: false hoeruputils.tp: false hoeruputils.spawn: false - + hoeruputils.jail: false + hoeruputils.chunks: false