Skip to content

Releases: brokiem/SimpleNPC

SimpleNPC 4.0.1

27 Oct 06:54
Compare
Choose a tag to compare

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

26 Jul 10:25
Compare
Choose a tag to compare
  • Fix enderman npc = bat
  • Fix update date message

SimpleNPC 3.0.1

17 Feb 04:54
Compare
Choose a tag to compare
  • Fix player name that uses spaces is not detected in rca command

SimpleNPC 3.0.0-BETA

06 Feb 06:53
Compare
Choose a tag to compare
  • Support PocketMine-MP v4.0.0
  • Removed support for previous PocketMine-MP 3.x.x version

SimpleNPC 2.1.8

19 Oct 23:26
Compare
Choose a tag to compare

Changelog:

  • Support mcpe protocol 417 (v1.17.40)

SimpleNPC 2.1.7

22 Sep 14:39
Compare
Choose a tag to compare
  • Update protocol (465)

SimpleNPC 2.1.6

15 Jul 01:12
Compare
Choose a tag to compare
  • Support protocol 448 (1.17.10)

SimpleNPC 2.1.5

19 Jun 13:45
Compare
Choose a tag to compare
  • 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

09 Jun 00:03
Compare
Choose a tag to compare
  • Updated protocol and added new 1.17 npcs

SimpleNPC 2.1.3

04 Jun 05:59
Compare
Choose a tag to compare
  • 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