代码拉取完成,页面将自动刷新
lang: 'en'
#Language of VipSystem
#Now available: en zh_CN pt_BR
#VipSystem的语言
#可用语言: en zh_CN pt_BR
debug: false
#whether enable debug mode
#是否启用debug模式
groupCommands:
enable: true
#Use commands rather than Vault to move group
#是否使用命令而非Vault来移动权限组
#如果你使用的是较新的权限组插件,例如新版GroupManager,PermissionsEx,LuckPerms
#Vault对他们的兼容不是很好,所以可以自己在这里编辑移动组的命令
addGroup: 'lp user {0} parent set {1}'
#add group command
#添加组命令
removeGroup: 'lp user {0} parent remove {1}'
#remove group command
#删除组命令
addWorldGroup: 'lp user {0} parent set {1} {2}'
#add world group command
#添加世界组命令
removeWorldGroup: 'lp user {0} parent remove {1} {2}'
#remove world group command
#删除世界组命令
uuid: false
#Use UUID for data storage
#是否使用uuid存储数据
#defaultGroup: builder
#if you want to customize default group, delete '#' at the beginning of previous line
#如果你想自定义默认组,你可以删除上方defaultGroup前的'#'
previousGroup: false
#whether return to the previous group before activating vip after the vip expires
#是否在VIP过期后返回开通VIP前的组
dataBase:
usePool: false
#use connection pool or not. Due to code bug, it doesn't affect performance
#是否使用HikariCP连接池,不支持1.8.8及以下的服务端。可以不开启,实际上因为代码问题,是否有连接池对性能影响不大
useMySQL: false
#use MySQL or not
#if enabled, you need to fill in the blanks in 'MySQL' below
#是否使用MySQL
#如果使用,请填好下方的连接信息
MySQL:
address: 'jdbc:mysql://127.0.0.1:3306/minecraft?useSSL=false'
#jdbc connection address
#Format: 'jdbc:mysql://IP_ADDRESS/DATABASE_NAME'
#For example 'jdbc:mysql://127.0.0.1:3306/minecraft' stands for the mysql server on '127.0.0.1' with port '3306' and database 'minecraft'
#jdbc地址
#格式: 'jdbc:mysql://ip/数据库名'
#比如 'jdbc:mysql://127.0.0.1:3306/minecraft' 代表地址为 '127.0.0.1' 端口为 '3306' 的数据库 'minecraft'
user: 'root'
#MySQL user name
#MySQL用户名
password: 'yourpwdhere'
#MySQL password
#MySQL密码
table: 'vipsys_'
#MySQL table prefix
#MySQL表前缀(不懂请不要修改)
isGlobal: true
#Use Vault to apply VIP to global group
#是否将VIP生效到全部世界
worlds: []
#If isGlobal disabled, apply VIP to worlds above
#Set to [] if you want to apply vip to all the worlds which are loaded by bukkit
#If you want to apply vip to the specific worlds, please turn isGlobal to false and add the world manually
############################
#isGlobal: false
#worlds:
# - world
# - world_nether
# - world_the_end
#add all of your worlds here
############################
#如果isGlobal被设置成false,就将vip添加到上方的世界中
#设置成[]如果你想生效到所有已加载的世界
#如果你想设置成单独的世界,把isGlobal改为false然后手动添加世界到worlds中
############################
#isGlobal: false
#worlds:
# - world
# - world_nether
# - world_the_end
#在这里添加你所有的世界
############################
dateFormat: 'yyyy-MM-dd HH:mm:ss'
#Date format to be displayed
#时间格式
customCommands:
vip:
activate:
- 'say {0} has activated vip!'
- 'give {0} minecraft:diamond'
expire:
- 'say {0} is no longer a vip'
svip:
activate:
- 'say {0} has activated svip!'
- 'give {0} minecraft:diamond'
expire:
- 'say {0} is no longer a svip'
#Custom commands to be executed when activating the vip or expire
#format:
# groupName:
# activate:
# - 'commands to be executed'
# - 'multi commands'
# expire:
# - 'commands to be executed'
#Commands can use placeholders from PlaceholderAPI if you have it installed
#在开通vip/vip到期时执行的自定义命令
#格式:
# 组名:
# activate:
# - '需要执行的命令'
# - '支持多行命令'
# expire:
# - '需要执行的命令'
#如果你安装了PlaceholderAPI,命令中可以使用其变量
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。