Hello everyone! I want to show my new javascript library to work with NBT tags. powernbt-js | NBT javascript library Features - Read NBT tags...
VarScript plugin: http://dev.bukkit.org/bukkit-plugins/varscript/files/ [ VarScript 0.6.3 ] Groovy: http://groovy.codehaus.org/download [ Groovy...
If the classes are so different, the reflection API is useless.
I suggest to find field by type. // Example: class in net.minectaft.server.v*. class MinecraftClass{ private double value = 0; } //...
This is true only if you have no experience with reflections and craftbukkit.
use Reflection API or this: https://forums.bukkit.org/threads/lib-reflection-utils.246850/
The most expensive operations in the loop is Object handle = methodGetHandle.of(player).call(); Object connection =...
I did it hastily if (player.getLocation().distanceSquared(location) > 4096) continue;but distanceSquared will work faster
This class will help you to use reflection API to access to org.bukkit.craftbukkit.* and net.minecraft.server.* it works with any version of...
Helljump now works on Groovy [media] Installation manual: Install VarScript 0.6.2 or latest 0.6.X Install Groovy: Create ./lib directory in the...
mistermsk see http://jd.bukkit.org/rb/apidocs/ Correct commands to change gamemode: /js> ABC.setGameMode(org.bukkit.GameMode.ADVENTURE) /g>...
BHTTPServer is a small HTTP server written in groovy simple solution for the webserver with using AJAX Requirements: VarScript 0.5.7 or latest...
NBTCompressedStreamTools makes compressed(gzip) data with NBTTagCompound it works fine, but you can't compress NBTTagList with it. if you want...
update: PowerNBT v0.6.1 beta for bukkit 1.7 (not compatible with 1.6.x) - you can't see name of tag (this feature is disabled in minecraft 1.7)...
Check that FirstArena is not null: /> @FirstArena PRINT if null, your task is disabled or not running correctly try to reload task: /task...
Separate names with a comma.