Compatibility
Minecraft: Java Edition
1.16.5
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed ARR
Published 7 months ago
Updated 7 months ago
Command | Permission | Description |
---|---|---|
/antiteamrocket | minecraft.command.antiteamrocket | Shows all available commands. |
/antiteamrocket about | antiteamrocket.command.about | Shows the plugin information. |
/antiteamrocket reload | antiteamrocket.command.reload | Reloads the configuration files. |
/antiteamrocket list | antiteamrocket.command.list | Shows the list of protected pokemon, their player, and their trusted players. |
/antiteamrocket trust add/remove/list [<player>] [<pokemon>] | antiteamrocket.command.trust | add - Trusts the player to the pokemon. remove - Untrust the player to the pokemon. list - Shows all protected pokemon and trusted players. |
Main Configuration
Expand
{
# The protection time in seconds.
"ProtectionTime": 60,
# List of specs that will be under the player`s protection.
"ProtectedSpecs": [
"ub",
"legendary",
"shiny"
],
"NoCommandPermission": "&cYou do not have permission to execute this command.",
"NoProtectedSpecs": "&cNo protected specs found.",
"ProtectionList": "&a%pokemon% &7- &b%player% &7- &e%trusted%",
"NoUnderProtection": "&cNo pokemon found under your protection.",
"InvalidTrustArgs": "&cInvalid args. /antiteamrocket trust add/remove/list [<player>] [<pokemon>]",
"PlayerOffline": "&cThe player %player% is offline.",
"NotUnderProtection": "&cThe pokemon %pokemon% is not under your protection.",
"AlreadyTrusted": "&cYou already trusted %player% to %pokemon%.",
"TrustAdded": "&aYou have trusted %player% to %pokemon%.",
"NotTrusted": "&c%player% is not trusted yet to %pokemon%.",
"TrustRemoved": "&a%player% is no longer trusted to %pokemon%.",
"TrustList": "&a%pokemon% &7- &e%trusted%",
"ProtectionAddedTitle": "&aA wild %pokemon% has spawned",
"ProtectionAddedSubTitle": "&aAnd is being protected by you",
"ProtectionAddedMessage": "&aThe protection wears off in 60 seconds.",
"NotTrustedInteract": "&cThe pokemon %pokemon% is under the protection of the player %player%.",
"ProtectionExpired": "&cThe protection for the pokemon %pokemon% has expired."
}