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 ====
+
== Upcoming ==
: Fixed scripts sometimes still using old implementations if its namespace was removed and readded.
+
: 11.0 - Everything And The Kitchen Sink (releasing sometime in 2020)
: 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/)
+
: 12.0 - Commands Overhaul
: 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).
 
 
 
 
 
=== 11.0.23 (2021/07/28) ===
 
==== Challenges ====
 
: Hexa is no longer listed in /challenge uncompleted.
 
 
 
 
 
==== Bugfixes ====
 
: /return no longer teleports you to basically the same position.
 
 
 
 
 
=== 11.0.22 (2021/07/18) ===
 
==== Hardcore ====
 
: Updated HC to version 11.0.
 
: Updated automatic conversion of HC checkpoints.
 
 
 
 
 
=== 11.0.21 (2021/07/10) ===
 
==== Server configuration ====
 
: Update to 1.17
 
 
 
 
 
==== Bugfixes ====
 
: /checkpoint restart is now disabled on challenges to prevent exploits.
 
 
 
 
 
=== 11.0.20 (2021/07/06) ===
 
==== Bugfixes ====
 
: Fixed cooldowns in scripts not working.
 
 
 
 
 
=== 11.0.19 (2021/07/02) ===
 
==== Discord ====
 
: Extended verification code lifetime.
 
: Verification codes are now case-insensitive.
 
: Similar-looking characters have been removed (0, O, l, i).
 
 
 
 
 
==== Scripts ====
 
: Added some commands to the blacklist.
 
: Fixed walk/area/ground scripts triggering before a teleport has taken effect; the target-location script would trigger on the old coordinates.
 
: All world scripts now have an implicit 1-tick cooldown, fixing infinite recursion when teleporting into scripts.
 
 
 
 
 
==== Cosmetics ====
 
: Increased inventory size.
 
 
 
 
 
=== 11.0.18 (2021/05/11) ===
 
==== Server ====
 
: Upgraded to Java 16
 
 
 
 
 
==== Maps ====
 
: Added [Quit] signs.
 
:: These replace the return to FFA/FFA+/Valley signs ([Join ffa], [Join ffa+] and [Join valley]).
 
 
 
 
 
==== Extra ====
 
: /spawn now shows a message.
 
: /spawn will now warn you if you use it during a challenge that your challenge is still active.
 
 
 
 
 
==== Bugfixes ====
 
: Players are now kicked earlier during the shutdown process.
 
 
 
 
 
=== 11.0.17 (2021/06/01) ===
 
==== Bugfixes ====
 
: Fixed mail not being supressed by /block.
 
 
 
 
 
=== 11.0.16 (2021/05/12) ===
 
==== Scripts ====
 
: Added sum() and avg() to Int[], Long[], Float[], Double[].
 
 
 
 
 
=== 11.0.15 (2021/05/11) ===
 
==== Maps ====
 
: New map type system. Now the map types are split into 'Primary', 'Secondary' and 'Tertiary'.
 
: Only one Primary map type can be assigned.
 
:: /c maptype primary set <map> <type>
 
: Multiple secondary types can be assigned, but not the primary type.
 
:: /c maptype secondary add <map> <type>
 
:: /c maptype secondary remove <map> <type>
 
: Multiple tertiary types can be assigned.
 
:: /c maptype tertiary add <map> <type>
 
:: /c maptype tertiary remove <map> <type>
 
: Some effort of conversion has been applied, but some of the map types may need to be reset.
 
 
 
 
 
==== Bugfixes ====
 
: Fixed -s showing instead of - in kick messages.
 
: /c cp and /listwarps no longer show empty lists but show a helpful message instead.
 
: Fixed certain ways of exiting maps not clearing your 'current map' and thus preventing you from commands like /call.
 
 
 
 
 
=== 11.0.14 (2021/04/25) ===
 
==== Bugfixes ====
 
: Fixed cosmetics no longer showing their challenge requirement.
 
: Attempted a fix on renamed join messages.
 
: Fix legacy text conversion on signs (use of ampersands for colours).
 
: Fixed Material#getTranslationKey() not working since the previous update.
 
 
 
 
 
=== 11.0.13 (2021/04/24) ===
 
==== Chat ====
 
: Now uses the 'Adventure' chat framework.
 
:: Affects all messages sent by Minr, but should not result in noticeable differences.
 
:: Some messages now use translatable components, so they show up in the language that is set by the client.
 
 
 
: Display names are no longer used in bans / mutes.
 
 
 
 
 
==== Scripts ====
 
: Scripts now trigger when teleporting into them.
 
 
 
 
 
==== Bugfixes ====
 
: Fixed 1-day durations being shown as 0 seconds instead of 24 hours.
 
: Prevent server deadlock when shutting down.
 
: Mutes and unmutes did not use the message queue.
 
: Commands now show the error if failing due to an unexpected error, rather than showing the help message.
 
 
 
 
 
=== 11.0.12 (2021/03/14) ===
 
