Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaperMC/Paper
/ getBukkitVersion
Method
getBukkitVersion
paper-api/src/main/java/org/bukkit/Server.java:125–125 ·
view source on GitHub ↗
Gets the Bukkit version that this server is running. @return version of Bukkit
()
Source
from the content-addressed store, hash-verified
123
* @
return
version of Bukkit
124
*/
125
@NotNull
126
public
String getBukkitVersion();
127
128
// Paper start - expose game version
Callers
3
setup
Method · 0.95
TestServer
Class · 0.65
getBukkitVersion
Method · 0.65
Implementers
1
CraftServer
paper-server/src/main/java/org/bukkit/
Calls
no outgoing calls
Tested by
1
setup
Method · 0.76