-
Notifications
You must be signed in to change notification settings - Fork 1
Placeholders
AlonsoAliaga edited this page Aug 30, 2023
·
5 revisions
Available placeholders for PlaceholdersAPI.
- Returns plugin developer.
Example: AlonsoAliaga
- Returns plugin version.
Example: 0.1-BETA
- Returns format identifier for the player based on permissions.
Example:ownerornone(if none is selected)
⚠️ Warning: This shouldn't be used to display it for players. Only developers.
- Returns the original string before colors were parsed. HEX colors are included.
This was added to allow you to fix hex messages/placeholders from different plugins.
Example: %alonsojoin_restoreall_vault_prefix% returns§x§a§b§c§d§e§f§lModeratorthen it will convert it to&#abcdef&lModerator
⚠️ This is extremely useful if a placeholder you have make weird things with colors.
- Returns the original string before colors were parsed (Weird legacy format). HEX colors are included.
This was added to allow you to fix hex messages/placeholders from different plugins.
Example: %alonsojoin_legacyrestoreall_vault_prefix% returns&x&a&b&c&d&e&fModeratorthen it will convert it to&#abcdefModerator
⚠️ This is extremely useful if a placeholder you have make weird things with colors.
- Returns the original string before hex colors were parsed. Other formatting not included.
This was added to allow you to fix hex messages/placeholders from different plugins.
Example: %alonsojoin_restorehex_vault_prefix% returns§x§a§b§c§d§e§f§lModeratorthen it will convert it to&#abcdef§lModerator
⚠️ This is extremely useful if a placeholder you have make weird things with colors.
- Returns the original string before hex were parsed (Weird legacy format). Other formatting not included.
This was added to allow you to fix hex messages/placeholders from different plugins.
Example: %alonsojoin_legacyrestorehex_vault_prefix% returns&x&a&b&c&d&e&fModeratorthen it will convert it to&#abcdefModerator
⚠️ This is extremely useful if a placeholder you have make weird things with colors.
- Fixes placeholders that return hex colors in #rrggbb format.
Example: %alonsojoin_addampersandhex_vault_prefix% returns#abcdefModeratorthen it will convert it to&#abcdefModerator
⚠️ This is extremely useful if a placeholder you have make weird things with colors.
- Modifies placeholders output that return hex colors in &#rrggbb format if you need it.
Example: %alonsojoin_removeampersandhex_vault_prefix% returns&#abcdefModeratorthen it will convert it to#abcdefModerator
⚠️ This is extremely useful if a placeholder you have make weird things with colors.
AlonsoJoin - Developed by AlonsoAliaga