This repository was archived by the owner on Nov 24, 2022. It is now read-only.
Releases: m4kvn/spigot-home-legacy
Releases · m4kvn/spigot-home-legacy
Release version 0.10.1
Release version 0.10.0
Release Note
- Implemented the teleport delay
- Implemented the teleport delay countdown
- Set to cancel teleport if player moves while waiting for teleport
- Set to cancel teleport if player receives damage during teleport waiting
- Add teleport cancel settings
Release version 0.9.1
Release Note
- Fixed bug when setting home limit less than -1
Release version 0.9.0
Release Note
- Add a permission
homes.admin
- Implement the custom language support
- Implement a command that can reload plugins
- Change Permission of each command
- Changed not to display description of command without Permission when executing help command
- Implement reload command that can be executed from the console
- Implement help command that can be executed from the console
- Implement list command that can be executed from the console
- Implement the function to display the player list when executing the list command from the console
- Corresponding to version 1.12
- Add Home delete failed exception message
- Fix not economy service error
Release version 0.8.1
Release Note
- Fixed issue where home display is not displayed when setting home
Release version 0.8.0
Release version 0.7.1
Release Note
- Add UpdateChecker
- Add a permission for UpdateChecker
- Add PlayerJoinListener for UpdateChecker
Release version 0.7
Release Note
- Fix to be able to set unlimited named home when the configuration of
The limit number of named home
is -1 - Changed not to require a permission to accept the invitation.
- Changed a message when no home to display
- Fixed an issue that prevented overwriting named homes
- Add a permission to set named home PRIVATE
- Implemented function that can set fee for command execution
Release version 0.6 for Spigot 1.10.* 1.11.*
Release Note
- Changed the configuration name
- from
Allow using player's home
toAllow using player home
- from
- Changed the data file
- from homedata.json to playerhomes.json
- The file is automatically converted and replaced
- from homedata.json to playerhomes.json
- Implemented the private command to set the home private or public
- Implemented the function to limit the number of named home settable
- Implemented the invite command to invite the other player to the home
- Changed home command arguments
- from
/home -n <home_name>
to/home <home_name>
- from
/home -p <player_name> -n <home_name>
to/home <home_name> -p <player_name>
- from
Release version 0.5 for Spigot 1.10.*, 1.11.*
Release Note
- Implement the list command to display all the set home
- (設定したホームを全て表示する list コマンドを実装)
- Implement the delete command to delete the set home
- (設定したホームを削除する delete コマンドを実装)
- Implement help command to check command details
- (コマンドの詳細を確認する help コマンドを実装)