Ultra SetHome (with BungeeCord support) icon

Ultra SetHome (with BungeeCord support) -----

Probably the best plugin to set homes!




  • FIXED Skull error
This update could contain some problems because the plugin had to be restored after a toal loss.
----------, Mar 10, 2024

  • FIXED 1.20.2 error
----------, Oct 14, 2023

  • Updated libraries
----------, Jun 13, 2023

  • ADDED You can now change a homes location with the following command!
    • /updatehome <name>
  • FIXED Paper timings got deprecated so i had to update something.
----------, Apr 8, 2023

  • FIXED Bungeecord detection did not work with Purpur.
  • ADDED New config setting that allows to sum up the permission home limit instead of using the highest permission value. Useful if you have a player that owns two ranks with different home limits.
    count_home_permission_limit_together
----------, Mar 22, 2023

  • FIXED Paper plugin loader bugs
----------, Feb 26, 2023

  • FIXED deactivated homes still useable
----------, Jan 23, 2023

  • FIXED Essentials NullPointerException getUser()
----------, Nov 22, 2022

  • ADDED You can now import homes from Essentials (EssentialsX)!
    • /importhomes essentials
  • FIXED Homes got not deleted in a special case.
  • FIXED Error while loading Ultrasethome on older Versions with old yaml api.
----------, Nov 21, 2022

  • FIXED UltraSetHome was loaded before Essentials
  • FIXED UltraSetHome did not support newest Geyser api
----------, Nov 1, 2022

  • ADDED EssentialsX /back support
  • ADDED Configuration option to disable sound and/or particle effects
----------, Jul 6, 2022

  • ADDED 1.19 support
  • FIXED Bug with home deactivation
----------, Jun 22, 2022

  • FIXED a problem with the permissions from 1.6.5
----------, May 23, 2022

  • ADDED /ultrasethomereload
    • This command will reload the config. No restart required after you made changes.
    • Permission: ultrasethome.admin
----------, May 23, 2022

  • ADDED Option(deactivate_homes_over_limit) to deactivate homes if a player is over the limit
    • This could happen when you give a player temporary permissions to create homes. (premium rank, special reward)
----------, May 22, 2022

I just fixed some bugs with special characters. You should update to 1.6.3.
----------, Mar 25, 2022

  • ADDED BungeeCord support
    • You can now use UltraSetHome in combination with BungeeCord! That means you can access your homes on server B to teleport you there from server A! All you need to do is to deactivate SQLite and activate MySQL in the config. A migration between SQLite and MySQL is not possible and not recommended! You should not use MySQL if you dont want to use UltraSetHome for Bungeecord!
  • ADDED WorldGuard Flags
    • ush-create-homes deny will prevent that players can set a home in a region.
    • ush-commands deny will prevent that players can use commands of UltraSetHome in a region.
  • ADDED Config Updater
    • The Config Updater will keep your config fresh.
    • You can disable it in the config if you have any problems with it. Please report the problems to me on Spigot with a DM or over Discord (prevered).
  • ADDED A nether star in the overview GUI to show some infos
----------, Feb 21, 2022

  • REMOVED Id from GUI (unimportant information). You can delete this line from your config:
    • Code (Text):
      gui_overview_id
----------, Feb 4, 2022

  • ADDED The permission ultrasethome.cooldown.bypass will bypass the teleport cooldown!
  • CHANGED Tab completion works now for /removehome <name> too
----------, Feb 4, 2022

I switched the Database to SQLite!!!
If you want to migrate your homes then you have to run 1.4.9 one time(migration starts automatically)!
The migration will only work with 1.4.9! From 5.0-x the migration is not available!


  • FIXED /homes <name>
----------, Feb 2, 2022

I switched the Database to SQLite!!!
Your Homes will automatically be migrated(but take a backup of Homes.json)! The migration will only work with 1.4.9! From 5.0-x the migration will be removed!

  • ADDED tab complete for /home <name> (can be disabled if you dont use paper and it causes lags)
  • CHANGED homes with duplicate names are no longer possible
  • FIXED /removehome <name>
You have to adjust your config.yml if you want to change something of the new features(or you can just generate a new config.yml). This are the new entries:
  • Code (Text):
    home_tab_complete: true

    Messages:
        dupplicate_name: '&eThere is already a home with that name.'
----------, Feb 2, 2022

  • ADDED /home <name>
  • ADDED /removehome <name>
  • ADDED "back" button in settings gui
  • ADDED command renaming in config.yml
  • CHANGED support geyser/floodgate for /homes <name>
  • CHANGED better async handling
You have to adjust your config.yml if you want to change something of the new features(or you can just generate a new config.yml). This are the new entries:
  • Code (Text):
    Commands:

        command_home: 'home'
        command_homes: 'homes'
        command_sethome: 'sethome'
        command_removehome: 'removehome'

    Messages:
        home_not_found: '&eYou don`t have a home with that name.'

----------, Jan 31, 2022

  • ADDED Geyser/Floodgate support
  • TODO Possibility to view the homes of Bedrock user too with /homes name

________________________________________________________

You have to adjust your config.yml if you want to change something of the new features(or you can just generate a new config.yml). This are the new entries:

  • Code (Text):
    Gui:
        gui_overview_bedrock_click: '&eClick &bto adjust!'
        gui_settings_bedrock_click: '&eClick &bto teleport!'
