mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-11-27 00:45:40 +01:00
Fixed default messages
This commit is contained in:
parent
a4c0597dfa
commit
2f85b39083
@ -110,7 +110,7 @@ already-in-party: '&c{player} is already in your party.'
|
|||||||
party-invite:
|
party-invite:
|
||||||
- '{"text":""}'
|
- '{"text":""}'
|
||||||
- '{"text":"&6{player} &ehas invited you to their party!"}'
|
- '{"text":"&6{player} &ehas invited you to their party!"}'
|
||||||
- '[{"text":" ","hoverEvent":{}},{"text":"&8[&a&lACCEPT&8]","clickEvent":{"action":"run_command","value":"/party accept {uuid}"},"hoverEvent":{"action":"show_text","value":"&eClick to accept!"}},{"text":"&r ","hoverEvent":{}},{"text":"&8[&c&lDENY&8]","clickEvent":{"action":"run_command","value":"/party deny {uuid}"},"hoverEvent":{"action":"show_text","value":"&eClick to deny."}}]'
|
- '[{"text":" "},{"text":"&8[&a&lACCEPT&8]","clickEvent":{"action":"run_command","value":"/party accept {uuid}"},"hoverEvent":{"action":"show_text","value":"&eClick to accept!"}},{"text":"&r "},{"text":"&8[&c&lDENY&8]","clickEvent":{"action":"run_command","value":"/party deny {uuid}"},"hoverEvent":{"action":"show_text","value":"&eClick to deny."}}]'
|
||||||
- '{"text":""}'
|
- '{"text":""}'
|
||||||
party-is-full: '&cSorry, your party is full.'
|
party-is-full: '&cSorry, your party is full.'
|
||||||
party-joined: '&eYou successfully joined &6{owner}&e''s party.'
|
party-joined: '&eYou successfully joined &6{owner}&e''s party.'
|
||||||
@ -127,7 +127,7 @@ already-in-guild: '&c{player} is already in your guild.'
|
|||||||
guild-invite:
|
guild-invite:
|
||||||
- '{"text":""}'
|
- '{"text":""}'
|
||||||
- '{"text":"&6{player} &ehas invited you to their guild!"}'
|
- '{"text":"&6{player} &ehas invited you to their guild!"}'
|
||||||
- '[{"text":" ","hoverEvent":{}},{"text":"&8[&a&lACCEPT&8]","clickEvent":{"action":"run_command","value":"/guild accept {uuid}"},"hoverEvent":{"action":"show_text","value":"&eClick to accept!"}},{"text":"&r ","hoverEvent":{}},{"text":"&8[&c&lDENY&8]","clickEvent":{"action":"run_command","value":"/guild deny {uuid}"},"hoverEvent":{"action":"show_text","value":"&eClick to deny."}}]'
|
- '[{"text":" "},{"text":"&8[&a&lACCEPT&8]","clickEvent":{"action":"run_command","value":"/guild accept {uuid}"},"hoverEvent":{"action":"show_text","value":"&eClick to accept!"}},{"text":"&r "},{"text":"&8[&c&lDENY&8]","clickEvent":{"action":"run_command","value":"/guild deny {uuid}"},"hoverEvent":{"action":"show_text","value":"&eClick to deny."}}]'
|
||||||
- '{"text":""}'
|
- '{"text":""}'
|
||||||
#guild-is-full: '&cSorry, your guild is full.' -Unused right now
|
#guild-is-full: '&cSorry, your guild is full.' -Unused right now
|
||||||
guild-joined: '&eYou successfully joined &6{owner}&e''s guild.'
|
guild-joined: '&eYou successfully joined &6{owner}&e''s guild.'
|
||||||
|
Loading…
Reference in New Issue
Block a user