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 3 months ago
Command | Permission | Description |
---|---|---|
/pixelities | minecraft.command.pixelities | Shows the plugin information. |
/reloadpixelities | minecraft.command.reloadpixelities | Reloads every configuration files. |
/coinflip | minecraft.command.coinflip | Tosses a coin and broadcast to the server whether it`s heads or tails. |
/legendtime | minecraft.command.legendtime | Shows the next spawn attempt time of legendary pokemon. |
/pixeltime | minecraft.command.pixeltime | Shows the time, date, and day of the week base on the specified timezone in the configuration. |
/pixelroll [<maxnumber>] | minecraft.command.pixelroll | Rolls a random number and broadcast the result to the server. |
/pixeltoggle <name> | minecraft.command.pixeltoggle | Enables or disables the specified pixelities event. |
/checkextra <mew/meltan/guardians> <slot> | minecraft.command.checkextra | Shows mew remaining clone attempts, meltan remaining smelted ores, and the guardians remaining rubies it can produce |
/pixelcosmetics add/remove/check <player> [<cosmetic>] | minecraft.command.pixelcosmetics | Adds or removes a server cosmetic to the player and checks the player available server cosmetics. |
Permission | Description |
---|---|
pixelities.bypass.cooldown | Bypass the cooldown of the command /coinflip and /pixelroll. |
Pixelities Events
- BattleDex - Shows the player opponents pokemon name, types and pokedex description in the battle.
- Full Inventory - Shows a title and subtitle message when a player pickups an item and made the player inventory to full and executing the commands listed in the configuration while the player inventory is full.
Main Configuration
Expand
{
# The time in seconds before executing the command again
"CoinFlipCooldown": 30,
# The time in seconds before executing the command again
"PixeRollCooldown": 30,
# The timezone for the command /pixeltime
"TimeZone": "GMT+8",
# If false, the battledex will be disabled
"BattleDex": true,
# If false, the full inventory will be disabled
"FullInventory": true,
# The listed commands that when executed, it will show the title and subtitle messages
# if the player inventory is full
"FullInventoryWarnOnCommands": [
"vote",
"buy"
]
}
Dependencies
- Java 11
- Pixelmon Reforged 1.16.5