==== Cosmetics ====
 
: Fixed challenge reward titles not saving properly.
 
 
 
 
 
=== 11.0.11 (2021/03/10) ===
 
==== Scripts ====
 
: Commands /c setplayercp, /c setplayersub are deprecated (should not be used) in scripts.
 
 
 
 
 
=== 11.0.10 (2021/03/03) ===
 
==== Backups ====
 
: Backups now trigger once an hour, instead of once every 30 minutes.
 
 
 
 
 
==== Commands ====
 
: /c info now shows the gamemode for the map for ops.
 
 
 
 
 
==== Bugfixes ====
 
: Fixed non-adventure gamemode maps invalidating times upon joining it.
 
: Fixed getting healed by timing /c join just right on death.
 
: Fixed backup trying to save already saved items, thus improving performance by reducing the number of items that need to be processed.
 
 
 
 
 
=== 11.0.9 (2021/03/01) ===
 
==== Bugfixes ====
 
: Fixed being able to join the same map with items / effects from the map.
 
 
 
 
 
=== 11.0.8 (2021/02/28) ===
 
==== Bugfixes ====
 
: Fixed being able to join maps with items / effects from other maps.
 
  
  
 +
== 11.0 - Events & Social ==
 
=== 11.0.7 (2021/02/20) ===
 
=== 11.0.7 (2021/02/20) ===
==== Bugfixes ====
 
 
: Fixed player.getTimePlayed() not returning a sane value: it could go back in time.
 
: Fixed player.getTimePlayed() not returning a sane value: it could go back in time.
 
  
 
=== 11.0.6 (2021/02/18) ===
 
=== 11.0.6 (2021/02/18) ===
==== Bugfixes ====
+
=== Bugfixes ===
 
: Fixed infinite recursion of expiring prefixes during login.
 
: Fixed infinite recursion of expiring prefixes during login.
 
  
 
=== 11.0.5 (2021/02/17) ===
 
=== 11.0.5 (2021/02/17) ===
==== Bugfixes ====
+
=== Bugfixes ===
 
: A final fix relating to ancient-player conversion resulting in invalid times.
 
: A final fix relating to ancient-player conversion resulting in invalid times.
 
  
 
=== 11.0.4 (2021/02/15) ===
 
=== 11.0.4 (2021/02/15) ===
==== Bugfixes ====
+
==== Bugfixes ===
 
: /training command was not registered, causing it to fail.
 
: /training command was not registered, causing it to fail.
 
: Couple of fixes related to old-player conversion resulting in invalid times.
 
: Couple of fixes related to old-player conversion resulting in invalid times.
 
: Fixed players not having a valid timer when respawning at a cp0 in a no-cp stretch.
 
: Fixed players not having a valid timer when respawning at a cp0 in a no-cp stretch.
 
: Fixed timers not being started in soullink challenges.
 
: Fixed timers not being started in soullink challenges.
 
  
 
=== 11.0.3 (2021/02/14) ===
 
=== 11.0.3 (2021/02/14) ===
==== Bugfixes ====
+
==== Bugfix ====
 
: Actually fix colour-stripping from chat.
 
: Actually fix colour-stripping from chat.
 
  
 
=== 11.0.2 (2021/02/14) ===
 
=== 11.0.2 (2021/02/14) ===
Line 424: Line 35:
 
: Fix 'joined for the first time' showing up multiple times.
 
: Fix 'joined for the first time' showing up multiple times.
 
: Fix setSubCheckpoint using the active subcheckpoint, instead of the one that was passed. This caused issues clicking end-signs in HC maps.
 
: Fix setSubCheckpoint using the active subcheckpoint, instead of the one that was passed. This caused issues clicking end-signs in HC maps.
 
  
 
=== 11.0.1 (2021/02/14) ===
 
=== 11.0.1 (2021/02/14) ===
Line 431: Line 41:
 
: Fix /whois not working on players that haven't logged out yet.
 
: Fix /whois not working on players that haven't logged out yet.
 
: Attempt to fix colour-stripping from chat.
 
: Attempt to fix colour-stripping from chat.
 
  
 
=== 11.0.0 (2021/02/13) ===
 
=== 11.0.0 (2021/02/13) ===
Line 452: Line 61:
 
: /checkpoint ffa and /checkpoint hc have changed functions. These now kill you and warp you to your corresponding checkpoint.
 
: /checkpoint ffa and /checkpoint hc have changed functions. These now kill you and warp you to your corresponding checkpoint.
 
: Reworked /checkpoint completed & merged old /checkpoint ffa into /checkpoint completed.
 
: Reworked /checkpoint completed & merged old /checkpoint ffa into /checkpoint completed.
 
  
 
==== Challenges ====
 
==== Challenges ====
Line 463: Line 71:
 
: Added /challenge completed [player <player>] map <map-name>
 
: Added /challenge completed [player <player>] map <map-name>
 
