如何设置新玩家刚进入服务器时背包内物品
基础插件用的是?
本帖最后由 璀璨星河丶 于 2021-8-1 15:17 编辑
原地址:https://dev.bukkit.org/bukkit-pl ... e-1-8-instructions/
站内:https://www.mcbbs.net/thread-446566-1-1.html
推荐easykit插件
需要 Vault 作为前置
ess应该也有类似功能
原地址:https://dev.bukkit.org/bukkit-pl ... e-1-8-instructions/
站内:https://www.mcbbs.net/thread-446566-1-1.html
推荐easykit插件
需要 Vault 作为前置
ess应该也有类似功能
本帖最后由 Durham 于 2021-8-1 15:17 编辑
生存服 RPG等 一般用essentials的kits功能 输入kitcreate tools <领取冷却> 即可 或者其他礼包插件如EasyKit小游戏服等推荐使用https://www.mcbbs.net/forum.php? ... sortid&sortid=7 ItemJoin
生存服 RPG等 一般用essentials的kits功能 输入kitcreate tools <领取冷却> 即可 或者其他礼包插件如EasyKit小游戏服等推荐使用https://www.mcbbs.net/forum.php? ... sortid&sortid=7 ItemJoin
- newbies:
- # Should we announce to the server when someone logs in for the first time?
- # If so, use this format, replacing {DISPLAYNAME} with the player name.
- # If not, set to ''
- #announce-format: ''
- announce-format: '&7[&a+&7] {DISPLAYNAME}&d 第一次来到了毛毛岛!'
- # When we spawn for the first time, which spawnpoint do we use?
- # Set to "none" if you want to use the spawn point of the world.
- spawnpoint: newbies
- # Do we want to give users anything on first join? Set to '' to disable
- # This kit will be given regardless of cost and permissions, and will not trigger the kit delay.
- #kit: ''
- kit: tools
Essentials/config.yml下修改tools字段为你要的工具包名称即可