求一份模组服用的家园插件配置文件
PlayerWorldsPro的配置文件
我现在的配置 但是貌似有一些问题
- ##########################################################################################
- # #
- # ____ __ _ __ __ __ ____ #
- # / __ \/ /___ ___ _____ ____| | / /___ _____/ /___/ /____/ __ \_________ #
- # / /_/ / / __ `/ / / / _ \/ ___/ | /| / / __ \/ ___/ / __ / ___/ /_/ / ___/ __ \ #
- # / ____/ / /_/ / /_/ / __/ / | |/ |/ / /_/ / / / / /_/ (__ ) ____/ / / /_/ / #
- # /_/ /_/\__,_/\__, /\___/_/ |__/|__/\____/_/ /_/\__,_/____/_/ /_/ \____/ #
- # /____/ #
- # #
- # Thank you for purchasing the plugin! #
- # #
- # Created by: _HeroPwP #
- ##########################################################################################
- Basic:
- # 玩家创建的世界的文件前缀名
- World-Prefix: 'PlayerWorldsPro_'
- # 玩家创建世界后是否立即传送到世界
- Teleport-On-Create: true
- # 玩家是否在自己创建的世界重生
- Respawn: true
- # 是否开启玩家世界的地狱和末地传送门
- Portals: false
- # 服务器启动时自动载入所有玩家世界
- Load-On-Startup: true
- # 设置为false时,当玩家未登录时,他的世界将不会被加载,以此来减少内存消耗
- Keep-Spawn-In-Memory: false
- Async:
- # 当设置为true时,世界将异步加载,这有利于减轻玩家世界对服务器的影响
- # 启用该功能需要安装FastAsyncWorldEdit,如果使用中出现错误请关闭此功能
- FAWE: false
- # 当设置为true时,当玩家传送到世界时异步加载/生成区块
- # 仅paper端可用
- Paper: false
- # 更新检查
- Check-For-Updates: false
- # 玩家进入/离开世界时的提示信息
- JoinAndLeaveMSG:
- Enabled: true
- # 拥有 PlayerWorldsPro.bypass.JoinAndLeaveMSG 权限的玩家进出世界将不会有任何提示
- Bypass: false
- # 限时世界
- Expiration:
- # 启用需要你服务器安装经济插件
- Enabled: false
- # 时间格式
- Format: 'dd.MM.yyyy HH:mm'
- # Time in seconds before a player can create a player's world since the last creation.
- Cooldown:
- Enabled: true
- Interval: 60
- # 新玩家是否可以免费创建一个限时世界
- # 注:必须要启用上方的限时世界功能
- Claim:
- Enabled: false
- # 有效时间(天)
- Length: 7
- # 在这,你可以设置玩家执行该插件的操作时,系统执行的指令
- Commands:
- # 创建世界时执行的操作
- # %owner% - 创建世界的玩家
- # %world% - 世界名
- Create:
- Enabled: false
- List:
- - 'say %owner% 创建了世界 %world%!'
- - 'pwi group addworld %world% %world%'
- - 'pwi group addworld %world% %world%_nether'
- - 'pwi group addworld %world% %world%_the_end'
- # 删除世界时执行的操作
- # %owner% - 创建世界的玩家
- # %world% - 世界名
- Delete:
- Enabled: false
- List:
- - 'say %owner% 删除了世界 %world%!'
- - 'pwi group removeworld %world% %world%'
- - 'pwi group removeworld %world% %world%_nether'
- - 'pwi group removeworld %world% %world%_the_end'
- - 'pwi group delete %world%'
- # 玩家创建世界的默认世界设置
- Default-Settings:
- # 天气是否变化
- WeatherCycle: false
- # 游戏难度
- # PEACEFUL, EASY, NORMAL, HARD
- Difficulty: PEACEFUL
- # 允许或禁止玩家破坏方块
- Block-Breaking: false
- # 允许或禁止玩家放置方块
- Block-Placing: false
- # 启用或禁用PVP
- PvP: false
- # 启用或禁用拾取物品
- Pickup: true
- # 启用或禁用掉落物品
- Drop: true
- # 启用或禁用玩家是否受到伤害
- Damage: true
- # 启用或禁用玩家饥饿值
- Hunger: true
- # 启用或禁用玩家与存储类容器的交互
- Bucket: false
- # 玩家的默认游戏模式
- # SURVIVAL, CREATIVE, ADVENTURE, SPECTATOR
- GameMode: SURVIVAL
- # 在此处设置玩家世界是私人的还是公开的
- # PUBLIC, PRIVATE
- Access: PRIVATE
- # 世界边界
- # 设置为 -1 则为默认的世界边界大小
- World-Border: 128
- # 自定义地形生成器:
- # - 'VoidGenerator'
- # - 'Realistic_World'
- Custom-Generators: {}
- # 在此处启用或禁用玩家改变世界的权限
- # False - 设置为false,玩家使用该功能就不需要权限
- # True - 设置为true,玩家使用这项功能就需要权限节点(有一些作弊类型的设置建议设置为true,这样玩家就不能使用了)
- Permissions:
- # If true, a player with PlayerWorldsPro.bypass.PlayerCount permission and the game mode Spectator will not be counted in the number of players in the world.
- Player-Count: false
- # 是否可以随意创建玩家世界,所需要的权限:PlayerWorldsPro.createWorld
- Create-World: false
- Create-World-Type:
- # 创建默认类型的世界: PlayerWorldsPro.createWorld.normal
- Normal: false
- # 创建平坦世界的权限: PlayerWorldsPro.createWorld.flat
- Flat: false
- # 创建虚空世界的权限: PlayerWorldsPro.createWorld.empty
- Empty: false
- # 创建预设世界: PlayerWorldsPro.createWorld.preBuiltMaps
- Pre-Built-Maps: true
- # 创建自定义世界生成器的世界: PlayerWorldsPro.createWorld.customGenerators
- Custom-Generators: true
- # 更改世界时间: PlayerWorldsPro.changeTime
- Change-Time: true
- # 更改世界天气: PlayerWorldsPro.changeWeather
- Change-Weather: true
- # 更改世界游戏难度: PlayerWorldsPro.changeDifficulty
- Change-Difficulty: false
- # 设置世界出生点: PlayerWorldsPro.setSpawn
- Set-Spawn-Location: true
- # 破坏方块 PlayerWorldsPro.editBlockBreaking
- Block-Breaking: false
- # 放置方块: PlayerWorldsPro.editBlockPlacing
- Block-Placing: false
- # 编辑世界PVP状态: PlayerWorldsPro.editPvP
- PvP: false
- # 更改世界边界: PlayerWorldsPro.worldBorder
- World-Border: true
- # 更改是否可以拾取物品: PlayerWorldsPro.editItemPickup
- Item-Pickup: false
- # 更改是否掉落物品: PlayerWorldsPro.editDropItem
- Drop-Item: false
- # 更改玩家受到伤害状态: PlayerWorldsPro.editPlayerDamage
- Player-Damage: true
- # 更改玩家饥饿值是否启用: PlayerWorldsPro.editHunger
- Hunger: true
- # 更改玩家是否可以与容器交互: PlayerWorldsPro.editBucket
- Bucket: false
- # 更改游戏难度
- Change-GameMode: true
- # 更改默认的游戏难度: PlayerWorldsPro.changeGameMode.default
- Change-Default-GameMode: true
- # 是否可以在世界中与他人传送: PlayerWorldsPro.teleport
- Teleport: false
- # 改变玩家的飞行状态: PlayerWorldsPro.fly
- Fly: true
- # 更改访问状态: PlayerWorldsPro.access
- Access: false
- # 将其他玩家踢出你的世界: PlayerWorldsPro.kick
- Kick: false
- # 禁止某些玩家进入你的世界: PlayerWorldsPro.ban
- Ban: false
- # 自定义菜单设置
- GUI:
- # 默认设置
- Basic:
- # 当玩家没有权限更改一个世界的某个设置时,是否将其隐藏
- Hide-Without-Permission: true
- Buy-Player-World:
- Items:
- First:
- # 购买天数
- Length: 7
- # 价格
- Price: 300
- Second:
- Length: 14
- Price: 600
- Third:
- Length: 30
- Price: 1200
- Extend-Player-World:
- Items:
- First:
- Length: 7
- Price: 300
- Second:
- Length: 14
- Price: 600
- Third:
- Length: 30
- Price: 1200