TJMessage

很酷的訊息系統

支援度

類型
Spigot
BungeeCord

Message 訊息

✔️

✔️

ActionBar 物品欄上

✔️

✔️

Title 標題子標題

✔️

✔️

Advancement(Toast)成就訊息

✔️

✔️(轉接)

一般選項(訊息模板)

messages: <List#Map#Message>

不發送任何訊息,請使用

messages: [] # [] 表示空清單

訊息

你可以用哪些類型呢?

type: MESSAGE

一般的訊息,沒什麼特別的。

Key
Value

message 訊息

<String>

範例

...
  - message: '&cYou''ve still need to wait &f%n% seconds &cto execute this command again!'
    type: MESSAGE
...

範例

done:
  +: TJMessage
  messages:
  - message: '&7[&cRTP&7] &aArrived at &f%location%'
    type: MESSAGE
  - title: '&cLand!'
    subtitle: 'You''ve arrived at %location%'
    fadeIn: 20
    stay: 40
    fadeOut: 20
    type: TITLE

Last updated