Commit Graph

17 Commits (fac8eaebdf314f031852a3ce3d1602908146fdc4)

Author SHA1 Message Date
fishyWET fac8eaebdf Add irc mod support
Disabled by default, if enabled, party and squad messages are not sent to the irc channel.
2017-10-13 01:23:21 +08:00
fishyWET 3a77292356 Add customization options 2017-10-13 00:55:16 +08:00
fishyWET 5ce96cc22e Add support for external mods to obtain and set mod storage values in this mod
See doc.txt for more information
2017-10-12 22:59:47 +08:00
fishyWET dd3f79c199 Add ability to change party tag colour 2017-10-12 22:43:34 +08:00
fishyWET 0c60e69052 Fix and expand on some features
- Correct minor typos
- Make /p list <playername> also list the squad of the player if applicable
- Ensure /p forcekick will also disband squad if player is squad leader
2017-10-12 12:00:23 +08:00
fishyWET 18e52dae5a Add squad chat and change the way chat was handled and some more changes.
- EDIT for last commit: Documentation on how the mod stores info was also added
- Remove /all
- Add /p home & /p sethome -- leaders can set a party home
- Add /p chat <main/party/squad> -- change chat input
- Add new squad channel
- Remove some debug commands from squad.lua
2017-10-11 18:31:03 +08:00
fishyWET 50ab5281d4 Add more administration commands
- /p partylist - list all parties
- /p forcejoin <partyname> - force join a party
- /p forcekick <playername> - force kick a player from his party
2017-10-11 01:54:53 +08:00
fishyWET fcbb6c922b Fix some bugs
- partyspy privilege shortened to p-spy and now, pspy
- Ensure player leaves squad when he is kicked from party / party disbands.
2017-10-11 00:18:04 +08:00
fishyWET e49635b167 Fix some bugs & some new features
- fix incomplete code for /sq help
- Add /p pvp - To allow fighting within party if both parties enable friendly fire
- Add /p title <playername> <title> - Adds a chat title to said player
2017-10-10 22:11:45 +08:00
fishyWET 4931e66ecb Add squads that feature hud squad-members' hp bars! (experimental)
- Additionally changed some descriptions so help is easier to understand
- Changed party message notif from green to limegreen
- Changed spy messages to yellow - because orange is now used for squads.
2017-10-10 20:59:51 +08:00
fishyWET bf416ac3e8 Shorten /party to /p
Also updated the todo list
2017-10-06 21:05:59 +08:00
fishyWET b46c70eb3d Remove (nil or "")
Thanks to Krock for reminding me that they are basically the same as ""
2017-10-06 10:30:51 +08:00
fishyWET 0a51f58834 Tidy things up a bit 2017-10-06 10:27:11 +08:00
fishyWET df361535f6 Bugfixes
- Players that are already in the server don't appear to be added to the playerlist properly, this should fix it.
- Chat logging was missing names
2017-10-06 09:44:00 +08:00
fishyWET 77e112ed78 Couple of bugfixes & improvements
- New method of getting full playerlist that supports newer minetest versions --- thanks to Amaz
- Add a new way to speak without a command, add "@" before your message.
- Fix duplicate messages in logging
- Fix kick not working
- Execute a function when player leaves rather than manually handling it.
- Notify party players if party was disbanded by an admin
2017-10-05 18:24:35 +08:00
fishyWET 37e41efcea Added logging and administrative things.
- Chat is now logged
- Ability for admin to disband a party
- Ability for admin to spy on chat channels
- Ensure players have proper shout privileges to talk / use commands.
2017-10-05 02:59:20 +08:00
fishyWET b782739d98 Initial commit
Prolly pretty buggy
2017-10-04 20:07:20 +08:00