-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PlaceholderAPI support, final touches
- Loading branch information
1 parent
426a707
commit faf2140
Showing
14 changed files
with
77 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
"PLUGIN_PREFIX": "<yellow>SimplePM<white> »" | ||
"CONSOLE_FORMAT": "<dark_red>[<red>Server</red>]</dark_red>" | ||
"CONSOLE_FORMAT_SPY": "<gray>[Server]</gray>" | ||
"CONFIG_RELOADED": "<plugin_prefix> <gold>SimplePM Config has been reloaded" | ||
"ERROR_NO_PERMISSION": "<plugin_prefix> <red>You do not have permission to do this" | ||
"ERROR_NO_RECIPIENT_PROVIDED": "<plugin_prefix> <red>You must provide a valid recipient for your message" | ||
"ERROR_RECIPIENT_OFFLINE": "<plugin_prefix> There are no players online by the name of <target>" | ||
"ERROR_BLANK_MESSAGE": "<plugin_prefix> You cannot send someone a blank message" | ||
"ERROR_RECIPIENT_NO_PERMS": "<plugin_prefix> Sorry, looks like that player cannot receive messages right now" | ||
"ERROR_PLAYER_COMMAND": "<plugin_prefix> <red>You must be a player to execute this command." | ||
"ERROR_PAPI_NEEDS_ARGUMENT": "papi tag requires an argument" | ||
"SENDING_FORMAT": "<gray>[<yellow>You</yellow> <gold>→</gold> <green><target></green>]</gray><reset> <message>" | ||
"RECEIVING_FORMAT": "<gray>[<green><initiator></green> <gold>→</gold> <yellow>You</yellow>]</gray><reset> <message>" | ||
"NO_USER_TO_REPLY": "<red>There is nobody to reply to, sorry. Try <gray>/msg [name]</gray> instead" | ||
"SPY_FORMAT": "<dark_gray>[<#989898>PM-Spy</#989898>]</dark_gray> <#989898><initiator> → <target> <dark_gray>»</dark_gray> <gray><message>" | ||
"SPY_ENABLED": "<dark_gray>[<#989898>PM-Spy</#989898>]</dark_gray> <green>PM Spy has been enabled" | ||
"SPY_DISABLED": "<dark_gray>[<#989898>PM-Spy</#989898>]</dark_gray> <gray>PM Spy has been disabled" | ||
"LOGGER_INVALID_LOCALE_KEY": "Invalid locale key found: " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters