Reload command #11146
Closed
groundbreakingmc
started this conversation in
Ideas
Reload command
#11146
Replies: 1 comment
-
https://jd.papermc.io/paper/1.21/io/papermc/paper/event/server/ServerResourcesReloadedEvent.html is already called when minecraft:reload is executed. An event for spigots broken reload is useless, your plugin will already be disabled. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
On /reload command, call event like CoreReloadEvent, and than plugin can listen this event. Like:
Beta Was this translation helpful? Give feedback.
All reactions