MMOCore如何设置给刚进服的玩家职业点,或者怎么加在默认职业里升级获得职业点
用其他方法,比如新人礼包,或者可以用ce
[综合][SCT]ConditionalEvents——用ConditionalEvents添加玩法吧
https://www.mcbbs.net/thread-1095707-1-1.html
(出处: Minecraft(我的世界)中文论坛)
和自定义变量 创建一个INTEGER类型的玩家变量
https://www.spigotmc.org/resourc ... -1-8-1-20-2.107803/
复制代码
上面这个比较复杂,我突然想起来有这种插件
https://www.spigotmc.org/resources/first-join-commands.16188/
[信息]PlayerFirstJoinRunCommand —— 第一次进服执行命令[全版本]
https://www.mcbbs.net/thread-803157-1-1.html
(出处: Minecraft(我的世界)中文论坛)
[综合][SCT]ConditionalEvents——用ConditionalEvents添加玩法吧
https://www.mcbbs.net/thread-1095707-1-1.html
(出处: Minecraft(我的世界)中文论坛)
和自定义变量 创建一个INTEGER类型的玩家变量
https://www.spigotmc.org/resourc ... -1-8-1-20-2.107803/
- example:
- type: player_join
- conditions:
- - "%servervariables_value_firstjoin% != 1"
- actions:
- default:
- - 'console_command: svar set firstjoin 1 %player%'
- - 'console_command: mmocore admin class-points give %player% 1'
上面这个比较复杂,我突然想起来有这种插件
https://www.spigotmc.org/resources/first-join-commands.16188/
[信息]PlayerFirstJoinRunCommand —— 第一次进服执行命令[全版本]
https://www.mcbbs.net/thread-803157-1-1.html
(出处: Minecraft(我的世界)中文论坛)