: Added /challenge uncompleted [player <player>] [page <page>] [comparing <compare-mode>]
 
: Added /challenge uncompleted [player <player>] [page <page>] [comparing <compare-mode>]
 
  
 
==== Timers ====
 
==== Timers ====
Line 474: Line 81:
 
:: It is HHh mm:ss.mmm when the time is less than a day.
 
:: It is HHh mm:ss.mmm when the time is less than a day.
 
:: It is DDd HHh mm:ss.mmm otherwise.
 
:: It is DDd HHh mm:ss.mmm otherwise.
 
  
 
==== Chat ====
 
==== Chat ====
Line 486: Line 92:
 
:: The server now respects your chat options.
 
:: The server now respects your chat options.
 
:: /chat hide (inverse: /chat show)
 
:: /chat hide (inverse: /chat show)
 
  
 
==== Parties ====
 
==== Parties ====
Line 497: Line 102:
 
:: Can be turned off with /party warp false
 
:: Can be turned off with /party warp false
 
:: The party leader can summon all party members to their current map or challenge at any time with /party summon.
 
:: The party leader can summon all party members to their current map or challenge at any time with /party summon.
 
  
 
==== Green commands ====
 
==== Green commands ====
Line 503: Line 107:
 
: Blues and whities can now /bring.
 
: Blues and whities can now /bring.
 
: You can only /call a player in a pure parkour map.
 
: You can only /call a player in a pure parkour map.
 
  
 
==== Scripts ====
 
==== Scripts ====
Line 524: Line 127:
 
: You can format a time into a string using String timer::formatTime(Long time).
 
: You can format a time into a string using String timer::formatTime(Long time).
  
: Added namespace minr. It has a Map and a Challenge type, that allows you to get the ranks and times of players.
+
: Added a minr namespace. It has a Map and a Challenge type, that allows you to get the ranks and times of players.
  
 
: /namespace functions and /type methods now have added colour for parsability.
 
: /namespace functions and /type methods now have added colour for parsability.
 
: Added filtering in /namespace variables, /namespace functions, /type methods, /type fields.
 
: Added filtering in /namespace variables, /namespace functions, /type methods, /type fields.
 
:: You can now filter the results of the above commands by adding additional search terms after the command. For example, /type methods Vector3[] value int will only return methods that cantain "value" and "int".
 
:: You can now filter the results of the above commands by adding additional search terms after the command. For example, /type methods Vector3[] value int will only return methods that cantain "value" and "int".
 
  
 
==== Misc ====
 
==== Misc ====
Line 543: Line 145:
 
: Chat announcment for mutes.
 
: Chat announcment for mutes.
 
: Cleaned up chat announcements for kick and ban.
 
: Cleaned up chat announcements for kick and ban.
 
  
 
==== Bugfixes ====
 
==== Bugfixes ====
Line 549: Line 150:
 
: 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 ==
Line 563: Line 162:
 
==== Scripts ====
 
==== Scripts ====
 
: Op messages containing {{}} will now only send the result to the executing op.
 
: Op messages containing {{}} will now only send the result to the executing op.
 
  
 
==== Chat & Tab ====
 
==== Chat & Tab ====
Line 588: Line 186:
 
==== Maps, Challenges and Scripts ====
 
==== Maps, Challenges and Scripts ====
 
: Map, checkpoint, and finish signs, and interact scripts, are now interactable with MOUSE1 (left mouse button), while in adventure mode.
 
: Map, checkpoint, and finish signs, and interact scripts, are now interactable with MOUSE1 (left mouse button), while in adventure mode.
 
  
 
==== Scripts ====
 
==== Scripts ====
 
: Added boxing/unboxing (on the backend) to make maintaining builtin functions easier. Should not affect any of the behaviour.
 
: Added boxing/unboxing (on the backend) to make maintaining builtin functions easier. Should not affect any of the behaviour.
 
  
 
==== Server Configuration ====
 
==== Server Configuration ====
: Added some mod filtering.
+
: Logins with non-whitelisted mods will be rejected.
  
  
Line 611: Line 207:
 
:: String concat() concatenates a list of Strings together: String["hello", "world"].concat() yields "helloworld".
 
:: String concat() concatenates a list of Strings together: String["hello", "world"].concat() yields "helloworld".
 
:: String join(String delimiter) joins a list of string, inserting delimiter between each string: String["hello", "world"].join(" ") yields "hello world".
 
:: String join(String delimiter) joins a list of string, inserting delimiter between each string: String["hello", "world"].join(" ") yields "hello world".
 
  
 
== 10.6 - Scripts 2.2 ==
 
== 10.6 - Scripts 2.2 ==
Line 622: Line 217:
 
==== Scripts ====
 
==== Scripts ====
 
: Added traces to help find the cause of an exception in a Script. Only works for opped players.
 
: Added traces to help find the cause of an exception in a Script. Only works for opped players.
 
  
 
==== Bugfixes ====
 
==== Bugfixes ====

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)