Added Paper to Platform

This commit is contained in:
MattBDev 2019-05-17 18:50:24 -04:00
parent 5dd2610b5e
commit 8ff833de36

View File

@ -1,6 +1,6 @@
package com.github.intellectualsites.plotsquared.plot;
public enum Platform {
Bukkit, Sponge, Spigot
Bukkit, Sponge, Spigot, Paper
}