Skip to content

Releases: Lazy-Bing-Server/WhereIs-MCDR

v2.2.1

04 Jun 09:27
Compare
Choose a tag to compare
  • Fixed serial requirements in command tree
  • Fixed a problem that raise an exception when player join the server ASAP after server starts
  • No longer attach build count to version

Full Changelog: 2.2.0...2.2.1

v2.2.0

07 Apr 14:36
Compare
Choose a tag to compare

Important

This version no longer supports MCDReforged v2.11 and earlier

New in v2.2.0

  1. This plugin now have a in-game help message, execute where_is prefix (!!whereis or !!vris by default) to browse

  2. New command syntax:

    • where_is command allowed querying multiple players

    • deprecated old optional argument syntax, -as / -sa are removed, now optional arguments should be divided by space

      Actually commands mixing these arguments into player names can be parsed correctly too

  3. Now highlight time can be specified by attaching argument -h/--highlight <duration>

    Highlight argument, when executing a command that won't broadcast player's location, will be ignored to protect player's location from highlighting accidentally by player has no privilege

Other changes

  1. Due to the use of new features, dependency mcdreforged raised to >=2.12.0

  2. Now MCDR can suggest player names and arguments while user input query commands in console.

Full Changelog: 2.1.1...2.2.0

v2.1.1

12 Dec 09:30
Compare
Choose a tag to compare

Fixed compatibility with newer version of MCDR

2.1.0

02 Aug 16:04
Compare
Choose a tag to compare

What's new in v2.1

  1. Inline here (suggested by EasonSYC in TISUnion/Here#19 and TISUnion/Here#25)

    After option enable_inline_here is enabled (default to false), command !!here in almost any position of chat message can be responded.

    There's a slight difference between this implement and TISUnion/Here#25: Command !!here should be divided with space to other words in chat message

  2. minecraft dimension translation mode key customization

    Now you can modifying translation keys in config option custom_vanilla_translation_key to avoid translation failure. Custom

Other changes

  1. broadcast_to_console option in configuration

    When this is enabled, !!here message and !!vris/!!whereis <player> -a message will be sent to MCDR console. In old versions, all the broadcast message would be sent to console.

  2. Now dimension translation mode is default to mcdr.

    Translation key for dimensions has been changed for a long time, minecraft mode is not suitable to be the default mode anymore.

Fixes

  1. Fixed a problem that makes MCDReforged language preference invalid for 'here' and 'where is' broadcast message

  2. Fixed a problem that allows invalid 'where is' arguments be ignored

Full Changelog: 2.0.2...2.1.0

2.0.2

20 Jul 15:57
Compare
Choose a tag to compare

Full Changelog: 2.0.1...2.0.2

2.0.1

04 Jul 11:29
Compare
Choose a tag to compare

Fixed a configuration problem that enable items are not effective.

DO NOT FORGET TO BACK YOUR CONFIGURATION UP BEFORE YOU UPATE TO 2.0 AND LATER VERSION
(See the known issue of this release)

Full Changelog: 2.0.0...2.0.1

2.0.0

03 Jul 09:33
Compare
Choose a tag to compare

Feature updates

  1. New function: !!here. The same as Here
  2. Now the dimension names are allow to be configured in configuration. Using these translation for vanilla dimensions requires mcdr mode for dimension_translation_mode. Non-vanilla dimensions are also supported and mcdr mode is not required for these dimensions (minecraft mode can't translate non-vanilla dimensions so these dimensions will always be tranlated with mcdr mode).

Known issue

Updating to this version will make all your configuration lost. Here're 2 ways to avoid this lost:

  1. Back your configuration up and configure after updating.
  2. Configure command_prefix and highlight_time item with new values before updating.

Full Changelog: 1.1.0...2.0.0

1.1.0

02 Jul 09:07
Compare
Choose a tag to compare

Added a new option to allow this plugin use MCDR translate dimension names instead of minecraft to avoid tranlation failure

Full Changelog: 1.0.0...1.1.0

1.0.0

31 Dec 17:45
Compare
Choose a tag to compare

Initial release