By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
& color codes)30d, 1h, 30m, etc.){prefix}, {name}, and {message} placeholders.phar file/plugins/ folder/prefixes in-game to open the GUI menu| Command | Description | Permission |
|---|---|---|
/prefixes |
Opens the prefix GUI menu | prefixespro.gui |
/prefix help |
Shows the list of available commands | prefixespro.command.help |
/prefix create |
Opens a form to create a new prefix | prefixespro.command.create |
/prefix delete <name> |
Deletes a prefix from the server | prefixespro.command.delete |
/prefix add <player> <prefix> [time] |
Assigns a prefix to a player (with optional duration) | prefixespro.command.add |
/prefix remove <player> <prefix> |
Removes a prefix from a player | prefixespro.command.remove |
/prefix list |
Lists all registered prefixes | prefixespro.command.list |
/prefix reload |
Reloads config, prefixes, sessions, and messages | prefixespro.command.reload |
๐ก Most subcommands have aliases:
addโgive,assign|removeโtake|createโnew|listโall
When assigning prefixes with /prefix add, you can specify an optional duration:
| Format | Meaning |
|---|---|
30s |
30 seconds |
10m |
10 minutes |
2h |
2 hours |
7d |
7 days |
1w |
1 week |
1d12h |
Combined durations |
| (no argument) | Permanent |
Example: /prefix add Steve VIP 30d โ assigns the prefix VIP to Steve for 30 days.
Prefixes have two categories that control how players can obtain them:
/prefixes)./prefix add. Ideal for donor or purchased ranks.You can set the category when creating a prefix via the in-game form (/prefix create).
| Permission | Default | Description |
|---|---|---|
prefixespro.command |
true |
Allows using /prefix
|
prefixespro.command.help |
true |
View command help |
prefixespro.gui |
true |
Open the prefix GUI menu |
prefixespro.command.create |
op |
Create a new prefix |
prefixespro.command.delete |
op |
Delete a prefix |
prefixespro.command.add |
op |
Assign a prefix to a player |
prefixespro.command.remove |
op |
Remove a prefix from a player |
prefixespro.command.list |
op |
View all registered prefixes |
prefixespro.command.reload |
op |
Reload the plugin |
# config.yml
# Maximum length of the prefix name (without colors)
prefix-max-name-length: 10
# Maximum length of the prefix format (with color codes)
prefix-max-format-length: 30
# Time (in seconds) between each auto-save
autosave-interval: 300
# Chat format โ placeholders: {prefix} {name} {message}
chat-format: "{prefix} ยง7{name}ยงr: {message}"
# Apply the active prefix to the player's nametag
update-nametag: falseplugin_data/
โโโ PrefixesPro/
โโโ prefixes/
โ โโโ <prefix>.yml
โโโ sessions/
โ โโโ <uuid>.yml
โโโ messages.yml
โโโ config.yml
This plugin is open source and licensed under the MIT License. Feel free to fork, contribute, or open issues and pull requests.
Made with โค๏ธ by AndresD3us
You can leave one review per plugin release, and delete or update your review at any time