Skip to content

new version 2.0.4

Choose a tag to compare

@NOTIF-API NOTIF-API released this 27 Jun 15:33
· 78 commits to main since this release
6dd5453

about changes

  • scripts have been changed for more improved code efficiency
  • upgrade to EXILED-7.1.0

configuration

  • Plugin configurations have been changed (extra ones have been removed and a description has been added where necessary)

API

  • a new class RoleSet has been added through which you can call the Spawn(Player player) method that assigns a role to a player or Spawn(Player player, int MaxHealt) which also gives a role to a player but with the ability to specify maximum health
  • increased performance of methods for getting roles

Commands

  • increased performance of methods
  • the possibility of issuing roles has been removed, the health of other players is now only the player himself can find out information only about himself
  • the VeriableEdit command has been removed because if used incorrectly, it can break the logic of other plugins

Event Handler's

  • also, each event had an increase in performance