1 120
收录服务器
1481
注册
34 788
玩家
Island World (空岛替代)
最佳天挡插件;-)
作 者 Gnacik
发布时间 2014年12月29日
支持核心 Spigot
原生版本
支持版本 1.7,1.8,1.9,1.10,1.11,1.12
点此下载

🏝️ IslandWorld 是一款功能强大的 Minecraft 空岛插件,适用于 1.7 至 1.12 版本。通过简单的配置,你可以创建经典空岛、海洋岛屿,甚至是熔岩世界岛屿。插件提供了丰富的配置选项,允许你自定义各种行为。

🏝️ IslandWorld

⚙️ 安装

请参考以下链接获取安装指南:

⚙️ 配置

请参考以下链接获取配置信息:

🔑 权限

请参考以下链接获取权限信息:

⌨️ 命令

请参考以下链接获取命令信息:

ℹ️ 重要信息

请参考以下链接获取重要信息:

➕ Addons

从 7.0 版本开始,一些功能通过简单的插件添加:

  • Challenges
  • Head Rank
  • Shop List

ℹ️ 重要提示

从 6.9 版本开始,IW 插件不再提供 challenges 功能,相关支持已转移到单独的插件。

🔑 权限节点

以下是 IslandWorld 插件的权限节点列表:


islandworld.help - Shows plugin help
islandworld.create - Allows to create island
islandworld.info - Allows to check info about island
islandworld.home - Allows to teleport to island
islandworld.reset - Allows to reset island
islandworld.invite - Allows to invite player to island
islandworld.kick - Allows to kick player from island
islandworld.leave - Allows to leave island
islandworld.sethome - Allows to set island home
islandworld.top - Allows to check top islands
islandworld.delete - Allows to delete island
islandworld.biom - Allows to change island biom
islandworld.level - Allows to check island level
islandworld.settings - Allows to use island settings gui

islandworld.admin.setlevel - Allows to set island level using command
islandworld.admin.delete - Allows to delete other player island
islandworld.admin.reset - Allows to reset other player island
islandworld.admin.topreload - Allows to reload top islands
islandworld.admin.reload - Allows to reload plugin configuration
islandworld.admin.create - Allows to create island for other player
islandworld.admin.schematic - Allows to create schematic using command
islandworld.admin.paste - Allows to paste schematic using command
islandworld.admin.upgrade - Allows to upgrade island level
islandworld.admin.chat - Allows to spy all island chats

islandworld.maxlevel. - Allows to upgrade island to specific level

islandworld.limit.create. - Max islands per player

islandworld.generator.place. - Allows to place specific generator

islandworld.bypass.protection - Bypass island protection

islandworld.chat - Allows to chat with island members

⌨️ 命令列表

以下是 IslandWorld 插件的命令列表:


/iw or /island - Main command
/island help - Shows plugin help
/island create - Creates new island
/island info - Shows info about your island
/island home - Teleports you to your island
/island reset - Reset your island
/island invite  - Invite player to your island
/island kick  - Kick player from your island
/island leave - Leave island
/island sethome - Set island home
/island top - Check top islands
/island delete - Delete island
/island biom  - Change island biom
/island level - Check island level
/island settings - Opens island settings gui

/island admin setlevel   - Set island level using command
/island admin delete  - Delete other player island
/island admin reset  - Reset other player island
/island admin topreload - Reload top islands
/island admin reload - Reload plugin configuration
/island admin create  - Create island for other player
/island admin schematic  - Create schematic
/island admin paste  - Paste schematic
/island admin upgrade   - Upgrade island
/island admin chat - Allows to spy all island chats

⚙️ 配置文件示例

以下是一个 IslandWorld 插件配置文件的示例:


# main configuration file
# author: Gnacik

# Language file
# You can edit lang file if you want change messages
lang: en

# Islands settings
islands:
  # Default island
  default: basic
  # Island size
  size: 200
  # Island height
  height: 100
  # Distance between islands
  distance: 250
  # Should plugin create nether islands ?
  nether: true
  # Nether distance
  nether_distance: 1000
  # Nether island
  nether_island: nether
  # Should plugin create end islands ?
  end: true
  # End distance
  end_distance: 1500
  # End island
  end_island: end
  # Border block
  border_block: '1'
  # Should plugin protect islands ?
  protection: true
  # Mob spawning on island
  mob_spawning: false
  # Animals spawning on island
  animal_spawning: false
  # Block place blacklist
  block_place_blacklist: []
  # Block break blacklist
  block_break_blacklist: []
  # Minimum required players to coop island
  coop_min_players: 2
  # Maximum players on island
  max_players: 5
  # Home settings
  home:
    # Home distance
    distance: 10
    # Home block
    block: redstone_block
    # Check safe location
    safe_location: true
    # Safe location max attempts
    safe_location_max_attempts: 10
  # Island level
  level:
    # Island level calculation
    type: simple
    # Block level values
    blocks:
      '1': 1
      '2': 1
      '3': 1
      '4': 1
      '5': 1
      '6': 1
      '7': 1
      '8': 1
      '9': 1
  # Island generator
  generator:
    # Available generators
    available:
      - cobblestone
      - stone
      - nether
    # Default generator
    default: cobblestone
    # Generators list:
    cobblestone:
      # Material
      material: cobblestone
      # Required level
      required_level: 0
      # Items
      items:
        - lava
        - water
    stone:
      # Material
      material: stone
      # Required level
      required_level: 10
      # Items
      items:
        - lava
        - water
    nether:
      # Material
      material: netherrack
      # Required level
      required_level: 20
      # Items
      items:
        - lava
        - water

# Chat settings
chat:
  # Chat format
  format: '&7[&bIsland&7] &a%player_name%&f: %message%'
  # Chat range
  range: 100

# Top islands settings
top:
  # Top islands count
  count: 10
  # Top update interval
  update_interval: 600
  # Top sign format
  sign:
    - '&1Top &2#%place%'
    - '&3%player_name%'
    - '&4Level: %level%'
    - '&5%date%'

# Scoreboard settings
scoreboard:
  # Should plugin display scoreboard ?
  enabled: true
  # Scoreboard title
  title: '&1IslandWorld'
  # Scoreboard lines
  lines:
    - '&2Your island:'
    - '&3  Level: &6%island_level%'
    - '&3  Members: &6%island_members%'
    - '&4Server:'
    - '&5  Online: &6%server_online%'

# Starting items
starting_items:
  - '297:10'
  - '345:1'

# Island schematics
schematics:
  basic:
    # Schematic file
    file: basic.schematic
    # Schematic offset
    offset:
      x: 0
      y: 0
      z: 0
  nether:
    # Schematic file
    file: nether.schematic
    # Schematic offset
    offset:
      x: 0
      y: 0
      z: 0
  end:
    # Schematic file
    file: end.schematic
    # Schematic offset
    offset:
      x: 0
      y: 0
      z: 0

# Bioms settings
bioms:
  # Available bioms
  available:
    - FOREST
    - DESERT
    - TAIGA
    - SWAMP
    - JUNGLE
    - PLAINS
    - MESA
    - ICE_PLAINS

# Challenges settings - moved to Challenges plugin

# Addons settings
addons:
  head_rank:
    # Head rank enabled
    enabled: true
    # Database settings
    database:
      # Database type
      type: sqlite
      # Database host
      host: localhost
      # Database port
      port: 3306
      # Database name
      database: islandworld
      # Database user
      user: root
      # Database password
      password: ''
    # Head rank sign format
    sign:
      - '&1HeadRank'
      - '&2%player_name%'
      - '&3Kills: %kills%'
      - '&4Deaths: %deaths%'