EssentialsX

EssentialsX

2M Downloads

Request: New Players custom motd chapter.

TomLewis opened this issue ยท 6 comments

commented

We have the option to announce a new player to the server, but no option to give this new player their own custom message when they join, This could be in the format of a config the same as announce-format, or a setting in the MOTD, A specific chapter name could be the display format #newbie for example.

commented

This can be achieved by creating a custom text for newbies, creating a starter kit that just runs that specific custom text command and setting it as a starter kit for newbies, which wouldn't be achieving any more or less than adding direct support for this in EssentialsX Spawn.

commented

A kit can run commands?! Whats the syntax, At a guess is it this?

kits:
# ------------------------------ #
#          STARTER KIT           #
# ------------------------------ #
  spawnkit:
    delay: 6000
    items:
      - customtext newbie
commented

Kits

commented

Thanks @LaxWasHere I have no idea how I managed to miss this on the Wiki! I didnt even know that Kits could be moved to kits.yml. Secondly, there is a god damn dark theme for Github!?

commented

Kits are automatically moved to a separate file as of a recent commit.