Skip to content

Commit

Permalink
delete PLUGIN_METADATA
Browse files Browse the repository at this point in the history
  • Loading branch information
alex3236 authored Aug 28, 2021
1 parent 6ac155a commit da34265
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/daycount_nbt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@
from traceback import print_exc
from math import floor

PLUGIN_METADATA = {
'id': 'daycount_nbt',
'version': '1.2.1',
'name': 'DayCount-NBT',
'description': '通过读取 NBT 文件,获取服务器总运行时间。',
'author': 'Alex3236',
'link': 'https://github.com/eagle3236'
}

class Configure(Serializable):
nbt_mode: bool = True
nbt_file: str = 'server/world/level.dat'
Expand Down

0 comments on commit da34265

Please sign in to comment.