我的世界服務器插件配置

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.顏色表打底

在這裏插入圖片描述

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章