mm2m_www
如何设置新玩家刚进入服务器时背包内物品

FireworkPolymer
基础插件用的是?

星河皓月丶
本帖最后由 璀璨星河丶 于 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应该也有类似功能





Durham
本帖最后由 Durham 于 2021-8-1 15:17 编辑

生存服 RPG等 一般用essentials的kits功能 输入kitcreate tools <领取冷却> 即可 或者其他礼包插件如EasyKit小游戏服等推荐使用https://www.mcbbs.net/forum.php? ... sortid&sortid=7 ItemJoin


名副其实
  1. newbies:
  2.   # Should we announce to the server when someone logs in for the first time?
  3.   # If so, use this format, replacing {DISPLAYNAME} with the player name.
  4.   # If not, set to ''
  5.   #announce-format: ''
  6.   announce-format: '&7[&a+&7] {DISPLAYNAME}&d 第一次来到了毛毛岛!'

  7.   # When we spawn for the first time, which spawnpoint do we use?
  8.   # Set to "none" if you want to use the spawn point of the world.
  9.   spawnpoint: newbies

  10.   # Do we want to give users anything on first join? Set to '' to disable
  11.   # This kit will be given regardless of cost and permissions, and will not trigger the kit delay.
  12.   #kit: ''
  13.   kit: tools
复制代码

Essentials/config.yml下修改tools字段为你要的工具包名称即可