TotalGroupPlaceholder
TotalGroupPlaceholder is a plugin for Minecraft servers that allows you to manage and expand custom placeholders using PlaceholderAPI.
Features
- Integration with PlaceholderAPI
- Custom commands for group management
- Easy expansion of placeholders
- Permission support: you can configure permissions to control who can use the commands (permission: totalgroup.use)
Installation
- Download the TotalGroupPlaceholder-<version>.jar file.
- Place the .jar file in your server's plugins folder (Spigot/Paper).
- Make sure you have PlaceholderAPI installed. (v2.11.6)
- Restart your server.
Usage
- Use the /totalgroup command to manage groups and placeholders.
- Check the PlaceholderAPI documentation to integrate placeholders into your server.
Available Placeholders
- %totalgroup_<group>% — Shows the number of members in the specified LuckPerms group. Example: %totalgroup_admin%
- %totalgroup_<group>_online% — Shows the number of online members in the specified LuckPerms group. Example: %totalgroup_admin_online%
- You can use any group name registered in LuckPerms.
Available Commands
- /totalgroup or /totalgroup help — Shows information and group management options.
- /totalgroup <group> — Shows the number of members in the specified group.
- /totalgroup <group> --online — Shows the number of online members in the specified group.
- /totalgroup all — Shows the number of members for all LuckPerms groups.
- /totalgroup all --online — Shows the number of online members for all LuckPerms groups.
- /totalgroup version — Shows the current version of the plugin.
Requirements
- Java 8 or higher
- Spigot, Paper, or any Bukkit-compatible server
- PlaceholderAPI
- LuckPerms (for group and permissions management)