ModsJava
Groups (GroupChat) - [1.8.x-1.16.x]
Become a part of a group. Free Minecraft Java mod for 1.8, 1.9, 1.10.
⬇ Download on Spigot-----About-----
The plugin offers the possibility to create a group, extend it with an addon(plugin) and have a group chat.
Additionally
-----Functions-----
The main command is /group.
Additionally
-----API-----
The plugin can be linked to other plugins using the API
How to use
-----Pictures-----
The plugin offers the possibility to create a group, extend it with an addon(plugin) and have a group chat.
Additionally
- an easy to understand, fully commented config.yml
- developer api
- create easily temporary groups
- chat with other group members
- very expandable and easy to implement into plugins
- download the plugin
- go to your "plugins" folder
- drag the plugin in
- reload the server
-----Functions-----
The main command is /group.
Additionally
- /group info
- /group leave
- /group chat toggle
- /group create <NAME>
- /group join <NAME>
- /group invite <PLAYER>
- /group kick <PLAYER>
- /group promote <PLAYER>
- /group demote <PLAYER>
-----API-----
The plugin can be linked to other plugins using the API
How to use
- download the plugin
- put it in your library
- make sure the plugin is on the server
Code (Java):
User user
= User.
get
(UUID
)
;
user. //gives all user methods
Group group = Group. name ( String ) ;
group. //gives all group methods
// also possible (and more):
GroupLeader groupLeader = User. get (UUID ) ;
GroupModerator groupModerator = User. get (UUID ) ;
Group group = user. getGroup ( ) ;
// There are also a few events
GroupCreateEvent
GroupDeleteEvent
GroupInviteEvent
GroupJoinEvent
GroupLeaveEvent
GroupUserPromoteEvent
GroupUserDemoteEvent
user. //gives all user methods
Group group = Group. name ( String ) ;
group. //gives all group methods
// also possible (and more):
GroupLeader groupLeader = User. get (UUID ) ;
GroupModerator groupModerator = User. get (UUID ) ;
Group group = user. getGroup ( ) ;
// There are also a few events
GroupCreateEvent
GroupDeleteEvent
GroupInviteEvent
GroupJoinEvent
GroupLeaveEvent
GroupUserPromoteEvent
GroupUserDemoteEvent
-----Pictures-----
Spoiler: Ingame
Spoiler: Files
Config.yml
Blacklist.yml
Blacklist.yml
Groups (GroupChat) - [1.8.x-1.16.x] is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 536 times (via Spigot). Download it and open it directly in the game.