----------, Jan 30, 2022

  • ADDED Commands to add/remove/set players extra homes. These extra homes just expand the existing limit for that player.
    • /homes add <name> <integer>
    • /homes remove <name> <integer>
    • /homes set <name> <integer>
  • ADDED Command to get the amount of total homes and the amount of possible extra homes from a player.
    • /homes info <name>

________________________________________________________

You have to adjust your config.yml if you want to change something of the new features(or you can just generate a new config.yml). This are the new entries:

  • Code (Text):
    Messages:
        no_number: '&cThis is not a valid number.'
        added_extra_home: '&aExtra home successfully added.'
        removed_extra_home: '&aExtra home successfully removed.'
        set_extra_home: '&aExtra home successfully set.'
        info_homes: '&9{player} &ahas actual &9{total_homes} &ahomes and is able to create &9{extra_homes} &aextra homes over the limit(this also applies to permission limits).'

On the main page you can see how the config.yml should look like now.
----------, Jan 22, 2022

  • BUGFIX Inventory sometimes emty (again)
  • BUGFIX Error from 1.4.2 & 1.4.3 (homes <name>)
  • ADDED Possibility to translate some other messages
________________________________________________________

You have to adjust your config.yml if you want to change something of the new features(or you can just generate a new config.yml). Please copy the following to the end of your config.yml:
  • Code (Text):
    acf-core:
      invalid_syntax: '&7[&aUltra&bSetHome&7] &eUsage: &a{command} {syntax}'
      unknown_command: '&7[&aUltra&bSetHome&7] &cUnknown Command.'

On the main page you can see how the config.yml should look like now.
----------, Jan 18, 2022

  • BUGFIX Inventory sometimes emty
----------, Jan 17, 2022

  • CHANGED The plugin should now handle it's operations asynchronous.
  • ADDED Nice click sound in all GUI's.
----------, Jan 17, 2022

  • ADDED Teleport delay

________________________________________________________

You have to adjust your config.yml if you want to change something of the new features(or you can just generate a new config.yml). This are the new entries:

  • Code (Text):

    command_cooldown_home: 0
    teleport_delay: 0
    teleport_delay_check_movement: true


    Messages:
        delayed_teleport: '&7Teleport in {seconds}s... don`t move!'
        delayed_teleport_already_in_progress: '&cA teleport is already in progress!'
        delayed_teleport_cancel_movement: '&cTeleport process canceled! You moved!'
     
Change this
Code (Text):
cooldown: 0
to
Code (Text):
command_cooldown_home: 0

----------, Dec 28, 2021

If you use this plugin with permissions enabled then please pay attention to the following:
  • You have to add your players the permission "ultrasethome.use" so they can use:

________________________________________________________

  • ADDED
    as alias to
  • ADDED

    • Now your Admins can see the Homes of other players (they, can edit the homes too). You just have to give them the permission:
      .
  • ADDED Options to modify the UpdateCheck. You can set all options to false if you want to completely deactivate it.
  • CHANGED The UpdateCheck cycle is now running every 24 hours instead of 5 hours.
________________________________________________________


You have to adjust your config.yml if you want to change something of the new features(or you can just generate a new config.yml). This are the new entries:

  • Code (Text):
    updatecheck_daily: true
    updatecheck_operators_notify: true
    updatecheck_entitled_notify: true

    Messages:
        no_permissions: '&cYou don`t have permission to do this!'
        no_home_other: '&cThis player does not have any homes.'
        error_fetching_uuid: '&cThere was an error while fetching the uuid of the player. This name does not exist or Minecraft API is currently not available.'

    Gui:
        gui_overview_other: '&e{player}'
----------, Dec 23, 2021

  • ADDED the symbols for the 1.18 Biomes
----------, Dec 19, 2021

  • FIX The plugin threw errors and stopped working when players had a home in a renamed or removed world.
    • New messages in config.yml (You have to add them manually or regenerate the config if you want to change the default message):
      • Code (Text):
        Messages:
            corrupted: '&cThis home is corrupted! Try to change the location.'
      • Code (Text):
        Gui:
            gui_overview_corrupted: '&cCorrupted! Change the location.'
----------, Dec 16, 2021

- The plugin now supports 1.18!
----------, Dec 11, 2021

  • FIX For the latest feature i used new Items from 1.17. If you used the plugin on older versions it ended up in a error because of that. Now it fully supports 1.16.
----------, Oct 21, 2021

  • ADDED
    • While making a new home or changing its location the symbol of an home will set to an item or block which is known for the biome. Thanks to KhrysAK47.
----------, Oct 21, 2021

First of all, I would like to say that my project, for whatever reason, was deleted on my computer. I tried to reconstruct it as best as possible and in the end I couldn't find any more errors. If you encounter any errors, please contact me directly on discord (DM or on the following server). I'll fix it as soon as possible!

https://discord.com/invite/eJBpDwz


Permissions:

  • Permissions changed to ultrasethome.limit.5 (before sethome.limit.5)

Sound & Particle:
  • fix - Sound and Particles were only played with /home

Update check:
  • Added a beautiful update check (much better then before)

----------, Oct 20, 2021

  • Made a typo on bstats, so i had to create a new id for the plugin.
----------, Oct 18, 2021

Resource Information
Author:
----------
Total Downloads: 164,305
First Release: Oct 18, 2021
Last Update: Mar 10, 2024
Category: ---------------
All-Time Rating:
40 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings