Want a better Minecraft server? Read about SpigotMC here!
Separate names with a comma.
There is a really good example on my CommandInterpreter resource page. https://www.spigotmc.org/resources/command-interpreter.37560/ Click on the...
root/world/stats/UUID.json "minecraft:drop":21,"minecraft:dive_one_cm":2527443,"minecraft:deaths":53,"m Those files have a lot more info in them...
Most of spigot seems to be targeted at enabling control of a server from within the file structure or within the game its-self, sometimes via the...
I found in my maven dependencies that I had EnjinMinecraftPlugin v2.7.7 and in the actual server I had the new EnjinMinecraftPlugin v3.4.3 which...
I checked Version 2.7.7 and found com/enjin/officialplugin/points/PlayerDoesNotExistException Checked 3.4.3 which is the latest one and also the...
This issue is still unsolved.
Ok, i've taken your advice and done it like this. SessionListener.java @EventHandler(priority = EventPriority.LOWEST) public void...
Hmm, still not there yet but did find this....
https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/block/Block.html#setType-org.bukkit.Material- unless you intended to send fake block changes?...
https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/block/Block.html So close...
I have more news. The au.com.mshcraft.memberpass.CommandHandler class import com.enjin.officialplugin.points.PlayerDoesNotExistException; I...
I have now added EnjinMinecraftPlugin to depend in my MemberPass plugin but no change. The issue still exists. The resource which explains the...