From 4fc8a53eb06bcf671f95018121c16d22f66b567c Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Tue, 20 Mar 2012 08:02:29 -0500 Subject: [PATCH] Add /dynmap webregister permissions and help --- src/main/resources/plugin.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 73f576c5..8621cf55 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -21,15 +21,12 @@ commands: / radiusrender worldname x z ## mapname - Render at least ## block radius from location x,z on world 'worldname' on map 'mapname' / updaterender - Render updates starting at your location on all maps. / updaterender mapname - Render updates starting at your location on give map - / updaterender worldname x z - Render updates starting at location x,z on world 'worldname' for all maps / updaterender worldname x z mapname - Render updates starting at location x,z on world 'worldname' for given map / cancelrender - Cancels any active renders on current world / cancelrender world - Cancels any active renders of world 'world' / stats - Show render statistics. - / stats world - Show render statistics for maps on world 'world'. / triggerstats - Show render trigger statistics / resetstats - Reset render statistics. - / resetstats world - Reset render statistics for maps on world 'world'. / sendtoweb msg - Send message to web users / purgequeue - Set tile update queue to empty / pause - Show render pause state @@ -38,7 +35,8 @@ commands: / ips-for-id - Show IP addresses that have been used for the given player ID / add-id-for-ip - Add player ID to given IP address / del-id-for-ip - Delete player ID from given IP address - + / webregister - Start registration process for creating web login account + dmarker: description: Manipulate map markers usage: | @@ -123,6 +121,8 @@ permissions: dynmap.purgequeue: true dynmap.ids-for-ip: true dynmap.ips-for-id: true + dynmap.webregister: true + dynmap.webregister.other: true dynmap.pause: true dynmap.marker.add: true dynmap.marker.update: true @@ -206,6 +206,12 @@ permissions: dynmap.ips-for-id: description: Allows /dynmap ips-for-id default: op + dynmap.webregister: + description: Allows /dynmap webregister + default: true + dynmao,webregister.other: + description: Allows /dynmap webregister userid + default: op dynmap.marker.add: description: Allows /dmarker add default: op