Skip to content

Commit

Permalink
refactor: use prefix instead of name
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Jul 25, 2024
1 parent 9ed0a61 commit ec78e64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/endstone_test/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
from endstone.command import Command, CommandSender
from endstone.plugin import Plugin
from endstone.scoreboard import Criteria, DisplaySlot

from endstone_test.command_executor import TestCommandExecutor
from endstone_test.event_listener import EventListener


class TestPlugin(Plugin):
name = "EndstoneTest"
prefix = "EndstoneTest"
api_version = "0.4"

commands = {
Expand Down

0 comments on commit ec78e64

Please sign in to comment.