Version 4.8
+ Fixed worldedit bypass permission
Version 4.6
+ Added Folia Support
+ Fixed plot protections for dispensers when dispensing eggs and buckets
Version 4.5
+ Moved /plot home to work from any world
Version 4.4
+ Fixed a abandon bug where it registers the wrong Y level
+ Fixed op & plot.admin not being able to mine bedrock
+ Fixed a default config option message for Not-In-Plot
Version 4.3
+ /plot auto now works in any world
Version 4.2
+ Added API Methods
here
+ Reload command now works in console
+ Removed plot size config options since its used in command
Version 4.1
+ Fixed world gamerules for Minecraft version 26
Version 3.0
+ Added support for plot sizes up to 1000
+ Fixed some minor bugs
Version 2.9
+ Fixed default config formatting
Version 2.8
+ Preventing block place in null plots, was accidentally removed in previous version.
Version 2.8
+ Added import command for worlds created on a separate server
/cp import world <size> <plot size> <road size>
Version 2.6
+ Fixed killing mobs in other players plots
+ Added claiming prevention during a plot resetting
Version 2.7
+ Fixed config updater accuracy when removing lines
+ Fixed duplicate armor stand and crystal check
Version 2.5
+ Fixed crop trampling in protected areas
Version 2.4
+ Fixed clients can place blocks outside plots if its done without a interaction
Version 2.3
+ Fixed spawn egg exploit listener misreading eggs by their name
Version 2.2
+ Fixed Entity Listener for config options that prevent withers
+ Separated armor stand prevention from minecarts
Version 2.1
+ Fixed TNT Cannon protection
+ Allowed item drops in roads
Version 2.0
+ Improved liquid protection
Version 1.9
+ Added Pickup & Drop protection / with config options
+ Added Redstone protection / with config options
+ Added "plot.bypass" permission to ignore protections
+ Added /plot claim "auto" command to automatically find a claimable plot
Version 1.8
+ Fixed pistons able to move blocks on the plot border
Version 1.7
+ Majorly improved performance when generating
Version 1.6
+ Changed plot generation pattern to support expanding (premium version)
+ Added TPS checks to pause generation if it lags
+ Added /plot home command to teleport to your first plot
Version 1.5
+ Added worldedit(fawe) integration to prevent modifying blocks outside of your plot
+ Added permission to use worldedit in your plot plot.worldedit, plot.admin will bypass this
Version 1.4
+ Added permission to bypass the exploit protections - plot.exploitbypass
Version 1.3
+ Fixed bug that allowed for claiming on top of others plots
+ Added /plot reload command - permission plot.admin
+ Added config updater
Version 1.2
+ Added a command to visit other players plots by number
/plot visit <player> <number>
+ Changed original visit command to teleport
/plot teleport <number>
+ No longer need to be inside a plot to teleport to another plot
Version 1.1
+ All event protection methods are skipped if not in a plot world
+ Added public method for api isPlotWorld(string)