EmoteCraft PAPI Expansion is a lightweight PlaceholderAPI expansion that detects whether a player has the Emotecraft client mod installed.
- Detects whether a player has Emotecraft installed
- Simple PlaceholderAPI integration
- Configurable status messages
- No modifications to Emotecraft required
- Lightweight with no unnecessary dependencies
Returns:
true— Emotecraft is detectedfalse— Emotecraft is not detected
Returns a customizable status message.
Default:
Installed
Not installed
You can edit this in plugins\PlaceholderAPI\config.yml:
expansions:
emotecraft:
status:
installed: 'Installed'
not_installed: 'Not installed'- Java 21 or newer
- Minecraft 1.12.2 or newer
- PlaceholderAPI 2.12.2 or newer
- EmoteCraft client and server mod
- Make sure you have Java 21 or newer installed.
- Install PlaceholderAPI and EmoteCraft on your server.
- Download the latest EmoteCraft PAPI Expansion
.jarfile. - Place the
.jarfile into:plugins/PlaceholderAPI/expansions/