mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-26 12:46:04 +01:00
changes
This commit is contained in:
parent
133bf796b5
commit
416b803216
@ -27,10 +27,10 @@ public class EquipmentEditor extends Editor {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void begin() {
|
public void begin() {
|
||||||
Messaging.send(player, "<a>Entered the equipment editor!");
|
Messaging.send(player, "<2>Entered the equipment editor!");
|
||||||
Messaging.send(player, "<a>Right click to equip armor and items.");
|
Messaging.send(player, "<e>Right click <a>to equip armor and items.");
|
||||||
Messaging.send(player, "<a>Right click while crouching to equip armor in the NPC's hand.");
|
Messaging.send(player, "<e>Right click <a>while <e>crouching <a>to equip armor in the NPC's hand.");
|
||||||
Messaging.send(player, "<a>Right click with an empty hand to remove all armor and items.");
|
Messaging.send(player, "<e>Right click <a>with an <e>empty hand <a>to remove all armor and items.");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -60,6 +60,7 @@ public class MoveStrategy implements PathStrategy {
|
|||||||
if (vector.b - yHeight > 0.0D)
|
if (vector.b - yHeight > 0.0D)
|
||||||
jump();
|
jump();
|
||||||
handle.d(handle.ar());
|
handle.d(handle.ar());
|
||||||
|
handle.d();
|
||||||
// handle.walk();
|
// handle.walk();
|
||||||
|
|
||||||
if (handle.positionChanged)
|
if (handle.positionChanged)
|
||||||
|
Loading…
Reference in New Issue
Block a user