i have gone ahead and changed how points are saved and thus made the mnow save to their own yml file named points.yml that will save in tandem wit hthe config.yml in the config folder of the plugin, should you update your plugin version simply copy all the contents from the og config starting from points: and down and paste that into the points.yml file then save and reload the plugin with the new built in wp-reload command, with this new functionality it will make it much easier to save, export, or import any points from your servers without major changes or reconfiguration as well as make it easier to avoid accidental errors from altering the config file
recent update including the on-op-join listener to check for updates was not listening properly and as a result did not function as intended but has since now been fixed
there is now vault support with worldpoints! you can set a static price per warp in the new config layout (if you are updating from an existing worldpoints configuration and do not want to delete and regenerate your config which stores all the worldpoints you can add these lines under the rows line
economy-mode: false
warp-price: 50
by adding these you can keep your current points and still be in the new update!
economy-mode - this line is a true|false option
if you’d like to use worldpoints as it were without needing vault and an economy plugin leave the option as false
if you’d like to utilize an economy to charge currency upon travel change this to true
warp-price - this line is a number you may use with or without a decimal
you may change this to any number you’d like to charge players for their travel each time
small cosmetic changes to the plugins commands this include tabComplete for the new function that allows a player to use the /worldpoints command in the context of /worldpoints <pointName> to warp directly to the defined point name or just as /worlpoints to open the gui this new function also works with all the aliases to the worldpoints command
sound and message now play to whole server when new point is added to the list