2020-06-28 13:35:52 +00:00
# Parties
2020-07-13 19:50:10 +00:00
Minimalist party mod for Minetest
< a href = "https://liberapay.com/Zughy/" > < img src = "https://i.imgur.com/4B2PxjP.png" alt = "Support my work" / > < / a >
## Commands
2023-08-23 20:57:58 +02:00
* `/party help` : shows a list of commands
* `/party invite <player>` : invites a player to a party
* `/party join <player>` : accepts an invitation request, if any. If `player` is specified, accepts that specific player request
* `/party leave` : leaves a party. If the party leader leaves, the role is assigned to another player (if there at least 2 players left)
* `/party kick <player>` : kicks `player` from the party
* `/party disband` : disbands a party
2020-07-13 19:50:10 +00:00
2023-08-22 00:34:48 +02:00
### Chat
2020-07-13 19:50:10 +00:00
* `/p <message>` writes a message in the party chat
2023-08-23 13:49:37 +02:00
## Customisation
Launch the world at least once with `parties` enabled. Then customise the mod going to `your world folder/parties`
2020-07-14 11:48:03 +00:00
## Developers
[In-depth API documentation ](https://gitlab.com/zughy-friends-minetest/parties/-/blob/master/DOCS.md )
2020-07-14 13:00:19 +02:00
2020-07-13 19:50:10 +00:00
## Want to help?
Feel free to:
* open an [issue ](https://gitlab.com/zughy-friends-minetest/arena_lib/-/issues )
* submit a merge request. In this case, PLEASE, do follow milestones and my [coding guidelines ](https://cryptpad.fr/pad/#/2/pad/view/-l75iHl3x54py20u2Y5OSAX4iruQBdeQXcO7PGTtGew/embed/ ). I won't merge features for milestones that are different from the upcoming one (if it's declared), nor messy code
2020-07-22 14:02:54 +02:00
### Credits
2023-08-22 00:34:48 +02:00
Sounds by [suntemple ](https://freesound.org/people/suntemple/ ) and [Heshl ](https://freesound.org/people/Heshl/sounds/269153/ )
2023-04-16 00:21:42 +02:00
[ChatCmdBuilder ](https://content.minetest.net/packages/rubenwardy/lib_chatcmdbuilder/ ) by Rubenwardy