KingdomCraft Starter 王国工艺启动器

作者:jorisguffens 发布时间:2015年9月6日 原生版本:未知 测试支持:1.8,1.9,1.10,1.11,1.12,1.13,1.14,1.15,1.16,1.17,1.18,1.19,1.20

您的起始王国服务器的#1王国插件!

点此下载

插件详细介绍

KingdomCraft 是一款让你回到中世纪的角色扮演插件。你可以创建王国、设立等级、保卫领土或入侵敌方。它提供了无限王国创建和管理、自定义权限等级、玩家邀请、多种数据库支持等功能,还有在线王国编辑器和自定义聊天频道。

🏰 KingdomCraft

✨ 主要特性

  • 创建和管理无限王国
  • 自定义王国和等级的最大成员数
  • 为每个等级设置自定义权限
  • 邀请玩家加入王国
  • 支持 MySQL, PostgreSQL 和 H2 数据库
  • 在线王国编辑器
  • 每个王国的自定义聊天频道
  • 盟友、敌人、中立和休战关系
  • 自定义加入、退出、死亡和击杀消息

更多信息请访问 KingdomCraft 官网

🔗 外部链接

⚙️ 配置示例


#Example configuration file
#Leave this file as it is to keep your settings!
#This config is updated for reference!
config:
  language: "en"
  database: "H2"
  H2:
    file: "kingdomcraft"
  MySQL:
    host: "localhost"
    port: "3306"
    database: "kingdomcraft"
    user: "root"
    password: ""
  PostgreSQL:
    host: "localhost"
    port: "5432"
    database: "kingdomcraft"
    user: "root"
    password: ""
  redis:
    enabled: false
    host: "localhost"
    port: "6379"
    password: ""
  save_interval: 30
  log_queries: false
  debug: false
  metrics: true
  update_checker: true
  discord_integration:
    enabled: false
    bot_token: "PASTE_YOUR_BOT_TOKEN_HERE"
    server_id: "YOUR_SERVER_ID"
    kingdom_chat_channel_id: "KINGDOM_CHAT_CHANNEL_ID"
    ally_chat_channel_id: "ALLY_CHAT_CHANNEL_ID"
  world_whitelist: []
  banned_names: []
  kingdom:
    name_length:
      min: 3
      max: 24
    tag_length:
      min: 2
      max: 5
    power:
      start: 10
      max: 100
      min: 0
      per_member: 10
      loss_online: 1
      loss_offline: 5
      check_interval: 600
    taxes:
      enabled: true
      interval: 3600
      percentage: 5
    creation:
      price: 1000
      items: []
    disband:
      refund_percentage: 50
    member_limit: 0
    officer_limit: 0
    invite_expiration: 600
    auto_unclaim:
      enabled: false
      days: 7
    min_players_for_online_power: 2
  land:
    price: 500
    power_needed: 10
    claim_radius: 3
    max_claims: 0
    conquest:
      enabled: true
      percentage_needed: 75
      ticks_to_conquer: 300
      cooldown: 600
    unclaim_refund: 50
    protection:
      build: true
      interact: true
      container: true
      item_use: true
      vehicle: true
      mob_spawn: true
      pvp: true
  war:
    enabled: true
    start_cost: 1000
    land_stolen_on_win: 1
    peace_cooldown: 86400
    war_time: 3600
    points_per_kill: 10
    points_per_death: -5
    points_per_land: 50
    auto_accept: true
    attack_cooldown: 600
  relations:
    ally_limit: 0
    truce_cooldown: 43200
    neutral_cooldown: 43200
  scoreboard:
    enabled: true
    ticks: 20
    design:
      - "&c&lKingdomCraft"
      - "&7Online: &a%online%"
      - "&7Kingdom: &a%kingdom%"
      - "&7Power: &a%power%"