Skip to content
This repository was archived by the owner on Nov 24, 2022. It is now read-only.

Releases: m4kvn/spigot-home-legacy

Release version 0.10.1

21 Jun 02:09
Compare
Choose a tag to compare

Release Note

  • Fixed a problem that charges will be paid when teleporting is canceled
  • Update Economy Strings

Release version 0.10.0

20 Jun 09:41
Compare
Choose a tag to compare

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

20 Jun 00:25
Compare
Choose a tag to compare

Release Note

  • Fixed bug when setting home limit less than -1

Release version 0.9.0

17 Jun 12:32
Compare
Choose a tag to compare

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

01 Apr 18:35
Compare
Choose a tag to compare

Release Note

  • Fixed issue where home display is not displayed when setting home

Release version 0.8.0

01 Apr 15:47
Compare
Choose a tag to compare

Release Note

  • Implement home display function

Release version 0.7.1

26 Mar 17:22
Compare
Choose a tag to compare

Release Note

  • Add UpdateChecker
  • Add a permission for UpdateChecker
  • Add PlayerJoinListener for UpdateChecker

Release version 0.7

25 Mar 11:41
Compare
Choose a tag to compare

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.*

27 Feb 17:37
Compare
Choose a tag to compare

Release Note

  • Changed the configuration name
    • from Allow using player's home to Allow using player home
  • Changed the data file
    • from homedata.json to playerhomes.json
      • The file is automatically converted and replaced
  • 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>

Release version 0.5 for Spigot 1.10.*, 1.11.*

23 Feb 19:37
Compare
Choose a tag to compare

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 コマンドを実装)