Added the `/thor` command which will summon lightning on yourself, or a targeted player. This comes with the `se.thor` permission and `thor-message` Lang.yml file value.
Added the `/jump` command which will give you, or a targeted player jump boost. This comes with the `se.jump` permission + the `jump-message` and `jump-remove-message` Lang.yml file values.
Added the `/fireball` command which will fire a fireball projectile. This comes with the `se.fireball` permission.
Added the `/burn` command which will allow you to set yourself, or a target on fire for x amount of seconds. This comes with the `se.burn` permission + the `fire-success-self`, `fire-success-target` and `fire-receive-target` Lang.yml file values.
Added the `/world` command which will teleport you to the Spawn Point of the specified World. This comes with the `se.world` permission + the `world-success` and `world-invalid` Lang.yml file values.
Added the `/smithingtable`, `/stonecutter` and `/grindstone` commands for servers on Minecraft 1.21.1 or higher. These come with the following permissions: `se.smithingtable`, `se.stonecutter` and `se.grindstone`.
All New Commands have also been added to the `/se` command.
Added the `se.keepinventory` permission which is not granted by default and will stop players who have it from losing their inventory on death.
Added the `se.vanish.see` permission which will allow you to either see, or hide players that are in Vanish, previously it would hide all players with the `se.vanish` permission.
Added the se.home.bypass, se.warp.bypass and se.spawn.bypass permission which will now allow you to skip the cooldown you have to wait to teleport.
Added `/ci` as an Alias for the `/clear` command.
Added default value comments to every boolean and integer value in the config.yml file so that you can see what the initial value was for any option.
Made `spawn-on-join` and `spawn-on-death` config.yml values to default to true.
Optimised the Home Command Class removing excess unneeded code with methods.