1 454
收录服务器
2 162
注册
36 684
玩家
FlyToggle 飞行开关
简单/快速
作 者 Fede1132
发布时间 2017年9月1日
支持核心 Spigot
原生版本
支持版本 1.8,1.9,1.10,1.11,1.12,1.13,1.14,1.15
点此下载

FlyToggle 是一款用于控制服务器飞行功能的简单插件。它提供了一个直观易用的配置文件,方便您自定义飞行相关的消息、权限和物品。

✈️ FlyToggle

⚙️ 配置 (config.yml)


Language: default # default = this, spanish = /plugins/FlyToggle/Spanish.yml
Settings:
  # Should the plugin disable the player fly when he quits?
  Disable-Fly-On-Quit: false
  # Permission to bypass the variable above.
  # Set to blank ("") to disable.
  Disable-Fly-On-Quit-Permission: ""

Fly:
  Permission: "Fly.Fly"
  Fly-Enabled: "&a&lFly &8> &7Fly &aenabled&7."
  Fly-Disabled: "&a&lFly &8> &7Fly &cdisabled&7."
  No-Perms: "&a&lFly &8> &7Not enought permissions."
  Other:
    Permission: "Fly.Other"
    Null-Target: "&a&lFly &8> &cCould not find player &6%target%&c."
    By-Enabled: "&a&lFly &8> &7Fly for player &6%to% &aenabled&7."
    To-Enabled: "&a&lFly &8> &7Fly &aenabled &7by &6%by%&7."
    By-Disabled: "&a&lFly &8> &7Fly for player &6%to% &cdisabled&7."
    To-Disabled: "&a&lFly &8> &7Fly &cdisabled &7by &6%by%&7"
  Item:
    Delay: 10 # In ticks, needed for NO-GLITCH
    Recive-Message: "&a&lFly &8> You have recived the Fly Item!"
    Permission: "Fly.Item.Use"
    Give-Permission: "Fly.Item.Give"
    Name: "&a&lFly Item"
    ID: "FEATHER"
    Invalid-Material: "&cThe material ID in the config is not valid!"
    Lore:
    - ''
    - '&aFly item' # https://bit.ly/spigotmaterials
    - '&7&oRight-Click to use'
    - ''

❓ 常见问题解答 (FAQ)

Q: 如何重新加载配置?

A: 当您编辑并保存配置文件时,配置会自动重新加载!