- Pokémon Essentials Version
- v21.1 ✅
Hello everyone!
This is my first contribution to the community! I have never liked how merely catching a Pokemon completes its entry in the Pokedex, I think that Legends Arceus did the Pokedex well with its task system so I have decided to make a plugin for this for Essentials.
What this plugin does is upon seeing a Pokemon for the first time, loads its tasks and allows for them to be completed. The
This plugin adds two new PBS files:
I have not filled out tasks.txt as there will be bugs for me to fix and I expect people to have requests for tasks to add, so I figure that as I update this plugin I update tasks.txt
DISCLAIMER: This is my first contribution. I am sure that I have transgressed some guideline/rule/convention so please remember this when informing me of any transgression. Also, devs, I want to improve so please give suggestions about how to better write plugins. Lastly, please inform me of any conventions that should be adhered to.
This is my first contribution to the community! I have never liked how merely catching a Pokemon completes its entry in the Pokedex, I think that Legends Arceus did the Pokedex well with its task system so I have decided to make a plugin for this for Essentials.
What this plugin does is upon seeing a Pokemon for the first time, loads its tasks and allows for them to be completed. The
$player.pokedex.tasks_completed
object is a hash of each Pokemon and true/false if 10 or more tasks have been completed.This plugin adds two new PBS files:
- Task.txt - Lists all available tasks that a Pokemon can have
- Tasks.txt - Lists all Pokemon and the tasks they do have
I have not filled out tasks.txt as there will be bugs for me to fix and I expect people to have requests for tasks to add, so I figure that as I update this plugin I update tasks.txt
DISCLAIMER: This is my first contribution. I am sure that I have transgressed some guideline/rule/convention so please remember this when informing me of any transgression. Also, devs, I want to improve so please give suggestions about how to better write plugins. Lastly, please inform me of any conventions that should be adhered to.
- Credits
- Dewm3734