bentobox/src/main/java/world/bentobox/bentobox/managers
tastybento 0e0c502e1d
Team gui (#2251)
* WIP - add GUI for teams.

* WIP teams GUI

* Moe WIP on team GUI

* Modified file to avoid an NPE.

* Minor refactor to prevent int to Integer warning.

* Use latest dependencies for tests to pass.

* Move to singleton pattern for RanksManager,

* Team GUI WIP

* Added support for kick, setowner, and leave.

* Added support for accepting and rejecting an invite.

* Fixed bugs with text and operations.

* WIP for team invites.

* Adds inviting to the GUI.

* Fix tests

* Fixed minor bugs reported by SonarCloud

* Up Minecraft version and paper to 1.20.4 in POM

* Added features based on Discord feedback.

1. added some lore to the invite button to explain the players shown are
from the game world
2. removed the team state in chat
3. added a search to the invite panel

* Added back button.

Refactored some code and templates.

* Fixed bugs with teams and uncoop untrust etc of Ops.

* Return to name search GUI if name not found.

* Added return to GUI for player search

* Use Path.of
2024-01-08 20:50:26 +09:00
..
island Fix admin register command to handle worlds correctly 2023-12-19 04:51:10 -08:00
AddonsManager.java Fix issue where seed worlds lost generators with Multiverse on restart 2023-12-19 04:36:00 -08:00
BlueprintClipboardManager.java Rework blueprint and blueprint bundle names. (#2026) 2022-09-29 18:44:07 +03:00
BlueprintsManager.java Loads of minor code smell fixes 2022-12-31 18:19:25 -08:00
CommandsManager.java Release 1.17.3 (#1827) 2021-09-10 18:39:16 -07:00
FlagsManager.java Loads of minor code smell fixes 2022-12-31 18:19:25 -08:00
HooksManager.java Optimize CopyWorldRegenerator#copyChunkDataToChunk to reduce performance impact in case of multiple resets simultaneously (#2261) 2024-01-08 19:09:41 +09:00
IslandChunkDeletionManager.java Added test class for IslandChunkDeletionManager 2023-02-08 20:23:19 -08:00
IslandDeletionManager.java Put island deletion under one class manager 2023-07-01 12:49:18 -07:00
IslandWorldManager.java Fix issue where seed worlds lost generators with Multiverse on restart 2023-12-19 04:36:00 -08:00
IslandsManager.java Team gui (#2251) 2024-01-08 20:50:26 +09:00
LocalesManager.java Adds API to enable translations to be set and specific API for flags (#2109) 2023-03-26 10:06:38 -07:00
PlaceholdersManager.java Team gui (#2251) 2024-01-08 20:50:26 +09:00
PlayersManager.java 2 0 0 multi island (#2185) 2023-09-16 15:55:52 -07:00
RanksManager.java Team gui (#2251) 2024-01-08 20:50:26 +09:00
WebManager.java Loads of minor code smell fixes 2022-12-31 18:19:25 -08:00
package-info.java Added some more package-info.java 2019-02-10 13:14:40 +01:00