Releases: Lazy-Bing-Server/WhereIs-MCDR
v2.2.1
- 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
Important
This version no longer supports MCDReforged v2.11 and earlier
New in v2.2.0
-
This plugin now have a in-game help message, execute
where_is
prefix (!!whereis
or!!vris
by default) to browse -
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 spaceActually commands mixing these arguments into player names can be parsed correctly too
-
-
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
-
Due to the use of new features, dependency
mcdreforged
raised to>=2.12.0
-
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
Fixed compatibility with newer version of MCDR
2.1.0
What's new in v2.1
-
Inline here (suggested by EasonSYC in TISUnion/Here#19 and TISUnion/Here#25)
After option
enable_inline_here
is enabled (default tofalse
), 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 -
minecraft
dimension translation mode key customizationNow you can modifying translation keys in config option
custom_vanilla_translation_key
to avoid translation failure. Custom
Other changes
-
broadcast_to_console
option in configurationWhen 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. -
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
-
Fixed a problem that makes MCDReforged language preference invalid for 'here' and 'where is' broadcast message
-
Fixed a problem that allows invalid 'where is' arguments be ignored
Full Changelog: 2.0.2...2.1.0
2.0.2
Full Changelog: 2.0.1...2.0.2
2.0.1
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
Feature updates
- New function:
!!here
. The same as Here - Now the dimension names are allow to be configured in configuration. Using these translation for vanilla dimensions requires
mcdr
mode fordimension_translation_mode
. Non-vanilla dimensions are also supported andmcdr
mode is not required for these dimensions (minecraft
mode can't translate non-vanilla dimensions so these dimensions will always be tranlated withmcdr
mode).
Known issue
Updating to this version will make all your configuration lost. Here're 2 ways to avoid this lost:
- Back your configuration up and configure after updating.
- Configure
command_prefix
andhighlight_time
item with new values before updating.
Full Changelog: 1.1.0...2.0.0
1.1.0
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
Initial release