Git Product home page Git Product logo

Comments (11)

iXanadu13 avatar iXanadu13 commented on September 12, 2024

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.
Are you sure the latest plugin is used?

from enderdragon.

iXanadu13 avatar iXanadu13 commented on September 12, 2024

image

from enderdragon.

SexyLemonz avatar SexyLemonz commented on September 12, 2024

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.

from enderdragon.

SexyLemonz avatar SexyLemonz commented on September 12, 2024

2024-08-14_22 48 10

from enderdragon.

SexyLemonz avatar SexyLemonz commented on September 12, 2024

any updates? i saw someone on spigot has a similar issue.

from enderdragon.

iXanadu13 avatar iXanadu13 commented on September 12, 2024

I've tested in paper1.21, only to find anything works as expected. That's too spooky.

from enderdragon.

iXanadu13 avatar iXanadu13 commented on September 12, 2024

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.

from enderdragon.

SexyLemonz avatar SexyLemonz commented on September 12, 2024

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.

from enderdragon.

iXanadu13 avatar iXanadu13 commented on September 12, 2024

Please upload your configuration.
I did see someone providing feedback on this issue on SpigotMC. But I never succeed to reproduce it.

from enderdragon.

SexyLemonz avatar SexyLemonz commented on September 12, 2024

#You don't need to edit it.
version: 2.3.0

#Enabled: 'Chinese','English'
lang: 'English'

#Enabled: 'Disable','ChatBox','SubTitle','ActionBar'
damage_visible_mode: ActionBar

damage_statistics:

Display how many player at most

limit: 10

#Enabled: 'weight','pc' ('edge' is deprecated!)
#'weight'(edge): means using weight to decide which dragon(including default dragon) to spawn.
#'pc': namely 'priority+chance', dragons(except the default one) will be sorted in descending order of priority, and plugin will sequently try to spawn each dragon(according to respective chance). Once succeed, it will spawn and dragons behind it will be skipped. If all attempts fail, spawn the default one.
special_dragon_jude_mode: 'weight'

#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 - ':' here

dragon_setting_file:

  • 'default:5'

auto_respawn:

You can add more entries without duplicate name according to the format.

task1:
enable: true
world_name: world_the_end
#some examples:
# minute:30 -> respawn every 30 minutes
# hour:4 -> respawn every 4 hours
# day:1,00:00 -> respawn at 00:00 every day
# day:10,14:30 -> respawn at 14:30 every 10 days
# week:6,22:00 -> respawn at 22:00 every Saturday(the 6th day of one week)
# week:7,09:00 -> respawn at 09:00 every Sunday
# month:8,11:43 -> respawn at 11:43,the 8th day every month
# year:200,00:00 -> respawn at 00:00,the 200th day every year
respawn_time: 'hour:2'
task_2:
enable: false
world_name: world_the_end
respawn_time: 'week:7,20:00'

#"respawn_cd" works as accurate countdown, and have an independent system.
#The configuration can be modified with command "/ed respawn_cd".
#"auto_respawn.invulnerable" has same effect on this.
respawn_cd:
enable: true

#if set this to true, player(in survival mode) can't break the end_crystal after auto_respawn starts
crystal_invulnerable: false
#if set this to true, end_crystal can still be crafted or placed,but end_crystal that placed by player cannot respawn the ender_dragon
resist_player_respawn: true
#if set this to true, player cannot gather dragon_breath with glass_bottle
resist_dragon_breath_gather: true
#The gui that will be shown when using "/ed drop gui"
main_gui: main

#The spawn of ender_dragon in these worlds will be ignored by this plugin.
blacklist_worlds:

  • 'world'
  • 'world_nether'

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.html

example: [COMMAND,CUSTOM]

blacklist_spawn_reason: []

#optional: [default/nbt/advanced]
item_format:
reward: default

#Whether hook to other plugins
hook_plugins:
MythicLib: true

#Whether enable script expansion
#Due to dependency loading, this configuration change will only take effect after reloading the server
expansion:
groovy: false

#[true/false]
debug: false

#Do not modify the configuration below unless you know what you are doing
advanced_setting:

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
save_respawn_status: false
save_bossbar: false
backslash_split:
reward: false

from enderdragon.

iXanadu13 avatar iXanadu13 commented on September 12, 2024

Unfortunately, it also works fine...

from enderdragon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.