| PowerRanks 权限管理 | |
|---|---|
|      | 
    				    一种基于等级的权限插件在我的世界中的应用 | 
| 作 者 | svenar | 
| 发布时间 | 2019年2月8日 | 
| 支持核心 | Spigot | 原生版本 | 
| 支持版本 | 1.16,1.17,1.18,1.19,1.20 | 
插件详细介绍
PowerRanks 是一款为你的 Minecraft 服务器添加等级系统的插件。每个等级都可以设置前缀,以便其他玩家可以看到你的等级。你还可以为每个等级设置聊天颜色和名称颜色。插件快速、易用、可定制且免费。默认等级包括:成员、版主、管理员和所有者,你可以根据需要更改或删除它们。插件支持无限数量的等级,并具有自动更新功能。
PowerRanks 为你的 Minecraft 服务器引入了等级系统,允许你创建和管理玩家的头衔和权限。它提供了广泛的自定义选项,使你能够根据服务器的需求定制等级结构。
powerranks.list - 允许玩家查看服务器上的所有等级。powerranks.info - 允许玩家查看特定等级的信息。powerranks.set - 允许玩家设置其他玩家的等级。powerranks.reload - 允许玩家重新加载 PowerRanks 配置文件。powerranks.update - 允许玩家检查 PowerRanks 的更新。/powerranks 或 /pr/pr list - 列出所有可用的等级。/pr info [等级名称] - 显示特定等级的详细信息。/pr set [玩家名称] [等级名称] - 设置玩家的等级。/pr reload - 重新加载配置文件。/pr update - 检查插件更新。
# +-----------------------------------------------------+
# |                PowerRanks Configuration             |
# +-----------------------------------------------------+
# Automatic update checker, also updates configuration files when needed
# When enabled, PowerRanks checks for updates.
# If 'true', the plugin downloads the update directly and replaces the old jar file.
# If 'false', the plugin only checks for a new version and notifies you in the console
Auto-Updater: false
# The storage type of the plugin.
# Possible values are 'file' (yml files) and 'mysql' (MySQL database).
# When using MySQL, fill in the database details below.
Storage-Type: file
MySQL:
  Host: localhost
  Port: 3306
  Database: database
  Username: username
  Password: password
# Use metrics to improve the plugin.
# You can disable metrics by setting this to false.
# https://bstats.org/plugin/bukkit/PowerRanks
Enable-Metrics: true
# Debug mode
# Prints more information to the console
Debug-Mode: false
# Settings for date formatting
Date:
  # The format used for all dates.
  Format: dd-MM-yyyy HH:mm:ss
Ranks:
  Default:
    Weight: 0
    Prefix: '&7[Member] '
    ChatColor: GRAY
    NameColor: GRAY
    Permissions:
    - example.permission
  Moderator:
    Weight: 1
    Prefix: '&b[Moderator] '
    ChatColor: AQUA
    NameColor: AQUA
    Permissions:
    - example.permission
    - example.permission.moderator
  Admin:
    Weight: 2
    Prefix: '&c[Admin] '
    ChatColor: RED
    NameColor: RED
    Permissions:
    - example.permission
    - example.permission.admin
  Owner:
    Weight: 3
    Prefix: '&4[Owner] '
    ChatColor: DARK_RED
    NameColor: DARK_RED
    Permissions:
    - example.permission
    - example.permission.owner
所有命令都可以在 PowerRanks 文档 中找到。