TODO: Difference between revisions
From Citizens Wiki
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
''jrbudda'' | ''jrbudda'' | ||
Something about this is throwing a illegalformat exception that d is not a string: | |||
<code> | |||
Messaging.sendF(player, ChatColor.RED | |||
+ "Previous waypoint is %d blocks away but the distance limit is %d.", | |||
StringHelper.wrap(distance, ChatColor.RED), | |||
StringHelper.wrap(maxDistance, ChatColor.RED)); | |||
</code> | |||
* Text trait onAttach should not call populateDefaultText. | * Text trait onAttach should not call populateDefaultText. | ||
* '/npc remove all' does not call onRemove on traits. | * '/npc remove all' does not call onRemove on traits. |
Revision as of 07:46, 17 September 2012
fullwall's TODO (please put your name if you modify this)
- Templates
- Waypoint attachments
- Make rename update in save file
- NPC sitting
- In-place conversion db<->yml<->nbt
jrbudda
Something about this is throwing a illegalformat exception that d is not a string:
Messaging.sendF(player, ChatColor.RED
+ "Previous waypoint is %d blocks away but the distance limit is %d.",
StringHelper.wrap(distance, ChatColor.RED),
StringHelper.wrap(maxDistance, ChatColor.RED));
- Text trait onAttach should not call populateDefaultText.
- '/npc remove all' does not call onRemove on traits.
- NMS 'attack' code no longer casting to (EntityMonster), making Sentry weapons decay.
- Fix NPCs looking 90 degrees in the wrong direction with multiworld
- Fix NPC yaw not applying on load
- Fix getLocalParams.speed(float) not working
- Fix pathfinding going around in little circles. (I think it's to do with navigator.a(avoidWater))
- Fix stuck-teleporting instantly when using waypoints?
- Fix pathfinding getting perma-broke when entity target changes worlds.
- Integrate auf's Wander code into core as the WanderingWaypointProvider and make an Editor for it :)
- Work out kinks in SQL storage.
- Documentation.
User suggestions
- 'But I'd love for a NPC to be able to have a waypoint where they "sit" for 4 minutes' - R