Societies is a revived version of the original SimpleClans and is targeted to support a wide range of minecraft servers. At the moment Societies only supports Bukkit, but as new server implementations come up support will be added. (Sponge support is confirmed)
“The ability to simplify means to eliminate the unnecessary so that the necessary may speak.” —Hans Hofmann
SimpleClans was borne out of the need for a self-sustaining drop-and-go system that could be easy to picked up by new players and required minimal attention from server staff. The system has been running over at the SacredLabyrinth where it has been enjoyed and refined by its community. I present it now for public consumption, enjoy. —Phaed
Add it to the bug tracker.
To get started, just contact me over at esper.net @ #SimpleClans.
The backend library for grouping is clib-group, which provides a simple api to group members to groups. For basic actions and helpers clib-core will be used. clib-core contains functionality like commands, futures or special collections. The glue for all components is google guice, a lightweight dependency injection framework.
Currently, me - p000ison (Max A.) - is the only person who's working on this project, but this will hopefully change after release. You can contact me over at irc.esper.net @ #SimpleClans
Societies is licenced under WTFPL
We use maven to handle our dependencies.
- Install Maven 3
- Check out this repo and:
mvn clean install