Added the `/near` command which will show all nearby players within the set amount of blocks that can be configured in the config.yml file via the `near-range` value which is set to 200 Blocks by default. This also comes with it's own permission `se.near`. As well as two Lang.yml file values which are: `near-message` and `near-invalid`.
Added the `/paytoggle` command which will allow players to toggle whether they'd like other players to be able to pay them or not. This also comes with it's own permission `se.paytoggle`. As well as three Lang.yml file values which are: `pay-toggle-enabled`, `pay-toggle-disabled` and `pay-disabled`.
Added the `/seen` command which will allow players to see when a Player was last online alongside their UUID. This also comes with it's own permission `se.seen`. As well as three Lang.yml file values which are: `seen-online`, `seen-offline` and `seen-invalid`.
Added the `/anvil` command which will open up a portable Anvil GUI. This also comes with it's own permission `se.anvil`.
Fixed an issue where the player using `/pay` would get an incorrect amount showed for the Paid Player's Balance.