diff --git a/src/endstone_example/example_plugin.py b/src/endstone_example/example_plugin.py index 0ede7bd..2af20e8 100644 --- a/src/endstone_example/example_plugin.py +++ b/src/endstone_example/example_plugin.py @@ -1,6 +1,5 @@ -from endstone._internal.endstone_python import EventPriority from endstone.command import Command, CommandSender -from endstone.event import ServerLoadEvent, event_handler +from endstone.event import EventPriority, ServerLoadEvent, event_handler from endstone.plugin import Plugin from endstone_example.python_command import PythonCommandExecutor