Join our discord
In partnership with NodeCraft Logo NodeCraft


You are not logged in! Create an account or login to contribute! Log in here!

Rustles

From Pixelmon Wiki

Rustles is a Pixelmon sidemod that adds rustling spots (Like the ones from gen 5!) to the game.

Installation

Minecraft version Pixelmon version Rustles version
1.12.2 8.3.0 1.0.7
1.12.2 7.2.0 1.0.5

On servers, Rustles is server-side and does not need to be installed by each individual player to be used.

Minecraft launcher

  1. Download Rustles for your version of Minecraft here.
  2. Place the downloaded jar file in the mods folder.

Commands

Note: Command syntax is displayed in the standard Minecraft command format. An explanation of this format can be found here.

rustleconfig

/rustleconfig <key> <value>: Temporarily modifies some config values until the next server restart (Or until closing the game, on singleplayer). Viable keys: (Refer to the "Config settings" section for what each does)

  • level
  • IVs
  • despawnDist
  • maxDist
  • maxYDist
  • message
  • double
  • chance
  • radius
  • giveUp
  • maxRarity
  • maxShinyChance
  • minHARate
  • haRate
  • shiny
  • despawnSecs

Permissions

  • /rustleconfig: pixelrustles.command.rustleconfig

Config settings

General Settings

  • "Maximum distance to rustle": If a Pokémon spawns, if the distance between the player and it is greater than this number, it cannot turn into a rustle spot. (Fitting /rustleconfig key: maxDist)
  • "Minimum distance to despawn": The minimum distance a rustling point needs to be from all players to despawn. (Fitting /rustleconfig key: despawnDist)
  • "Highest rarity of the Pokémon in the rustle": The highest possible rarity of Pokémon that can appear in the rustle spot (based on Pixelmon rarity, not /wiki rarity). (Fitting /rustleconfig key: maxRarity)
  • "Amount of times to search for a Pokémon before giving up": The amount of times the plugin searches for fitting Pokémon to enter battle with the player before giving up. (Fitting /rustleconfig key: giveUp)
  • "Despawn timer for rustles": If the rustle exists for longer than this set amount of seconds, it is removed. (Fitting /rustleconfig key: despawnSecs)
  • "Added IVs": The number of IVs added to the Pokémon in the rustling grass on creation. (Fitting /rustleconfig key: IVs)
  • "Maximum Y distance to rustle": If a Pokémon spawns and the difference in height between the player and it is greater than this number, it cannot turn into a rustle spot. (Fitting /rustleconfig key: maxYDist)
  • "Radius of rustle battle start": The radius around the rustle in which players are forced into a battle. (Fitting rustleconfig key: radius)
  • "Level bonus": The level bonus that is given to the Pokémon in the rustling spot. (Fitting /rustleconfig key: level)
  • "Send player message on rustle spawn": Whether to send the player a message when a rustle spot spawns. (Fitting /rustleconfig key: message)
  • "Chance to rustle": The chances of a Pokémon spawn becoming a rustle spot between 0 and 1 (1 being 100% chance). (Fitting /rustleconfig key: chance)
  • "Chance to be double": The chances of a rustle spot being a double battle between 0 and 1 (1 being 100% chance). (Fitting /rustleconfig key: double)
  • "Banned mons": The List of Pokémon which are not available in rustles, all in lowercase, separated by ; (No fitting /rustleconfig key)
  • "Weather Modifier": A modifier to be applied to the rustle chance in case the weather is not clear. Set to 1 for no change. (No fitting /rustleconfig key)
  • "Does chain": Whether to give players a higher chance of encountering shiny/HA Pokémon after catching many of the same species (No fitting /rustleconfig key)

Chance settings

  • "Chance to Shine": The chances of a Pokémon in a rustle encounter being a shiny, between 0 and 1 (1 being 100% chance). (Fitting /rustleconfig key: shiny)
  • "Max shiny chance": The maximum possible chance for a shiny to spawn from a rustle spot through chaining, between 0 and 1 (1 being 100% chance). (Fitting /rustleconfig key: maxShinyChance)
    • Warning: Do not set the last 2 to the same value, as it would return an error. If you want to disable chaining (Which is the only case where the "Max Shiny Chance" is used) set the "Does Chain" config option to false.
  • "HA Rate": The base rate for a Pokémon with a hidden ability to spawn from a rustle. (Fitting /rustleconfig key: haRate)
  • "Min HA Rate": The minimum possible rate for a Pokémon with a hidden ability to spawn from a rustle spot through chaining. (Fitting /rustleconfig key: minHARate)
    • Warning: Do not set the last 2 to the same value, as it would return an error. If you want to disable chaining (Which is the only case where the "Min HA Rate" is used) set the "Does Chain" config option to false.

Message Settings

In this section, none of the settings have fitting /rustleconfig keys.

  • "Land Message": The message to appear on a player's screen once a rustle spot spawns near them, on land (most cases)
  • "Water Message": The message to appear on a player's screen once a rustle spot spawns near them, in water.
  • "Grass Message": The message to appear on a player's screen once a rustle spot spawns near them, in grass.
  • "Underground Message": The message to appear on a player's screen once a rustle spot spawns near them, underground.
  • "Leaves Message": The message to appear on a player's screen once a rustle spot spawns near them, on trees.
  • "Run Message": The message to appear on a player's screen if a rustle spot they go into is unable to find a suitable spawn, not starting a battle. (See "Amount of times to search for a Pokémon before giving up" setting above)

Items

The Pokémon in the rustle spots can hold items! This item list can be altered in the data/rustles/items.json file, in your server's run folder.

© 2012 - 2022 Pixelmon Mod