PokeRemoval
From Pixelmon Wiki
PokeRemoval is a Pixelmon sidemod that can periodically clear away entities such as dropped items or specific Pokémon.
Contents
Installation
Minecraft version | Pixelmon version | PokeRemoval version |
---|---|---|
1.12.2 | 8.3.3 | 1.1.1 |
PokeRemoval is a Forge sidemod, which means it can be installed on any type of server software that supports mods, such as Sponge or Magma/Mohist.
Servers
- Download PokeRemoval for your version of Minecraft/Pixelmon here.
- Place the downloaded
.jar
in the server's mods folder. - Start the server and wait for it to load.
- Open the configuration folder in the server's
config/PokeRemoval
and edit the file as desired. - Either restart the server or use the
/pokeremoval
command to load any changes made.
Clients
- Download PokeRemoval for your version of Minecraft/Pixelmon here.
- Place the downloaded
.jar
in the game's mods folder. - Start the server and wait for it to load.
- Open the configuration folder in the game's
.minecraft/config/PokeRemoval
and edit the file as desired. - Either restart Minecraft or use the
/pokeremoval
command to load any changes made.
Commands
Note: Command syntax is displayed in the standard Minecraft command format. An explanation of this format can be found here.
Player commands
- None
Staff commands
/pokeremoval
: This command reloads the configuration.
Permissions
/pokeremoval
:poke.removal.forge.command
Configuration
Note: The configuration file is a .yml
file - It can be validated here when making significant changes.
Config File
The config.yml
contains all of the information for the scheduled removal settings.
removal-settings:
- Contains all of the removal settings.
one:
- Contains an individual removal setting.name:
- The name of the removal setting (can be anything but must be unique). Default:Pokemon
mode:
- The removal mode. There are 2 types:WHITELIST
(only removes Pokémon matching the spec & entities defined) andBLACKLIST
(removes anything not on the entity list & not matching the specs). Default:WHITELIST
removed-entities:
- Entities to be removed (or not). Default:pixelmon:pixelmon
matching-requirements:
- Specs of the Pokémon to be removed (or not). The following specs will work for UltraBeasts, Bosses, Legendaries and Shinies respectively in Whitelist mode:isUltraBeast:false isBoss:false isLegendary:false !shiny
Default:!shiny
broadcast-removal:
- Whether or not the removal will be broadcasted to all players. Default:true
removal-broadcast:
- The removal broadcast. Supports color codes.removal-time-minutes:
- How often the removal happens in minutes.ignore-entities-younger-than:
- Ignores entities younger than X ticks old. Default:60
warning-broadcasts:
- A list of warning broadcasts before the removal is performed.first:
- The first broadcast.enabled:
- Whether or not it's enabled.time-before-removal-seconds:
- Time when the broadcast happens relative to the removal.broadcast:
- The broadcast message. Supports color codes.
blacklisted-worlds:
- Worlds exempt from the removal.
Sample Config
Show/Hide
removal-settings: one: name: Pokemon mode: WHITELIST removed-entities: - pixelmon:pixelmon matching-requirements: - isUltraBeast:false isBoss:false isLegendary:false !shiny broadcast-removal: true removal-broadcast: - ' ' - '&c&l!!! INACTIVE POKEMON WERE JUST CLEARED FROM THE WORLD (%amount%) !!!' - ' ' removal-time-minutes: 30 ignore-entities-younger-than: 60 warning-broadcasts: first: enabled: true time-before-removal-seconds: 1500 broadcast: - '&e&l(!) &eAll entities will be removed in 25 minutes' second: enabled: true time-before-removal-seconds: 600 broadcast: - '&e&l(!) &eAll entities will be removed in 10 minutes' third: enabled: true time-before-removal-seconds: 30 broadcast: - '&e&l(!) &eAll entities will be removed in 30 seconds' blacklisted-worlds: [] two: name: Items mode: WHITELIST removed-entities: - minecraft:item matching-requirements: [] broadcast-removal: true removal-broadcast: - ' ' - '&c&l!!! INACTIVE ITEMS WERE JUST CLEARED FROM THE WORLD (%amount%) !!!' - ' ' removal-time-minutes: 30 ignore-entities-younger-than: 60 warning-broadcasts: first: enabled: true time-before-removal-seconds: 1500 broadcast: - '&e&l(!) &eAll entities will be removed in 25 minutes' second: enabled: true time-before-removal-seconds: 600 broadcast: - '&e&l(!) &eAll entities will be removed in 10 minutes' third: enabled: true time-before-removal-seconds: 30 broadcast: - '&e&l(!) &eAll entities will be removed in 30 seconds' blacklisted-worlds: []
Version history
There is no version history available for this sidemod just yet.