small update for luka
YAML:features: # WorldGuard Integration # Use: /rg flag <region> allowed-set-home <allow|deny> worldguard: enabled: true # Home Renaming Feature # Use: /home rename <index> <name> home-renaming: enabled: true # Block /sethome while in mid-air # When enabled, /sethome only works while standing on solid ground. # Grant the "ultrahomes.sethome.air" permission to let staff bypass this. block-sethome-in-air: enabled: true
YAML:messages: set-home-block-air: '§cYou cannot set a home in mid-air. Stand on solid ground.'
FIXED
- Admin commands now find players regardless of uppercase/lowercase typing
- Offline players are now properly found when using /uhomes tp, see, delete
ADDED
- High-performance caching system for better memory management
- Inactive player data is now automatically cleaned from memory
target server with no visible spawn flash
- Redis-based cross-server home teleportation
- Seamless teleportation — players arrive directly at their home on the
- server.yml — dedicated config file for Redis and cross-server settings
- Fully Revamped / Working on Redis based cross server teleportation
- Fixed an issue where the custom WorldGuard "allowed-set-home" flag would not correctly register or prevent home setting
- Fixed a bug where running the reload command would not update applied player home limits from perks.yml
- Fixed an issue where extra spaces around rank permissions in perks.yml would cause the entry to fail
- Fixed an exploit in the GUI where players could click on empty navigation slots to bypass the last page into infinite menus
Added Cross server teleportation
Added Home rename feature with color code support
Added Mysql
Added particles while countdown and teleporting
Added perks Based homes
added many more soundsCode:home-limits: - default:home.default:1 - vip:home.vip:5 - mvp:home.mvp:10 - god:home.god:14
better essentialsx migrator
Added more admin commands
