You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix unfinished codes, implement team logic and update docs (#1166)
- Removed unused TODO comment for banner from package.json description.
- Implemented `depositToTeam` logic in the team feature.
- Implemented exact-match searching logic in `teamSearchPanel`.
- Updated `Commands.md` and `FeaturesOverview.md` to properly include team functionality and related commands.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: Docs/FeaturesOverview.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,18 @@ This document provides a detailed breakdown of the features available in AddonEx
133
133
-**Server Rules Display:** Players can view server rules using the `/rules` command. The rules are defined as an array of strings in the configuration.
134
134
-_Key Configs: `config.js` (under the `playerInfo` and `serverInfo` sections)_
135
135
136
-
### I. Customizable Sound Events
136
+
### I. Team System
137
+
138
+
-**Description:** A comprehensive team system that allows players to form groups, chat privately, manage a shared balance, and set a team home.
139
+
-**Commands:**`/team` opens the main team UI, `/teamchat` (`/tc`) allows for private team communication.
140
+
-**Features:**
141
+
- Team creation (costs a configurable amount of money).
142
+
- Team members can deposit money into the team's shared balance.
143
+
- Admins/Owners can set a team home (`/setteamhome` via UI), teleport to it, or delete it.
144
+
- Support for joining through invites and join requests, which can be managed from the UI.
145
+
- Search for a specific team or browse available teams.
146
+
147
+
### J. Customizable Sound Events
137
148
138
149
- Customize sounds for specific in-game events to provide auditory feedback to players and admins.
0 commit comments