README.md edited online with Bitbucket

master
Juraj Vajda 2016-01-19 18:53:57 +00:00
parent 6139137def
commit 7fdecf7103
1 changed files with 18 additions and 12 deletions

View File

@ -20,51 +20,57 @@ WTFPL
## Chatcommand Documentation: ##
### User commands: ###
/factions -> info on your current factions
**/factions** -> info on your current factions
/factions info <factionname> -> show description of faction
**/factions info <factionname>** -> show description of faction
/factions list -> show list of factions
**/factions list** -> show list of factions
/factions leave <factionname> -> leave specified faction
**/factions leave <factionname>** -> leave specified faction
/factions join <factionname> -> join specified faction
**/factions join <factionname>** -> join specified faction
### Admin commands: ###
/factions create <factionname> -> create a new faction
**/factions create <factionname>** -> create a new faction
/factions delete <factionname> -> delete a faction
**/factions delete <factionname>** -> delete a faction
/factions leave <factionname> <playername> -> remove player from faction
**/factions leave <factionname> <playername>** -> remove player from faction
/factions invite <factionname> <playername> -> invite player to faction
**/factions invite <factionname> <playername>** -> invite player to faction
/factions set_free <factionname> <true/false> -> set faction free to join
**/factions set_free <factionname> <true/false>** -> set faction free to join
/factions admin <factionname> <playername> <true/false> -> make player admin of faction
**/factions admin <factionname> <playername> <true/false>** -> make player admin of faction
/factions description <factionname> <text> -> set description for faction
**/factions description <factionname> <text>** -> set description for faction
## Changelog: ##
0.1.5
* add default group players
0.1.4
* fix various issues becoming obvious on integration to mobf
0.1.3
* fix crash on adding first member
0.1.2
* fix crash on specifying invalid faction to chathandler
0.1.1
* fixed bug in chathandlers
* fixed invalid help text
0.1.0
* Initial version