TianZhiJiaoZi
求一份模组服用的家园插件配置文件

PlayerWorldsPro的配置文件

我现在的配置 但是貌似有一些问题

  1. ##########################################################################################
  2. #                                                                                        #
  3. #       ____  __                     _       __           __    __     ____              #
  4. #      / __ \/ /___ ___  _____  ____| |     / /___  _____/ /___/ /____/ __ \_________    #
  5. #     / /_/ / / __ `/ / / / _ \/ ___/ | /| / / __ \/ ___/ / __  / ___/ /_/ / ___/ __ \   #
  6. #    / ____/ / /_/ / /_/ /  __/ /   | |/ |/ / /_/ / /  / / /_/ (__  ) ____/ /  / /_/ /   #
  7. #   /_/   /_/\__,_/\__, /\___/_/    |__/|__/\____/_/  /_/\__,_/____/_/   /_/   \____/    #
  8. #                 /____/                                                                 #
  9. #                                                                                        #
  10. #                          Thank you for purchasing the plugin!                          #
  11. #                                                                                        #
  12. #                                  Created by: _HeroPwP                                  #
  13. ##########################################################################################

  14. Basic:
  15.   # 玩家创建的世界的文件前缀名
  16.   World-Prefix: 'PlayerWorldsPro_'
  17.   # 玩家创建世界后是否立即传送到世界
  18.   Teleport-On-Create: true
  19.   # 玩家是否在自己创建的世界重生
  20.   Respawn: true
  21.   # 是否开启玩家世界的地狱和末地传送门
  22.   Portals: false
  23.   # 服务器启动时自动载入所有玩家世界
  24.   Load-On-Startup: true
  25.   # 设置为false时,当玩家未登录时,他的世界将不会被加载,以此来减少内存消耗
  26.   Keep-Spawn-In-Memory: false
  27.   Async:
  28.     # 当设置为true时,世界将异步加载,这有利于减轻玩家世界对服务器的影响
  29.     # 启用该功能需要安装FastAsyncWorldEdit,如果使用中出现错误请关闭此功能
  30.     FAWE: false
  31.     # 当设置为true时,当玩家传送到世界时异步加载/生成区块
  32.     # 仅paper端可用
  33.     Paper: false
  34.   # 更新检查
  35.   Check-For-Updates: false

  36. # 玩家进入/离开世界时的提示信息
  37. JoinAndLeaveMSG:
  38.   Enabled: true
  39.   # 拥有 PlayerWorldsPro.bypass.JoinAndLeaveMSG 权限的玩家进出世界将不会有任何提示
  40.   Bypass: false

  41. # 限时世界
  42. Expiration:
  43.   # 启用需要你服务器安装经济插件
  44.   Enabled: false
  45.   # 时间格式
  46.   Format: 'dd.MM.yyyy HH:mm'

  47. # Time in seconds before a player can create a player's world since the last creation.
  48. Cooldown:
  49.   Enabled: true
  50.   Interval: 60

  51. # 新玩家是否可以免费创建一个限时世界
  52. # 注:必须要启用上方的限时世界功能
  53. Claim:
  54.   Enabled: false
  55.   # 有效时间(天)
  56.   Length: 7

  57. # 在这,你可以设置玩家执行该插件的操作时,系统执行的指令
  58. Commands:
  59.   # 创建世界时执行的操作
  60.   #  %owner% - 创建世界的玩家
  61.   #  %world% - 世界名
  62.   Create:
  63.     Enabled: false
  64.     List:
  65.       - 'say %owner% 创建了世界 %world%!'
  66.       - 'pwi group addworld %world% %world%'
  67.       - 'pwi group addworld %world% %world%_nether'
  68.       - 'pwi group addworld %world% %world%_the_end'
  69.   # 删除世界时执行的操作
  70.   #  %owner% - 创建世界的玩家
  71.   #  %world% - 世界名
  72.   Delete:
  73.     Enabled: false
  74.     List:
  75.       - 'say %owner% 删除了世界 %world%!'
  76.       - 'pwi group removeworld %world% %world%'
  77.       - 'pwi group removeworld %world% %world%_nether'
  78.       - 'pwi group removeworld %world% %world%_the_end'
  79.       - 'pwi group delete %world%'

  80. # 玩家创建世界的默认世界设置
  81. Default-Settings:
  82.   # 天气是否变化
  83.   WeatherCycle: false
  84.   # 游戏难度
  85.   # PEACEFUL, EASY, NORMAL, HARD
  86.   Difficulty: PEACEFUL
  87.   # 允许或禁止玩家破坏方块
  88.   Block-Breaking: false
  89.   # 允许或禁止玩家放置方块
  90.   Block-Placing: false
  91.   # 启用或禁用PVP
  92.   PvP: false
  93.   # 启用或禁用拾取物品
  94.   Pickup: true
  95.   # 启用或禁用掉落物品
  96.   Drop: true
  97.   # 启用或禁用玩家是否受到伤害
  98.   Damage: true
  99.   # 启用或禁用玩家饥饿值
  100.   Hunger: true
  101.   # 启用或禁用玩家与存储类容器的交互
  102.   Bucket: false
  103.   # 玩家的默认游戏模式
  104.   # SURVIVAL, CREATIVE, ADVENTURE, SPECTATOR
  105.   GameMode: SURVIVAL
  106.   # 在此处设置玩家世界是私人的还是公开的
  107.   # PUBLIC, PRIVATE
  108.   Access: PRIVATE
  109.   # 世界边界
  110.   # 设置为 -1 则为默认的世界边界大小
  111.   World-Border: 128

  112.     # 自定义地形生成器:
  113.     #   - 'VoidGenerator'
  114.     #   - 'Realistic_World'
  115. Custom-Generators: {}

  116. # 在此处启用或禁用玩家改变世界的权限
  117. # False - 设置为false,玩家使用该功能就不需要权限
  118. # True - 设置为true,玩家使用这项功能就需要权限节点(有一些作弊类型的设置建议设置为true,这样玩家就不能使用了)
  119. Permissions:
  120.   # 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.
  121.   Player-Count: false
  122.   # 是否可以随意创建玩家世界,所需要的权限:PlayerWorldsPro.createWorld
  123.   Create-World: false
  124.   Create-World-Type:
  125.     # 创建默认类型的世界: PlayerWorldsPro.createWorld.normal
  126.     Normal: false
  127.     # 创建平坦世界的权限: PlayerWorldsPro.createWorld.flat
  128.     Flat: false
  129.     # 创建虚空世界的权限: PlayerWorldsPro.createWorld.empty
  130.     Empty: false
  131.     # 创建预设世界: PlayerWorldsPro.createWorld.preBuiltMaps
  132.     Pre-Built-Maps: true
  133.     # 创建自定义世界生成器的世界: PlayerWorldsPro.createWorld.customGenerators
  134.     Custom-Generators: true
  135.   # 更改世界时间: PlayerWorldsPro.changeTime
  136.   Change-Time: true
  137.   # 更改世界天气: PlayerWorldsPro.changeWeather
  138.   Change-Weather: true
  139.   # 更改世界游戏难度: PlayerWorldsPro.changeDifficulty
  140.   Change-Difficulty: false
  141.   # 设置世界出生点: PlayerWorldsPro.setSpawn
  142.   Set-Spawn-Location: true
  143.   # 破坏方块 PlayerWorldsPro.editBlockBreaking
  144.   Block-Breaking: false
  145.   # 放置方块: PlayerWorldsPro.editBlockPlacing
  146.   Block-Placing: false
  147.   # 编辑世界PVP状态: PlayerWorldsPro.editPvP
  148.   PvP: false
  149.   # 更改世界边界: PlayerWorldsPro.worldBorder
  150.   World-Border: true
  151.   # 更改是否可以拾取物品: PlayerWorldsPro.editItemPickup
  152.   Item-Pickup: false
  153.   # 更改是否掉落物品: PlayerWorldsPro.editDropItem
  154.   Drop-Item: false
  155.   # 更改玩家受到伤害状态: PlayerWorldsPro.editPlayerDamage
  156.   Player-Damage: true
  157.   # 更改玩家饥饿值是否启用: PlayerWorldsPro.editHunger
  158.   Hunger: true
  159.   # 更改玩家是否可以与容器交互: PlayerWorldsPro.editBucket
  160.   Bucket: false
  161.   # 更改游戏难度
  162.   Change-GameMode: true
  163.   # 更改默认的游戏难度: PlayerWorldsPro.changeGameMode.default
  164.   Change-Default-GameMode: true
  165.   # 是否可以在世界中与他人传送: PlayerWorldsPro.teleport
  166.   Teleport: false
  167.   # 改变玩家的飞行状态: PlayerWorldsPro.fly
  168.   Fly: true
  169.   # 更改访问状态: PlayerWorldsPro.access
  170.   Access: false
  171.   # 将其他玩家踢出你的世界: PlayerWorldsPro.kick
  172.   Kick: false
  173.   # 禁止某些玩家进入你的世界: PlayerWorldsPro.ban
  174.   Ban: false

  175. # 自定义菜单设置
  176. GUI:
  177.   # 默认设置
  178.   Basic:
  179.     # 当玩家没有权限更改一个世界的某个设置时,是否将其隐藏
  180.     Hide-Without-Permission: true

  181.   Buy-Player-World:
  182.     Items:
  183.       First:
  184.         # 购买天数
  185.         Length: 7
  186.         # 价格
  187.         Price: 300
  188.       Second:
  189.         Length: 14
  190.         Price: 600
  191.       Third:
  192.         Length: 30
  193.         Price: 1200

  194.   Extend-Player-World:
  195.     Items:
  196.       First:
  197.         Length: 7
  198.         Price: 300
  199.       Second:
  200.         Length: 14
  201.         Price: 600
  202.       Third:
  203.         Length: 30
  204.         Price: 1200
复制代码




第一页 上一页 下一页 最后一页