Editing Updates

From MINR.ORG WIKI

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
== 11.0 - Events & Social ==
+
A log of changes since the 10.0.0 Minr Scripts 2 + 1.13 update.
=== 11.1.3 (2022/11/21) ===
 
==== Commands ====
 
: Added "/checkpoint by" to list the maps created by a specific creator.
 
: Added length constraints to map and challenge names and map codes (32 and 10, respectively), and duplication prevention.
 
 
 
==== Bugfixes ====
 
: Fixed scripts sometimes still using old implementations if its namespace was removed and readded.
 
: Fixed scripts (and functions) sometimes not recompiling if any of its contents, or its parent namespace were changed/removed/readded. (https://forums.minr.org/threads/cant-display-content-in-namespace-variables-and-scripts-dont-update-on-reimport.6461/)
 
: Fixed variables containing "%" not working when displayed using /namespace variables or /type fields
 
: Fixed being unable to set challenge modifier LIMITED_CHECKPOINTS to 0.
 
: Fixed not being able to reply to a chat prompt when in a no-chat region.
 
 
 
 
 
=== 11.1.2 (2022/08/15) ===
 
==== Bugfixes ====
 
: Fixed an issue with players getting randomly kicked due to "Invalid chat signature" and similar errors.
 
 
 
 
 
=== 11.1.1 (2022/08/14) ===
 
==== Bugfixes ====
 
: URL recognition has been updated to include .be and .sc links
 
 
 
 
 
=== 11.1.0 (2022/07/15) ===
 
: See https://forums.minr.org/threads/challenges-parties-update.6516/
 
 
 
 
 
=== 11.0.41 (2022/06/08) ===
 
==== Bugfixes ====
 
: Links in chat should now only show up for things that are actually links, and not anything with a dot.
 
 
 
=== 11.0.40 (2022/06/05) ===
 
==== Chat ====
 
: Links in chat now show up with an underline.
 
 
 
==== Bugfixes ====
 
: Fixed right clicking having a cooldown between presses to activate scripts, signs, etc. Note: left-clicking still necessarily has this cooldown.
 
: Fixed left-clicking scripts, signs, etc. not taking into account the hitboxes of the targeted blocks.
 
: Messages from Discord are now filtered on more illegal characters.
 
: Fixed non-command Discord messages starting with . not showing up in zero chat.
 
: Fixed chat links from non-ops not being clickable.
 
 
 
 
 
=== 11.0.39 (2022/05/04) ===
 
==== Scripts ====
 
: Added new methods to the Entity type:
 
:: Boolean addPassenger(Entity passenger)​
 
:: Void ejectPassengers()​
 
 
 
==== Maps ====
 
: Speedrun score is now no longer awarded for nullified times (--:--,--).
 
 
 
==== Commands ====
 
: Updated hide commands:
 
:: Added "/hide nonparty" to hide everyone but your party.​
 
:: Added "/unhide party" to unhide your party.​
 
:: The hidden status of party members will automatically update with your party. If the party is unhidden, and someone newly joins the party, they will be visible.​
 
:: Conversely, if someone leaves the party, they may be hidden when "/hide all" or "/hide nonparty" has previously been used.​
 
:: Hidden status of individual party members can still be overridden with /hide <player>.​
 
 
 
==== Bugfixes ====
 
: Fixed /unhide <player> not working when /hide all was used.
 
: Fixed clicking signs sometimes triggering twice.
 
 
 
 
 
=== 11.0.38 (2022/03/31) ===
 
==== Bugfixes ====
 
: Fixed Speedrun Score not live-updating.
 
 
 
 
 
=== 11.0.37 (2022/03/31) ===
 
==== Commands ====
 
: Renamed "comparing" to "sortby" in /checkpoint completed, /checkpoint uncompleted, /challenge completed and /challenge uncompleted.
 
: Added "comparing" modifier to /checkpoint completed, /checkpoint uncompleted, /challenge completed and /challenge uncompleted to compare your completion status with another player, or your party.
 
:: Example:
 
:: "/checkpoint completed comparing rickyboy320" will show the overlapping completions of you and rickyboy320.​
 
:: "/checkpoint uncompleted comparing party" will show the overlapping un-completed status of you and your party.​
 
 
 
==== Maps ====
 
: Speedrun score is now also awarded for hidden FFA maps that have a non-zero point value. (For example, ANHUR 2 and 3, the later installments of DOOM-ED).
 
 
 
==== Challenges ====
 
: Challenge signs now also show completion status upon left click.
 
 
 
==== Bugfixes ====
 
: Fixed backup lag at xx:23 by saving relative variables with a different strategy.
 
: Fixed /play (and equivalent) commands not resetting player state when used outside of spawn.
 
 
 
 
 
=== 11.0.36 (2022/03/23) ===
 
==== Misc ====
 
: Added a "Quick warp" spawn compass. It'll show up in your inventory while in spawn.
 
: On right click, it will open a menu that allows you to warp to the given areas in spawn.
 
: Menu can also be opened through /quickwarp or /play.
 
 
 
: Updated Cosmetic GUI:
 
:: Changed Cosmetic GUI to only show cosmetics you own.
 
:: Active cosmetics now have enchanted icons.
 
:: When you activate/deactivate a cosmetic the window is now closed.
 
:: Cosmetic windows now resize automatically.
 
 
 
 
 
=== 11.0.35 (2022/03/08) ===
 
==== Bugfixes ====
 
: Fixed time & weather being reset to default upon joining a map, incorrectly erasing any time-locks or weather-locks for certain maps.
 
 
 
==== Scripts ====
 
: Disabled the following Player methods:
 
:: Void setPlayerWeather(String weather)​
 
:: Void resetPlayerWeather()
 
:: Long getPlayerTime()​
 
:: Long getPlayerTimeOffset()​
 
:: Void setPlayerTime(Long time, Boolean serverRelative)​
 
 
 
 
 
=== 11.0.34 (2022/03/08) ===
 
==== Bugfixes ====
 
: Fixed knockback being broken due to the 1.18.2 update.
 
 
 
 
 
=== 11.0.33 (2022/03/08) ===
 
==== Update ====
 
: Updated to 1.18.2
 
: Updated all plugins to their latest 1.18.2 versions.
 
 
 
==== Misc ====
 
: Checkpoint join signs now show your completion info for the map on left click.
 
 
 
==== Scripts ====
 
: The Player type has received a number of new methods:
 
:: String getClickedBlockFace()​
 
:: String getTargetBlockFace(Int distance)​
 
:: Block getTargetBlock(Int distance)​
 
:: Entity getTargetEntity(Int distance)​
 
:: Boolean hasGravity()​
 
:: Void setGravity(Boolean gravity)​
 
:: Boolean isGliding()​
 
:: String getPlayerWeather()​
 
:: Void setPlayerWeather(String weather)​
 
:: Void resetPlayerWeather()
 
:: Long getPlayerTime()​
 
:: Long getPlayerTimeOffset()​
 
:: Void setPlayerTime(Long time, Boolean serverRelative)​
 
:: Void resetPlayerTime()​
 
:: Boolean dropItem(Boolean dropAll)​
 
 
 
 
 
=== 11.0.32 (2022/02/23) ===
 
==== Leaderboards ====
 
: Added completion leaderboard (/checkpoint ranks completion)
 
: Speedrun leaderboard now uses the updated formula as proposed in https://forums.minr.org/threads/speedrun-score-formula-survey.6213/
 
 
 
==== Commands ====
 
: Moved speedrun leaderboard to /checkpoint ranks speedrun
 
: /checkpoint uncompleted now no longer shows unassessed maps (like FFA hub, etc).
 
 
 
 
 
=== 11.0.31 (2022/01/23) ===
 
==== Update ====
 
: Updated to 1.18
 
 
 
 
 
==== Commands ====
 
: /challenge current now shows total number of stages.
 
 
 
 
 
==== Bugfixes ====
 
: Dots in homes now no longer corrupt the PlayerData.
 
: Dots in challenge names/tags now no longer corrupt the challenge.
 
: Fixed titles not showing up on login for mods/ops.
 
: Fixed another case where titles *could* sometimes detach and lay around.
 
: Script exports now no longer indent the script every time (proper indents).
 
: Fixed checkpoint being set to current stage when unsuspending a challenge, instead of checkpoint being reset to the original checkpoint.
 
: Hexa no longer considers 'UNASSESSED' maps, which causes hub maps to be excluded from hexa.
 
: Nether -> overworld portals no longer scale the coordinates by 64, now back to the vanilla 8.
 
 
 
 
 
=== 11.0.30 (2022/01/17) ===
 
==== Bugfixes ====
 
: Fixed completion messages showing the wrong rank.
 
 
 
 
 
=== 11.0.29 (2022/01/12) ===
 
==== Bugfixes ====
 
: Fixed rotating challenges not expiring upon rotation.
 
 
 
 
 
=== 11.0.28 (2022/01/10) ===
 
==== Bugfixes ====
 
: Fixed repeating challenges not saving and loading properly.
 
: Fixed HC throwing an exception while printing the progress message.
 
: Fixed party serializing, potentially causing PlayerData corruption.
 
: Fixed 'isFirstCompletion' being inverted, causing completion messages to be sent when they shouldn't, and to not be sent when they should.
 
: Fixed hexa not regenerating the map list.
 
 
 
 
 
=== 11.0.27 (2022/01/09) ===
 
==== Commands ====
 
: Chat is now cleared when entering streamermode.
 
 
 
 
 
==== Storage ====
 
: Database migration to JSON.
 
 
 
 
 
==== Bugfix ====
 
: /c points Speedrun Score uses Challenge rank instead.
 
 
 
 
 
=== 11.0.26 (2021/10/03) ===
 
==== Hardcore ====
 
: Added HC support for 11.1
 
: Added HC conversion for 11.0 -> 11.1
 
 
 
==== Bugfixes ====
 
: Fix PlayerData cache not working.
 
 
 
 
 
=== 11.0.25 (2021/08/27) ===
 
==== Events ====
 
: Added purple comet mode.
 
 
 
 
 
=== 11.0.24 (2021/08/14) ===
 
==== Commands ====
 
: Added /motd command.
 
 
 
 
 
==== Bugfixes ====
 
: Reset more attributes when resetting (due to clicking checkpoint, etc).
 
  
 +
== Upcoming ==
 +
: 12.0 - Commands Overhaul
  
 +
== 11.0 - Events & Social ==
 
=== 11.0.23 (2021/07/28) ===
 
=== 11.0.23 (2021/07/28) ===
 
==== Challenges ====
 
==== Challenges ====
Line 250: Line 23:
 
==== Server configuration ====
 
==== Server configuration ====
 
: Update to 1.17
 
: Update to 1.17
 
  
 
==== Bugfixes ====
 
==== Bugfixes ====
Line 549: Line 321:
 
: Fixed a discrepancy between chat and Discord for first-time join messages.
 
: Fixed a discrepancy between chat and Discord for first-time join messages.
 
: The default prompt expiration message is now correctly coloured and the extra space was removed.
 
: The default prompt expiration message is now correctly coloured and the extra space was removed.
 
 
  
 
== 10.7 - Scripts 2.3 ==
 
== 10.7 - Scripts 2.3 ==

Please note that all contributions to MINR.ORG WIKI may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see MINR.ORG WIKI:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)