Skip to content

Releases: drupijs/Drupi-JS

Fix Update command

10 May 15:23

Choose a tag to compare

0.1.2

Merge branch 'master' of https://github.com/drupijs/Drupi-JS

Fixes Http.get and is more stable

10 May 15:16

Choose a tag to compare

0.1.1

Merge branch 'master' of https://github.com/drupijs/Drupi-JS

Holograms Support!

04 May 02:59

Choose a tag to compare

Added support for WorldGuard 7.0.0 Beta (1.13+)

01 May 11:12

Choose a tag to compare

There is now full support for WorldGuard from 1.8+

Worldguard Support (1.8.x-1.12.x)

29 Apr 20:28

Choose a tag to compare

Pre-release
0.1.0.4

Worldguard support (1.8-1.13)

Unregister commands works on 1.13+ now

28 Apr 20:07

Choose a tag to compare

Pre-release
0.1.0.3

Fixed unregister on 1.13+

Fixed name and update command

27 Apr 23:26

Choose a tag to compare

Pre-release
0.1.0.2

removed target files

Alpha 0.1.0 update!

27 Apr 23:06

Choose a tag to compare

Alpha 0.1.0 update! Pre-release
Pre-release

Drupi reload command will warn an error on 1.13+ because spigot updated the command map

The debugging update!

13 Apr 20:50

Choose a tag to compare

You can now finally debug your scripts much easier! Drupi now tells you where the errors are and in what script and line number.

Colors, TPS and CPU usage

26 Mar 11:03
06644d4

Choose a tag to compare

There is now an simple function to use color codes, use colors("string here &");
You can also get the cpu and tps usage with:
manager.getCPU(); //returns Double
manager.getTPS(); //returns String