You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want my dragons to spawn in order from weakest to strongest. When i use weight system in this plugin for example. Dragon1 has weight 1 and Dragon2 has weight 2 it just spawns randomly.
The text was updated successfully, but these errors were encountered:
Yes, you are right.
Currently the plugin cannot specify exactly what the next dragon's type is. I think your advice is good, but it is unfortunate that this function depends on persistent data storage(for example, database) which are to be implemented.
(1) Decompress "dragon_type_decider.zip", you will get a groovy script.
(2) Reverse the unique_name of groovy script to adapt to your configuration.("zero","one","two","three","the 100th dragon",etc)
(3) Ensure you are using EnderDragon 2.4.0+
I want my dragons to spawn in order from weakest to strongest. When i use weight system in this plugin for example. Dragon1 has weight 1 and Dragon2 has weight 2 it just spawns randomly.
The text was updated successfully, but these errors were encountered: