Go to file
Juraj Vajda 717ff750d0 some fixes 2016-01-19 21:47:42 +01:00
doc Initial factions commit 2013-05-09 11:35:52 +02:00
README.md README.md edited online with Bitbucket 2016-01-19 18:57:55 +00:00
chatcommands.lua some fixes 2016-01-19 21:47:42 +01:00
description.txt Add missing documentation 2013-12-05 22:49:48 +01:00
factions.conf some fixes 2016-01-19 21:47:42 +01:00
factions.lua Add debug print mechanism 2014-08-10 13:31:27 +02:00
init.lua some fixes 2016-01-19 21:47:42 +01:00

README.md

Description:

This mod provides a api to handle factions as well as reputation of players in different factions. It supports temporary faction members to allow mobs joining a faction. This mod is inspired by old faction mod sadly providing a chat interface only. If you currently used old faction mod you can use this one with very few changes.

Notes:

  • Factions are world specific.
  • data storage is not compatible with old faction mod (sorry)
  • formspec gui is missing

License:

WTFPL

Dependencies:

  • default

Version

  • 0.1.5

Chatcommand Documentation:

initial privs have to be given by server admin, there are 2 privs for factions:

factions_admin:

Can do everything with any faction including creating a faction.

factions_user:

players allowed to use factions in general.

Further there can be faction admins, those can invite/remove any player having factions_user right to the faction they are admin for, as well as give other users admin right for their faction too.

User commands:

/factions -> info on your current factions

/factions info -> show description of faction

/factions list -> show list of factions

/factions leave -> leave specified faction

/factions join -> join specified faction

Admin commands:

/factions create -> create a new faction

/factions delete -> delete a faction

/factions leave -> remove player from faction

/factions invite -> invite player to faction

/factions set_free <true/false> -> set faction free to join

/factions admin <true/false> -> make player admin of faction

/factions description -> 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