Skip to content
Failed

Changes

Summary

  1. Switch setPassengetOf to mount as it was removed in previous updates (commit: 7eb9134) (details)
  2. Support setting permanent skins (commit: 202c173) (details)
  3. Naming conventions. (commit: 787ca5f) (details)
  4. its -p not -b (commit: bf9a39e) (details)
  5. -p not -b (commit: cbbde72) (details)
  6. Fix guided waypoint markers by blocking the t_ method which allows (commit: 575119e) (details)
  7. Fix the sheep command somewhat..  it works at least, doesnt have (commit: 20b3fe6) (details)
  8. Added Spanish Translation (commit: 8c10a02) (details)
  9. Fix NPC despawned if chunk unload is cancelled (commit: 34e303c) (details)
  10. Fix rabbit movement (commit: a3242f9) (details)
  11. Fix ghast not updating (commit: 2c565c5) (details)
  12. Fix EntityTypes usage, fixes #239 (commit: 24c622b) (details)
  13. Double send skin packet, dont missend it - helps the skin issue (commit: 61201f7) (details)
  14. Delay calculating skin updates a bit, partially fixes the skin issue! (commit: 5659c85) (details)
  15. Fix more situations of skins not loading properly (commit: b2c64fc) (details)
  16. Fix distance calcuation bug (commit: 78a968d) (details)
Commit 7eb9134f37f245437bef9a3ef4c3ab855eddbf12 by sanjay.govind9
Switch setPassengetOf to mount as it was removed in previous updates
(commit: 7eb9134)
The file was modified src/main/java/net/citizensnpcs/trait/Controllable.java (diff)
Commit 202c173c46e4bc33e6a0d05c54dc9b6adc4a5551 by sanjay.govind9
Support setting permanent skins

A permanent skin is set with ./npc skin -p name and will NOT change when
that player changes their skin, opening up lots more skin options.
To do this with code, set
npc.data().setPersistent(NPC.PLAYER_SKIN_UUID_METADATA, to the players
UUID/ Name and then
npc.data().setPersistent(NPC.PLAYER_SKIN_TEXTURE_PROPERTIES, "cache");
to tell the plugin to keep a permanent cache of their skin. Due to how
skins are implemented, these skins will work forever.
(commit: 202c173)
The file was modified src/main/java/net/citizensnpcs/npc/entity/HumanController.java (diff)
The file was modified src/main/java/net/citizensnpcs/commands/NPCCommands.java (diff)
The file was modified src/main/java/net/citizensnpcs/commands/NPCCommands.java (diff)
The file was modified src/main/java/net/citizensnpcs/commands/NPCCommands.java (diff)
The file was modified src/main/java/net/citizensnpcs/commands/NPCCommands.java (diff)
Commit 575119e7b9b2f26976de2edf6861a52b88088269 by mcmonkey4eva
Fix guided waypoint markers by blocking the t_ method which allows movement in the NMS
(commit: 575119e)
The file was modified src/main/java/net/citizensnpcs/trait/waypoint/EntityEnderSignalMarker.java (diff)
Commit 20b3fe6fc0e93ac93dfef79555004175f290b1c5 by mcmonkey4eva
Fix the sheep command somewhat..  it works at least, doesnt have reasonable messages though
(commit: 20b3fe6)
The file was modified src/main/java/net/citizensnpcs/trait/SheepTrait.java (diff)
The file was modified src/main/java/net/citizensnpcs/commands/NPCCommands.java (diff)
Commit 8c10a02986b394cec2c2584d24428e74b6b56186 by follet2004
Added Spanish Translation

We translation in Spanish so the people can read it.

Thank to my team of Mega Planet (www.megaplanet.net).
(commit: 8c10a02)
The file was addedsrc/main/resources/messages_es.properties
Commit 34e303ce1ba81b534fcacb1551d684026177fde0 by jcthepants
Fix NPC despawned if chunk unload is cancelled
(commit: 34e303c)
The file was modified src/main/java/net/citizensnpcs/EventListen.java (diff)
The file was modified src/main/java/net/citizensnpcs/npc/entity/RabbitController.java (diff)
The file was modified src/main/java/net/citizensnpcs/npc/entity/GhastController.java (diff)
Commit 24c622bd586403270fb505ae7bbefa6a5fc24c45 by mcmonkey4eva
Fix EntityTypes usage, fixes #239
(commit: 24c622b)
The file was modified src/main/java/net/citizensnpcs/util/NMS.java (diff)
Commit 61201f750fb4d564b21036cfc8d47bd05965125b by mcmonkey4eva
Double send skin packet, dont missend it - helps the skin issue
(commit: 61201f7)
The file was modified src/main/java/net/citizensnpcs/EventListen.java (diff)
Commit 5659c85580b0cf922641d92e73d48d83590f2a2d by mcmonkey4eva
Delay calculating skin updates a bit, partially fixes the skin issue!
(commit: 5659c85)
The file was modified src/main/java/net/citizensnpcs/EventListen.java (diff)
Commit b2c64fceb9564ede83b3421067e29a640739192a by mcmonkey4eva
Fix more situations of skins not loading properly
(commit: b2c64fc)
The file was modified src/main/java/net/citizensnpcs/EventListen.java (diff)
The file was modified src/main/java/net/citizensnpcs/EventListen.java (diff)