[+] Added full folia support
[+] Added back async paper teleportation
[~] Fixed home renaming didn't work on home numbers > max player homes
[~] The bot has gone down due to a discord api problem and throws another error not known to me. It is now fixed.
[+] Added a simple api, me.serbob.commons.api.ModernHomeAPI
[+] Added filler items, you can now add as many items as you like to the gui. To start using them, go inside either gui/home.yml or gui/confirm.yml and add this (in our case home.yml)
YAML:# Filler items that are only used for decoration # Just uncomment this, and you will be able to start using this feature # You can add as many items as you want fillers: - slot: 0 name: "&8• &bExample Item &8•" lore: - "&7Example lore line" - "&7This supports placeholders: %player%" material: "LIGHT_BLUE_STAINED_GLASS_PANE" - slot: 8 name: "&8• &bPlaceholder Demo &8•" lore: - "&7This shows player info: %player%" material: "BLUE_STAINED_GLASS_PANE" - slot: 4 name: "&e%player%'s Statistics" lore: - "&7Homes: &b%homes_count%/%max_homes%" - "&7Current page: &f%page%" material: "PLAYER_HEAD" - slot: 49 name: "&cExample Button" lore: - "&7Simple example with no placeholders" material: "BARRIER"
[+] Added notification for when a home is corrupted (though now it should never happen)
[+] Made it so you can only use digits & letters for rename since using special letters could cause errors
