Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
Apologies if you've had troubles connecting to the site, you may need a VPN to access it. Staff are also facing issues connecting, so if it's urgent please message Cat on-site or through Discord directly.
Hey Guest, staff applications are open! If you are interested in becoming a forum staff member and/or Discord staff member, please apply through this Google Formbefore April 2! You can also message Cat with any questions.
Thank you for your report!
Probably this happens because both plugins override the same method that draws the sprites.
Unfortunately I have no updates planned for this plugin at the moment or in the near future.
It is really difficult to keep up with the (beautiful) mole of different plugins...
I'm sorry but since version 1.2 the plugin works only with Essentials 21.1.
You can try to backport the hue icons! Here is the repository with both resources and scripts if you wanna try :)
Does anyone know what the license is? In the updates section there is "feel free to add-on or extend this resource as you please" but it didn't say anything about modifying or updating.
Hi Penelope!
I tried to reproduce the error recreating the same context shown in your video using only Pokemon Color Variants as plugin. The error didn't appear. Probably there is a plugin (inside your project) that overrides one or more methods defined in PCV.
I'm not sure what is the problem...
Updated the plugin to work on Essentials v21.1
Added a pokémon variant star icon
Added an hue editor interface for modify the pokémons in real time
Modified the breeding mechanic to be more similar to shiny breeding
Modified the egg hatching scene to work with the plugin
Modified configuration...
Hi, RyssyRys!
With the latest version I deleted that method, so here is what you need to do:
1. Open the file Following Pokemon EX > Main Module > Event_Sprite Commands.rb from the plugin folder.
2. Go to the method def self.change_sprite(pkmn).
3. Delete the row...
1. Yes. Here are all the guides you need: Defining an item, Item effects. Basically the item should set a value for the hue attribute like this pokemon.hue = <value>, where the value is a positive number between 0 and 359 (included) (0 is the default color).
2. Yes. Setting...
Hue can now be applied to icons
Hue can now be applied to trainer's pokemons
Hue can now be applied to shiny and/or super shiny exclusively
Added a debug menu
Added compatibility with Visible Overworld Wild Encounters plugin
As I can see you are really liking the plugin!
Sorry if I don't answer you here or in dm but at the moment I'm very busy due to university stuff.
Big plans for the plugin are planned though, besides adding features based on your suggestions.
Thank you all for the feedback ❤️
I should be back in...
I think the problem was that the plugins were loaded in the wrong order. Tried with vanilla Essentials and with some plugins like: Following Pokemon EX, Gen 8 Pack, Essentials Deluxe and it should works now. Basically these plugins override the same method so the last plugin that is compiled...