Gets the version string of this server implementation. @return version of this server implementation @see io.papermc.paper.ServerBuildInfo
()
| 145 | * @see io.papermc.paper.ServerBuildInfo |
| 146 | */ |
| 147 | @NotNull |
| 148 | public static String getVersion() { |
| 149 | return server.getVersion(); |
| 150 | } |
| 151 | |
| 152 | /** |
| 153 | * Gets the Bukkit version that this server is running. |
no test coverage detected