Releases
v1.16.4_R18
kSpigotJsonConfig now has a saveAfterLoad
parameter
If true, the loaded config will be saved immediately. This is useful, if the config structure was changed and new default parameters were applied
org.bukkit.event.block.Action
now has the extension values isLeftClick
and isRightClick
org.bukkit.event.inventory.InventoryAction
now has the extension value isSimple
this indicates if the action was a simple inventory click (a mouse click, where items were picked up or placed)
Player.ipAddressOrNull
returns the players ipAddress as a string
the value onlineSenders
returns a collection of all online players plus the console command sender
added Player.actionBar(stringWithColorCodes)
method
use Player.sendToServer(servername)
to send a player to another server in the BungeeCord network
added sendPluginMessage
methods
these methods offer response handling
added PluginMessage presets, such as:
PluginMessageConnect
PluginMessagePlayerCount
PluginMessagePlayerList
PluginMessageGetServers
and more
You can’t perform that action at this time.