Skip to content

Config Tips

DApples_ edited this page Oct 3, 2024 · 5 revisions

Formal

Color codes: & + Minecraft color codes / &# + Hex color codes

Use: \n to change line

Placeholders:

{player} The event player

All PlaceholderAPI plugin's placeholder

Structure

Event name:

  enable(true/false): true

  message(The whole message while event happen): "&7[&#CCFFFF+&7] &f{player}"

  hoverTexts:

    - "Some example message"

  actions:

    - "[prefix] action"

  welcomeRewards(Only first join config have this):

    enable(true/false): true

    keys(if player say this word, he will get some rewards):

      - "welcome"

    commands:

      - "give {player} diamond 3"
      - "tell {player} You received some rewards"

    message(the message send to player): "&#FFCCCC[Server] &7You received some  rewards!"

    second(When the newbie join, other player can get rewards in this time limit): 10(s)

Clone this wiki locally