• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Pokepaste to essentials

v21.1 Pokepaste to essentials 1.0

This resource pertains to version 21.1 of Pokémon Essentials.
Pokémon Essentials Version
v20.1 ➖
To install it, paste the folder in your plugins folder.

This plugin converts a poképaste to pokémons you can give to your player via an event.
Simply add a script in the event called genteam(file,inf,sup)
Where file is the pokepaste. It has to be in the root folder of your game. (you can put it elsewhere if you want but in this case, you need to enter the entire path)
inf and sup are the pokemons you want to give to the player.
For example if I want to give them the first 6 pokemons, inf=0 and sup=6 (index starts at 0).
If you don't know, you can put sup=10000, it won't crash.

If you are using this kind of script, remember that your players could abuse of this pokepaste as they can edit it with illegal things. No check is done here. I strongly suggest you to use the pokemon selection script and my banlist script just after where they can generate their pokémons (call the Legalmon rule).

If you want to use this script to modify trainers you will need to use a trainer encounter modifier(see my tutorial here if you don't know what it is). In this case modify the genteam script (at the very bottom of the file) to do what you want.

If you find any bug or weird thing, please report it in the thread. As there are many Pokémons with weird forms, I expect some bugs.
Known bug:
When generating a Rotom form, the game will say they forgot a move. It's the best I can do without changing the Rotom form code.
Credits
Grogro
Author
grogro
Downloads
750
Views
3,512
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from grogro

Latest updates

  1. ironhead bugfix

    fixed a typo in a consitionnal branch that was making iron head appearing in some movesets (I...
  2. crash fix

    -Prevented the crash if you are using a too short Poképaste
  3. tera compatibility

    You can now import a pokémon with a defined tera type The met at level section in the summary...
Back
Top