1.為每個世界添加規則
# 防苦力怕破壞地形規則
gamerule mobGriefing false
# 防掉落規則
gamerule keepInventory true
2.登入資訊修改
(1)處修改
~/plugins/Essentials/config.yml
(2)處修改
~/plugins/Essentials/motd.txt
(3)處修改
~/plugins/AuthMe/welcome.txt
多世界權限問題
1) 更改設定讓每個世界獨享一份權限設定檔案
打開~\plugins\GroupManager\config.yml
mirrors:
# Worlds listed here have their settings mirrored in their children.
# The first element 'world' is the main worlds name, and is the parent world.
# subsequent elements 'world_nether' and 'world_the_end' are worlds which will use
# the same user/groups files as the parent.
# the element 'all_unnamed_worlds' specifies all worlds that aren't listed, and automatically mirrors them to it's parent.
# Each child world can be configured to mirror the 'groups', 'users' or both files from its parent.
world:
world_nether:
- users
- groups
world_the_end:
- users
- groups
# 将下面這些注釋掉
# all_unnamed_worlds:
# - users
# - groups`
再然後在背景輸入**/manload** **(這條指令很關鍵)**重載GM權限組,再然後,你就會發現【worlds】檔案夾裡就多了幾個以你的世界命名的檔案夾了。
2) 更改設定讓每個世界獨享一份權限設定檔案
打開~\plugins\Essentials\config.yml檔案,找到:
(1)處改為true,改為利用權限控制玩家建造
(2)處改為true,改為利用權限控制玩家使用(如使用斧子)
(3)處改為false,控制是否使用提示資訊(調試時可改為true):
3)在~\plugins\GroupManager\globalgroups.yml中插入權限節點,不然所有玩家都無法建造。
4)在你想要阻止玩家建造的世界中(如主城世界)除去build權限。
例如:~\plugins\GroupManager\worlds\spawn_city\groups.yml 檔案
spawn_city 為世界名字
玩家聊天資訊顯示
(1)處:
打開~\plugins\Multiverse-Core\config.yml
打開~\plugins\Multiverse-Core\worlds.yml
(2)(3)處:
打開~\plugins\GroupManager\worlds\world\groups.yml
*注意:每個權限組每個世界的groups.yml都要修改喔~~~~*
(4)處(不裝miaochat):
打開~\plugins\Essentials\config.yml
(4)處(安裝miaochat):
~\plugins\MiaoChat\config.yml
~\plugins\MiaoChat\format.yml
%multiverse_world_alias% 世界變量 placeholderAPI安裝mutiverse擴充
%player_displayname% 玩家名稱變量
伺服器不刷怪怎麼辦
方法1:
# 此指令屬于世界規則不屬于插件
gamerule doMobSpawning false
方法2:
打開~\plugins\Multiverse-Core\worlds.yml
3.Authme郵件改密系統
4.ColorMotd插件
0.顔色表打底