加入YUMC插件论坛

这里有国内顶尖的插件作者,这里有国内一流的服务器服主,这里还有你想拥有的一切Minecraft信息

论坛逐步发展中 招收插件开发人员 开发者申请 或联系QQ: 502647092
  1. 本站需要使用 Cookie。如果您继续使用本站,则表示同意我们使用 Cookie。 了解详情。

原创 [1.9]Minecraft - 游戏服环境包 1.1

不仅仅是插件整合包

  1. Mayomi
    用于游戏服基础搭建、测试等环境.包含游戏大厅.
    加入适用于游戏服的插件以及优化了游戏服需要的配置文件.
    目的是为了减少服主搭建游戏服基础的工作量.


    构建包内所有均为免费插件,源自Spigot/Bukkit. 不放心请自行下载,楼下会給出对应下载链接.

    核心文件:
    spigot-1.9.4-R0.1-SNAPSHOT-latest.jar - 下载地址

    插件列表:
    DisableJoinMessage - 禁用加入、退出提示 - 下载地址
    该插件无需配置
    ############################################################
    HideandCustomPlugins - 禁用/help、/?等指令 - 下载地址
    代码 (Text):
    ###
    # HideAndCustomPlugins by the Austrian Developer Michael Lausegger
    # HideAndCustomPlugins on DevBukkit: http://dev.bukkit.org/bukkit-plugins/hideandcustomplugins/
    # HideAndCustomPlugins on Spigot: http://www.spigotmc.org/resources/hideandcustomplugins.4503/
    # HideAndCustomPlugins on Github: https://github.com/lausi1793/HideAndCustomPlugins
    ###

    ###
    # What type of Updater, if any, we should choose.
    #
    # true: Only check if there is a new version available, notify appropriate people.
    # false: Ignore Updater altogether.
    ###
    update-notification: true

    ###
    # Silently disable Helpmessage without displaying messages.
    #
    # This takes a value of either "true" or "false"
    ###
    disable-help-command: true

    ###
    # Custom plugins
    #
    # Type here your custom plugins for the message, which is given to the players
    ###
    plugins: 游戏专用服务端 - 定制自Mayomi

    ###
    # Silently disable all messages, which are showing information about your server or the plugins without displaying messages.
    #
    # This takes a value of either "true" or "false"
    ###
    disable-messages: false

    ###
    # Custom error message
    #
    # Type here your custom error message, which is given to the players
    ###
    error-message: '该指令不允许执行'

    ###
    # Blocked commands
    #
    # Type here your custom commands, which should be blocked.
    # If you have not got the hideandcustomplugins.bypass permission you cannot type this commands
    ###
    blocked-cmds:
    - op
    - minecraft:me
    - plugman list
     
    ############################################################
    Multiverse-Core - 多世界管理 - 下载地址
    代码 (Text):
    #  -------------------------------------------------------------------------  #
    # This is the MV2 Config. If you mess it up, copy the values out              #
    # delete it, and it will be regenerated. Then use the ingame interface        #
    # to add your values back via the "/mv conf" command.                         #
    # When in-game, simply type: "/mv conf ?" for help.                           #
    # A config with explanations can be found here:                               #
    # https://github.com/Multiverse/Multiverse-Core/wiki/config.yml               #
    #                                                                             #
    #                                                                             #
    #  IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!IMPORTANT  #
    #                                                                             #
    # Do NOT delete this line from your config!!!!                                #
    # ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration             #
    #                                                                             #
    #  IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!IMPORTANT  #
    #  -------------------------------------------------------------------------  #

    multiverse-configuration:
      ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration
      enforceaccess: 'false'
      prefixchat: 'false'
      prefixchatformat: '%chat%'
      useasyncchat: 'true'
      teleportintercept: 'true'
      firstspawnoverride: 'true'
      displaypermerrors: 'true'
      globaldebug: '0'
      silentstart: 'false'
      messagecooldown: '5000'
      version: '2.9'
      firstspawnworld: lobby
      teleportcooldown: '1000'
      defaultportalsearch: 'false'
      portalsearchradius: '128'

     
    代码 (Text):
    worlds:
      lobby:
        ==: MVWorld
        hidden: 'false'
        alias: lobby
        color: WHITE
        style: NORMAL
        pvp: 'false'
        scale: '1.0'
        respawnWorld: ''
        allowWeather: 'false'
        difficulty: EASY
        spawning:
          ==: MVSpawnSettings
          animals:
            ==: MVSpawnSubSettings
            spawn: 'false'
            spawnrate: '-1'
            exceptions: []
          monsters:
            ==: MVSpawnSubSettings
            spawn: 'false'
            spawnrate: '-1'
            exceptions: []
        entryfee:
          ==: MVEntryFee
          amount: '0.0'
          currency: '-1'
        hunger: 'false'
        autoHeal: 'true'
        adjustSpawn: 'true'
        portalForm: ALL
        gameMode: SURVIVAL
        keepSpawnInMemory: 'true'
        spawnLocation:
          ==: MVSpawnLocation
          x: 343.54171212633383
          y: 3.0
          z: 121.50685865122726
          pitch: -1.050002
          yaw: 270.4479
        autoLoad: 'true'
        bedRespawn: 'true'
        worldBlacklist: []
        environment: NORMAL
        seed: '-6143506481104895181'
        generator: 'null'
        playerLimit: '-1'
        allowFlight: 'true'
     
    ############################################################
    NoCheatPlus - 反作弊管理- 下载地址
    该插件未做修改
    ############################################################
    PermissionsEx - 权限管理 - 下载地址
    代码 (Text):
    groups:
      default:
        options:
          default: true
        permissions:
        - default.permissions
      vip:
        inheritance:
        - default
        permissions:
        - vip.permissions
      svip:
        inheritance:
        - default
        permissions:
        - svip.permissions
      uvip:
        inheritance:
        - default
        permissions:
        - uvip.permissions
      staff:
        inheritance:
        - default
        permissions:
        - staff.permissions
    schema-version: 1

     
    ############################################################
    ProtocolLib - 通用库核心 - 下载地址
    该插件无需配置
    ############################################################
    TpLogin - 强制进服出生点 - 下载地址 - 1.1新增

    代码 (Text):
    Settings:
      Use-Bypass-Permission: false
      Quit-Timer-Bypass:
        Enabled: false
        Time-In-Seconds: 300
    Location:
      Normal:
        World: lobby
        X: 343.2967498268965
        Y: 3.0
        Z: 121.56924213736285
        Yaw: 270.29788
        Pitch: -2.1001923
     
    ############################################################
    SkinsRestorer - 正版皮肤恢复 - 下载地址
    该插件未做修改
    ############################################################
    Vault - 桥接核心 - 下载地址
    该插件无需配置
    ############################################################
    VoidSpawn - 虚空保护 - 下载地址
    代码 (Text):
    lobby:
      spawn:
        x: 343.54171212633383
        y: 3.0
        z: 121.50685865122726
        pitch: -1.050002
        yaw: 270.4479
        world: lobby
      mode: spawn
      message: '&9&l信息 &8> &c已将你传送回出生点'

     
    ############################################################
    Worldedit - 世界编辑 - 下载地址
    该插件未做修改
    ############################################################
    Worldguard - 世界保护 - 下载地址
    代码 (Text):
    #
    # WorldGuard regions file
    #
    # WARNING: THIS FILE IS AUTOMATICALLY GENERATED. If you modify this file by
    # hand, be aware that A SINGLE MISTYPED CHARACTER CAN CORRUPT THE FILE. If
    # WorldGuard is unable to parse the file, your regions will FAIL TO LOAD and
    # the contents of this file will reset. Please use a YAML validator such as
    # http://yaml-online-parser.appspot.com (for smaller files).
    #
    # REMEMBER TO KEEP PERIODICAL BACKUPS.
    #
    regions:
        lobby:
            min: {x: 325.0, y: 0.0, z: 86.0}
            max: {x: 412.0, y: 19.0, z: 155.0}
            members: {}
            flags: {time-lock: '1000', item-drop: deny, creeper-explosion: deny, mob-spawning: deny,
                weather-lock: CLEAR}
            owners: {}
            type: cuboid
            priority: 0

     

    相关截图:
    /help和/? 、进服无提示、跳虚空返回、正版皮肤恢复

    QQ截图20160620233341.png