mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-11-21 23:55:28 +01:00
Added missing message to default messages.yml
This commit is contained in:
parent
13e808ba37
commit
223a8fadb7
@ -39,7 +39,6 @@ public class ChatInput extends PlayerInput {
|
||||
|
||||
player.closeInventory();
|
||||
ConfigMessage.fromKey("player-input.chat." + inputType.getLowerCaseName()).send(player);
|
||||
ConfigMessage.fromKey("player-input.chat.cancel").send(player);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -29,7 +29,6 @@ public abstract class PlayerInput implements Listener {
|
||||
|
||||
public enum InputType {
|
||||
FRIEND_REQUEST,
|
||||
|
||||
PARTY_INVITE,
|
||||
GUILD_INVITE,
|
||||
GUILD_CREATION_TAG,
|
||||
|
@ -71,12 +71,26 @@ player-input:
|
||||
guild-creation-tag: 'Guild tag..'
|
||||
guild-creation-name: 'Guild name..'
|
||||
chat:
|
||||
friend-request: '&eWrite in the chat the player name.'
|
||||
party-invite: '&eWrite in the chat the player you want to invite.'
|
||||
guild-invite: '&eWrite in the chat the player you want to invite.'
|
||||
guild-creation-tag: '&eWrite in the chat the TAG of the Guild you want to create.'
|
||||
guild-creation-name: '&eWrite in the chat the name of the Guild you want to create.'
|
||||
cancel: '&eWrite &c''cancel'' &eto cancel.'
|
||||
friend-request:
|
||||
- '&eWrite in the chat the player name.'
|
||||
- '&eWrite &c''cancel'' &eto cancel.'
|
||||
party-invite:
|
||||
- '&eWrite in the chat the player you want to invite.'
|
||||
- '&eWrite &c''cancel'' &eto cancel.'
|
||||
guild-invite:
|
||||
- '&eWrite in the chat the player you want to invite.'
|
||||
- '&eWrite &c''cancel'' &eto cancel.'
|
||||
guild-creation-tag:
|
||||
- '&eWrite in the chat the TAG of the Guild you want to create.'
|
||||
- '&eWrite &c''cancel'' &eto cancel.'
|
||||
guild-creation-name:
|
||||
- '&eWrite in the chat the name of the Guild you want to create.'
|
||||
- '&eWrite &c''cancel'' &eto cancel.'
|
||||
friend-request-cancel: ''
|
||||
party-invite-cancel: ''
|
||||
guild-invite-cancel: ''
|
||||
guild-creation-tag-cancel: ''
|
||||
guild-creation-name-cancel: ''
|
||||
|
||||
# Spell Casting
|
||||
casting:
|
||||
|
Loading…
Reference in New Issue
Block a user