PluralCraft is a plugin for PaperMC (and forks) which allows systems to better represent themselves in Minecraft!
How to use:
- First you need to setup a system using the command
/pluralcraft create <systemName>
- Once that is complete, you can add members by
/pluralcraft add <id> <memberName>
, the ID will be used in further commands - You can then set the active member using the command
/pluralcraft setActiveMember <id>
- Removing members can be done via
/pluralcraft remove <id>
- You can clear the current active member by using
/pluralcraft clearActiveMember
- You can delete your system by running
/pluralcraft delete
- You can run
/pluralcraft getActiveMember
to get the current active member (or add a player name after that to get another player's active member!) - You can view your current system using
/pluralcraft getSystemInfo
(or add a player name after that to get another player's system information!) - You can set the skin of a member with the command
/pluralcraft setMemberSkin <id> <skinUrl>
What does this actually do?
- The plugin will change the display name in your chat messages to the following format:
MemberName (MinecraftUsername)
, the way the name is changed should be compatible with other chat plugins provided they are using Paper's ChatRenderer system.
Details
Licensed GPL-3.0-only
Published 19 hours ago
Updated a day ago