Releases: drupijs/Drupi-JS
Releases · drupijs/Drupi-JS
Fix Update command
0.1.2 Merge branch 'master' of https://github.com/drupijs/Drupi-JS
Fixes Http.get and is more stable
0.1.1 Merge branch 'master' of https://github.com/drupijs/Drupi-JS
Holograms Support!
Added support for WorldGuard 7.0.0 Beta (1.13+)
There is now full support for WorldGuard from 1.8+
Worldguard Support (1.8.x-1.12.x)
0.1.0.4 Worldguard support (1.8-1.13)
Unregister commands works on 1.13+ now
0.1.0.3 Fixed unregister on 1.13+
Fixed name and update command
0.1.0.2 removed target files
Alpha 0.1.0 update!
Drupi reload command will warn an error on 1.13+ because spigot updated the command map
The debugging update!
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
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