You must installed
MythicMobs to use this plugin.
This plugin will show the time remain about MythicMobs Spawners like that
Commands and Permission
Show Boss information(default will just show the mobs what only has Bossbar)
/mobtimer
show all boss time remaining inforamtion(Without Teleport)
Permission required:none
/mobtimer [mob name]
search the mobs what you specific(Fuzzy search)
Permission required:none
/mobtimer reload
reload the config.yml and language.properties
Permission required:[OP, mobtimer.reload]
Additional information display:
[teleport to respawn location]
Permission required: [OP, mobtimer.tp]
[Respawn this boss]
Permission required: [OP, mobtimer.tp]
And the PlaceholderAPI is also supported by the tags below:
%mobtimer_{spawner name}_cooldown%
%mobtimer_{spawner name}_warnUp%
%mobtimer_{spawner name}_respawnTime%
%mobtimer_{spawner name}_name%
%mobtimer_{spawner name}_blockX%
%mobtimer_{spawner name}_blockY%
%mobtimer_{spawner name}_blockZ%
%mobtimer_{spawner name}%
Configuration:
Code (YAML):
#Logging level: DEBUG, INFO, WARN, ERROR
log_level
:
"INFO"
onlyBossBar
: true
Code (Java):
CONFIG_RELOAD_SUCCESS
=設定檔加載成功
#LANGUAGE FILE
LANGUAGE_FILE_LOAD_SUCCESS
=語言檔加載成功
LANGUAGE_FILE_LOAD_FAIL
=語言檔加載失敗
LANGUAGE_FILE_UPDATE_SUCCESS
=語言檔更新成功
LANGUAGE_FILE_UPDATE_FAIL
=語言檔更新失敗
#RESPAWN
RESPAWN_SUCCESS
=§a重生成功,怪物將於五秒內出現
TELEPORT_TO_RESPAWN_LOCATION
=§a
[傳送至重生地點
]
RESPAWN_BOSS
=§a
[重生此Boss
]
RESPAWN_REMAIN_TIME
=§a剩餘冷卻時間
:§e
ESTIMATED_RESPAWN_TIME
=§a預估重生時間
:§e
#PLACEHOLDER_API
PLACEHOLDER_API_NOT_FOUND
=§c找不到PlaceholderAPI插件
PLACEHOLDER_DEFAULT_DISPLAY_FORMAT
=
"剩餘時間: {0}, 重生時間: {1}"