/[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 1685 by torben, Fri Jan 27 14:12:37 2012 UTC revision 3240 by torben, Fri Jul 20 07:50:30 2018 UTC
# Line 1  Line 1 
1  name: HoerupUtils  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]
5    database: true
6    api-version: 1.13
7    
8  commands:  commands:
9    whereis:    whereis:
# Line 19  commands: Line 21  commands:
21      description: prints your current position        description: prints your current position  
22  #  zapme:  #  zapme:
23  #    description: generates a lightning effect on your current position  #    description: generates a lightning effect on your current position
24  #  zap:    zap:
25  #    description: zap a player with lightning      description: zap a player with lightning
26    msg:    msg:
27      description: private messages      description: private messages
28  #  stoner:  #  stoner:
# Line 32  commands: Line 34  commands:
34  #  superminer:  #  superminer:
35  #    description: even more powerfull than powerminer  #    description: even more powerfull than powerminer
36  #    permission: hoeruputils.superminer  #    permission: hoeruputils.superminer
37    tp:  #  tp:
38      description: clone of builtin /tp command  #    description: clone of builtin /tp command
39      permission: hoeruputils.tp  #    permission: hoeruputils.tp
40    wall:    wall:
41      description: broadcaster til alle med hoeruputils.wall permissions      description: broadcaster til alle med hoeruputils.wall permissions
42      permission: hoeruputils.wall      permission: hoeruputils.wall
# Line 44  commands: Line 46  commands:
46      description: move player to home      description: move player to home
47    sethome:    sethome:
48      description: set players home      description: set players home
49      ophome:
50        description: operator can move to other users home    
51    diver:    diver:
52      description: infinite air      description: infinite air
53    gc:    gc:
54      description: perform garbage collection (call system.gc() )      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:  permissions:
109    hoeruputils.*:    hoeruputils.*:
# Line 55  permissions: Line 111  permissions:
111      children:      children:
112        hoeruputils.powerminer: false        hoeruputils.powerminer: false
113        hoeruputils.superminer: false        hoeruputils.superminer: false
114        hoeruputils.tp: false  #      hoeruputils.tp: false
115        hoeruputils.spawn: false        hoeruputils.spawn: false
116          hoeruputils.jail: false
117          hoeruputils.chunks: false
118          hoeruputils.mute: false
119    

Legend:
Removed from v.1685  
changed lines
  Added in v.3240

  ViewVC Help
Powered by ViewVC 1.1.20