Let your players see useful info and stats about themselves in an easy and straightforward way with ShowMy!
ShowMy is a lightweight Minecraft plugin that lets players view personalized stats and information about themselves using natural, readable commands like:
/showmy rank
/showmy balance
/showmy kills
It's like saying: “Show my rank” — and that’s exactly what the plugin does. It’s simple, intuitive, and powered by PlaceholderAPI for dynamic, real-time content.
| Command | Reult Shown |
|---|---|
| /showmy rank | Your current rank is: %luckperms_primary_group% |
| /showmy balance | Your balance is: %vault_eco_balance% |
| /showmy kills | You've got %statistic_player_kills% kills! |
| /showmy coords | Your current coords are: %player_x% %player_y% %player_z% |
Note that these commands are not included in the plugin by default; you will need to create them manually in the config.
Config.yml# Modules are the different pieces of information a player can see by running /showmy module
modules:
example:
# The text that is shown to the player when running the /showmy module command. Supports PlaceholderAPI placeholders
text-to-show: 'This is an example!'
# The permission required to execute the command
permission: showmy.modules.example
settings:
# Whether the plugin is disabled or not
disabled: false
# Whether debugging information should be logged to the console.
debug: false
# The message shown when a player executes a command without the required permission. Supports PlaceholderAPI placeholders
noPermissionMessage: 'You do not have permission to execute that command!'
| Node | Description | Default |
|---|---|---|
| showmy.use | Use the base /showmy command | true |
| showmy.reload | Reload the plugin’s config | op |
| showmy.modules.* | Access to all module commands | op |
| showmy.modules. | Access to a specific module like rank, kills, etc. | (your choice) |
| showmy.* | Grants every permission related to ShowMy | op |
Found a bug or need help? DM me on Discord, my username is bestrandomkiller.
📜 This plugin is licensed under a custom license that allows free use and modification but prohibits selling forks or paid versions. See LICENSE for full terms.