← Назад к ресурсам

Custom Team Manager

Create and manage your teams as an admin

Modrinth game-mechanics management technology

Описание

# English ## Menu With the command ```/trigger ctm_menu``` you can open the menu ### Join All teams are listed. Just click on the team you want to join ### Leave Uh yeah you leave the team ### AFK You join in the AFK team. When you change your rotation, you either join your team you was before or just the AFK team. ## Menu for admins ### Add Click on a color for suggesting you the command in the chat. Fill the other 3 arguments. ``` /function ctm:manage/add/add_team {id:"", name:"", color:"color", trigger:""} ``` ### Remove Select one team, you will get suggested a command for deleting it ### Edit You can edit following arguments: - name (and the color) - suffix (and the color) - player color - trigger You cannot edit the id. For that you have to delete and recreate it. Version 1.0.0 ## Menu The command opens the menu. You can execute it by clicking on the respective text. ``` /trigger customteammanager_menu ``` ![Replace this with a description](https://cdn.modrinth.com/data/cached_images/4e613b4cc18da4ddcefbfaddd0f763f74762902d_0.webp) ## Join ![Replace this with a description](https://cdn.modrinth.com/data/cached_images/1a8c63f0ca2801b30d49ef7f82453e4ce0abe041_0.webp) The teams that have been created are listed, and you can join the respective team by clicking on it again. ## Leave You can only leave your current team by clicking on “Leave current team.” ## Add team Only admins can create a team. ![Replace this with a description](https://cdn.modrinth.com/data/cached_images/673011d1e87c5618ffd7ff45346aa1f3d3c68b30_0.webp) You can click on the template and the /function will be suggested, where you only need to insert the information in the curly brackets. **It is important not to use the same trigger value, as this could lead to confusion in the “code”.** A suffix is created for this purpose -> [] This is displayed after the name. ## Remove team Click on the template and then enter the ID of the team you want to delete. ![Replace this with a description](https://cdn.modrinth.com/data/cached_images/1c842d00bc3c92c6d4c025062f6816b17b70894a_0.webp) In the future I still plan to add a feature that allows users to edit teams so that they don't have to delete them just because they made a mistake. I also plan to add a feature that allows users to edit the suffix.