-
Notifications
You must be signed in to change notification settings - Fork 5
Compiling
Mark Hughes edited this page Dec 1, 2016
·
3 revisions
To ensure FreshWilderness is as quick as possible we access the Minecraft API directly instead of using the Bukkit API, as the Bukkit API would be much slower.
As another performance gain, FreshWilderness doesn't use reflection. But instead FreshWilderness is compiled against every version of Spigot.
Because of this you will need to reference (at the time of writing):
- MC v1.7-R4
- MC v1.8-R3
- MC v1.9-R1
- MC v1.9-R2
- MC v1.10-R1
- MC v1.11-R1
You also need to compile against FactionsFramework, Towny Advanced, Townships, and Kingdoms. As some of these are paid plugins you may want to request a developer API version of these plugins for access. For Kingdoms there is a demo you can use.