diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..210d3ca
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,6 @@
+[*.java]
+charset=utf-8
+end_of_line=lf
+insert_final_newline=true
+indent_style=space
+indent_size=4
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..2fb638f
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,7 @@
+* text=auto
+
+*.sh text eol=lf
+gradlew text eol=lf
+*.bat text eol=crlf
+
+*.jar binary
diff --git a/.github/ISSUE_TEMPLATE/behavior-bug.yml b/.github/ISSUE_TEMPLATE/behavior-bug.yml
new file mode 100644
index 0000000..80465e5
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/behavior-bug.yml
@@ -0,0 +1,76 @@
+name: Behavior Bug
+description: Report behavior related issues, where Folia does not work like vanilla. Paper and Bukkit plugins are not guaranteed to work on Folia. Do not submit bug reports for plugin issues here.
+labels: [ "status: needs triage", "type: bug" ]
+body:
+ - type: textarea
+ attributes:
+ label: Expected behavior
+ description: What you expected to see.
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Observed/Actual behavior
+ description: What you actually saw.
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Steps/models to reproduce
+ description: This may include a build schematic, a video, or detailed instructions to help reconstruct the issue.
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Plugin and Datapack List
+ description: |
+ All plugins and datapacks running on your server.
+ To list plugins, run `/plugins`. For datapacks, run `/datapack list`.
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Folia version
+ description: |
+ Run `/version` on your server and **paste** the full, unmodified output here.
+ "latest" is *not* a version; we require the output of `/version` so we can adequately track down the issue.
+ Additionally, do NOT provide a screenshot, you MUST paste the entire output.
+
+ Example
+
+ ```
+ > version
+ [10:00:11 INFO]: Checking version, please wait...
+ [10:00:12 INFO]: This server is running Folia version git-Folia-"5b74945" (MC: 1.19.4) (Implementing API version 1.19.4-R0.1-SNAPSHOT) (Git: 5b74945)
+ You are running the latest version
+ Previous version: git-Paper-481 (MC: 1.19.4)
+ ```
+
+
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Other
+ description: |
+ Please include other helpful information below.
+ The more information we receive, the quicker and more effective we can be at finding the solution to the issue.
+ validations:
+ required: false
+
+ - type: markdown
+ attributes:
+ value: |
+ Before submitting this issue, please ensure the following:
+
+ 1. You are running the latest version of Folia from [our downloads page](https://papermc.io/downloads).
+ 2. You searched for and ensured there isn't already an open issue regarding this.
+ 3. Your version of Minecraft is supported by Folia.
+
+ If you think you have a bug but are not sure, feel free to ask the `#folia-help` channel of our
+ [Discord](https://discord.gg/papermc).
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000..b723d47
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,10 @@
+blank_issues_enabled: false
+contact_links:
+ - name: PaperMC Discord
+ url: https://discord.gg/papermc
+ about: If you are having minor issues, come ask us on our Discord server!
+ - name: Exploit Report
+ url: https://discord.gg/papermc
+ about: |
+ Due to GitHub not currently allowing private issues, exploit reports are currently handled via our Discord.
+ To report an exploit, see the #paper-exploit-report channel.
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml
new file mode 100644
index 0000000..b1284fd
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature-request.yml
@@ -0,0 +1,44 @@
+name: Feature Request
+description: Suggest an idea for Folia
+labels: [ "status: needs triage", "type: feature" ]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Thank you for filling out a feature request for Folia! Please be as detailed as possible so that we may consider and review the request easier.
+ We ask that you search all the issues to avoid a duplicate feature request. If one exists, please reply if you have anything to add.
+ Before requesting a new feature, please make sure you are using the latest version and that the feature you are requesting is not already in Folia.
+
+ - type: textarea
+ attributes:
+ label: Is your feature request related to a problem?
+ description: Please give some context for this request. Why do you want it added?
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Describe the solution you'd like.
+ description: A clear and concise description of what you want.
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Describe alternatives you've considered.
+ description: List any alternatives you might have tried to get the feature you want.
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Other
+ description: Add any other context or screenshots about the feature request below.
+ validations:
+ required: false
+
+ - type: markdown
+ attributes:
+ value: |
+ Before submitting this feature request, please search our issue tracker to ensure your feature has not
+ already been requested.
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/performance-problems.yml b/.github/ISSUE_TEMPLATE/performance-problems.yml
new file mode 100644
index 0000000..42ba14f
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/performance-problems.yml
@@ -0,0 +1,84 @@
+name: Performance Problem
+description: Report performance related problems or other areas of concern
+labels: [ "status: needs triage", "type: performance" ]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Before creating an issue regarding server performance, please consider reaching out for support in the
+ `#folia-help` channel of [our Discord](https://discord.gg/papermc)!
+
+ - type: input
+ attributes:
+ label: Profile link
+ description: We ask that all profiles are a link, not a screenshot. Screenshots inhibit our ability to figure out the real cause of the issue.
+ placeholder: "Example: https://spark.lucko.me/abcdefg12h"
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Description of issue
+ description: If applicable, please describe your issue.
+ validations:
+ required: false
+
+ - type: textarea
+ attributes:
+ label: Plugin and Datapack List
+ description: |
+ All plugins and datapacks running on your server.
+ To list plugins, run `/plugins`. For datapacks, run `/datapack list`.
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Server config files
+ description: We need bukkit.yml, spigot.yml, paper-global.yml, paper-world-defaults.yml and server.properties. If you use per-world Paper configs, make sure to include them. You can paste it below or use a paste site like https://paste.gg.
+ value: |
+ ```
+ Paste configs or paste.gg link here!
+ ```
+ placeholder: Please don't remove the backticks; it makes your issue a lot harder to read!
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Folia version
+ description: |
+ Run `/version` on your server and **paste** the full, unmodified output here.
+ "latest" is *not* a version; we require the output of `/version` so we can adequately track down the issue.
+ Additionally, do NOT provide a screenshot, you MUST paste the entire output.
+
+ Example
+
+ ```
+ > version
+ [10:00:11 INFO]: Checking version, please wait...
+ [10:00:12 INFO]: This server is running Folia version git-Folia-"5b74945" (MC: 1.19.4) (Implementing API version 1.19.4-R0.1-SNAPSHOT) (Git: 5b74945)
+ You are running the latest version
+ Previous version: git-Paper-481 (MC: 1.19.4)
+ ```
+
+
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Other
+ description: |
+ Please include other helpful links below.
+ The more information we receive, the quicker and more effective we can be at finding the solution to the issue.
+ validations:
+ required: false
+ - type: markdown
+ attributes:
+ value: |
+ Before submitting this issue, please ensure the following:
+
+ 1. You are running the latest version of Folia from [our downloads page](https://papermc.io/downloads).
+ 2. You searched for and ensured there isn't already an open issue regarding this.
+ 3. Your version of Minecraft is supported by Folia.
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/server-crash-or-stacktrace.yml b/.github/ISSUE_TEMPLATE/server-crash-or-stacktrace.yml
new file mode 100644
index 0000000..7816e0a
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/server-crash-or-stacktrace.yml
@@ -0,0 +1,76 @@
+name: Server crash or Stacktrace
+description: Report server crashes or scary stacktraces
+labels: [ "status: needs triage" ]
+body:
+ - type: textarea
+ attributes:
+ label: Stack trace
+ description: |
+ We need all of the stack trace! Do not cut off parts of it. Please do not use attachments.
+ If you prefer, you can use a paste site like https://paste.gg.
+ value: |
+ ```
+ paste your stack trace or a paste.gg link here!
+ ```
+ placeholder: Please don't remove the backticks; it makes your issue a lot harder to read!
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Plugin and Datapack List
+ description: |
+ All plugins and datapacks running on your server.
+ To list plugins, run `/plugins`. For datapacks, run `/datapack list`.
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Actions to reproduce (if known)
+ description: This may include a build schematic, a video, or detailed instructions to help reconstruct the issue. Anything helps!
+ validations:
+ required: false
+
+ - type: textarea
+ attributes:
+ label: Folia version
+ description: |
+ Run `/version` on your server and **paste** the full, unmodified output here.
+ "latest" is *not* a version; we require the output of `/version` so we can adequately track down the issue.
+ Additionally, do NOT provide a screenshot, you MUST paste the entire output.
+
+ Example
+
+ ```
+ > version
+ [10:00:11 INFO]: Checking version, please wait...
+ [10:00:12 INFO]: This server is running Folia version git-Folia-"5b74945" (MC: 1.19.4) (Implementing API version 1.19.4-R0.1-SNAPSHOT) (Git: 5b74945)
+ You are running the latest version
+ Previous version: git-Paper-481 (MC: 1.19.4)
+ ```
+
+
+ validations:
+ required: true
+
+ - type: textarea
+ attributes:
+ label: Other
+ description: |
+ Please include other helpful information below, if any.
+ The more information we receive, the quicker and more effective we can be at finding the solution to the issue.
+ validations:
+ required: false
+
+ - type: markdown
+ attributes:
+ value: |
+ Before submitting this issue, please ensure the following:
+
+ 1. You are running the latest version of Folia from [our downloads page](https://papermc.io/downloads).
+ 2. Your version of Minecraft is supported by Folia.
+
+ If your server crash log contains `DO NOT REPORT THIS TO FOLIA`, please ask in our
+ [Discord](https://discord.gg/papermc) before opening this issue. These messages are informing you of server
+ lag and providing debug information.
\ No newline at end of file
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
new file mode 100644
index 0000000..d1fabe2
--- /dev/null
+++ b/.github/workflows/build.yml
@@ -0,0 +1,35 @@
+name: Patch and Build
+
+on:
+ push:
+ branches: [ "**" ]
+ pull_request:
+
+jobs:
+ build:
+ # Only run on PRs if the source branch is on someone else's repo
+ if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout Git Repository
+ uses: actions/checkout@v3
+ - name: Validate Gradle wrapper
+ uses: gradle/wrapper-validation-action@v1
+ - name: Setup Gradle
+ uses: gradle/gradle-build-action@v2
+ - name: Set up JDK
+ uses: actions/setup-java@v3
+ with:
+ distribution: 'temurin'
+ java-version: '17'
+ - name: Configure Git User Details
+ run: git config --global user.email "actions@github.com" && git config --global user.name "Github Actions"
+ - name: Apply Patches
+ run: ./gradlew applyPatches
+ - name: Build
+ run: ./gradlew createMojmapPaperclipJar
+ - name: Upload Paperclip Jar
+ uses: actions/upload-artifact@v4
+ with:
+ name: Mizi-paperclip
+ path: build/libs/mizi-paperclip-*-mojmap.jar
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ab5b3e5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,55 @@
+.gradle/
+build/
+
+# Eclipse stuff
+.classpath
+.project
+.settings/
+
+# VSCode stuff
+.vscode/
+
+# netbeans
+nbproject/
+nbactions.xml
+
+# we use maven!
+build.xml
+
+# maven
+target/
+dependency-reduced-pom.xml
+
+# vim
+.*.sw[a-p]
+
+# various other potential build files
+build/
+bin/
+dist/
+manifest.mf
+
+# Mac filesystem dust
+.DS_Store/
+.DS_Store
+
+# intellij
+*.iml
+*.ipr
+*.iws
+.idea/
+out/
+
+# Linux temp files
+*~
+
+# other stuff
+run/
+
+Folia-Server
+Folia-API
+paper-api-generator
+
+!gradle/wrapper/gradle-wrapper.jar
+/Mizi-Server
+/Mizi-API
diff --git a/PATCHES-LICENSE b/PATCHES-LICENSE
new file mode 100644
index 0000000..f288702
--- /dev/null
+++ b/PATCHES-LICENSE
@@ -0,0 +1,674 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc.
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+ The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+ To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received. You must make sure that they, too, receive
+or can get the source code. And you must show them these terms so they
+know their rights.
+
+ Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+ For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+ Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software. The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable. Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products. If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+ Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+ To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License. If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work
+for making modifications to it. "Object code" means any non-source
+form of a work.
+
+ A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities. However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work. For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+ The Corresponding Source for a work in source code form is that
+same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force. You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright. Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under
+the conditions stated below. Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+ When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+
+ A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit. Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling. In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage. For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product. A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source. The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+ If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information. But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+ The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed. Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law. If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it. (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.) You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+
+ All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10. If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term. If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly
+provided under this License. Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+ However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or
+run a copy of the Program. Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance. However,
+nothing other than this License grants you permission to propagate or
+modify any covered work. These actions infringe copyright if you do
+not accept this License. Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License. You are not responsible
+for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations. If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License. For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based. The
+work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version. For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement). To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients. "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License. You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all. For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+ 13. Use with the GNU Affero General Public License.
+
+ Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work. The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+ Later license versions may give you additional or different
+permissions. However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+
+ Copyright (C)
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+ Copyright (C)
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+ You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+.
+
+ The GNU General Public License does not permit incorporating your program
+into proprietary programs. If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License. But first, please read
+.
diff --git a/PROJECT_DESCRIPTION.md b/PROJECT_DESCRIPTION.md
new file mode 100644
index 0000000..7ffd17a
--- /dev/null
+++ b/PROJECT_DESCRIPTION.md
@@ -0,0 +1,3 @@
+# Project overview
+
+This page has been moved to [the PaperMC documentation](https://docs.papermc.io/folia/reference/overview) site.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..bfbfca7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,36 @@
+## Overview
+
+Mizi is a fork of [Folia](https://github.com/PaperMC/Folia) containing performance patches from [Pufferfish](https://github.com/pufferfish-gg/Pufferfish) and [Lithium](https://github.com/CaffeineMC/lithium-fabric) and some patches from [Purpur](https://github.com/PurpurMC/Purpur) that I use on my server.
+
+This fork is made for my own personal server and I **do not** guarantee any stability and I don't encourage you to use it for the performance gains but you're free to do whatever you want.
+
+**And it's important to keep in mind that mixing different patches together is *more likely than not* to cause unexpected issues**
+
+Especially since this fork removes folia's safeguard against loading *potentially* unsafe plugins (plugins that aren't thread-safe and use the main thread) so if you intend to use plugins on this fork **make sure** that it will work on folia.
+
+```markdown
+There is no more main thread. I expect _every_ single plugin
+that exists to require _some_ level of modification to function
+in Folia. Additionally, multithreading of _any kind_ introduces
+possible race conditions in plugin held data - so, there are bound
+to be changes that need to be made.
+
+So, have your expectations for compatibility at 0.
+```
+
+## FAQ
+
+#### How to download builds?
+Builds are available to download through Github Actions.
+
+#### Any questions about Folia's designs, limitations or other things?
+[visit folia's readme](https://github.com/PaperMC/Folia/blob/master/README.md)
+
+
+## License
+The PATCHES-LICENSE file describes the license for api & server patches made by SpottedLeaf (from folia),
+all other patches are subject to their original licenses stated in the original patches and/or the projects' licenses that they were taken from.
+
+The fork is based off of PaperMC's fork example found [here](https://github.com/PaperMC/paperweight-examples).
+As such, it contains modifications to it in this project, please see the repository for license information
+of modified files.
diff --git a/REGION_LOGIC.md b/REGION_LOGIC.md
new file mode 100644
index 0000000..b309809
--- /dev/null
+++ b/REGION_LOGIC.md
@@ -0,0 +1,3 @@
+# Region Logic
+
+This page has been moved to [the PaperMC documentation](https://docs.papermc.io/folia/reference/region-logic) site.
diff --git a/build-data/dev-imports.txt b/build-data/dev-imports.txt
new file mode 100644
index 0000000..f35428a
--- /dev/null
+++ b/build-data/dev-imports.txt
@@ -0,0 +1,10 @@
+# You can use this file to import files from minecraft libraries into the project
+# format:
+#
+# both fully qualified and a file based syntax are accepted for :
+# authlib com/mojang/authlib/yggdrasil/YggdrasilGameProfileRepository.java
+# datafixerupper com.mojang.datafixers.DataFixerBuilder
+# datafixerupper com/mojang/datafixers/util/Either.java
+# To import classes from the vanilla Minecraft jar use `minecraft` as the artifactId:
+# minecraft net.minecraft.world.level.entity.LevelEntityGetterAdapter
+# minecraft net/minecraft/world/level/entity/LevelEntityGetter.java
\ No newline at end of file
diff --git a/build-data/reobf-mappings-patch.tiny b/build-data/reobf-mappings-patch.tiny
new file mode 100644
index 0000000..e975a3c
--- /dev/null
+++ b/build-data/reobf-mappings-patch.tiny
@@ -0,0 +1,18 @@
+# We would like for paperweight to generate 100% perfect reobf mappings (and deobf mappings for that matter).
+# But unfortunately it's not quite there yet - and it may be some time before that happens. Generating perfect mappings
+# from Spigot's mappings is extremely difficult due to Spigot's bad tooling and bad mappings. To add insult to injury
+# we remap Spigot's _source code_ which is a lot more complex and error-prone than bytecode remapping. So with all that
+# said, this file exists to help fill in the gap.
+#
+# We will continue to improve paperweight and will work on fixing these issues so they don't come up in the first place,
+# but these mappings exist to prevent these issues from holding everything else in Paper up while we work through all
+# of these issues. Due to the complex nature of mappings generation and the debugging difficulty involved it may take
+# a significant amount of time for us to track down every possible issue, so this file will likely be around and in
+# use - at least in some capacity - for a long time.
+#
+# If you are adding mappings patches which are correcting for issues in paperweight's reobf mappings generation,
+# unrelated to any changes in your patches, we ask that you PR the mapping to Paper so more users can benefit rather
+# than keep the fix for your own fork. If the mappings patch is there to correct reobf for changes made in your patches,
+# then obviously it doesn't make any sense to PR them upstream.
+
+tiny 2 0 mojang+yarn spigot
diff --git a/build.gradle.kts b/build.gradle.kts
new file mode 100644
index 0000000..45f2d29
--- /dev/null
+++ b/build.gradle.kts
@@ -0,0 +1,121 @@
+import io.papermc.paperweight.tasks.RebuildGitPatches
+
+plugins {
+ java
+ `maven-publish`
+ id("io.papermc.paperweight.patcher") version "1.7.7-SNAPSHOT"
+}
+
+val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"
+
+repositories {
+ mavenCentral()
+ maven(paperMavenPublicUrl) {
+ content { onlyForConfigurations(configurations.paperclip.name) }
+ }
+}
+
+dependencies {
+ remapper("net.fabricmc:tiny-remapper:0.10.3:fat")
+ decompiler("org.vineflower:vineflower:1.11.0-20241204.173358-53")
+ paperclip("io.papermc:paperclip:3.0.3")
+}
+
+allprojects {
+ apply(plugin = "java")
+ apply(plugin = "maven-publish")
+
+ java {
+ toolchain {
+ languageVersion.set(JavaLanguageVersion.of(21))
+ }
+ }
+}
+
+subprojects {
+ tasks.withType {
+ options.encoding = Charsets.UTF_8.name()
+ options.release.set(21)
+ options.isFork = true
+ }
+ tasks.withType {
+ options.encoding = Charsets.UTF_8.name()
+ }
+ tasks.withType {
+ filteringCharset = Charsets.UTF_8.name()
+ }
+
+ repositories {
+ mavenCentral()
+ maven(paperMavenPublicUrl)
+ }
+}
+
+paperweight {
+ serverProject.set(project(":mizi-server"))
+
+ remapRepo.set(paperMavenPublicUrl)
+ decompileRepo.set(paperMavenPublicUrl)
+
+ usePaperUpstream(providers.gradleProperty("paperRef")) {
+ withPaperPatcher {
+ apiPatchDir.set(layout.projectDirectory.dir("patches/api"))
+ apiOutputDir.set(layout.projectDirectory.dir("Mizi-API"))
+
+ serverPatchDir.set(layout.projectDirectory.dir("patches/server"))
+ serverOutputDir.set(layout.projectDirectory.dir("Mizi-Server"))
+ }
+ patchTasks.register("generatedApi") {
+ isBareDirectory = true
+ upstreamDirPath = "paper-api-generator/generated"
+ patchDir = layout.projectDirectory.dir("patches/generatedApi")
+ outputDir = layout.projectDirectory.dir("paper-api-generator/generated")
+ }
+
+ }
+}
+
+//tasks.generateDevelopmentBundle {
+ // apiCoordinates.set("dev.mizi:mizi-api")
+ // libraryRepositories.addAll(
+ // "https://repo.maven.apache.org/maven2/",
+ // paperMavenPublicUrl,
+ // )
+// }
+
+allprojects {
+ publishing {
+ repositories {
+ maven("https://repo.papermc.io/repository/maven-snapshots/") {
+ name = "paperSnapshots"
+ credentials(PasswordCredentials::class)
+ }
+ }
+ }
+}
+
+publishing {
+ if (project.hasProperty("publishDevBundle")) {
+ publications.create("devBundle") {
+ artifact(tasks.generateDevelopmentBundle) {
+ artifactId = "dev-bundle"
+ }
+ }
+ }
+}
+
+tasks.withType {
+ filterPatches.set(false)
+}
+
+tasks.register("printMinecraftVersion") {
+ doLast {
+ println(providers.gradleProperty("mcVersion").get().trim())
+ }
+}
+
+tasks.register("printPaperVersion") {
+ doLast {
+ println(project.version)
+ }
+}
diff --git a/folia.png b/folia.png
new file mode 100644
index 0000000..1af6243
Binary files /dev/null and b/folia.png differ
diff --git a/gradle.properties b/gradle.properties
new file mode 100644
index 0000000..322499c
--- /dev/null
+++ b/gradle.properties
@@ -0,0 +1,11 @@
+group=dev.mizi
+version=1.21.4-R0.1-SNAPSHOT
+mcVersion=1.21.4
+
+paperRef=b746d9df0b6b7765478b2a72c2d963b6e668fa35
+
+org.gradle.caching=true
+org.gradle.parallel=true
+org.gradle.vfs.watch=false
+
+org.gradle.jvmargs=-Xmx32G
diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar
new file mode 100644
index 0000000..ccebba7
Binary files /dev/null and b/gradle/wrapper/gradle-wrapper.jar differ
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
new file mode 100644
index 0000000..4eaec46
--- /dev/null
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -0,0 +1,6 @@
+distributionBase=GRADLE_USER_HOME
+distributionPath=wrapper/dists
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
+networkTimeout=10000
+zipStoreBase=GRADLE_USER_HOME
+zipStorePath=wrapper/dists
diff --git a/gradlew b/gradlew
new file mode 100755
index 0000000..f5feea6
--- /dev/null
+++ b/gradlew
@@ -0,0 +1,252 @@
+#!/bin/sh
+
+#
+# Copyright © 2015-2021 the original authors.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# https://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# SPDX-License-Identifier: Apache-2.0
+#
+
+##############################################################################
+#
+# Gradle start up script for POSIX generated by Gradle.
+#
+# Important for running:
+#
+# (1) You need a POSIX-compliant shell to run this script. If your /bin/sh is
+# noncompliant, but you have some other compliant shell such as ksh or
+# bash, then to run this script, type that shell name before the whole
+# command line, like:
+#
+# ksh Gradle
+#
+# Busybox and similar reduced shells will NOT work, because this script
+# requires all of these POSIX shell features:
+# * functions;
+# * expansions «$var», «${var}», «${var:-default}», «${var+SET}»,
+# «${var#prefix}», «${var%suffix}», and «$( cmd )»;
+# * compound commands having a testable exit status, especially «case»;
+# * various built-in commands including «command», «set», and «ulimit».
+#
+# Important for patching:
+#
+# (2) This script targets any POSIX shell, so it avoids extensions provided
+# by Bash, Ksh, etc; in particular arrays are avoided.
+#
+# The "traditional" practice of packing multiple parameters into a
+# space-separated string is a well documented source of bugs and security
+# problems, so this is (mostly) avoided, by progressively accumulating
+# options in "$@", and eventually passing that to Java.
+#
+# Where the inherited environment variables (DEFAULT_JVM_OPTS, JAVA_OPTS,
+# and GRADLE_OPTS) rely on word-splitting, this is performed explicitly;
+# see the in-line comments for details.
+#
+# There are tweaks for specific operating systems such as AIX, CygWin,
+# Darwin, MinGW, and NonStop.
+#
+# (3) This script is generated from the Groovy template
+# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
+# within the Gradle project.
+#
+# You can find Gradle at https://github.com/gradle/gradle/.
+#
+##############################################################################
+
+# Attempt to set APP_HOME
+
+# Resolve links: $0 may be a link
+app_path=$0
+
+# Need this for daisy-chained symlinks.
+while
+ APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path
+ [ -h "$app_path" ]
+do
+ ls=$( ls -ld "$app_path" )
+ link=${ls#*' -> '}
+ case $link in #(
+ /*) app_path=$link ;; #(
+ *) app_path=$APP_HOME$link ;;
+ esac
+done
+
+# This is normally unused
+# shellcheck disable=SC2034
+APP_BASE_NAME=${0##*/}
+# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
+APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
+' "$PWD" ) || exit
+
+# Use the maximum available, or set MAX_FD != -1 to use that value.
+MAX_FD=maximum
+
+warn () {
+ echo "$*"
+} >&2
+
+die () {
+ echo
+ echo "$*"
+ echo
+ exit 1
+} >&2
+
+# OS specific support (must be 'true' or 'false').
+cygwin=false
+msys=false
+darwin=false
+nonstop=false
+case "$( uname )" in #(
+ CYGWIN* ) cygwin=true ;; #(
+ Darwin* ) darwin=true ;; #(
+ MSYS* | MINGW* ) msys=true ;; #(
+ NONSTOP* ) nonstop=true ;;
+esac
+
+CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
+
+
+# Determine the Java command to use to start the JVM.
+if [ -n "$JAVA_HOME" ] ; then
+ if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
+ # IBM's JDK on AIX uses strange locations for the executables
+ JAVACMD=$JAVA_HOME/jre/sh/java
+ else
+ JAVACMD=$JAVA_HOME/bin/java
+ fi
+ if [ ! -x "$JAVACMD" ] ; then
+ die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
+
+Please set the JAVA_HOME variable in your environment to match the
+location of your Java installation."
+ fi
+else
+ JAVACMD=java
+ if ! command -v java >/dev/null 2>&1
+ then
+ die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
+
+Please set the JAVA_HOME variable in your environment to match the
+location of your Java installation."
+ fi
+fi
+
+# Increase the maximum file descriptors if we can.
+if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
+ case $MAX_FD in #(
+ max*)
+ # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked.
+ # shellcheck disable=SC2039,SC3045
+ MAX_FD=$( ulimit -H -n ) ||
+ warn "Could not query maximum file descriptor limit"
+ esac
+ case $MAX_FD in #(
+ '' | soft) :;; #(
+ *)
+ # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked.
+ # shellcheck disable=SC2039,SC3045
+ ulimit -n "$MAX_FD" ||
+ warn "Could not set maximum file descriptor limit to $MAX_FD"
+ esac
+fi
+
+# Collect all arguments for the java command, stacking in reverse order:
+# * args from the command line
+# * the main class name
+# * -classpath
+# * -D...appname settings
+# * --module-path (only if needed)
+# * DEFAULT_JVM_OPTS, JAVA_OPTS, and GRADLE_OPTS environment variables.
+
+# For Cygwin or MSYS, switch paths to Windows format before running java
+if "$cygwin" || "$msys" ; then
+ APP_HOME=$( cygpath --path --mixed "$APP_HOME" )
+ CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" )
+
+ JAVACMD=$( cygpath --unix "$JAVACMD" )
+
+ # Now convert the arguments - kludge to limit ourselves to /bin/sh
+ for arg do
+ if
+ case $arg in #(
+ -*) false ;; # don't mess with options #(
+ /?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath
+ [ -e "$t" ] ;; #(
+ *) false ;;
+ esac
+ then
+ arg=$( cygpath --path --ignore --mixed "$arg" )
+ fi
+ # Roll the args list around exactly as many times as the number of
+ # args, so each arg winds up back in the position where it started, but
+ # possibly modified.
+ #
+ # NB: a `for` loop captures its iteration list before it begins, so
+ # changing the positional parameters here affects neither the number of
+ # iterations, nor the values presented in `arg`.
+ shift # remove old arg
+ set -- "$@" "$arg" # push replacement arg
+ done
+fi
+
+
+# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
+DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
+
+# Collect all arguments for the java command:
+# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
+# and any embedded shellness will be escaped.
+# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
+# treated as '${Hostname}' itself on the command line.
+
+set -- \
+ "-Dorg.gradle.appname=$APP_BASE_NAME" \
+ -classpath "$CLASSPATH" \
+ org.gradle.wrapper.GradleWrapperMain \
+ "$@"
+
+# Stop when "xargs" is not available.
+if ! command -v xargs >/dev/null 2>&1
+then
+ die "xargs is not available"
+fi
+
+# Use "xargs" to parse quoted args.
+#
+# With -n1 it outputs one arg per line, with the quotes and backslashes removed.
+#
+# In Bash we could simply go:
+#
+# readarray ARGS < <( xargs -n1 <<<"$var" ) &&
+# set -- "${ARGS[@]}" "$@"
+#
+# but POSIX shell has neither arrays nor command substitution, so instead we
+# post-process each arg (as a line of input to sed) to backslash-escape any
+# character that might be a shell metacharacter, then use eval to reverse
+# that process (while maintaining the separation between arguments), and wrap
+# the whole thing up as a single "set" statement.
+#
+# This will of course break if any of these variables contains a newline or
+# an unmatched quote.
+#
+
+eval "set -- $(
+ printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" |
+ xargs -n1 |
+ sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' |
+ tr '\n' ' '
+ )" '"$@"'
+
+exec "$JAVACMD" "$@"
diff --git a/gradlew.bat b/gradlew.bat
new file mode 100644
index 0000000..9d21a21
--- /dev/null
+++ b/gradlew.bat
@@ -0,0 +1,94 @@
+@rem
+@rem Copyright 2015 the original author or authors.
+@rem
+@rem Licensed under the Apache License, Version 2.0 (the "License");
+@rem you may not use this file except in compliance with the License.
+@rem You may obtain a copy of the License at
+@rem
+@rem https://www.apache.org/licenses/LICENSE-2.0
+@rem
+@rem Unless required by applicable law or agreed to in writing, software
+@rem distributed under the License is distributed on an "AS IS" BASIS,
+@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+@rem See the License for the specific language governing permissions and
+@rem limitations under the License.
+@rem
+@rem SPDX-License-Identifier: Apache-2.0
+@rem
+
+@if "%DEBUG%"=="" @echo off
+@rem ##########################################################################
+@rem
+@rem Gradle startup script for Windows
+@rem
+@rem ##########################################################################
+
+@rem Set local scope for the variables with windows NT shell
+if "%OS%"=="Windows_NT" setlocal
+
+set DIRNAME=%~dp0
+if "%DIRNAME%"=="" set DIRNAME=.
+@rem This is normally unused
+set APP_BASE_NAME=%~n0
+set APP_HOME=%DIRNAME%
+
+@rem Resolve any "." and ".." in APP_HOME to make it shorter.
+for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
+
+@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
+set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
+
+@rem Find java.exe
+if defined JAVA_HOME goto findJavaFromJavaHome
+
+set JAVA_EXE=java.exe
+%JAVA_EXE% -version >NUL 2>&1
+if %ERRORLEVEL% equ 0 goto execute
+
+echo. 1>&2
+echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
+echo. 1>&2
+echo Please set the JAVA_HOME variable in your environment to match the 1>&2
+echo location of your Java installation. 1>&2
+
+goto fail
+
+:findJavaFromJavaHome
+set JAVA_HOME=%JAVA_HOME:"=%
+set JAVA_EXE=%JAVA_HOME%/bin/java.exe
+
+if exist "%JAVA_EXE%" goto execute
+
+echo. 1>&2
+echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
+echo. 1>&2
+echo Please set the JAVA_HOME variable in your environment to match the 1>&2
+echo location of your Java installation. 1>&2
+
+goto fail
+
+:execute
+@rem Setup the command line
+
+set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
+
+
+@rem Execute Gradle
+"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
+
+:end
+@rem End local scope for the variables with windows NT shell
+if %ERRORLEVEL% equ 0 goto mainEnd
+
+:fail
+rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
+rem the _cmd.exe /c_ return code!
+set EXIT_CODE=%ERRORLEVEL%
+if %EXIT_CODE% equ 0 set EXIT_CODE=1
+if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE%
+exit /b %EXIT_CODE%
+
+:mainEnd
+if "%OS%"=="Windows_NT" endlocal
+
+:omega
diff --git a/install.bat b/install.bat
new file mode 100644
index 0000000..080cb72
--- /dev/null
+++ b/install.bat
@@ -0,0 +1 @@
+./gradlew publishToMavenLocal
\ No newline at end of file
diff --git a/jar.bat b/jar.bat
new file mode 100644
index 0000000..770ce43
--- /dev/null
+++ b/jar.bat
@@ -0,0 +1 @@
+./gradlew createMojmapPaperclipJar
\ No newline at end of file
diff --git a/patch.bat b/patch.bat
new file mode 100644
index 0000000..f87080c
--- /dev/null
+++ b/patch.bat
@@ -0,0 +1 @@
+./gradlew applypatches
\ No newline at end of file
diff --git a/patches/api/0001-Force-disable-timings.patch b/patches/api/0001-Force-disable-timings.patch
new file mode 100644
index 0000000..ff72603
--- /dev/null
+++ b/patches/api/0001-Force-disable-timings.patch
@@ -0,0 +1,19 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: Spottedleaf
+Date: Thu, 23 Feb 2023 20:12:48 -0800
+Subject: [PATCH] Force disable timings
+
+Need a new profiler system with region threading
+
+diff --git a/src/main/java/co/aikar/timings/Timings.java b/src/main/java/co/aikar/timings/Timings.java
+index 95b7cdf0677ef71e6885fa78aa5c75bb500f5f53..89017af09ce32e7a66014fc3aeb50155921252a5 100644
+--- a/src/main/java/co/aikar/timings/Timings.java
++++ b/src/main/java/co/aikar/timings/Timings.java
+@@ -145,6 +145,7 @@ public final class Timings {
+ * @param enabled Should timings be reported
+ */
+ public static void setTimingsEnabled(boolean enabled) {
++ enabled = false; // Folia - region threading - disable timings
+ if (enabled && !warnedAboutDeprecationOnEnable) {
+ Bukkit.getLogger().severe(PlainTextComponentSerializer.plainText().serialize(deprecationMessage()));
+ warnedAboutDeprecationOnEnable = true;
diff --git a/patches/api/0002-Region-scheduler-API.patch b/patches/api/0002-Region-scheduler-API.patch
new file mode 100644
index 0000000..9ea5e80
--- /dev/null
+++ b/patches/api/0002-Region-scheduler-API.patch
@@ -0,0 +1,44 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: Spottedleaf
+Date: Sat, 4 Mar 2023 12:48:43 -0800
+Subject: [PATCH] Region scheduler API
+
+Add both a location based scheduler, an entity based scheduler,
+and a global region scheduler.
+
+diff --git a/src/main/java/org/bukkit/plugin/SimplePluginManager.java b/src/main/java/org/bukkit/plugin/SimplePluginManager.java
+index 001465eedafa51ac027a4db51cba6223edfe1171..468f5646da7bc413a6e91e82379e6554cc8b459d 100644
+--- a/src/main/java/org/bukkit/plugin/SimplePluginManager.java
++++ b/src/main/java/org/bukkit/plugin/SimplePluginManager.java
+@@ -557,9 +557,9 @@ public final class SimplePluginManager implements PluginManager {
+ }
+
+ try {
+- server.getScheduler().cancelTasks(plugin);
++ server.getAsyncScheduler().cancelTasks(plugin); // Folia - new schedulers
+ } catch (Throwable ex) {
+- handlePluginException("Error occurred (in the plugin loader) while cancelling tasks for "
++ handlePluginException("Error occurred (in the plugin loader) while cancelling async tasks for " // Folia - new schedulers
+ + plugin.getDescription().getFullName() + " (Is it up to date?)", ex, plugin); // Paper
+ }
+
+diff --git a/src/main/java/org/bukkit/scheduler/BukkitScheduler.java b/src/main/java/org/bukkit/scheduler/BukkitScheduler.java
+index 5c277ac7a61df8106f7c13a1ad8ccb1509338699..446c115f19c4dde0d5e269f8d120bc51ad3898e0 100644
+--- a/src/main/java/org/bukkit/scheduler/BukkitScheduler.java
++++ b/src/main/java/org/bukkit/scheduler/BukkitScheduler.java
+@@ -7,6 +7,15 @@ import java.util.function.Consumer;
+ import org.bukkit.plugin.Plugin;
+ import org.jetbrains.annotations.NotNull;
+
++// Folia start - add new schedulers
++/**
++ * @deprecated Use one of {@link io.papermc.paper.threadedregions.scheduler.RegionScheduler},
++ * {@link io.papermc.paper.threadedregions.scheduler.AsyncScheduler},
++ * {@link io.papermc.paper.threadedregions.scheduler.EntityScheduler},
++ * or {@link io.papermc.paper.threadedregions.scheduler.GlobalRegionScheduler}
++ */
++// Folia end - add new schedulers
++@Deprecated
+ public interface BukkitScheduler {
+
+ /**
diff --git a/patches/api/0003-Add-RegionizedServerInitEvent.patch b/patches/api/0003-Add-RegionizedServerInitEvent.patch
new file mode 100644
index 0000000..f9f4c2b
--- /dev/null
+++ b/patches/api/0003-Add-RegionizedServerInitEvent.patch
@@ -0,0 +1,42 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: Spottedleaf
+Date: Tue, 7 Mar 2023 12:58:48 -0800
+Subject: [PATCH] Add RegionizedServerInitEvent
+
+This event allows plugins to perform synchronous operations before
+any region will tick. Plugins will not have to worry about the
+possibility of a region ticking in parallel while listening
+to the event.
+
+diff --git a/src/main/java/io/papermc/paper/threadedregions/RegionizedServerInitEvent.java b/src/main/java/io/papermc/paper/threadedregions/RegionizedServerInitEvent.java
+new file mode 100644
+index 0000000000000000000000000000000000000000..c7be944c5638cb6650624bd622b2ad9d52c5c31d
+--- /dev/null
++++ b/src/main/java/io/papermc/paper/threadedregions/RegionizedServerInitEvent.java
+@@ -0,0 +1,26 @@
++package io.papermc.paper.threadedregions;
++
++import org.bukkit.event.HandlerList;
++import org.bukkit.event.server.ServerEvent;
++import org.jetbrains.annotations.NotNull;
++
++/**
++ * This event is called after the server is initialised but before the server begins ticking regions in parallel.
++ * Plugins may use this as a hook to run post initialisation logic without worrying about the possibility that
++ * regions are ticking in parallel.
++ */
++public class RegionizedServerInitEvent extends ServerEvent {
++
++ private static final HandlerList handlers = new HandlerList();
++
++ @NotNull
++ @Override
++ public HandlerList getHandlers() {
++ return handlers;
++ }
++
++ @NotNull
++ public static HandlerList getHandlerList() {
++ return handlers;
++ }
++}
diff --git a/patches/api/0004-Purpur-config-files.patch b/patches/api/0004-Purpur-config-files.patch
new file mode 100644
index 0000000..468f177
--- /dev/null
+++ b/patches/api/0004-Purpur-config-files.patch
@@ -0,0 +1,29 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: William Blake Galbreath
+Date: Tue, 18 Feb 2020 20:30:03 -0600
+Subject: [PATCH] Purpur config files
+
+
+diff --git a/src/main/java/org/bukkit/Server.java b/src/main/java/org/bukkit/Server.java
+index ad816538b30079c62d5e1eb98c6f4b61e12e8d47..f90da51a8d1003a5cba86decbd42470f7f7e9211 100644
+--- a/src/main/java/org/bukkit/Server.java
++++ b/src/main/java/org/bukkit/Server.java
+@@ -2283,6 +2283,18 @@ public interface Server extends PluginMessageRecipient, net.kyori.adventure.audi
+ }
+ // Paper end
+
++ // Purpur start
++ @NotNull
++ public org.bukkit.configuration.file.YamlConfiguration getPurpurConfig() {
++ throw new UnsupportedOperationException("Not supported yet.");
++ }
++
++ @NotNull
++ public java.util.Properties getServerProperties() {
++ throw new UnsupportedOperationException("Not supported yet.");
++ }
++ // Purpur end
++
+ /**
+ * Sends the component to the player
+ *
diff --git a/patches/server/0001-Build-changes.patch b/patches/server/0001-Build-changes.patch
new file mode 100644
index 0000000..402c2c6
--- /dev/null
+++ b/patches/server/0001-Build-changes.patch
@@ -0,0 +1,1061 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: Spottedleaf
+Date: Thu, 23 Feb 2023 07:56:29 -0800
+Subject: [PATCH] Build changes
+
+
+diff --git a/build.gradle.kts b/build.gradle.kts
+index 2da91ed6363c0851e4c459188f5e8ef5475e0c97..a404088c7da76e8d05ef506b57fd78345c11b3ce 100644
+--- a/build.gradle.kts
++++ b/build.gradle.kts
+@@ -25,7 +25,7 @@ abstract class MockitoAgentProvider : CommandLineArgumentProvider {
+ // Paper end - configure mockito agent that is needed in newer java versions
+
+ dependencies {
+- implementation(project(":paper-api"))
++ implementation(project(":mizi-api")) // Mizi
+ implementation("ca.spottedleaf:concurrentutil:0.0.2") // Paper - Add ConcurrentUtil dependency
+ // Paper start
+ implementation("org.jline:jline-terminal-ffm:3.27.1") // use ffm on java 22+
+@@ -100,14 +100,14 @@ tasks.jar {
+ val gitBranch = git("rev-parse", "--abbrev-ref", "HEAD").getText().trim() // Paper
+ attributes(
+ "Main-Class" to "org.bukkit.craftbukkit.Main",
+- "Implementation-Title" to "Paper",
++ "Implementation-Title" to "Mizi", // Mizi
+ "Implementation-Version" to implementationVersion,
+ "Implementation-Vendor" to date, // Paper
+- "Specification-Title" to "Paper",
++ "Specification-Title" to "Mizi", // Mizi
+ "Specification-Version" to project.version,
+- "Specification-Vendor" to "Paper Team",
+- "Brand-Id" to "papermc:paper",
+- "Brand-Name" to "Paper",
++ "Specification-Vendor" to "Mizi Team",
++ "Brand-Id" to "toffikk:mizi", // Mizi
++ "Brand-Name" to "Mizi", // Mizi
+ "Build-Number" to (build ?: ""),
+ "Build-Time" to Instant.now().toString(),
+ "Git-Branch" to gitBranch, // Paper
+@@ -173,7 +173,7 @@ fun TaskContainer.registerRunTask(
+ name: String,
+ block: JavaExec.() -> Unit
+ ): TaskProvider = register(name) {
+- group = "paper"
++ group = "paperweight" // Mizi
+ mainClass.set("org.bukkit.craftbukkit.Main")
+ standardInput = System.`in`
+ workingDir = rootProject.layout.projectDirectory
+diff --git a/src/main/java/com/destroystokyo/paper/Metrics.java b/src/main/java/com/destroystokyo/paper/Metrics.java
+index 8f62879582195d8ae4f64bd23f752fa133b1c973..5502fc8b4754623c600a8a36a2bef27582402933 100644
+--- a/src/main/java/com/destroystokyo/paper/Metrics.java
++++ b/src/main/java/com/destroystokyo/paper/Metrics.java
+@@ -592,7 +592,7 @@ public class Metrics {
+ boolean logFailedRequests = config.getBoolean("logFailedRequests", false);
+ // Only start Metrics, if it's enabled in the config
+ if (config.getBoolean("enabled", true)) {
+- Metrics metrics = new Metrics("Paper", serverUUID, logFailedRequests, Bukkit.getLogger());
++ Metrics metrics = new Metrics("Mizi", serverUUID, logFailedRequests, Bukkit.getLogger()); // Mizi - we have our own bstats page
+
+ metrics.addCustomChart(new Metrics.SimplePie("minecraft_version", () -> {
+ String minecraftVersion = Bukkit.getVersion();
+@@ -606,11 +606,11 @@ public class Metrics {
+ final String implVersion = org.bukkit.craftbukkit.Main.class.getPackage().getImplementationVersion();
+ if (implVersion != null) {
+ final String buildOrHash = implVersion.substring(implVersion.lastIndexOf('-') + 1);
+- paperVersion = "git-Paper-%s-%s".formatted(Bukkit.getServer().getMinecraftVersion(), buildOrHash);
++ paperVersion = "git-Mizi-%s-%s".formatted(Bukkit.getServer().getMinecraftVersion(), buildOrHash); // Mizi - we have our own bstats page
+ } else {
+ paperVersion = "unknown";
+ }
+- metrics.addCustomChart(new Metrics.SimplePie("paper_version", () -> paperVersion));
++ metrics.addCustomChart(new Metrics.SimplePie("mizi_version", () -> paperVersion)); // Mizi - we have our own bstats page
+
+ metrics.addCustomChart(new Metrics.DrilldownPie("java_version", () -> {
+ Map> map = new HashMap<>();
+diff --git a/src/main/java/com/destroystokyo/paper/PaperVersionFetcher.java b/src/main/java/com/destroystokyo/paper/PaperVersionFetcher.java
+index 532306cacd52579cdf37e4aca25887b1ed3ba6a1..964e22ac58824a0b4f9bb361e8f34314274ae192 100644
+--- a/src/main/java/com/destroystokyo/paper/PaperVersionFetcher.java
++++ b/src/main/java/com/destroystokyo/paper/PaperVersionFetcher.java
+@@ -35,7 +35,7 @@ public class PaperVersionFetcher implements VersionFetcher {
+ private static final Logger LOGGER = LogUtils.getClassLogger();
+ private static final int DISTANCE_ERROR = -1;
+ private static final int DISTANCE_UNKNOWN = -2;
+- private static final String DOWNLOAD_PAGE = "https://papermc.io/downloads/paper";
++ private static final String DOWNLOAD_PAGE = "https://github.com/Toffikk/Mizi/actions"; // Mizi - use github actions as a download page for now
+
+ @Override
+ public long getCacheTime() {
+@@ -49,7 +49,7 @@ public class PaperVersionFetcher implements VersionFetcher {
+ if (build.buildNumber().isEmpty() && build.gitCommit().isEmpty()) {
+ updateMessage = text("You are running a development version without access to version information", color(0xFF5300));
+ } else {
+- updateMessage = getUpdateStatusMessage("PaperMC/Paper", build);
++ updateMessage = getUpdateStatusMessage("Toffikk/Mizi", build); // Mizi
+ }
+ final @Nullable Component history = this.getHistory();
+
+@@ -59,22 +59,23 @@ public class PaperVersionFetcher implements VersionFetcher {
+ private static Component getUpdateStatusMessage(final String repo, final ServerBuildInfo build) {
+ int distance = DISTANCE_ERROR;
+
+- final OptionalInt buildNumber = build.buildNumber();
++ // Mizi - get rid of jenkins api
++ /*final OptionalInt buildNumber = build.buildNumber();
+ if (buildNumber.isPresent()) {
+ distance = fetchDistanceFromSiteApi(build, buildNumber.getAsInt());
+ } else {
++ */
+ final Optional gitBranch = build.gitBranch();
+ final Optional gitCommit = build.gitCommit();
+ if (gitBranch.isPresent() && gitCommit.isPresent()) {
+ distance = fetchDistanceFromGitHub(repo, gitBranch.get(), gitCommit.get());
+ }
+- }
+
+ return switch (distance) {
+- case DISTANCE_ERROR -> text("Error obtaining version information", NamedTextColor.YELLOW);
+- case 0 -> text("You are running the latest version", NamedTextColor.GREEN);
+- case DISTANCE_UNKNOWN -> text("Unknown version", NamedTextColor.YELLOW);
+- default -> text("You are " + distance + " version(s) behind", NamedTextColor.YELLOW)
++ case DISTANCE_ERROR -> text("* Error obtaining version information", NamedTextColor.YELLOW);
++ case 0 -> text("* You are running the latest version", NamedTextColor.GREEN);
++ case DISTANCE_UNKNOWN -> text("* Unknown version", NamedTextColor.YELLOW);
++ default -> text("* You are " + distance + " version(s) behind", NamedTextColor.YELLOW)
+ .append(Component.newline())
+ .append(text("Download the new version at: ")
+ .append(text(DOWNLOAD_PAGE, NamedTextColor.GOLD)
+@@ -82,11 +83,12 @@ public class PaperVersionFetcher implements VersionFetcher {
+ .clickEvent(ClickEvent.openUrl(DOWNLOAD_PAGE))));
+ };
+ }
+-
++// Mizi start - we dont have jenkins
++/*
+ private static int fetchDistanceFromSiteApi(final ServerBuildInfo build, final int jenkinsBuild) {
+ try {
+ try (final BufferedReader reader = Resources.asCharSource(
+- URI.create("https://api.papermc.io/v2/projects/paper/versions/" + build.minecraftVersionId()).toURL(),
++ URI.create("https://api.papermc.io/v2/projects/paper/versions/" + build.minecraftVersionId()).toURL(), // Mizi
+ Charsets.UTF_8
+ ).openBufferedStream()) {
+ final JsonObject json = new Gson().fromJson(reader, JsonObject.class);
+@@ -105,6 +107,8 @@ public class PaperVersionFetcher implements VersionFetcher {
+ return DISTANCE_ERROR;
+ }
+ }
++*/
++// Mizi end
+
+ // Contributed by Techcable in GH-65
+ private static int fetchDistanceFromGitHub(final String repo, final String branch, final String hash) {
+diff --git a/src/main/java/com/destroystokyo/paper/console/PaperConsole.java b/src/main/java/com/destroystokyo/paper/console/PaperConsole.java
+index 6ee39b534b8d992655bc0cef3c299d12cbae0034..94ba73ecc493386c35c20e8dd35560f4c858b495 100644
+--- a/src/main/java/com/destroystokyo/paper/console/PaperConsole.java
++++ b/src/main/java/com/destroystokyo/paper/console/PaperConsole.java
+@@ -20,7 +20,7 @@ public final class PaperConsole extends SimpleTerminalConsole {
+ @Override
+ protected LineReader buildReader(LineReaderBuilder builder) {
+ builder
+- .appName("Paper")
++ .appName("Mizi") // Mizi
+ .variable(LineReader.HISTORY_FILE, java.nio.file.Paths.get(".console_history"))
+ .completer(new ConsoleCommandCompleter(this.server))
+ .option(LineReader.Option.COMPLETE_IN_WORD, true);
+diff --git a/src/main/java/io/papermc/paper/ServerBuildInfoImpl.java b/src/main/java/io/papermc/paper/ServerBuildInfoImpl.java
+index 790bad0494454ca12ee152e3de6da3da634d9b20..89834246f5f9c70ae107a19ba5ca451b51f0b539 100644
+--- a/src/main/java/io/papermc/paper/ServerBuildInfoImpl.java
++++ b/src/main/java/io/papermc/paper/ServerBuildInfoImpl.java
+@@ -31,6 +31,7 @@ public record ServerBuildInfoImpl(
+ private static final String ATTRIBUTE_GIT_COMMIT = "Git-Commit";
+
+ private static final String BRAND_PAPER_NAME = "Paper";
++ private static final String BRAND_MIZI_NAME = "Mizi";
+
+ private static final String BUILD_DEV = "DEV";
+
+@@ -42,9 +43,9 @@ public record ServerBuildInfoImpl(
+ this(
+ getManifestAttribute(manifest, ATTRIBUTE_BRAND_ID)
+ .map(Key::key)
+- .orElse(BRAND_PAPER_ID),
++ .orElse(Key.key("toffikk", "mizi")), // Mizi
+ getManifestAttribute(manifest, ATTRIBUTE_BRAND_NAME)
+- .orElse(BRAND_PAPER_NAME),
++ .orElse(BRAND_MIZI_NAME), // Mizi
+ SharedConstants.getCurrentVersion().getId(),
+ SharedConstants.getCurrentVersion().getName(),
+ getManifestAttribute(manifest, ATTRIBUTE_BUILD_NUMBER)
+diff --git a/src/main/java/org/bukkit/craftbukkit/util/Versioning.java b/src/main/java/org/bukkit/craftbukkit/util/Versioning.java
+index 774556a62eb240da42e84db4502e2ed43495be17..06aee16a32deb200d7d6070ea8bd018a8f4a7b52 100644
+--- a/src/main/java/org/bukkit/craftbukkit/util/Versioning.java
++++ b/src/main/java/org/bukkit/craftbukkit/util/Versioning.java
+@@ -11,7 +11,7 @@ public final class Versioning {
+ public static String getBukkitVersion() {
+ String result = "Unknown-Version";
+
+- InputStream stream = Bukkit.class.getClassLoader().getResourceAsStream("META-INF/maven/io.papermc.paper/paper-api/pom.properties");
++ InputStream stream = Bukkit.class.getClassLoader().getResourceAsStream("META-INF/maven/dev.mizi/mizi-api/pom.properties"); // Mizi
+ Properties properties = new Properties();
+
+ if (stream != null) {
+diff --git a/src/main/resources/logo.png b/src/main/resources/logo.png
+index 8b924977b7886df9ab8790b1e4ff9b1c04a2af45..005f6f417598e6692d8e349a7dde7f96d44898e7 100644
+GIT binary patch
+literal 27503
+zcmV(}K+wO5P)gW-b-f%0t*Ifcm1Tn{inkIz}El&{st&A`Mb^rR%1v&Yw4$&
+z2suUmuE+-h83!CJ{<6&f#o7f=UHrGr5CRPT|Mvc&zXuE&0vmG%U~B%W#Rp1O{=L!(
+zKTHP}CjId0`1bGmvB=a;X7{(t{`KbtZg>V;X95Q({`v9y^XLX6a0q0f?W3IYw8;h=
+zX9q7g2t-x?%-;qUI|*oR{`Kaq+s%&s1viqrCL-?Blb@;iR|u-qHjQD+LKU{GPn>ztJuyHS@2;6$lgG
+zld9*RmEfGQ1r~e=SDhwiov3Vg9uyx2Aw$HCocP1l7g>kxoV77+ps7V#L^wgwps`Cw
+zYwoP03M@|*DL{LPuLNbS2P9c54->aVa
+z`RCfCnF$V0iFbSk9)9fV=HiK==HcDty3N;pldE%tYj}}geW!+FZp@XNr-qXYBvQ{s
+zV760djBS8iX@u2WbR9883UYnDroRzJNRWGxGcQulrNaHv=5<_Zh=hotU~NZ8Q5I5k
+zp`M-yZg9W5wfoA|!)}BK5@SC*S3p*5-PzN>UvzO$T+YkFxuc{LU2H{Sfm=XK)VIj-
+z&BI$
+zV79WdEJ$iqQBL8))R&8*j59^;%ii|q+Udi&;J2*1iGZ?ucMsDul1y34t*uueE!u2{
+zWoKq=FgiIIBOz~&Nra*GyR>zdrR(jJCWky8UOB9+av!oeE;`8*001BWNklxHOn2aV)ENYl>fE)!}f2Wy>yWEW+Z05h=M3>4jM@Aso@*tL>4
+zONKt#vSd->@5A?f-}ip%puC{l1i2T)8x9hEI!jPKIJ1xV#jn<*D$nzV0eA4gKzClK
+zhGEFE7;3!bJ4vxDOTsUU-cIfh_%xy8M*$(=yA#L!hKWE_)pp%-#?54S!{iW#DawPR
+z)6#D=(GW@oTC@n+NI-FLChv%L6aCLI
+z%rK2oD@Sp(J}h8Pa@6S2TG*q;D2Pnm;lyx}Z|*r(+K%f();4sHUMfnyx8w3c^6o
+zRN#P`8BH;eE&zc@n#{yV3S1jGD!mSY#fEA`f4QvCjkXy&-97M->)DggdV<4F~I(jA}ItjF7)y|YN
+zmg_>T@K#1d7!D6Lgj}p?NBbL{K++aOqOhB{7Ji6>I2s7~e4izETZea1$XM+9=b!b6
+z9B-hOkwhk|W-ECmIpni*4_ZG@2vw*lFZ2ykQD6kOXR+@|sN>4CysHpVv8XLZooGar@#i!vPG@FueY47^ZEQ
+zXr-o@ad|$Wy4BTHSK$;uDVs9aG!3jRAgPsA{RX%&)dnP+U0l;h%Jbtk+3?N3Zu5h{
+z%0)f=_GPFI1RIZA<2Gh*k#NS9H^nNTuR(3CB#Q>lwzfk{$>gUv-_c>tXh=
+zOvsMSrKP2(F`B{#O}7Erc-?7)#lqFXL+j^yf=NeIMG>KR;|QNjl?@Io7CBZKI1INC
+zi3Cnp;)#S_E5?i4HD=J^TOg1u&WScIP;EeB^ZBLh1|cBT9N(ihsHDkeiYn<0lE}aXz~=4+_{DUXJEi
+zBx>g`IYafyxY%fY0mGf`QV85tl9
+z)CpBCk>JYE2sv+!37b!dR$(;&Nr(pm#TqL5T%nkY7ptuzf*<*(
+zmXM?~o7u&Ai50x%;X#5r2=hv<1$GStEznwcWchFJ_9l}$BQs1CjMlcBHjac_-r1?w
+zM7;ArVWN4lS_Otku>yDXS}_tSmLMzf?I!O@3+_dflH_$sU=Mf~*|C(L+uZu%XYXD3
+zawWSt1tXn6BAcdZit>6`tHTgpx2F$|(FYd~Pgztpti(!^AZXz$4?g?r<^GUg79AMQ
+zEnqNBhZm8)cm*ETV6JTiha9V%t`_4t&=Y{f>+wjWkPDp7NL{{8N??DAc`Z!pjH(Av}_o?_UK$XwBHD!eiguxcqK!P&dq`
+zWdVYrV`<4yBTy%>iw#X%y15U8OKcYkg;FIKsG#3SC0;7V$Nj*Ra6M^o}A<
+z3_(Wd1JYW1e`|9t4>;NU@8|O0&z+GpNs$C%1cg
+zWCuf-A`|j6jAvQMwR9+SgUQqw)8O|=6t$Kv7E2HjDDfNsRZ6*dwUAy-*P@okp`fFR
+z35R(i5$u6&Ne2z9_I(UAn{!Kf1hn;Zer<|HIH;4gE--Zj5NYpKDIELz{Xh4bP1kBV
+zB2)(i$_Dy_VUS}P$**UV#;&wD*mv0JIuv%X7%xPM)oQ6yDFt$sLOQ*@JsQp6bSPL`
+z1(%l>!U9R`pB*~{qz71pG(L6a>DI~$IPp?;X>oHCTtLz^;2|i|D-~b@pq2}?DR4Lx
+z=qWUceAP1yC1FPWjGt)**41t!5e>(`knua-zy)Sx+b~I`)75IN><+-j{o9#4|0x4a
+zyjUs}w(EL1p?CpPeRYTDQ)5se2SCQh$0kbH0s*5XP
+z4oL#??kLm7YiWE*I>*+(irQAnVf_A!K_(RH@9#$-Izo}Xi~vXfZx;M$2KGQW*ndDm
+z+=0n~$;s}4$v>Vt{?0pZpMN$p3;Xz;VqL8zP%l9@N8ABBHn4B)2f26e9zyX11jZxz
+z=Cb+x)(WuP!f|zR<)belIh`?-9rR|XYP?bT0SzsjMBj?6-=0aO45rr)1i@ek2hNBG
+z0tJFvVzPfB1zRic8!XseHF>^i{bTadz(DuFr+1$Hw(G=+KmGIg@n3&?r+czlt;uzp
+z^D@Fa&`O$)+|UGepKF4&U|Z$$QFP0qD1neRma?0Ywl@EGa}i)}-n#kd(anE7Sby@(
+z^&u_X84hD21OgUKVv+%6Ca$v)7?E;uIr;I-pdH@I9#=yl<&p_mL`8t
+zBe+hGUO+z35~atBS69|9yaxq8_0i(3nU(wx{xz+ST72Tal$v2k8)+KHPZM+8&_F(z!@~?2@Io90B7`AkGJdGwP&~v>
+zGifB|oGwY{()lnYA=osu5Uw3kRyHLpw!6_#kYsvB)~!o$+uQU@!}csk*DlnRg8g!b
+zrDrP#e(HU?=Y1zy)4J^4OJY+4#h=gffBygHO%FBVKiKdL8e#YGyk+^7)onfer5+uK
+zELX2S23hoa!-1*q?_J$$Y;C=G@uG2kbF;d;Tdh_BDm(w_rzv!(lSzm`2^VujV
+zsT8ynLBNwiUqI>b)f7DLE8sxQrBGth?#BmYQYb`{8CA>y!`Q;Y*jVM(X(u|1i_VGD
+z&o03C3|BMNk3f(mLcE-fd-4~1+#MQe-=cJYKzsf3FE{Vr4tT9LcUK_ny?yW1*7Zi?
+zMWb;aPVxFoH5w%dmK-fW)
+zypDeJ00Pf9!%h>#;hb>%Yhi3)L33#$R3whN3(>4DnQH$fkghYmf4Fk*KR54v6Y$#L
+z9ZO*7lk=C?8=ITg@5{yF3_c1-mKOwp=LPtKvBxqBV;{r{XGxld2TkHbQ9N@rfw4>?
+zgs$2>M<4~em{)aN5NItZh{FVNIJ$$u(LMNH%cbeAI4+3~dt%M!c@j7Y#L@wR@=0&t
+z_T8Ip6c7(IS@=0(sm>HJN_7Spkc#1lgdU1yA`HXX3Gxxm@W}+tt$xqf;S(!j>*+bp
+zf+n%o`}ohF-Msfa4DlY`1&as_1s>jMR1-o8K;T4C_fQPM3b7JT@lb@QTu*75A&PZL
+zQe{<=q&nb;d07GB*wIb`N3rWM`yq(SKd9=e{&w3e2t3X$j&_?M-A(}cEm(^t>qZP>
+zf83Wrb#d*qd>(!1V-T3YJ+@8|JdC})m)EyGgQ^62&bTcY4_GcOXA>-=2tqUpV&ExO
+zD9Qqrrqi;hmCGqviPALgD;8P|T8pJhvYHpA62W2;jyYbC!l2qxQrb2u2tv8=W+Zr6
+z5qJcH-Fp{uE%>J)!vMsNnI2nlfBj;Y^`naP{{9rW_7RAg-C?_f0et!D*4EwcLGaLh
+zJr>x)x&ptxcNG&G$aA4Kp-C{
+zcr<&lp92eMgMn!PCRtKd0nEg%CJCht;u=)7BCBifu+9f6V;9~nc7Q-t&Mp9m-c0%d
+z!M6ks4-0%g*{@vkegtB%dI9786)<{XeiVb069|9%`PSyv-G{w_u%#EV*lZRUWaqOq
+z&&Vn}UMy>3iGBbMh%ChPanLomBI+*aEigma4?#{s3B4gH=In~V_)?pSP;BM~a$^G(
+zr1yoh!QdeXKp?S9>@>Ab}5fhFnr%U7G5Tk8*}
+z!k+|sQKYfjPI>>d%u5O>m&@}}nq@%w6zVjFGNJIw)jhh%5@Y3&%6aDj9Cj9)Zz|
+z{GHL!!VtE)db~sDS7cT;wCtnTX*`H2o+VlGQKBg4Ypsoq)z!H#XPd3O
+z6ytb!2Z|>vXasXSE(k30tke|19GmqV76@>>IXfH-jvNPp)OBuqKULRsSa;*Dr45`@
+zVzn5|U(5el5j>fpm!^JLZ|weU_aEQ=_2G?+kgOV2*)U`pmU00KfkqUU$+xuT?A(`g
+z=uEHGb|MVRvJ6WLqAq3*lY9h`*cC!*DqMlv7wgzUP-C4N84Wr{Mmj1IJo`@9^P1rS
+zt-E&SmOvx1elg=Oe*p5oR0R2m+Xi7}>eBMc_16y`?B17TPAzLHO;XW84@=W&CAqOW
+zI}6KdXmWBA-AEnma4a)Ozyzab#ByC=3G9fF813k0OCf>7USRU6w-wVva+N*DXz)Xj
+z?mv#~y)}~BegyZ_+yM^rqUskvXsr`Y+fmvey=@$vkpn|RQ#YPGF(`JaWk@tDM8OA1
+zK@~B?^z_=bNp!witHnJ83rU`jKB|@t2~-3D7^;Dz3d)V7*yOna1KDK1olam40pD(N3{DPJdBps)km8o^mB;Lrbn$ykDyKt5Y3|)v-d@Y$t+X2uu6Up~rT{
+z8~*(D=5i{Uu148(5mZ>u*4C~8fO$f58#Ruk5(yGUF_A86Vw48sL}>=}LdlY>Dx5-#
+z8X+hGrPa6Jg4U58R`!M+5U;w;p?jRfxqv`2{Rm_=bl{K0eR9edJMTRir0e#n6G7ZZ
+z(m@w+*6{hirwy$LZb%MFWkW0xOVj9PFmwoVP@vdBJ6=dAvaS_ribKX|M}tesXJtth
+z1llOG99Lk){q2GMiaE3vzHpqz93Pxv$Hd;hL60U#?I4sX#N)E)bKU3wvEhUI%66=|
+ztZuZ%y3vo0vx^nkJiK&Ue)Dou(xfy|Iuu$0v
+zo{kziP4X-S@t!1$DaczzNrHSy8fBXEL|94Nu2l91%z`{~;Mn^S3fTL(rmEv**Ok|~
+zjU|6P9us|$O9A)$i`+Jd4g32c$CYooY&bNcdlkrA?k;@$i2l#T(4Eb4c_x}j$YmoH
+zrOEz-wlvU(8hu|)FM$YPP7!tplyp&(Xb4`Q50a9~Vm47sNixgx2~DKI5ACHUcn3%X
+zZ6O11oFA(E5Ttv=X-J}mGKy=-c$8^D5bn>%xE}(?ZrzVSOqBO}K_+>V!Nd32%
+zpfOT%vGrK0tbZC*dS3l=-QI`p)s}98wJ7Yjdw=7f+O6yl+J+Qi9^dzQpXYghW3|p(
+zTs9KA3JSn*u23^+<5)X5U>tXGWV2rOXCR2b#SaugBGUi&0$|8_KuQaYbc}_;1)6@L
+zZLbjv{CN51g+QC~d?3Ub91;OX$MoV1Jb%aL^f#1T1Rl~veapw#h}9NNj@v!ZUCJ?`
+zovtAy4XGOM!5TknCOt5oq`1}0jROLiUPS^7&S8#lTm<+I+6n5zsPt7Bm)mN&axpJ#
+zPJrn~-N5-kN{n=tJhSXLse!H{af^$a
+zpSQDtX7I-PW=+^-$Mj%|HLVar{Qh{}f2HLj@+L?_&fz*Zd87JgP(%deLYsFPw>rDP
+zs|-sY*MAA5u(ev9vmxE)inkuNq5NYNR(15b(VfZQi?Lxm7(Omd34;cnk&=OI9nHrF`7
+z;Ns0-kEM`PFrUkyLECJD1{4JO#QY!-z5jhdS!q+Pv81d_`vpTlAqR{xr;CO0ThZz*
+zcbSJFWVM|Ea`Z0B>HIxwy5!Rx$gKH)^xlB8;IiHCZmmc*=X=
+zb`vI(a4}Q}kyr#ja{UjynX!7vxXW&~vlbY@!U(`IOANB3OexbFSWdtZ2Md33@WXwY
+zRwxv-TCJ!p{S1m$Ycy)L18Uxx7l7Ek*QO%NFu)pzWfM2P1S0<2J5r0A)X_I+c`Y#&
+z&Frp4AElE~Tf`oTM6CEQupCBJ!}8v~+bu@#R1{ST?*)j2HxBE0vjI1UU7RNpvgkF)
+zU!hTk#W@eoDA69685iVyD+h#!iB(s&wEg<^>umPv62fxg;I%Yer>-m2{#X4WkQZ9Z
+z-hFKUa4kkNNfWOt`BeVq?apkOl(7
+z_uWJh*cJ(t4P1;EEnnd0E~RG~e4cZKM>#}sVe>16DIDi8v__Q~l$Vw4AWYpBf4+aq
+ze`Rnzn~3qzXq4yELqpkzCoESe9xgq5wlPvmE7rMC0ByF~yyeSNchObcaMd_<9*~m*
+zoi4t*+II@10~DU<`0mB?bfz=Y84iadOx4F4u<1cm4XVnkFax8Dw)wR5|OR`
+z!Iia@y$OE%+0w|vveMexI=Z$_q0s4s$yGb@@+CA|_WSJ1@A*U`5CUgX?Q~5AC%YG9
+z0O@k*#G?Efh*IV=M%HGIhT)t
+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
+zY@2^f6KNX9MQbl7_DFd{D
+z)n?Za74~PQ)g{4tc*MsXV3f1`a8p;OU0remZA%6!3
+zPkxs$3ChPu_t9ar@6Monb7KqQ9X%g{%;8)6T4yvGlSVI?PRG|VYY+6!F3fn*S_HrF
+zgMUrUJ)Qb~wyF6jXVCH{E_XyvWLBb#jI&c50P`&EA1H5DEKX!^eG_Wdt}DG%V6?
+z$KE$3?OF(kO;I&>+~p7+NKAaV7PQ*rZT(pJD+XiyT!jLwCsK
+zju1M*53fLA@7_?{eE>i_9;3&IK=>(;6b<6w>yifw3yb)3kFM3%as93+cxW{1MAk&z
+zuR)L`Id>b*+WzvE_ATI8QL|XI0L)Zno7qvY;A&RssoCyTRkkoQKQXE&K`0pfd9h5@
+zZly-p1a(7|D^oqzvz2T+1?hMrfaHKH;NS51fXCqC=Q_<9!g&;|~qT8f|Zv8Aba3q1lC83derKfLci&uNm$M
+ziv2q+LM_JodOY)Kwh#_;si5>v+8PL20
+zBzdXx#A2Qq#PSY=IW_Nb=1oj3>0)7CAM1=NA6CumD5AXs6pU8VfFh*!?^7q>ezAD^REsSI9IvoYQK?#O2}PQb@FzO+O!2
+zm@8}2fN$Sy!Ym6R5C^>E5pmE07~ooa=}E8i6+Z?b9{8GJoC_7gqL29L`x!lwUfS>0
+zjqBRh3U0&|3dvoq!c1XgB8z*T+S(04Ab^7P9kWSu9xl_0oU=7*uJ&X2uPh};Y0ao9
+z{7V5xpePr+`za-gq!F^~es*@^c`1$@4;)KjTD5{UN^;a~${%#m+d>--hoSjs+-afD
+z7NCv!lD&p_*cgk^ES@cpqEA06+Mm+H>qUO&nb)mfYwZ+9TzODKfG&`DhX&+kRTcs!M=I35&sPX5K@0*Ra|aTl@BGL1fJqyBX$;Ur>sLJ@mNraVCGfq%T*hkR>=2RF69?HP-}
+z-iN>ljG7!%Dauu2vx|#&zIje5N6;S;B$Pohs)A^4qa@d}730GcPEgkSVo`R>8nZ7n
+zXmR?2P2+=s)G-NkfwKjZGcdy`)Xhy$F~Vnueklrg$vWu)yGQ-
+z!iFgcDQSHXOWc4~gpL;S%W$n~^f>(T#FU>a5L8&4fsn&ziC7Fyf3~?BfDx|F~kU!3JUD`1S*dH5h*Ns*R1NjySOe0ylol+*@gOFIHy^{3+vL@gdR%*hEfOWjOZp
+zaT|`RCC;{*ehGJzIGg-3kuMUg7K9)W;&G?8!{?k3bIqNG&0|EgEG3p#UXTN2-()IA
+z_8jKVLFJ(JU_dlMYs)7nMyjs-49^s2LK1e6l*!+p8L_{-ih~BO|Z4_{=AVpu*d0+EqjMs1Y2qD*-#louB=b
+z9I;d1j+;axk-5$#cUpYD=+QM_V2~pclx>2Pq--sgDkGa9JNNG?EZPDw#(-qrV{~gf
+zxy{Z92SB*!A)simtVf@NZGnJe;kc%u@9y7WX4Q9E1A<5qO5;M?l@ZQ5R%nK9fnSh
+zsDK+{ihSy%T8TXVN=K8t14;jszX^gQiG^eHMq_uAL{uMal?^)m+%k|PVyWn@*}VyZ
+z?KtxgSKjJ7sexF3`?g`F5w$B!N-;bOk*Q;
+zeZ0Nq5OkdcX15W$Cm~~fXWs=?uofn{;)0+PVjK#(cq1U+;1qBRIR2Dp84L!O&lL;?
+z*IpR6D{?q}58~jb1c998d9m&VMI@ru4sB;$yp=1FWR>|Xb&BmED;l=6ukUm0R>Lwh
+zC~Ayg6oFx3SI}cUET*X>h@77)tEz?`R~HWq00nZcjEsT2gVn>{^_pGKKLfB$jq7{4
+zi6=b0btqiGk>#7+e|Gtt(D)i;3b^-6VzF2iUP3Lr13ia}PSrvta7{3MBb|QJ)A=71
+z!rZX15NaU;F(%iIFCQh1-StAw(RyutbG(%!l$1ds@pHP+{FGjS$9DY4(lnfeLHz#6
+z@{xuWHjxqpk=TLcN5*HM2qh~|Az6RwhG$B
+z!;gNL*;(}U-24oqh;a^z;hgTp8L!I~N;=ExqS1USiDnfH2&rBNc1i__*lnD|-3M5~A_QlN+k_9@Y{q$JdvwGvg!MuSyqz7`YjN<9riFQ3tDn+Vc
+z#4YloD&I|!Uy8W}0<*d4ys0YgLTNTs+X61OX0=-HJ-5Dj{rdHPU%!c?^R=On!%Uon#%Gx&aktKJS-)VVzblIXcf9`1DW1Rr6jZ}rEP!~+RlPtTW!EX@5pn5
+z4Y)1|Gz#vTY4E{AN;^Czg1~fQ!2+WZ>Ij;klQ6=J4(=KeQ4_$y#Q*kp&MmIV&Y_gh
+z_K)+q-{13|a|-UB4T3~r1PwO`6O-@*YIV`}{(S|%j@V5knoc$$>EtI54Bto=0_4@t7>#jHD
+zYnw=)jg8InMcFDgEmXZ5B@!bzJEVFjP}*J%9=$)=KCEXs4ON8G!CEs&0c3ya*R^M6
+z6R7S8Mo5iD1Jl;zfo0W1i7^5^#b99oX~(H=|Me3(hS+rdM$`IyfTX-b5l6ZY9B_Tx
+zHg0hT0y>=r8P^VbwSQDFsLJ3I&W?)&Pp|JAZf{FBR-OibUzZ&^
+zR9Cm~eqo`rvvXje^Zo2CHYkD{ku2lm$33wOM%(JrD#Yd0?)ACaw<~&TDMTZ4fp>|mAa
+ziO=`sZ!djP`}N2^?gtR1Qp{Dx+(d#<99$%dMy=Kq{}_=G|o1+u$q;VLbBLLy7S?V(&EW28`t-9vvkxv~PGVa?33q3uO_soufLM<7RL
+z`UVrA*xmv`8fY#Y%)=hCH7a%B)B%M~r&j+74DFNn%RjVs-*J%#f*_DV6qb>;ITw-$
+zeibhDsRzW=+=#!I=X4l&g*?NWUO$8HoDB7iMLuIM$y4MXKtknd54$K53S@WP8-aj!
+z@*X=>4)39D0-(rJ+tCzR%Vx9p+;D2+u#;oZ8;EMX)28R3QyZnW>FKJEL6l-2_b`B5
+z(1^D{xSC3w@E}Afzyq$;154%~Gu0%iPy{Ut46DRHY5_5H5Wz^dB7I_NYGhWG!LvD>
+ztc+@NxmneRR;LQ&R6^CGnma_S^ocb!U|Ba~#J(ViuU?0P
+zEEFLmNd^L7V(=yxrhJV80S_T9x0YR`+pU9F18#R<*Td@d@oFi*!6D`BC!GC+iYjyA
+zTF&Qw!#1MLGIx8j@Qt3>&?^$gtKGq~(q-67-dF_!D-uO$T!N3%0YvC&6$pl*DQ+*?
+znL5LVpmjcir7x9EX5=Ff+mUH|{Qp3d2n4br2qFe`s2`0Eas&b)5l9@Em`hz>siPD@
+zEDAEPt8G^R85IODsOVicrc9$RU-As=ew9j9+@C>k`i5{>*tn6ayv;Vkb*8T_-i-}{
+zT#;Ss`bd(xfeHZ{Aj)HzY>7^n7`5741vJ5iH?=6W9eT=g!ffcsh+r8Sc;$9J20899
+zS_
+z`lCm9MIvGMJQvWuV6FfNQeOgt4@$#sA6
+zlOepM?rqkc_T9~rqeX&PdT8h>gKnh56{n}X!lu;)D0Q9hXjZhuTku=!^8#AQqETi<
+zatN4$+Qy>Pq4u3Q0AjG~SyGnSQGLFjKp=*Q(({k-y~0yadWVRVzWRS>AIw8~_=1)N
+z-T>aA2nML+AP=DF)W<9qOM1G+6@7ns43{e?u_RkYRfT7nVId)5VPVnHVM#RWsQ)d#
+z^PW1r`A-1RGVo4hw8DAMBQv6nGg)ou$oC<%!@uq%(`vOcX{{bMo9*eQF-uOC(3pV1
+zw4TesAUn@B0EmNyw&E3M^qUg*Y(HWnY|iKLno|gb3m_t~=0x_>niwB8EIa^2@ev3$
+z(A9^3kn2ZAMxQ-;HBzmkf>?53Y?)_ghEQW~WLS6-lQx1~q;Y1hqULnwJuN+y0%6EJ
+ziynzl4#|T4stX?+LCFw#I`bBkE?O;{-HJrTE+eQYLig<<9o3c+SP_mC+z-Mq0*UzB
+znejhp>Y=BFMjSw54g<(xu1}e(3=Xd1|3ScxKN0;yx{S!
+z(!xG~goTG&1#8}%9PjW(LVVuo9gFOglu&9PmXYqc-6NBS#!6(XI2)F|AE#N7AdlG+
+z#39jo3Ya*A!NWS7vlAK@0I^980|P86L3Ef1n*)PvKaxKl&&4HH)Tt1WFRCW{X`aUC
+zQ+^mRir-TNfuPg^$uKbga+H~r6doC!Zn5apW7T|42{Q;18G=B-bJx5@n-$+>it|n%
+zyTxY220>ClliNK)IUO)J+v&-ZEWm)Ys9Y{r%%@FZj0zAKbV=yK#GkU-$G0%n1c
+ztwsB0*+MOQ5n=2V2*PQDZ&tkcJCSOoX8WL-#pgptBnbTgflMnuWAuwpzV99{*$2-4
+z7qKSqVBSrx2q+K;demc(|1xs+K~3am9N*qqvq?-AJBr;uvIM*fB#;R+gqOHCO=1WV
+zO3Vwyj$lKE3<2>dFG&Z&OOIM*4wPeHOiBj?bhJ32)jQ?@1%U}Cwdfowa7cZ*Q}C*m
+zbMD%D)BCT_Z?m9iyy?S+WH$NZ_sREp-Ry4sdXR01qaHkK+lieSpI+=v%W|p#gv-HQ
+zZoTyEs%NprAvoMJ*I+_=d22}tF-F&gJeJOh~LfX!NM}p3F>M
+z19|H$yH>Lp(4a#;H@|CiAvY4bAU;?OkmOO&w}fTIohy}1pET{*abDV=2lWtvRESi{
+zhBhU*ma?Jr$k=BW#RghqI08i+zj
+zBxN_00(T=>BzeIh;q$p9sYrrxz+}{o=L-W=_*-j=WF~9v@~cZH<@S_QRgL#iO&9in
+zV==CU&dP?o#U;_+@9%Bztf{O#zvJj-Lq%SPQo!RW9ob5is6Sf@>9?)#a8=UVwfQ5L
+zhRQ$@j}gjxLV_$|%{D?;62BHBYlgBG%3kqK|KV=tRs9vGnjA5xlr50M`0IQN14Xz=
+z?VHlAAGC5HlI_8tpqP_KVdB_oJ{351oVqn%UG0J;lZ%uF60bZA(v~@sy2~o^ubSqW8w=J(%gs%K;%Z^p?=!Sx}1JZ2&$X@uW5|g}nWmtmAYP619W!wXSpwQpNMBfyW+(DE>%hWLIv>(2nrOuZdU?;@P#gWN*KEJOtAY!V_DePg3uq+&>4noSEYSk7o|7m`kiF2Pb{hhTUvH@8LQPkE{FQ2GPoRO1KLPnT
+zqtPuEK!37_{~8F+!IFM5Zq()AT;UQ0I%uw5)vW&5nYqGS>;hu<%a
+z6^jL;{@wzb7TIh{eMiT|0p=LPz!wWx^sMy*qbW$ir~=P0R%K;D0e@j>S!~3lp$Pxf
+z>qO6B&=UbbE5FoVRI0>oD2E|9FpP)>kY=1vkc&_QwOa$p%s_%hC(Ws>!Hu^vHD}
+z?_@b~3Bg^rByP~)%Oz)?G~yf%UjqB^BCnFpm3ELEjwBQbZqezCwKzd2gjHsHvSu*|
+zqSaEzAn}42QOsjrQSR|Qu+)}kD6sOJFGho&6({Ti5JV)aiVdS3nZ8x^XTafpA#EIIKJpzFIg9oiA##I9vjUoK=u(
+z=z9|gi9pH$gv%A)rNYgDIWs!PL`#jX>VZgxr?z-}IR`yHpJzakwER~W+r+aV+f!@4
+zX|bI?GCFc8m*y$;wtJQ5r8FI*%5_Vp7?53mSir10qtB8M1c_uenQSnt8y5P?n)r-y
+zC4{gqPk{&bDTLGL=L0FYngkE!T3C+Gh(P$Dp5mHW6PTkQ&cmsRmpGyps)k#?Y9@&M
+z4Yl@am!!!VZHVR^YB8`Jq9$t;Uid2z<6GMZUC1A&xt)
+z>X$%s69+`TzhR07*naR4hastH`t4+tK|Xx}ILQwK@E9bI>sjo-TWT`8S=7==5Rr?
+z4Cy$4Y(ekhxB|*vARtc;r}zJ)r>(@*x)SuE)h#}=b8qfz%DA(Al}yU8MJyVXCY
+zh<|mg#mjC0h!V0dKQsu(10Wd;Cis?c;#5E$PR%t&v2o6jv^$NSe3ImH)aoLVtJuR|
+z&R{x5csyI_TDb{vqP=d*?GMPm45vm%3`#G3Z}*|fQYo#^o%GLJ(l@*2&P0GBR*x)5
+z!P3AhQGZez87aUQ`=URRF
+zl8x!!(`V9x
+zT)q2#^xF}4?nVqkum?e2P=KXpI0-KPCXkVftFA@PczdO^)E~#i6$%W0y=lw`kc0U+
+zOGylDSfWneX9^)pQe8dVY%M36t-jd@zMuVa){;R;lG>-{%M=R5eB%;j&(y9I|1<1}
+zZL;F3{CLXo6l(fxUYqFOf7yMg>GEket-R4Qx^yi19R_544TQz{MM63FmgIkQoPAIe
+z`5DKz{^9PLx=RZ(?zE(UPPlL~3nM~ACNFSDWif_L94#vinv`5dM=z0F30$a=N@pNu
+zoZRrH!0~c$*HO6QF$!}yhMsM_IYBrmbr>Ap%6Zq;-gu+qUHey`-|hzAFd;8wvLT<}
+z_jzA-Uj?#I#>!um8V$T%_!hK>PAA3S>r}r`YMt<85wz3;EBJ8D?a^lgR&w%1WzOlXeri_mbar*sF8tPGfewvUsA!$(E(9+}bp*W$Ks1I!pok2D
+z=EsX^bCVT`zb@T+_F`#iL&HOFP2Bctdv`qx@(hd?iWCfgg(8HjFCr~JPW2DA-Avq5
+zIMp>8xL?n(PxFnq2nql(8bi2fTJRDZI^kBiBGR`MjSCDb6gTrdZ-WfWvXE4DilHHz
+zo~<4kfx>v?Gi7$}(e`aE*0$p}`+L$1kb`=x%Eq?B-H&ogFQQ|HAI|cEI5ClYMEjy5
+z*N|9
+zHe7{AWJOjXnFRBLt9LmaYA0D73J2J5Cfx#Om;>=G9)3yt9Wr+UI_x8G0vzIC^zgVn+#-b?wh1om6Pha
+zN|9?t8AhYc834)WX<1vsW(={I3ZrE&L9K}3ai=gCE^fm}ICu(%iSMX(bj{xzYyQvW
+z7ERaria>lvZZmA^zIEVyC$P{kuf;41w{KqvqskeB=f3NO-G
+z=Y{?QDq?4!w>japPeCADML4I#Azc&%BXI?_(P)IE9R*1-3s95c1QAW_)gz%9l3^g;
+z+1yz;JY&$7w1SXYM~GTIz2ANN?U&ZU_xk!bbQrdvf7FggX>s?XtvL;)G6?EwvHT?w
+zL@Ti%4)IQ~SY!`<83a=FbqdN~@Rl-fRl?@NQ3`@DOASv`I5I8Rh(;-p)*bYLY5Afb
+zL2$+(hSTu12~_%`?>Yj8N88*czV@Ui%=@xP$WSVkN(OO^DK*6x-hKCirt8hV=3)bY
+zXh0F=*kobi2V2iJRq+O#y58(ln6JI7F#W5l|=3rQG`;szm-KN*X
+zMi=l#8_}cKzMyiKwp%R0XFzabz&t?UH2Mf4OL7#SITV};EzkG{f+5c`RPt^cjWlye
+zdO_6M_vQQBj#|6+lm)=o4FCd8@|m}y{8wAgR-OYzYEq@qA_lD}@(~F`n~}Ox0)gb-
+zNz1|JIS`Z&NUHv8Ckboos*^!PorW7x1O|I&(EJhS{CR&xAns`TBur+G!IAU8a~8Ql
+z#AIArp5c8uXxVTZ2Q)J?Lnutlii(VkLmp{)f7=DkVB&cIF>KkOL8s>EeR94c^HEOa
+z#k2b>e<6=du&~iAfn=a->JLB2cD4fUzD^}5MF5;y_?jVb!d2xh+bn`$3Y@umgA(Nu
+z{g&o@dFcfJ;&ID`F|G(gO+_O`5D76Gscwa`m!n}3P>G1THak}nhx#?qw2}ctBZ62*
+zGtZCfHMs@=$=;yvd2(5O_-Cc(8cJnF5QxxZ^rTK?$d}ar&CBv6`7Cz&<)B3pDwSB1
+z2gWE8XR9V<5O5eroeMRN(AHuKo!#R1=jB;~`9=>%$dV`o4=sTp5|Xe*T6w4_(eKdX
+ziZKG#fq*U!qJgLg_(+Thaw(xIpcEB}$K{73bl8Tu;M$d{CL1@tr
+z)F?)F+b(P$T27X(*1$Ho}O**y6jnARwT(>QeI=2@}!
+ze%W}kDJ+h&N<|X
+z9JXCpG6P7|wnS};M3><$9HcL_n(Kk!1T}osIeO`o8i8Ppqs~jfs#@}Z0mR5l&&%^$
+zbbS8l6Df=W3=TltX5R}S+>(#54Xtu+QwaT6PgA(M1~kWsdKsh(K>pQ!tVKVpu7Z|K
+zJ|~j$A8bGk9rmU(-#i0yO~^N|JOz15Gci-clDJB8k{6>ea(I%O9-C@DlKH0kBg%E@
+z{sLjQ>2v^+*9{DQe|NXvrV~!*H`Oozs8f-|Pnz7=^C0e}xGcWa22Nt{v;>8a5C={I
+z5iNNQ#DGqUeN@x0Zic!GP4YWB7L|>zX7!%eH|@@R`!9cT$O98Bi8p^QtVkde@-3__
+zD$<&M+*-pDDtvtqasL{{j#i*ULCePPPkA9Jk_
+zZ{nTd&Jy
+zz$GS}dFS{V$b?`thh>mh`4*mt)o#3d=hm%-g&K^-*DZtLRRV&|5p!#R3O4{G2!tbTA&+q7-u&3TX_mrug2zTcflEe5+&B)eFr=fz;uG@E)^Ah>cz{#OuUL
+z&7C_*yB-hM|Nf4Regz1Mp-dZe&guXxIsERVMz3(43xkje!M3{7?aaYd-<(q15%u{E
+zhN}(J*i#Vr1f55q8CP#_uToh&-%2r1=%6yq742651d{oKV=emv38!wS#Un+m`~H~9
+zcNL0fEyyf8P~I8^DcTDlJo@$`LM&3GC~0W=Zfa5M_*_4Qu`PCzj(-vc5{w;$Pi+i_~e>XLm>Jp^Gvda(j-Q6jTOt3$%gv~}lD~hou
+z$*x-~8AYkn?Z+-Vx&PC3_AzPXX&fj0*iPsn=CCUbN^RE~45lC4<
+zx?WEY-*PNuoSg9VfIqC!9|ID+M+@fE1oH
+z%llOpHD6koB?(brA{^dTc?)zfJd1e34jc>JTr5KqXXv5I8MO#U=n4oCdg7__b9zFE_7IFx*+;pWeL}ghn*NVdi^}$__JndHqoQ|~4FqT8g_##i
+zxc}U6;j^Ssn~j<$2*hHDY6vw+?0J@&Jfbnj#UtZ>r}I=-onX0T1~$+C1A?9JFZ@FO
+zM94=Vf)vQmN+psK0P+2>%Yme!hZgFqA@}E{QhXd0C8A)2FH_AS5W1qRSC^kbzd`vk
+zh7uLW=<(#tx-yYacAnT(Ub*mSp`e=Xn`JHD@O*Q9=Go?)!-r31ox6-ckaO`!(&*i^
+zX+S>A2V0jBUdLCuZaSULn<0_l@qlVS=X$?@SG3E&kk6+;IExe)FDE$=2FITG4?yzM
+z%MvPF#VHc1GARXC=?+s^2+f~V(1~?OrK)v(U^M=oh-xk~m2anl^veDFCsH1ov7xFxCHV
+zphA$$%P+|93Q?w)vPkjA%MZE{hzO^~_CXGz3Uy7$=dwo%jYUujD!gf;s3n>M8GlM=
+zWaz8uaa5b31M*MMrSpGYo9p~j)6{D7>$N5yuCZ8Rqc5f}{V3152vKtQX#JTPjd~A+
+zBw4p5YK*JRW@2AVAXYlsAw-=1e^Mfz5J0zX}XFsv`7r~h!i4*2T^@2XvxFT=msKr)2Gwx)2fkg@sZe~!~vqk
+zvvs4+7phf-zH3w|D67roJ(AmU|LoW~N$W)k>|E!jpBPh(696GJUbovCBY(9BypZnr
+zohO|Bn?J)6vEddw#zVgs`){3xD@XlRo{5^j2d?$-_{^v91wg2~eh%bNTJO}_D!r5%
+z^FSat?yyD!tO~E1<3wbk4LqwzuUw^4Wfvb6nlh2e>s?V$lnfJo_q|H-k=I};&(#|L
+za{uz*H53><(*L`kAcc(x#cR_6VHbp4BN4{Eh0k~Pth)s_y7dk
+z0~t+vZrvKXjzGTIvxu^9p`y3io>Eqf$A}bIBoNrltCfu-I_c0?#ViP)?z?7C%)u
+z2t<^}W~FckB%>M>$|du{Dgo*)!gf`Y
+z9Id>CVg#!AS0_@zUN$$eHrEGohZ?{t0XR;%ArOeEWP&N0+q2r}d;p<$D9#`EEEm>RrEhUc-H2E(S6huM2U)H%<}FUn9prS=W2;$t!_94$x9
+zSBz1qu(92>UtAHRSsI5LBfG6Wr+KWuz9jQ#*7TAl&Vj({&4hK!9o?3G0>J?o1UVU-
+zc{%8TwFg~6bXW%l*dPbxiafT);7o*Nt>Fd_Bf!wm*nDYoNGMbBaYv=;-d96I97rX2
+z+U-4%ip1K}>M0=_Kt)jtG#BoL>#7&WyNq}zr
+zi1-RDxjXSoFszlLg2}AzXsnlCnLks1`e>HCEthMS@Cb+tBDU>zN3Gyw@Ev@7YwUSt
+zas@bZprf1vL5C|CowcIVE{iMZ4YJ`O6IAbYXXO2Db&$);L^D&zxylMa7(wkGNP0nU
+zVybgp$cVt-YcWsE76=$@R)$aggvPY!DcG}$^z;N(#d`}Ryw$)UFieCi1T*)SV%F_c
+zgM>6|240jPlIf!#N}3Kp2r)_KZn-zDnn^?3IquMLOTFvJ2MqY_SdzkDF1DQJ!Zn+KgP+%B+o(q;~ds=5OWAgZ+{Zb6$_A
+zQBRR41`@M4du4Monmb8~39(pANO!(D!Wm-^CVb=ZK9`GayUIqa;8#N)h?N?XX~=p_
+z=qvrh;G@;msYgA_`y9pByRo1BCw6rJa;UlwK$g(dxQq!Kz#8yrg;F=fZCTYzy`39H
+zx`o>P3>$ue)kM4|D1=af!U(Ej?DM-HsN-hP>UbP@j9*P>WtBGmt5s6+eFutmH3tIT
+zl^b=tw>4r?{0Z13cYKTuL}HN?NiZ0`u>~M-^{o);$+jAFo0c0}ME7E4D35KtqWBM6
+zXCKq#ode=WthJ)up?KlJl_
+z-(Q{|wY9Z%`?+`S9*A*(+ae$+kzK0L<4K4S5aS5P1<vIsxY?RnCFJoNC<({mZ$yO#392tq`n50`A5ZZw5c
+zfrOvB_xbQet>a?+YH*m&o0^*Hbyg1OD?K_0wK@cO3H%i@4QEN@+@Xgx45X|K`rmC3
+z8zjG9#Z*i9cy_XUm^ngQ%@tth0CKvSp)`=fV?1=u$mZJ%MXwY4o#3f-i;g2KjPQV>
+zX=>1#e`-}i4oG?<@D`4YWw8(LKHSsuLuu3)7V{NJ0R#aWrN41uF*^;7MC?8O0PUH0
+zDTm3ZGo8MSkMfxFUzNVE%Pjhw~HnOh$bi9+k;*k>=h!c9~O9F4i52|sZt5W8;Cuwd>UQSuuQ
+zgirLVWaP=gtk1IUk9Gg|O;E{?O9bp9jgQLZmx8@-WG{Dqj35qlN?>r3pqs{fgHtsY
+zQ`0J^cWxcd5U3i6Mn(F846?_7cs&t>p
+zOlD^s?)mQU&~ju+K|qiLx~>>PsiM$
+znIJb;_Kby7NwOEhvR-t^8OR;LH)vSd+EWeY68Ep$Af#y}4xY@+%sQFz=v?U+9sRvx
+z{Wb`gxzyCSaN3yPm%lDr?rqTRr{njVcAc-Hx7P>c^k|g+{RE!kMz2C~1-f^lsL127
+zVaK%SM8_`xqDslz1?iyZt+B1b0Cuj`8cbFmnHp{a$h&o?OeIJW${sVk*z^TluB*+%
+zVR$&@#SB=hHJilazbezhdc9)1&~UY6C9{w1zS)tnyQR8y@3utXr4LB`ji(otf$TZa
+ztlh!cPt+-irg&~IB=L!5hjH&8tp+ePt5w*j=V`!Q)z=sQy%>@d-!He1Lz13XcvN=p
+zg&m>?@mB^rF4RGU|MVSztPRWpNV`xr%LR~_FFdl+B;hhvFhPmrgyWRf{EiN54&Mlzdy=*iF*>|^^@BjRn4)U-e#O=)i2*f6?6vSqtN12>4Kar6}VrWwSN
+z=;62@(0|b9l5?Yj4Aw)GuINCe(E}VdUH8k|$1N6>P*y%-G!ruijy4bWGFWsigPH}p
+z)mcymAfmZ#kR)cf*X=u73$C5Vp-qrNM1uabf&Ldz`Xwq2wbb_{IWu|Bo1t5~_w5^t
+zgcGV22!NeumuxgHj#^|h_97ljgH}h;=};eTPXXa$Ra7GRaF>9TB~{CH60C>hP#)Sb
+zakS|^|JTbrk*Giv3N|&wIVu|dgjqA``k-d5z1u7=6y!pJ;zJNf-{ssZmPw1OJ>+D#
+za`~U3nDVqZ^ZN##6OdTP3P8l(C!b~REA77dkLoYk{n`2*V+Rm^V8GmXW8&4lqoa0u
+zzlO{`bKLH9&W=?x&R5KbAY>dzah;?E!eVqqcke_;A&%(IefgiObIYNbUULO;y1?Pj
+zp;#ns<}{0mW^K-v3jriI4g$K&%!ta{=jUaznJR9&zoMdKs@f;rP>y)>`LSX=4Mm~|
+zo=MKkdec*S>!0jB(f2?|FwqD6rimLXqazUy&86Y~OPbx6nn9mpGg08U(h9EW_Y$EX
+zR@RQxp#rirl|^^lL22C7AwgH9DuTx{50*ZEnsM{~p_9IW1c)9p
+z6*c^bdsh}4Czj0hIq6nwbMTV8H%TsM2ncXYO@EEW?uQ^aOryB3om`3|;ZZrBJA*@&
+zAQ1_d6e&;)LhJyR1rxB3Cd}Oxe=s8t^2l4&*RKZ^scPl@-DlRFZgDEaI#4U(w<3qm
+zMDzeMJ^fSbN`7kG*taE;HV_gB=Pkmc1(U`_D?JtT#xc&jUsYkCe=l@^JRVrz+g2f4
+z0OVO+aB@8GS^&b*I4}xUn0SyQkQe9wjh$a;Q&}3oV;RT|S$bSwn;p2_>ZM
+zLr>D$88_xylGJ6x<{|E+j0}~?-X$y}(~Z&~B9fR)8#jYmrBsMB4K(yNYFFBg%S>SP
+z25oH9sji{d4rRv9!oYx~Py2oMrd8`s$FC24@WK1*cfP;pJLj0GP%3rw%$fMXLt=6E
+zsl4edfiz;5u3_^I|60&HeCgQ5JCMd|jAuW1_{nfq#DYh&d}}o
+z*T-(u^Kh{INS{FBy4_G5g&|2ObazZ$X<%wNEf
+zhk)Zyjw|1Oj}YFt2@*7Xa^BnCrIT+q)FHo_x>~k_=Pu7vQg!fBjfHlq?TqWjWk
+zzKZw#<(AWMoHK(01*`5Q(v0ufi27P8H}@uy=KPmL#zZ-{a#MfBR<
+zmbnYN32VzHqZ_ddHh=0MLjHIL1-}ag%v^!+
+zu3HNWc_YNbhi6xhKYW%KT4WHS?X?YmD-u?WMPnOfA1G=I1j`W(UwC5pd=o_XVSoSP
+z59f2KfZGZhFso>%6Hoa_9W!en?4gv-9YGXa1cPDsU
+zKqLRGgLDP~MAv~2r*t%Qd~bNVn`MbOoJf=%kTspXvpSibTCHH+gd`fRI9$+b00hFE
+zPtd#uLJ$O0O{zEo`7j!uHN6RVOhSpluVW!d~TUr-hNy*V
+z13OkkD3y#*FjitWVN{dAyktpe0B*oFv
+z1lo=uQf=G2zY$Mk;nb!l9l$0FckzSyS-z-28+k5+G_-@UVQ&@2;xSv
+z(n4&BrKM=Wk)IlJK%t>Ul{jV!yk6T{xmYu|LK)~?@2}Ctrm+JKooSyhYO4DQ~ol@>F$VI?!YMNfwb1$*B1(@
+z=cX?=+Vw1g*zRqCeDT2F1(uHECihIBEKD{E>(P}K-oBbhBr`;)EDVXTv^0bjc8M%3
+zC?h1cF0Jg!wm|UTt7CXUjK8)C^7)k!;D80TI6moHPUZS&GX-h*KxB}k_G0gB2N1Ok
+z((3__O+lomxpaCD_Lr1r0V?pyn1e{6f~m5n{<{o=w4
+zKWL-@7ZzcQ_(jB6K@eL$8BLZTp5#~aHUg=ZW0z3m!CGc-g6oxfz5pWUiipo+e)5{M
+z)%^Z7w0GQafB(viuLnqAb@?K`pF6np)=9C`y>7EbsjxWD45mFeAE(3_uj$`6T3ZFk
+zwe{kdSFS%g4A(ELJ!wotfO3wR+?FsHQ9wKJHi*ngogm^HtY$U{WGa8Fl1xIDF6tfA%
+z0+fm1n?05Fm&STm4nZ_>MWx}{>S#N&T|OK^5=k#hnN&Cua0gOxC;bi_3J92i?(PT&
+z@rR4N3_#ketRKue{Ly&|RRS6rm7j!Ysu`~1>s-37_7WJh^p}NSe4+eT$P}AP(O4|+
+zV(pp9?7C<-v07GZ_kpDg+Byf?h}4Wn5J%p-9Ye?XA6>y4)=)mX>kEe?slmXzao~|;
+z4%Sx0}PyRL-3nN()jYC4=xp7RY;&2I;Z8Eja?x*7T?!U+RXR_kYZU
+z!#zFW9Q`wA6yE|-g$AJ*N&A+&yE(@IX@OQDKC_TcvJPc_Kj`Zc4OO48rwD-Gw*(Xv_UIGaL4*?7e3`t5-R2lSh^xqd84Cs4}W^FDQn9zijsF13M{zVR~<`0dB
+z;hww3Rk_uLO*yyZ^N(arMN#SjFcHEi60E_fZug`IjtJ^LVtno=lKj+Jze{_WszRIN1X*HUTCH>C_wc;+D)6YYT
+z*RWmTUi`Puu_Uwkj6-qwu_Ue*kO&$%=o%J?6*rej_Ock3znkGIb6
+zWm&yS2Z9LS7slFgUx+?ilDgQBdj7`ruw|IVzJ@wV{&tD)G@SPTMW@9Wl5lcsuU~6`
+z7raw|%Or|@Pnlh`7!!rA1H$`p;zz}+92Tp2bFmKDAL`nrC>)<{qBHso
+zvJ6|o^vMxL?frh4XZ`3WdH7s_NI0p@{EElbnX*!yp;Vtx&K&w$&to`sW
+z79>enm;xWhu;ZKKIN}-h!eBKZM6j$9~*Q(SlE*i_bHS0o#tPY
+z5-j+ww|x>h9%`RLUixM!e%f0qVAe5GH83X6?!#^_j-M@lO@*-aD%NMF2;Hg^Wgh@}elrPA3o_&(-
+zeNyws4es~%;K1o+pfG(Z!G-nFWzl7)ejRNxY?M~uI=I&MYuz@4>GLH*ptjlQJ`LYr
+z*KIIVzBhKHIDwe`X2hc@gsdjzXxX%b<_#kc$vIHFi2)-XM1=fs(`g?0)M{lcJXwp<
+zBgIdDXM&n-=+_%;1a?sE$oeN{r%w=8tFfAlQopAk
+z%wrVN=r>)oZ0w7^M~Xi~qp6lEaABgF(ck7V3Un;@cg|ODuD7@fw~OZ;^TQV
+z$&4AiUj}-4;o`6JV$Y4C2G
+z8hVweUdzl78hWzD|&J_)oRr2JdJP
+zA&lca);^P(q@hQb9-kqNXVo9An7Q3NoAtyRQw-@JUDD$oluryjE
+z3{zzbZhStP-K;xw@Yxf-B=4h(p=4f`k8p2DH$>qQLPR!szD!2|vJ}J`C6=EoRwG^+
+z;`ZDv1SGVO+?IqSxpxSM^_V~@2E+~dZQdl+oz;TP1MX+XXwugMy?Z5AoZ7#R33Y@T
+zM)w4;9L0szO3>6i#4fV3q49@wu&`zcvQ!d8!m*dpn&7pp0Y=;QbiyOzhC7)Ki7tDt
+zXaIqysWqx53ZgHlO)|YRDG**$7&F{0a8VEECY`3;yx)F>2;4Xr&gC;Iqiqx;orWkF
+z8xk0Ty-mK&z`^~Fbs#S;;Qd@1ZFJh4R`+H>Wx$xgn>^oka;w9~QfR>rS7lYHG?D#o
+z6Jo`Qg_-DP
+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
+zw1mJ8tVoSO-(}absB6M8b$Zqe)Ok0$OkaA#I
+z48@e8TAlv;PmB6dbP|{7<%qt@Ea>I;PRL4)=M`_G!A40Y$Xy1Mum)I0#!3<77H4)u
+zI6c{)TUsy&o^*@2H9Bp>QJA#S8$`zN?+@z^IIQL|VxYEQfVw~Oc}Wq!FS`G2T=aDu
+z-DMYe(1$x=331oN(i#yV%?Q)lcY`}FpGRp*74@@$fX%pE+dAGOh5QRhJ&mcaXOhk4
+zLi_pirw^Zws;d9n^#IE8T1ypZDX|crNABquU?iL2;Ql%4Vg5cNBt}OJdbLKnEi|`g2q%v70%eM&7
+z5gdFefu8Ix3n54MC
+zW40SGT11ajrrm5AI24T?-2$|VMsU%VX}AMmt>Pr~B}#An{>%QG>_1FQYV^)CExzx2
+z&7E_9c!fpiCLci|F3H*eM2DQQRtQp4>V2RP=KX3ZVw#OXuFxj$VDmM&HQD{*dc7301976VQyI69%EFvxxn>qC&Lo-`%ImvM
+zCv>AXKPcD26Z_;m`1pw)uF6Mp=RnShU^yM81!?jbl!v#-kSa#RLhSOG0?yp1YB6Jr
+zW=GrO|0zIRSHiH?DYiO+$EpdMkwz#4I6V(J12-W0+dAo4J*?nDQrFI<*}a92Y%1bU
+z`RC_4tyg7>R(8{
+zA8*g?PWv##WoF+p0bJe>whg#+(1_+A+)9HS$|n?k;(r=Le*vR;57rn)2&
+zEkD8KBSZm#3Drt?t!*#s#>0+yUNysIKRg=t`KSOcSHieiUP0z8F_$tZ(ciPnq_o~@
+z%-{zhbs{i7
+zt~8q8%WO|MF(FE_ye*bl_-@NcA!S9$IMb6x0`e_oNF!hy5a)H^H)5)t(}ek4a1Nc~FF4@f;5aO%aB&3O%B8NuMWWCzYb`d>
+zQ-&3)G|5M|pzcLy>pA(p=?3&XKn+v0^`HNsS?M0eb+60BxF|&Y{?>MI^x``)Vp}1V
+z;<0N$BUc(0=p=y>zD3k_I~
+zMC>T|rn!T!wN%lqT@
+z&Afsj|04$m&CH2M?F|6yeqb+e`&JWTP^~~z(;c>5;z6RuFKe)%3j|YzeZB9c)5E08
+zvX9?L9%?PT7Vu(RAIXR}s*=I*@Qp<*vA{&7B2uwdBH$_I`33U5di9weG|3
+zx-Iy`1L`R>G-q<+w-{f5qc<7ls}^cT4Y^Qi+meHXFIDgqkt0wpdBZGY?LB+q9&o`T
+zd18L5%R+44Ml^UNbEw58BXP#{+I#J1$;VGO`#6Grd<=RWgP+T+ktE6H^>C;%(}szj
+zK;wt^oW!yG4Fz=zm4zKw@$Wdo`VJm=879kp$F&$uMP_qiKSB4L@SV)g55F9Rb=3ocrK>iqIRR9n!X0Do*Ldi{9M&^sg&T_TZz~>`tbXc$p%%BI%
+z#MahUA?U0t#2ZA4_41*w&52#TXU^_G4)$#uGOnpIb{Gs?Bge_xP|beH;cUSBec^gk
+zu;a`And#3j5LZ)LALL9lQ0{$A?tzx&K6M(;#M))7n&`7KTkT>KvjI7O4?mTa;X`81yn7WAir6
+z^Dv#2{~#3{X=5gyP*2v`3yoLJl)--n2rC2}*3n8(L~4ohHzT6QbyEu{!K3q#&p9Lp
+z?3#RrZR0JWoh5V%Au%m2?uSB&RO!i99khjDd#7P;NaxJ<_f>mYXQOtXqBZifoWn1d5WC&hmG;&Gv(>!l)|)selJ-m-pz9Og@*rA
+z%Xl~n+gHI_Rjy513U_dEaq-~ZLm%H7RpVbREoW=Zu*D?n%JFyy6(v}{RCOy
+z>_wu--o5bv-4rRuWG0oN3a2+(f)C6nR0%>9HdI1mB`d{jE6Q4vSf>>{@~N-bGMc6~
+zn=1MB2?XIjZuOC!s@-pN5{60UUw-L4f1L-3Ohud?4)I$4Yw^A*ij(1$$3|Vskv}
+z#YKCOBnHKh5QN8fd|k)wI{^HZj_1!`{L&>R(m@P^tYk*J)5>eCrio9{j>kWLDCGrM
+z*O<)utCbjQiH>aHzD!~>SNyzV|B?uyizaR*!v`(g6N5ks=aSqWHk#wzbQOx2Ehc(>s
+zfl`oSK+EzLOKDeK?n#pu;5qF1g-8bXyN##%K`x2R14CxOh8w&P-kz4U}>3Q=A&
+zwAa>sCXe?|fR^Y+S9_jW;=!_GK`1Bc2HY6Y)*s}A##+#}239~LV&Q~wL&4n_6^@vW
+z;nGUYJ$5-C#kJr2EtD&Ty$t-H)#GyT->}39LWB1gdo%LwqR8{YbRBL*-FCEc5iY{;
+z#TpZ~y8yolNKuWi&enqz%<*)Y)j#ff)9q1ezkI|N7|zr3b=T|b>+m?)d%
+zKJ;1@L~w8ZQn0MxZS*{ew-;Ohn^Jl!+U{m|QvgB~tai**t#d>0E=CMjN*SZ+36QnO
+z4NrSN!Cd>9SLf?=!Hjh+ek}c}ND_U`vvi9(MS>7nGZ*lPm%4(7(bhfuTHod8y%;N{YO_KMV}N<7D)x5snD;XG
+zzCOH#WK2$4mAvQWFCCZW#F8TRInJ+=$6eR`V~dES6+!6-=6lkVCHyCW^Bb-$@=b%3
+zi%hxQwAp^EOp|zR61~UikJsM89qE@P3@X5J>+K)hO6K`Z$80UqhLV&|mVt3wQ#G4H
+zi4>T}s*jr9pkN+B@=LbuMW8^kzEFQde*yOdnXiUws9u#OD8dYzm?0F`qCm7pBCNNz
+zOJB@PR!5?2&9Zw_Jg~i=TwmStKiYq1_@$
+zZKB*^u}y2o({7rV#Nl+8$2T5
+zthMF3X`+*;4Q-~&-*4NzrU=7>#}h=jB}<^tsAch7Ac~Vq;V7
+ziknpCHOP}_P8F&VE%6e`WG~EVa?$ra`knKZrYWbIZ_w@4vO+{B!(Pb&!YhY8pCfe=
+zjxF8x>Zh3;#gw`fu})grVJcf=Ohg_Xc9m?(57$!NXQ#N%;Q{V}EjtmA$m<@Ie2(h2j9T2Xq=0<2R#daW&$
+z85=lCIqjn+?h$SF4u|?#DOOKg9>2c{9GSdlh{<(WR;Mb+bxH>u95roevUiqSmcdG*
+zEL`{Qv+mA#hjLxuC*l?ROBgDsPYkDNU%;m09$2^ni=SVA=kS_)
+z_h->URCbhQr89T-a-Gg9Dk?P`CT8-=f%@A28AYMmma&Ks#DNDsr^|eI%nHBQ0Nps*
+z<{@u^G-9krSD|^{Vm?_nRkW_T!;E*n95To#4sxn;9FH2W%&T043S^Vg_Bk^^&J9*H
+z=-^Zd6GYUG(CMkA?hy<&4Tc5fn4$3ys+ZiGw!07qHH1zPDzAJY;{8Oj#B1-LTAZ>D
+zKqX)c%j0#o|H%z2zdkxYKaV6<&nEMgP`q%2&v+2dsa++rFeWoOnf$VkCAY6|8|kw{
+zdwe(maC?oeGlx#HVClH?)W&QZ`+=l3PIeQ%9cb~nWxJ9)YD|MPt`v?0-3bMcbZ<2Z
+zG7xSnH{QoOr#C@?R{C$168|JMfCxcPAVuEhewgQpYO@AfbP3Fw+|Vi7h~L@$6ydj5
+zyf7_h9Rp$0Gii0mkT9xddqw>hIVCXV203~$D~swIj_)TV=zX)@-tK6Hb66mM;EywH
+zsMV;{!i^8fvae3b)iz7_f6$4yU2i-b%Bh|o@eU2$RD^G(AtWlyl0^8dxd<9
+zCi_xU0%&wFugtmc%-uOk=xMY?lR%{7BQRZ~b8}1<=DQI)v2*#3|70VNVV*?SK4O}0
+z-HEICfCoyTwy@{F=Ac>4KISQEgQLDcj|>j}hzn(*RSn
+zZw&u6!^Z2~7ae&u`+{IHYm_vxJJ@RRZ!LoCjQ2ecK6E;AqeyJZxfuAC
+zaFBgBIQO4DawgA~vN)BCS%`;S38kn@9kWOTMq)$V$+z&4nDQvH*{(1#N58$C)v2#;
+zJW|ch#FaXRBNNj6mX)HNV{_ScADWB7#Jn(Th}B15lvrI|-2fj-=SL1AY
+zQrI&y#`tyxRIyenc$G7)m}|d;5&h;8q8?ap1~7v{vEXIAhojO|^XI$6=K!f+>;5yx
+zJJXiq*Z?mW;Ak{?4<=)9$$a@6Q*=1_%}Nx&bGA3oqS%{I)k3y{#DALAzrPw)h(FU
+zj}8a8Xte($dBpT
+z_ZLeg50aO#zhmy?M*+dS#c4NyP>CZSyS+OOi>@2;)lr;&A$)(OEO;kV+bz6O57by
+zyW>9>Ij2^Du|A83(r~$46%S7?Ancv(6R
+zJK?TL+k$9p$KMJgY}hdrTzyS}0it==hvU?8YM**7M}l@-W{&s26~NM6
+z#U8(RCX-=6Lw%{$D&=aKSfE%aJ<__RASP1DaZcJPva<-yi3NH#t$OuNk6wlp&CD~1
+zanJ|7AhF;l{a^)Qhr_9Bo;2ZG8=}0whx#r7zZ6W`Fs5
+zJEbvhZVJVsORu$w4Y1HyT1E4?Vka&kS*mSpBuKM>OAT~3W;g7KLGzfQWF~QJ1)H6S
+zFCOXwP_auqzKSygLBPB}EH;Q1gXb@Wm*lZWfM<8NWGZM_*$8Ze)0+^IpqCyco5T+P
+z>!edzc-RMsx%H6~4%a*u{&6!V2Xf)f8oOKEEtBAhvI#TkSv+Ago-TMSQ(2q}=S0FP
+zL(1v}1vp6Ya1@zfO!}Dq3ke|~@mmFXu2dHEQWpO$6X$;c8V@V*w>NACSkmSKF-THX
+zXc85Wu2(uhx0b@}vaeA-YhO(oJ!8ZlugSxzOn{tnI7h@dCB`UVE~EEY_ww_|qDlb|
+zQh0>qvDy{uar91x0J$!N&ch{3*B*?y730`NAZJT0IXU?T1Oo1Zc+QnB&!+ZYLh%_v
+zV;)6DQs1sEzvoxu0r{lou-yG%CgwotYzFK>vqr!e>KRehvaz@y)fTge`_wgV2*|2H
+zVl|vbxEx$3ymn~uGqN65%FYqJ<_)*Uqs49;KY2h*(Xa?Tk7AFfl-xf>irJoUyL*;0
+z19&1GQV*5Ni~#kTnaq0ymCiLjk_=0q&=&|cG{r57n*6NwV6zJl5K*ED&DsZy8iEL_rr
+zgsLXr6cN9-S7dCo0TeKI3ByoGNNBIG{4b4m4=LB^FstU0B?!6TBZ1v~zn%e*Xk=B)
+z@_rySE6iHcIxSfbe^sRAkjZKFfR!7A5uNa|Q%HSV{);)`X_I$=Rz#g9)RV
+zjIuDE+A6IDHt@Noy^%sCnU|?kL3tCMU12QN7688MFeYr;%^{CT)BqX<4rY8gFNo(^2<+x6~@>
+z0Y;8%xJK3sk3si!JoTyNPRqf>i>%mkw_b{g-~}-aAljQww_S1L53kdn=uMDZM5$#ndk
+z&22o*u=b&^trc3UMGkzzrL*~$;t?gd{w8WCC+z$)6{fY`v4CL%;?|JZtR3}&oLz8*
+zT?G#HsX)xAYvWho@h=pJpzsjcWp0%LD4s08onG)Nb4)MY=8K^XfVvcKVvP||0{idF
+zr>Wx=dX&);ID@-|u5Y#BAa0c8rW_t)Xfo