-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enderdragon not auto respawning #27
Comments
What's your server type and plugin version? I've tested all functions about respawning a dragon on paper-1.21, only to find all functions work as expected. |
its 1.21 paper and its the latest enderdragon plugin on spigot, it keeps saying in the chat its spawning and never does and it stacks end crystals on the end portal. |
any updates? i saw someone on spigot has a similar issue. |
I've tested in paper1.21, only to find anything works as expected. That's too spooky. |
I tested again with the latest paper1.21.1 a few minutes ago. With "respawn", "spawn", "respawn_cd" or "auto_respawn", no problems was found. I don't know what happens with your server. Maybe your configuration, some screenshots and description about how to trigger are required. |
the screenshot i posted before is all it does when it tries to respawn it posts in chat "respawning soon" and it never spawns it just places the crystals, someone on spigot said they have the same issue, i dont know what else to say about it. |
Please upload your configuration. |
#You don't need to edit it. #Enabled: 'Chinese','English' #Enabled: 'Disable','ChatBox','SubTitle','ActionBar' damage_statistics: Display how many player at mostlimit: 10 #Enabled: 'weight','pc' ('edge' is deprecated!) #format: ':' ( -> file name; -> positive integer) For example, if you want to add a new dragon,you can create a new file named '.yml' in plugins/EnderDragon/setting,and then add - ':' heredragon_setting_file:
auto_respawn: You can add more entries without duplicate name according to the format.task1: #"respawn_cd" works as accurate countdown, and have an independent system. #if set this to true, player(in survival mode) can't break the end_crystal after auto_respawn starts #The spawn of ender_dragon in these worlds will be ignored by this plugin.
Ender_dragon spawns with these reasons will be ignored by this plugin.common options: COMMAND(spawn with /summon), CUSTOM(generate by other plugins), DEFAULT(by nature, including end_crystal)You can find all spawn reasons here:https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/event/entity/CreatureSpawnEvent.SpawnReason.htmlexample: [COMMAND,CUSTOM]blacklist_spawn_reason: [] #optional: [default/nbt/advanced] #Whether hook to other plugins #Whether enable script expansion #[true/false] #Do not modify the configuration below unless you know what you are doing In some mohist-server, environment of world may be loaded incorrectly, which affects the respawn function.You can set this to "true" and reload server to fix it.world_env_fix: false |
Unfortunately, it also works fine... |
after updating to 1.21 the dragon will not respawn, updated to latest version and same thing, can not get it to auto respawn only works when i use the command.
The text was updated successfully, but these errors were encountered: