mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-02-22 23:31:31 +01:00
Add missing messages in waypoint commands
This commit is contained in:
parent
bb0aedff0c
commit
c79c3cbf88
@ -43,7 +43,8 @@ public class WaypointCommands {
|
||||
boolean opensDoors = !npc.data().get(NPC.PATHFINDER_OPEN_DOORS_METADATA, false);
|
||||
npc.data().setPersistent(NPC.PATHFINDER_OPEN_DOORS_METADATA, opensDoors);
|
||||
Messaging.sendTr(sender,
|
||||
opensDoors ? Messages.PATHFINDER_OPEN_DOORS_ENABLED : Messages.PATHFINDER_OPEN_DOORS_DISABLED);
|
||||
opensDoors ? Messages.PATHFINDER_OPEN_DOORS_ENABLED : Messages.PATHFINDER_OPEN_DOORS_DISABLED,
|
||||
npc.getName());
|
||||
}
|
||||
|
||||
@Command(
|
||||
|
@ -249,6 +249,7 @@ citizens.commands.traitc.missing=Trait not found.
|
||||
citizens.commands.traitc.not-configurable=That trait is not configurable.
|
||||
citizens.commands.traitc.not-on-npc=The NPC doesn''t have that trait.
|
||||
citizens.commands.unknown-command=Unknown command. Did you mean:
|
||||
citizens.commands.waypoints.disableteleporting.disable=[[{0}]] will no longer teleport when stuck pathfinding.
|
||||
citizens.commands.waypoints.opendoors.enabled=[[{0}]] will now open doors while pathfinding.
|
||||
citizens.commands.waypoints.opendoors.disabled=[[{0}]] will no longer doors while pathfinding.
|
||||
citizens.commands.wolf.traits-updated=[[{0}]]''s Traits were updated. Angry:[[{1}]], Sitting:[[{2}]], Tamed:[[{3}]], Collar Color:[[{4}]]
|
||||
|
Loading…
Reference in New Issue
Block a user