Releases: brokiem/SimpleNPC
Releases · brokiem/SimpleNPC
SimpleNPC 4.0.1
IMPORTANT!!! READ BEFORE UPDATING!!!
Updating to this version from the previous version (3.0.0 - 1.0.0) will cause the npcs commands to be reset and npc scale/size reset, this is due to the new npc data saving. You have to set the commands again.
- NPC now using new data saving via NBT
- Fix NPC not saved in the world or npc dissapearing
- Fix command not removed when removing it
- Fix /snpc list command not showing npc list
SimpleNPC 3.0.2
- Fix enderman npc = bat
- Fix update date message
SimpleNPC 3.0.1
- Fix player name that uses spaces is not detected in rca command
SimpleNPC 3.0.0-BETA
- Support PocketMine-MP v4.0.0
- Removed support for previous PocketMine-MP 3.x.x version
SimpleNPC 2.1.8
Changelog:
- Support mcpe protocol 417 (v1.17.40)
SimpleNPC 2.1.7
- Update protocol (465)
SimpleNPC 2.1.6
- Support protocol 448 (1.17.10)
SimpleNPC 2.1.5
- Fixed new 1.17 npcs converted to glowsquid after restart
- Added deletor in NPCDeletion Event
- Remove canWalk from command
- Fixed custom human npc converted to normal human npc if using skin from link
- $canWalk now must be declared in human npc class if human npc can walk
- Drop support for php 7.3
SimpleNPC 2.1.4
SimpleNPC 2.1.3
- Call SNPCDeletionEvent and add getCreator function in SNPCCreationEvent
- Implemented set armor and set held item to npc
- Send "You do not have permission" messafe if the player does not have permission to run the command
- Send outdated php version from user running php 7.3 or lower