使用方法について
data/plugins/PerWorldPluginの中にあるconfig.ymlを編集する
# PerWorldPlugins Configuration
#
# Disable or Enable the message of new updates.
updateChecker: true
metrics: true
disabledCommandMessage: '&4[Server]: &fThis command is disabled for this world.'
blacklist: true
plugins:
# サーバーに入ってるプラグインが自動で入力される
# 使えないようにしたいワールドを各プラグイン名のしたに書く
Example:
- PutWorldInThisListForDisableThisPluginOnWorld
- world
Example2:
- 'ignore:'
LuckPerms:
- world
WorldEdit:
- test
Multiverse-Core:
- world
sampleTohu:
- test
PerWorldPluginのコマンド
- perworldplugin version
- ただのバージョン確認
- あんまり使わない
- perworldplugin reload
- 編集したconfigを元に更新する
- サーバー自体リロードしなくても反映させられるから便利
挙動について
- 不都合で使えなくなるプラグインは今のところなさそう。見つけ次第記入
- LuckPermsを使えなくしてるワールドでも、権限の内容は反映されてる
- プラグインで使うイベントは、無効化してるワールドではイベントの処理はされない
- 無効化してるプラグインのコマンドを使うときだけ警告文が出る。イベント処理の時は出ない