Releases: drupijs/Drupi-JS
Releases · drupijs/Drupi-JS
Inventory Rename!
Usage
manager.renameInventory(player, "new title");
Added Bungeecord Support
New event called "onPluginMessageReceived" which have args: Channel, Player & message (byte[])
Fixing Addon Bug
The bug lead to the Addon not getting registered until Drupi had reloaded
New Addon Api
0.1.8 Addon api
Fixed duplicated events bug
0.1.7 Socket.io Support
Socket.io Support!
For more information visit https://github.com/drupijs/Drupi-JS/wiki/Using-Socket.io
TitleManager and HTTP
Added TitleManager api which can be gotten through "TitleManager" variable
TitleManager Docs
HttpManager can now handle headers.
http.getWithHeaders("url", "headers as json");
http.postWithHeaders("url", "headers as json", "body as json");
PlaceholderApi update!
0.1.4 0.1.4 placeholderapi expansion update
Skript Support! :O
Drupi now support Skript 💯
set {_kills} to result of drupi function "getKils" with {_player}
call drupi function "testFunction" with player and "HI!"
New MineHut edition of Drupi
MineHut Edition is using the Native spigotmc api. 1.13+ support while the "normal" is using the legacy api.