1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

PreWorldPluginについて

Posted at

使用方法について

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を使えなくしてるワールドでも、権限の内容は反映されてる
  • プラグインで使うイベントは、無効化してるワールドではイベントの処理はされない
  • 無効化してるプラグインのコマンドを使うときだけ警告文が出る。イベント処理の時は出ない
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?