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 6 months ago
Updated 6 months ago
Command | Permission | Description |
---|---|---|
/pokelog | minecraft.command.pokelog | Shows all available commands. |
/pokelog about | minecraft.command.pokelog | Shows the plugin information. |
/pokelog reload | minecraft.command.pokelog | Reloads the configuration files. |
/pokelog shopkeeper <sell/purchase> <any/itemID> [<player>] | minecraft.command.pokelog | Opens the pokelog user interface with the specified options. |
/pokelog <hatch/catch/trade/receive/pcdelete> <any/shiny/beast/legendary/pokename> [<player>] | minecraft.command.pokelog | Opens the pokelog user interface with the specified options. |
Permission | Description |
---|---|
pokelog.restore.pokemon | Allows the player to restore the pokemon. |
Main Configuration
Expand
{
# The timezone for the logs
"TimeZone": "GMT+8",
# If false, hatch log will be disabled
"EnableHatchLog": true,
# If false, catch log will be disabled
"EnableCatchLog": true,
# If false, trade log will be disabled
"EnableTradeLog": true,
# If false, receive log will be disabled
"EnableReceiveLog": true,
# If false, pcdelete log will be disabled
"EnablePCDeleteLog": true,
# If false, shopkeeper log will be disabled
"EnableShopkeeperLog": true,
# The player UUID`s listed here will not be logged
"PlayerWhitelist": [
"7b0b5d51-4786-462b-9866-c71ee6f8604e",
"7b0b5d51-4786-462b-9866-c71ee6f8604e"
]
}