forked from Upstream/mmocore
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();
|
player.closeInventory();
|
||||||
ConfigMessage.fromKey("player-input.chat." + inputType.getLowerCaseName()).send(player);
|
ConfigMessage.fromKey("player-input.chat." + inputType.getLowerCaseName()).send(player);
|
||||||
ConfigMessage.fromKey("player-input.chat.cancel").send(player);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -29,7 +29,6 @@ public abstract class PlayerInput implements Listener {
|
|||||||
|
|
||||||
public enum InputType {
|
public enum InputType {
|
||||||
FRIEND_REQUEST,
|
FRIEND_REQUEST,
|
||||||
|
|
||||||
PARTY_INVITE,
|
PARTY_INVITE,
|
||||||
GUILD_INVITE,
|
GUILD_INVITE,
|
||||||
GUILD_CREATION_TAG,
|
GUILD_CREATION_TAG,
|
||||||
|
@ -71,12 +71,26 @@ player-input:
|
|||||||
guild-creation-tag: 'Guild tag..'
|
guild-creation-tag: 'Guild tag..'
|
||||||
guild-creation-name: 'Guild name..'
|
guild-creation-name: 'Guild name..'
|
||||||
chat:
|
chat:
|
||||||
friend-request: '&eWrite in the chat the player name.'
|
friend-request:
|
||||||
party-invite: '&eWrite in the chat the player you want to invite.'
|
- '&eWrite in the chat the player name.'
|
||||||
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.'
|
party-invite:
|
||||||
guild-creation-name: '&eWrite in the chat the name of the Guild you want to create.'
|
- '&eWrite in the chat the player you want to invite.'
|
||||||
cancel: '&eWrite &c''cancel'' &eto cancel.'
|
- '&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
|
# Spell Casting
|
||||||
casting:
|
casting:
|
||||||
|
Loading…
Reference in New Issue
Block a user