介绍:
这是一款自定义组织插件,玩家可以花费积分自行成立组织,每个组织均有组织内积分,等级等制度
默认命令:/org
配置文件位于plugins/Organization/config.json
引用API
But remember. Plagiarism is still plagiarism.
这是一款自定义组织插件,玩家可以花费积分自行成立组织,每个组织均有组织内积分,等级等制度
默认命令:/org
配置文件位于plugins/Organization/config.json
JSON:
{
"level_up_money": 1000, //组织升级一次需要的积分
"setup_money": 1000, //创建一个组织需要的积分
"money_type": 0, //经济模式,选0为计分板,选1为LLMoney
"board_name": "money"
}
引用API
Method | Description |
org:get_member | 获取成员信息 |
org:get_org_level | 获取组织等级 |
JavaScript:
// 获取xuid为2535407719641191的成员信息
// has 是否加入组织
// org 组织名称
// permission 权限等级 -1:待审核的加入者,0:成员,1:管理员,2:创建者
lxl.import('org:get_member')("2535407719641191");
//获取名称为NMSL的组织等级
lxl.import('org:get_org_level')("NMSL");
License
This plugin is under the GPLv3 license. This means that you:- CAN modify, copy and distribute this plugin.
- CAN use it privately or for commercial use.
- CAN'T change the license of your modified version.
- CAN'T make the modified source code closed.
- HAVE TO indicate any changes in the modified version.
But remember. Plagiarism is still plagiarism.