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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1760 by torben, Wed Mar 21 17:04:29 2012 UTC revision 3222 by torben, Sat Jan 6 15:40:01 2018 UTC
# Line 2  name: HoerupUtils Line 2  name: HoerupUtils
2  main: dk.thoerup.bukkit.hoeruputils.HoerupUtilsPlugin  main: dk.thoerup.bukkit.hoeruputils.HoerupUtilsPlugin
3  version: 0.1  version: 0.1
4  softdepend: [ApiBukkit]  softdepend: [ApiBukkit]
5    database: true
6    
7  commands:  commands:
8    whereis:    whereis:
# Line 19  commands: Line 20  commands:
20      description: prints your current position        description: prints your current position  
21  #  zapme:  #  zapme:
22  #    description: generates a lightning effect on your current position  #    description: generates a lightning effect on your current position
23  #  zap:    zap:
24  #    description: zap a player with lightning      description: zap a player with lightning
25    msg:    msg:
26      description: private messages      description: private messages
27  #  stoner:  #  stoner:
# Line 32  commands: Line 33  commands:
33  #  superminer:  #  superminer:
34  #    description: even more powerfull than powerminer  #    description: even more powerfull than powerminer
35  #    permission: hoeruputils.superminer  #    permission: hoeruputils.superminer
36    tp:  #  tp:
37      description: clone of builtin /tp command  #    description: clone of builtin /tp command
38      permission: hoeruputils.tp  #    permission: hoeruputils.tp
39    wall:    wall:
40      description: broadcaster til alle med hoeruputils.wall permissions      description: broadcaster til alle med hoeruputils.wall permissions
41      permission: hoeruputils.wall      permission: hoeruputils.wall
# Line 44  commands: Line 45  commands:
45      description: move player to home      description: move player to home
46    sethome:    sethome:
47      description: set players home      description: set players home
48      ophome:
49        description: operator can move to other users home    
50    diver:    diver:
51      description: infinite air      description: infinite air
52    gc:    gc:
53      description: perform garbage collection (call system.gc() )      description: perform garbage collection (call system.gc() )
54    levelarea:    levelarea:
55      description: level an area in a given radius      description: level an area in a given radius
56      levelandfillarea:
57        description: levelarea and fillarea commands combined to a single command
58    slopearea:    slopearea:
59      description: create 45 degrees hill sides in a given radius      description: create 45 degrees hill sides in a given radius
60    fillarea:    fillarea:
# Line 66  commands: Line 71  commands:
71      description: create a cave          description: create a cave    
72    template:    template:
73      description: create a structure from a given template      description: create a structure from a given template
74      chest:
75        description: create a chest which is locked or snitches to the owner when a player takes from it    
76      motd:
77        description: shows the Message-Of-The-Day
78      webuser:
79        description: set a password for login to this servers website
80      spawn:
81        description: takes you to your current worlds spawn location
82      opkill:
83        description: makes it possible for an server op to kill another player
84      jail:
85        description: commands to manage hoerupjail
86      stickychunk:
87        description: marks a group of chunks to be kept in-memory
88      waypoint:
89        description: move player to his waypoint if set
90      setwaypoint:
91        description: set a temporary waypoint - only exists for current session
92      mute:
93        description: silence a user
94      unmute:
95        description: unsilence a user    
96      regenerate:
97        description: regenerate a block
98      fillchest:
99        desciption fills a hopper or a chest with a block
100        
101    
102        
103    
104  permissions:  permissions:
# Line 74  permissions: Line 107  permissions:
107      children:      children:
108        hoeruputils.powerminer: false        hoeruputils.powerminer: false
109        hoeruputils.superminer: false        hoeruputils.superminer: false
110        hoeruputils.tp: false  #      hoeruputils.tp: false
111        hoeruputils.spawn: false        hoeruputils.spawn: false
112          hoeruputils.jail: false
113          hoeruputils.chunks: false
114          hoeruputils.mute: false
115    

Legend:
Removed from v.1760  
changed lines
  Added in v.3222

  ViewVC Help
Powered by ViewVC 1.1.20