SimpleNPC Versions Save

✨An Ultimate NPC plugin for PocketMine-MP!

4.0.1

1 year ago

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

3.0.2

1 year ago
  • Fix enderman npc = bat
  • Fix update date message

3.0.1

2 years ago
  • Fix player name that uses spaces is not detected in rca command

3.0.0-beta

2 years ago
  • Support PocketMine-MP v4.0.0
  • Removed support for previous PocketMine-MP 3.x.x version

2.1.8

2 years ago

Changelog:

  • Support mcpe protocol 417 (v1.17.40)

2.1.7

2 years ago
  • Update protocol (465)

2.1.6

2 years ago
  • Support protocol 448 (1.17.10)

2.1.5

2 years ago
  • 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

2.1.4

2 years ago
  • Updated protocol and added new 1.17 npcs

2.1.3

2 years ago
  • 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