diff --git a/docs/customization/config.md b/docs/customization/config.md
index eeb21cb..35524bc 100644
--- a/docs/customization/config.md
+++ b/docs/customization/config.md
@@ -42,6 +42,7 @@ chat:
# Should Plex use a "true op" system with ranks or only permission nodes
# Options are "permissions" or "ranks"
+# NOTE: If you are using a proxy such as BungeeCord or Velocity, it is highly recommended to use permissions
system: ranks
data:
@@ -290,7 +291,7 @@ The default color a tag should be if a player doesn't specify any colors.
### system
**Options:** `ranks` or `permissions`
-This determines how Plex's command system works. If `ranks` is selected, Plex will use a ranking system and give all players operator status. If `permissions` is selected, no players are given operator. Instead, every command will have a permission attached to it which can be assigned in any permission system.
+This determines how Plex's command system works. If `ranks` is selected, Plex will use a ranking system and give all players operator status. If `permissions` is selected, no players are given operator. Instead, every command will have a permission attached to it which can be assigned in any permission system. It is **highly** recommended to use permissions if you are running Plex behind a proxy such as BungeeCord or Velocity. These proxies **rely** on permissions to give proper commands to players. On some misconfigured instances, if a player is opped, they may inherit *all* available permissions from the proxy.
## Data
### data.central.storage
diff --git a/docs/versions.md b/docs/versions.md
index 6b04945..74580a3 100644
--- a/docs/versions.md
+++ b/docs/versions.md
@@ -8,7 +8,8 @@ Plex builds against the latest Minecraft version available. A table has been pro
| Plex Version | Minecraft Versions |
| ------------ | ------------------ |
-| 1.1.1 | 1.18.2 - 1.19.1 |
+| 1.2 | 1.18.2 - 1.19.2 |
+| 1.1.1 | 1.18.2 - 1.19.2 |
| 1.1 | 1.18.2 |
| 1.0.3 | 1.18.2 |
| 1.0.2 | 1.18.2 |
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 9c11077..2315144 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -62,13 +62,8 @@ const config = {
},
{
position: 'left',
- label: 'Javadocs (Server)',
- to: 'pathname:///javadoc/server',
- },
- {
- position: 'left',
- label: 'Javadocs (API)',
- to: 'pathname:///javadoc/api',
+ label: 'Javadocs',
+ to: 'pathname:///javadoc',
},
{
position: 'left',
@@ -101,12 +96,8 @@ const config = {
to: '/docs/permissions',
},
{
- label: 'Javadocs (Server)',
- to: 'pathname:///javadoc/server',
- },
- {
- label: 'Javadocs (API)',
- to: 'pathname:///javadoc/api',
+ label: 'Javadocs',
+ to: 'pathname:///javadoc',
},
{
label: 'Downloads',
diff --git a/static/egg-redis-7.json b/static/egg-redis-7.json
index 9829664..b919ad1 100644
--- a/static/egg-redis-7.json
+++ b/static/egg-redis-7.json
@@ -4,13 +4,13 @@
"version": "PTDL_v2",
"update_url": null
},
- "exported_at": "2022-05-29T20:55:10-05:00",
+ "exported_at": "2022-08-25T20:43:36-05:00",
"name": "Redis-7",
"author": "contact@plex.us.org",
"description": "Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes with radius queries and streams.",
"features": null,
"docker_images": {
- "docker.io\/telesphoreo\/redis:7": "docker.io\/telesphoreo\/redis:7"
+ "docker.telesphoreo.me\/redis:7": "docker.telesphoreo.me\/redis:7"
},
"file_denylist": [],
"startup": "\/usr\/local\/bin\/redis-server \/home\/container\/redis.conf --save 60 1 --dir \/home\/container\/ --bind 0.0.0.0 --port {{SERVER_PORT}} --requirepass {{SERVER_PASSWORD}} --maxmemory {{SERVER_MEMORY}}mb --daemonize yes && redis-cli -p {{SERVER_PORT}} -a {{SERVER_PASSWORD}}; redis-cli -p {{SERVER_PORT}} -a {{SERVER_PASSWORD}} shutdown save",
diff --git a/static/javadoc/server/allclasses-index.html b/static/javadoc/allclasses-index.html
similarity index 79%
rename from static/javadoc/server/allclasses-index.html
rename to static/javadoc/allclasses-index.html
index f5c739f..8e87edb 100644
--- a/static/javadoc/server/allclasses-index.html
+++ b/static/javadoc/allclasses-index.html
@@ -1,415 +1,439 @@
-
-
-
-
-)","u":"setIps(java.util.List)"},{"p":"dev.plex.api.player","c":"IPlexPlayer","l":"setLockedUp(boolean)"},{"p":"dev.plex.api.player","c":"IPlexPlayer","l":"setLoginMessage(String)","u":"setLoginMessage(java.lang.String)"},{"p":"dev.plex.api.rank","c":"IRank","l":"setLoginMessage(String)","u":"setLoginMessage(java.lang.String)"},{"p":"dev.plex.api.player","c":"IPlexPlayer","l":"setMuted(boolean)"},{"p":"dev.plex.api.player","c":"IPlexPlayer","l":"setPermissionAttachment(PermissionAttachment)","u":"setPermissionAttachment(org.bukkit.permissions.PermissionAttachment)"},{"p":"dev.plex.api.player","c":"IPlexPlayer","l":"setPlayer(Player)","u":"setPlayer(org.bukkit.entity.Player)"},{"p":"dev.plex.api.player","c":"IPlexPlayer","l":"setPrefix(String)","u":"setPrefix(java.lang.String)"},{"p":"dev.plex.api.rank","c":"IRank","l":"setPrefix(String)","u":"setPrefix(java.lang.String)"},{"p":"dev.plex.api.player","c":"IPlexPlayer","l":"setRank(String)","u":"setRank(java.lang.String)"},{"p":"dev.plex.api.player","c":"IPlexPlayer","l":"setVanished(boolean)"},{"p":"dev.plex.api.rank","c":"IRank","l":"toJSON()"}];updateSearchResults();
\ No newline at end of file
diff --git a/static/javadoc/api/overview-tree.html b/static/javadoc/api/overview-tree.html
deleted file mode 100644
index 5a57346..0000000
--- a/static/javadoc/api/overview-tree.html
+++ /dev/null
@@ -1,115 +0,0 @@
-
-
-
-
-Class Hierarchy (api 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-Class Hierarchy
-
-java.lang.Object
-
-org.bukkit.event.Event
-
-
-org.bukkit.plugin.PluginBase (implements org.bukkit.plugin.Plugin)
-
-org.bukkit.plugin.java.JavaPlugin
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/static/javadoc/api/package-search-index.js b/static/javadoc/api/package-search-index.js
deleted file mode 100644
index 7d4f252..0000000
--- a/static/javadoc/api/package-search-index.js
+++ /dev/null
@@ -1 +0,0 @@
-packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"},{"l":"dev.plex.api"},{"l":"dev.plex.api.chat"},{"l":"dev.plex.api.event"},{"l":"dev.plex.api.permission"},{"l":"dev.plex.api.player"},{"l":"dev.plex.api.plugin"},{"l":"dev.plex.api.rank"}];updateSearchResults();
\ No newline at end of file
diff --git a/static/javadoc/api/stylesheet.css b/static/javadoc/api/stylesheet.css
deleted file mode 100644
index 8133b9b..0000000
--- a/static/javadoc/api/stylesheet.css
+++ /dev/null
@@ -1,865 +0,0 @@
-/*
- * Javadoc style sheet
- */
-
-@import url('resources/fonts/dejavu.css');
-
-/*
- * Styles for individual HTML elements.
- *
- * These are styles that are specific to individual HTML elements. Changing them affects the style of a particular
- * HTML element throughout the page.
- */
-
-body {
- background-color:#ffffff;
- color:#353833;
- font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
- font-size:14px;
- margin:0;
- padding:0;
- height:100%;
- width:100%;
-}
-iframe {
- margin:0;
- padding:0;
- height:100%;
- width:100%;
- overflow-y:scroll;
- border:none;
-}
-a:link, a:visited {
- text-decoration:none;
- color:#4A6782;
-}
-a[href]:hover, a[href]:focus {
- text-decoration:none;
- color:#bb7a2a;
-}
-a[name] {
- color:#353833;
-}
-pre {
- font-family:'DejaVu Sans Mono', monospace;
- font-size:14px;
-}
-h1 {
- font-size:20px;
-}
-h2 {
- font-size:18px;
-}
-h3 {
- font-size:16px;
-}
-h4 {
- font-size:15px;
-}
-h5 {
- font-size:14px;
-}
-h6 {
- font-size:13px;
-}
-ul {
- list-style-type:disc;
-}
-code, tt {
- font-family:'DejaVu Sans Mono', monospace;
-}
-:not(h1, h2, h3, h4, h5, h6) > code,
-:not(h1, h2, h3, h4, h5, h6) > tt {
- font-size:14px;
- padding-top:4px;
- margin-top:8px;
- line-height:1.4em;
-}
-dt code {
- font-family:'DejaVu Sans Mono', monospace;
- font-size:14px;
- padding-top:4px;
-}
-.summary-table dt code {
- font-family:'DejaVu Sans Mono', monospace;
- font-size:14px;
- vertical-align:top;
- padding-top:4px;
-}
-sup {
- font-size:8px;
-}
-button {
- font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
- font-size: 14px;
-}
-/*
- * Styles for HTML generated by javadoc.
- *
- * These are style classes that are used by the standard doclet to generate HTML documentation.
- */
-
-/*
- * Styles for document title and copyright.
- */
-.clear {
- clear:both;
- height:0;
- overflow:hidden;
-}
-.about-language {
- float:right;
- padding:0 21px 8px 8px;
- font-size:11px;
- margin-top:-9px;
- height:2.9em;
-}
-.legal-copy {
- margin-left:.5em;
-}
-.tab {
- background-color:#0066FF;
- color:#ffffff;
- padding:8px;
- width:5em;
- font-weight:bold;
-}
-/*
- * Styles for navigation bar.
- */
-@media screen {
- .flex-box {
- position:fixed;
- display:flex;
- flex-direction:column;
- height: 100%;
- width: 100%;
- }
- .flex-header {
- flex: 0 0 auto;
- }
- .flex-content {
- flex: 1 1 auto;
- overflow-y: auto;
- }
-}
-.top-nav {
- background-color:#4D7A97;
- color:#FFFFFF;
- float:left;
- padding:0;
- width:100%;
- clear:right;
- min-height:2.8em;
- padding-top:10px;
- overflow:hidden;
- font-size:12px;
-}
-.sub-nav {
- background-color:#dee3e9;
- float:left;
- width:100%;
- overflow:hidden;
- font-size:12px;
-}
-.sub-nav div {
- clear:left;
- float:left;
- padding:0 0 5px 6px;
- text-transform:uppercase;
-}
-.sub-nav .nav-list {
- padding-top:5px;
-}
-ul.nav-list {
- display:block;
- margin:0 25px 0 0;
- padding:0;
-}
-ul.sub-nav-list {
- float:left;
- margin:0 25px 0 0;
- padding:0;
-}
-ul.nav-list li {
- list-style:none;
- float:left;
- padding: 5px 6px;
- text-transform:uppercase;
-}
-.sub-nav .nav-list-search {
- float:right;
- margin:0 0 0 0;
- padding:5px 6px;
- clear:none;
-}
-.nav-list-search label {
- position:relative;
- right:-16px;
-}
-ul.sub-nav-list li {
- list-style:none;
- float:left;
- padding-top:10px;
-}
-.top-nav a:link, .top-nav a:active, .top-nav a:visited {
- color:#FFFFFF;
- text-decoration:none;
- text-transform:uppercase;
-}
-.top-nav a:hover {
- text-decoration:none;
- color:#bb7a2a;
- text-transform:uppercase;
-}
-.nav-bar-cell1-rev {
- background-color:#F8981D;
- color:#253441;
- margin: auto 5px;
-}
-.skip-nav {
- position:absolute;
- top:auto;
- left:-9999px;
- overflow:hidden;
-}
-/*
- * Hide navigation links and search box in print layout
- */
-@media print {
- ul.nav-list, div.sub-nav {
- display:none;
- }
-}
-/*
- * Styles for page header and footer.
- */
-.title {
- color:#2c4557;
- margin:10px 0;
-}
-.sub-title {
- margin:5px 0 0 0;
-}
-.header ul {
- margin:0 0 15px 0;
- padding:0;
-}
-.header ul li, .footer ul li {
- list-style:none;
- font-size:13px;
-}
-/*
- * Styles for headings.
- */
-body.class-declaration-page .summary h2,
-body.class-declaration-page .details h2,
-body.class-use-page h2,
-body.module-declaration-page .block-list h2 {
- font-style: italic;
- padding:0;
- margin:15px 0;
-}
-body.class-declaration-page .summary h3,
-body.class-declaration-page .details h3,
-body.class-declaration-page .summary .inherited-list h2 {
- background-color:#dee3e9;
- border:1px solid #d0d9e0;
- margin:0 0 6px -8px;
- padding:7px 5px;
-}
-/*
- * Styles for page layout containers.
- */
-main {
- clear:both;
- padding:10px 20px;
- position:relative;
-}
-dl.notes > dt {
- font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
- font-size:12px;
- font-weight:bold;
- margin:10px 0 0 0;
- color:#4E4E4E;
-}
-dl.notes > dd {
- margin:5px 10px 10px 0;
- font-size:14px;
- font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
-}
-dl.name-value > dt {
- margin-left:1px;
- font-size:1.1em;
- display:inline;
- font-weight:bold;
-}
-dl.name-value > dd {
- margin:0 0 0 1px;
- font-size:1.1em;
- display:inline;
-}
-/*
- * Styles for lists.
- */
-li.circle {
- list-style:circle;
-}
-ul.horizontal li {
- display:inline;
- font-size:0.9em;
-}
-div.inheritance {
- margin:0;
- padding:0;
-}
-div.inheritance div.inheritance {
- margin-left:2em;
-}
-ul.block-list,
-ul.details-list,
-ul.member-list,
-ul.summary-list {
- margin:10px 0 10px 0;
- padding:0;
-}
-ul.block-list > li,
-ul.details-list > li,
-ul.member-list > li,
-ul.summary-list > li {
- list-style:none;
- margin-bottom:15px;
- line-height:1.4;
-}
-.summary-table dl, .summary-table dl dt, .summary-table dl dd {
- margin-top:0;
- margin-bottom:1px;
-}
-ul.see-list, ul.see-list-long {
- padding-left: 0;
- list-style: none;
-}
-ul.see-list li {
- display: inline;
-}
-ul.see-list li:not(:last-child):after,
-ul.see-list-long li:not(:last-child):after {
- content: ", ";
- white-space: pre-wrap;
-}
-/*
- * Styles for tables.
- */
-.summary-table, .details-table {
- width:100%;
- border-spacing:0;
- border-left:1px solid #EEE;
- border-right:1px solid #EEE;
- border-bottom:1px solid #EEE;
- padding:0;
-}
-.caption {
- position:relative;
- text-align:left;
- background-repeat:no-repeat;
- color:#253441;
- font-weight:bold;
- clear:none;
- overflow:hidden;
- padding:0;
- padding-top:10px;
- padding-left:1px;
- margin:0;
- white-space:pre;
-}
-.caption a:link, .caption a:visited {
- color:#1f389c;
-}
-.caption a:hover,
-.caption a:active {
- color:#FFFFFF;
-}
-.caption span {
- white-space:nowrap;
- padding-top:5px;
- padding-left:12px;
- padding-right:12px;
- padding-bottom:7px;
- display:inline-block;
- float:left;
- background-color:#F8981D;
- border: none;
- height:16px;
-}
-div.table-tabs {
- padding:10px 0 0 1px;
- margin:0;
-}
-div.table-tabs > button {
- border: none;
- cursor: pointer;
- padding: 5px 12px 7px 12px;
- font-weight: bold;
- margin-right: 3px;
-}
-div.table-tabs > button.active-table-tab {
- background: #F8981D;
- color: #253441;
-}
-div.table-tabs > button.table-tab {
- background: #4D7A97;
- color: #FFFFFF;
-}
-.two-column-summary {
- display: grid;
- grid-template-columns: minmax(15%, max-content) minmax(15%, auto);
-}
-.three-column-summary {
- display: grid;
- grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, auto);
-}
-.four-column-summary {
- display: grid;
- grid-template-columns: minmax(10%, max-content) minmax(10%, max-content) minmax(10%, max-content) minmax(10%, auto);
-}
-@media screen and (max-width: 600px) {
- .two-column-summary {
- display: grid;
- grid-template-columns: 1fr;
- }
-}
-@media screen and (max-width: 800px) {
- .three-column-summary {
- display: grid;
- grid-template-columns: minmax(10%, max-content) minmax(25%, auto);
- }
- .three-column-summary .col-last {
- grid-column-end: span 2;
- }
-}
-@media screen and (max-width: 1000px) {
- .four-column-summary {
- display: grid;
- grid-template-columns: minmax(15%, max-content) minmax(15%, auto);
- }
-}
-.summary-table > div, .details-table > div {
- text-align:left;
- padding: 8px 3px 3px 7px;
-}
-.col-first, .col-second, .col-last, .col-constructor-name, .col-summary-item-name {
- vertical-align:top;
- padding-right:0;
- padding-top:8px;
- padding-bottom:3px;
-}
-.table-header {
- background:#dee3e9;
- font-weight: bold;
-}
-.col-first, .col-first {
- font-size:13px;
-}
-.col-second, .col-second, .col-last, .col-constructor-name, .col-summary-item-name, .col-last {
- font-size:13px;
-}
-.col-first, .col-second, .col-constructor-name {
- vertical-align:top;
- overflow: auto;
-}
-.col-last {
- white-space:normal;
-}
-.col-first a:link, .col-first a:visited,
-.col-second a:link, .col-second a:visited,
-.col-first a:link, .col-first a:visited,
-.col-second a:link, .col-second a:visited,
-.col-constructor-name a:link, .col-constructor-name a:visited,
-.col-summary-item-name a:link, .col-summary-item-name a:visited,
-.constant-values-container a:link, .constant-values-container a:visited,
-.all-classes-container a:link, .all-classes-container a:visited,
-.all-packages-container a:link, .all-packages-container a:visited {
- font-weight:bold;
-}
-.table-sub-heading-color {
- background-color:#EEEEFF;
-}
-.even-row-color, .even-row-color .table-header {
- background-color:#FFFFFF;
-}
-.odd-row-color, .odd-row-color .table-header {
- background-color:#EEEEEF;
-}
-/*
- * Styles for contents.
- */
-.deprecated-content {
- margin:0;
- padding:10px 0;
-}
-div.block {
- font-size:14px;
- font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
-}
-.col-last div {
- padding-top:0;
-}
-.col-last a {
- padding-bottom:3px;
-}
-.module-signature,
-.package-signature,
-.type-signature,
-.member-signature {
- font-family:'DejaVu Sans Mono', monospace;
- font-size:14px;
- margin:14px 0;
- white-space: pre-wrap;
-}
-.module-signature,
-.package-signature,
-.type-signature {
- margin-top: 0;
-}
-.member-signature .type-parameters-long,
-.member-signature .parameters,
-.member-signature .exceptions {
- display: inline-block;
- vertical-align: top;
- white-space: pre;
-}
-.member-signature .type-parameters {
- white-space: normal;
-}
-/*
- * Styles for formatting effect.
- */
-.source-line-no {
- color:green;
- padding:0 30px 0 0;
-}
-h1.hidden {
- visibility:hidden;
- overflow:hidden;
- font-size:10px;
-}
-.block {
- display:block;
- margin:0 10px 5px 0;
- color:#474747;
-}
-.deprecated-label, .descfrm-type-label, .implementation-label, .member-name-label, .member-name-link,
-.module-label-in-package, .module-label-in-type, .override-specify-label, .package-label-in-type,
-.package-hierarchy-label, .type-name-label, .type-name-link, .search-tag-link, .preview-label {
- font-weight:bold;
-}
-.deprecation-comment, .help-footnote, .preview-comment {
- font-style:italic;
-}
-.deprecation-block {
- font-size:14px;
- font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
- border-style:solid;
- border-width:thin;
- border-radius:10px;
- padding:10px;
- margin-bottom:10px;
- margin-right:10px;
- display:inline-block;
-}
-.preview-block {
- font-size:14px;
- font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
- border-style:solid;
- border-width:thin;
- border-radius:10px;
- padding:10px;
- margin-bottom:10px;
- margin-right:10px;
- display:inline-block;
-}
-div.block div.deprecation-comment {
- font-style:normal;
-}
-/*
- * Styles specific to HTML5 elements.
- */
-main, nav, header, footer, section {
- display:block;
-}
-/*
- * Styles for javadoc search.
- */
-.ui-autocomplete-category {
- font-weight:bold;
- font-size:15px;
- padding:7px 0 7px 3px;
- background-color:#4D7A97;
- color:#FFFFFF;
-}
-.result-item {
- font-size:13px;
-}
-.ui-autocomplete {
- max-height:85%;
- max-width:65%;
- overflow-y:scroll;
- overflow-x:scroll;
- white-space:nowrap;
- box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
-}
-ul.ui-autocomplete {
- position:fixed;
- z-index:999999;
-}
-ul.ui-autocomplete li {
- float:left;
- clear:both;
- width:100%;
-}
-.result-highlight {
- font-weight:bold;
-}
-#search-input {
- background-image:url('resources/glass.png');
- background-size:13px;
- background-repeat:no-repeat;
- background-position:2px 3px;
- padding-left:20px;
- position:relative;
- right:-18px;
- width:400px;
-}
-#reset-button {
- background-color: rgb(255,255,255);
- background-image:url('resources/x.png');
- background-position:center;
- background-repeat:no-repeat;
- background-size:12px;
- border:0 none;
- width:16px;
- height:16px;
- position:relative;
- left:-4px;
- top:-4px;
- font-size:0px;
-}
-.watermark {
- color:#545454;
-}
-.search-tag-desc-result {
- font-style:italic;
- font-size:11px;
-}
-.search-tag-holder-result {
- font-style:italic;
- font-size:12px;
-}
-.search-tag-result:target {
- background-color:yellow;
-}
-.module-graph span {
- display:none;
- position:absolute;
-}
-.module-graph:hover span {
- display:block;
- margin: -100px 0 0 100px;
- z-index: 1;
-}
-.inherited-list {
- margin: 10px 0 10px 0;
-}
-section.class-description {
- line-height: 1.4;
-}
-.summary section[class$="-summary"], .details section[class$="-details"],
-.class-uses .detail, .serialized-class-details {
- padding: 0px 20px 5px 10px;
- border: 1px solid #ededed;
- background-color: #f8f8f8;
-}
-.inherited-list, section[class$="-details"] .detail {
- padding:0 0 5px 8px;
- background-color:#ffffff;
- border:none;
-}
-.vertical-separator {
- padding: 0 5px;
-}
-ul.help-section-list {
- margin: 0;
-}
-ul.help-subtoc > li {
- display: inline-block;
- padding-right: 5px;
- font-size: smaller;
-}
-ul.help-subtoc > li::before {
- content: "\2022" ;
- padding-right:2px;
-}
-span.help-note {
- font-style: italic;
-}
-/*
- * Indicator icon for external links.
- */
-main a[href*="://"]::after {
- content:"";
- display:inline-block;
- background-image:url('data:image/svg+xml; utf8, \
- \
- \
- ');
- background-size:100% 100%;
- width:7px;
- height:7px;
- margin-left:2px;
- margin-bottom:4px;
-}
-main a[href*="://"]:hover::after,
-main a[href*="://"]:focus::after {
- background-image:url('data:image/svg+xml; utf8, \
- \
- \
- ');
-}
-
-/*
- * Styles for user-provided tables.
- *
- * borderless:
- * No borders, vertical margins, styled caption.
- * This style is provided for use with existing doc comments.
- * In general, borderless tables should not be used for layout purposes.
- *
- * plain:
- * Plain borders around table and cells, vertical margins, styled caption.
- * Best for small tables or for complex tables for tables with cells that span
- * rows and columns, when the "striped" style does not work well.
- *
- * striped:
- * Borders around the table and vertical borders between cells, striped rows,
- * vertical margins, styled caption.
- * Best for tables that have a header row, and a body containing a series of simple rows.
- */
-
-table.borderless,
-table.plain,
-table.striped {
- margin-top: 10px;
- margin-bottom: 10px;
-}
-table.borderless > caption,
-table.plain > caption,
-table.striped > caption {
- font-weight: bold;
- font-size: smaller;
-}
-table.borderless th, table.borderless td,
-table.plain th, table.plain td,
-table.striped th, table.striped td {
- padding: 2px 5px;
-}
-table.borderless,
-table.borderless > thead > tr > th, table.borderless > tbody > tr > th, table.borderless > tr > th,
-table.borderless > thead > tr > td, table.borderless > tbody > tr > td, table.borderless > tr > td {
- border: none;
-}
-table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr {
- background-color: transparent;
-}
-table.plain {
- border-collapse: collapse;
- border: 1px solid black;
-}
-table.plain > thead > tr, table.plain > tbody tr, table.plain > tr {
- background-color: transparent;
-}
-table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th,
-table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td {
- border: 1px solid black;
-}
-table.striped {
- border-collapse: collapse;
- border: 1px solid black;
-}
-table.striped > thead {
- background-color: #E3E3E3;
-}
-table.striped > thead > tr > th, table.striped > thead > tr > td {
- border: 1px solid black;
-}
-table.striped > tbody > tr:nth-child(even) {
- background-color: #EEE
-}
-table.striped > tbody > tr:nth-child(odd) {
- background-color: #FFF
-}
-table.striped > tbody > tr > th, table.striped > tbody > tr > td {
- border-left: 1px solid black;
- border-right: 1px solid black;
-}
-table.striped > tbody > tr > th {
- font-weight: normal;
-}
-/**
- * Tweak font sizes and paddings for small screens.
- */
-@media screen and (max-width: 1050px) {
- #search-input {
- width: 300px;
- }
-}
-@media screen and (max-width: 800px) {
- #search-input {
- width: 200px;
- }
- .top-nav,
- .bottom-nav {
- font-size: 11px;
- padding-top: 6px;
- }
- .sub-nav {
- font-size: 11px;
- }
- .about-language {
- padding-right: 16px;
- }
- ul.nav-list li,
- .sub-nav .nav-list-search {
- padding: 6px;
- }
- ul.sub-nav-list li {
- padding-top: 5px;
- }
- main {
- padding: 10px;
- }
- .summary section[class$="-summary"], .details section[class$="-details"],
- .class-uses .detail, .serialized-class-details {
- padding: 0 8px 5px 8px;
- }
- body {
- -webkit-text-size-adjust: none;
- }
-}
-@media screen and (max-width: 500px) {
- #search-input {
- width: 150px;
- }
- .top-nav,
- .bottom-nav {
- font-size: 10px;
- }
- .sub-nav {
- font-size: 10px;
- }
- .about-language {
- font-size: 10px;
- padding-right: 12px;
- }
-}
diff --git a/static/javadoc/api/tag-search-index.js b/static/javadoc/api/tag-search-index.js
deleted file mode 100644
index 0367dae..0000000
--- a/static/javadoc/api/tag-search-index.js
+++ /dev/null
@@ -1 +0,0 @@
-tagSearchIndex = [];updateSearchResults();
\ No newline at end of file
diff --git a/static/javadoc/api/type-search-index.js b/static/javadoc/api/type-search-index.js
deleted file mode 100644
index 3addf15..0000000
--- a/static/javadoc/api/type-search-index.js
+++ /dev/null
@@ -1 +0,0 @@
-typeSearchIndex = [{"p":"dev.plex.api.event","l":"AdminAddEvent"},{"p":"dev.plex.api.event","l":"AdminRemoveEvent"},{"p":"dev.plex.api.event","l":"AdminSetRankEvent"},{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"dev.plex.api.event","l":"GameModeUpdateEvent"},{"p":"dev.plex.api.chat","l":"IChatHandler"},{"p":"dev.plex.api.permission","l":"IPermissionHandler"},{"p":"dev.plex.api","l":"IPlayerCache"},{"p":"dev.plex.api.player","l":"IPlexPlayer"},{"p":"dev.plex.api.rank","l":"IRank"},{"p":"dev.plex.api","l":"PlexApi"},{"p":"dev.plex.api","l":"PlexApiProvider"},{"p":"dev.plex.api.plugin","l":"PlexPlugin"},{"p":"dev.plex.api.event","l":"PunishedPlayerEvent"},{"p":"dev.plex.api.event","l":"PunishedPlayerFreezeEvent"},{"p":"dev.plex.api.event","l":"PunishedPlayerLockupEvent"},{"p":"dev.plex.api.event","l":"PunishedPlayerMuteEvent"}];updateSearchResults();
\ No newline at end of file
diff --git a/static/javadoc/server/constant-values.html b/static/javadoc/constant-values.html
similarity index 98%
rename from static/javadoc/server/constant-values.html
rename to static/javadoc/constant-values.html
index 6900ec1..3f46ad8 100644
--- a/static/javadoc/server/constant-values.html
+++ b/static/javadoc/constant-values.html
@@ -1,158 +1,158 @@
-
-
-
-
-Constant Field Values (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-dev.plex.*
-
-
-
-
-
-
-
-
-
-
"INSERT INTO `permissions` (`uuid`, `permission`, `allowed`) VALUES(?, ?, ?)"
-
-
-
"DELETE FROM `permissions` WHERE uuid=? AND permission=?"
-
-
-
"SELECT * FROM `permissions` WHERE uuid=?"
-
-
-
"UPDATE `permissions` SET allowed=? WHERE uuid=? AND permission=?"
-
-
-
-
-
-
-
-
-
-
-
-
-
"INSERT INTO `players` (`uuid`, `name`, `login_msg`, `prefix`, `rank`, `adminActive`, `ips`, `coins`, `vanished`, `commandspy`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?);"
-
-
-
"SELECT * FROM `players` WHERE uuid=?"
-
-
-
"UPDATE `players` SET name=?, login_msg=?, prefix=?, rank=?, adminActive=?, ips=?, coins=?, vanished=?, commandspy=? WHERE uuid=?"
-
-
-
-
-
-
-
-
-
-
-
-
-
"DELETE FROM `notes` WHERE uuid=? AND id=?"
-
-
-
"INSERT INTO `notes` (`id`, `uuid`, `written_by`, `note`, `timestamp`) VALUES(?, ?, ?, ?, ?)"
-
-
-
"SELECT * FROM `notes` WHERE uuid=?"
-
-
-
-
-
-
-
-
-
-
-
"INSERT INTO `punishments` (`punished`, `punisher`, `punishedUsername`, `ip`, `type`, `reason`, `customTime`, `active`, `endDate`) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?)"
-
-
-
"SELECT * FROM `punishments` WHERE punished=?"
-
-
-
"SELECT * FROM `punishments` WHERE punisher=?"
-
-
-
"UPDATE `punishments` SET active=? WHERE active=? AND punished=? AND type=?"
-
-
-
-
-
-
-
-
-
-
-
-
-
"https://ci.plex.us.org/job/"
-
-
-
-
-
-
-
-
-
+
+
+
+
+Constant Field Values (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+dev.plex.*
+
+
+
+
+
+
+
+
+
+
"INSERT INTO `permissions` (`uuid`, `permission`, `allowed`) VALUES(?, ?, ?)"
+
+
+
"DELETE FROM `permissions` WHERE uuid=? AND permission=?"
+
+
+
"SELECT * FROM `permissions` WHERE uuid=?"
+
+
+
"UPDATE `permissions` SET allowed=? WHERE uuid=? AND permission=?"
+
+
+
+
+
+
+
+
+
+
+
+
+
"INSERT INTO `players` (`uuid`, `name`, `login_msg`, `prefix`, `rank`, `adminActive`, `ips`, `coins`, `vanished`, `commandspy`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?);"
+
+
+
"SELECT * FROM `players` WHERE uuid=?"
+
+
+
"UPDATE `players` SET name=?, login_msg=?, prefix=?, rank=?, adminActive=?, ips=?, coins=?, vanished=?, commandspy=? WHERE uuid=?"
+
+
+
+
+
+
+
+
+
+
+
+
+
"DELETE FROM `notes` WHERE uuid=? AND id=?"
+
+
+
"INSERT INTO `notes` (`id`, `uuid`, `written_by`, `note`, `timestamp`) VALUES(?, ?, ?, ?, ?)"
+
+
+
"SELECT * FROM `notes` WHERE uuid=?"
+
+
+
+
+
+
+
+
+
+
+
"INSERT INTO `punishments` (`punished`, `punisher`, `punishedUsername`, `ip`, `type`, `reason`, `customTime`, `active`, `endDate`) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?)"
+
+
+
"SELECT * FROM `punishments` WHERE punished=?"
+
+
+
"SELECT * FROM `punishments` WHERE punisher=?"
+
+
+
"UPDATE `punishments` SET active=? WHERE active=? AND punished=? AND type=?"
+
+
+
+
+
+
+
+
+
+
+
+
+
"https://ci.plex.us.org/job/"
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/Plex.html b/static/javadoc/dev/plex/Plex.html
similarity index 77%
rename from static/javadoc/server/dev/plex/Plex.html
rename to static/javadoc/dev/plex/Plex.html
index 671116c..88e541b 100644
--- a/static/javadoc/server/dev/plex/Plex.html
+++ b/static/javadoc/dev/plex/Plex.html
@@ -1,510 +1,518 @@
-
-
-
-
-Plex (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-java.lang.Object
-
org.bukkit.plugin.PluginBase
-
org.bukkit.plugin.java.JavaPlugin
-
dev.plex.api.plugin.PlexPlugin
-
dev.plex.Plex
-
-
-
-
-
-
-All Implemented Interfaces:
-dev.plex.api.PlexApiProvider
, org.bukkit.command.CommandExecutor
, org.bukkit.command.TabCompleter
, org.bukkit.command.TabExecutor
, org.bukkit.plugin.Plugin
-
-
-public class Plex
-extends dev.plex.api.plugin.PlexPlugin
-implements dev.plex.api.PlexApiProvider
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Instance Methods Concrete Methods
-
-
-
-
-
-
private void
-
-
-
-
-
-
dev.plex.api.PlexApi
-
-
-
void
-
-
-
void
-
-
-
void
-
-
-
private void
-
-
-
-
-
-
-
Methods inherited from class dev.plex.api.plugin.PlexPlugin
-getChatHandler, getPermissionHandler, setChatHandler, setPermissionHandler
-
-
Methods inherited from class org.bukkit.plugin.java.JavaPlugin
-getClassLoader, getCommand, getConfig, getDataFolder, getDefaultBiomeProvider, getDefaultWorldGenerator, getDescription, getFile, getLogger, getPlugin, getPluginLoader, getProvidingPlugin, getResource, getServer, getTextResource, isEnabled, isNaggable, onCommand, onTabComplete, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toString
-
-
Methods inherited from class org.bukkit.plugin.PluginBase
-equals, getName, hashCode
-
-
-
Methods inherited from interface org.bukkit.plugin.Plugin
-getComponentLogger, getLog4JLogger, getSLF4JLogger
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-plugin
-private static Plex plugin
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-modulesFolder
-public File modulesFolder
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-
-
-
-onLoad
-public void onLoad ()
-
-Specified by:
-onLoad
in interface org.bukkit.plugin.Plugin
-Overrides:
-onLoad
in class dev.plex.api.plugin.PlexPlugin
-
-
-
-
-
-onEnable
-public void onEnable ()
-
-Specified by:
-onEnable
in interface org.bukkit.plugin.Plugin
-Overrides:
-onEnable
in class org.bukkit.plugin.java.JavaPlugin
-
-
-
-
-
-onDisable
-public void onDisable ()
-
-Specified by:
-onDisable
in interface org.bukkit.plugin.Plugin
-Overrides:
-onDisable
in class org.bukkit.plugin.java.JavaPlugin
-
-
-
-
-
-generateWorlds
-private void generateWorlds ()
-
-
-
-
-reloadPlayers
-private void reloadPlayers ()
-
-
-
-
-getApi
-public dev.plex.api.PlexApi getApi ()
-
-Specified by:
-getApi
in interface dev.plex.api.PlexApiProvider
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+Plex (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+java.lang.Object
+
org.bukkit.plugin.PluginBase
+
org.bukkit.plugin.java.JavaPlugin
+
dev.plex.Plex
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.CommandExecutor
, org.bukkit.command.TabCompleter
, org.bukkit.command.TabExecutor
, org.bukkit.plugin.Plugin
+
+
+public class Plex
+extends org.bukkit.plugin.java.JavaPlugin
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+
+
+
+
private net.milkbowl.vault.chat.Chat
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
private net.milkbowl.vault.permission.Permission
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Instance Methods Concrete Methods
+
+
+
+
+
+
private void
+
+
+
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
private void
+
+
+
private net.milkbowl.vault.chat.Chat
+
+
+
private net.milkbowl.vault.permission.Permission
+
+
+
+
+
+
+
Methods inherited from class org.bukkit.plugin.java.JavaPlugin
+getClassLoader, getCommand, getConfig, getDataFolder, getDefaultBiomeProvider, getDefaultWorldGenerator, getDescription, getFile, getLogger, getPlugin, getPluginLoader, getProvidingPlugin, getResource, getServer, getTextResource, isEnabled, isNaggable, onCommand, onTabComplete, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toString
+
+
Methods inherited from class org.bukkit.plugin.PluginBase
+equals, getName, hashCode
+
+
+
Methods inherited from interface org.bukkit.plugin.Plugin
+getComponentLogger, getLog4JLogger, getSLF4JLogger
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+
+
+
+plugin
+private static Plex plugin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+modulesFolder
+public File modulesFolder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+permissions
+private net.milkbowl.vault.permission.Permission permissions
+
+
+
+
+chat
+private net.milkbowl.vault.chat.Chat chat
+
+
+
+
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+
+
+
+onLoad
+public void onLoad ()
+
+Specified by:
+onLoad
in interface org.bukkit.plugin.Plugin
+Overrides:
+onLoad
in class org.bukkit.plugin.java.JavaPlugin
+
+
+
+
+
+onEnable
+public void onEnable ()
+
+Specified by:
+onEnable
in interface org.bukkit.plugin.Plugin
+Overrides:
+onEnable
in class org.bukkit.plugin.java.JavaPlugin
+
+
+
+
+
+onDisable
+public void onDisable ()
+
+Specified by:
+onDisable
in interface org.bukkit.plugin.Plugin
+Overrides:
+onDisable
in class org.bukkit.plugin.java.JavaPlugin
+
+
+
+
+
+generateWorlds
+private void generateWorlds ()
+
+
+
+
+reloadPlayers
+private void reloadPlayers ()
+
+
+
+
+setupPermissions
+private net.milkbowl.vault.permission.Permission setupPermissions ()
+
+
+
+
+setupChat
+private net.milkbowl.vault.chat.Chat setupChat ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/PlexBase.html b/static/javadoc/dev/plex/PlexBase.html
similarity index 98%
rename from static/javadoc/server/dev/plex/PlexBase.html
rename to static/javadoc/dev/plex/PlexBase.html
index addc077..03d4d75 100644
--- a/static/javadoc/server/dev/plex/PlexBase.html
+++ b/static/javadoc/dev/plex/PlexBase.html
@@ -1,119 +1,119 @@
-
-
-
-
-PlexBase (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-All Known Implementing Classes:
-AbstractService
, AdminList
, AdminListener
, AntiNukerListener
, AntiSpamListener
, AutoWipeService
, BanListener
, BanService
, BlockListener
, BookListener
, ChatListener
, CommandBlockerService
, CommandHandler
, CommandListener
, DropListener
, FreezeListener
, GameModeListener
, GameRuleService
, ListenerHandler
, MobListener
, MongoConnection
, MuteListener
, PlayerListener
, PlexListener
, PlexUtils
, PunishmentManager
, RedisConnection
, ServerListener
, SignListener
, SQLConnection
, TabListener
, TimingService
, ToggleMenu
, TogglesListener
, UpdateChecker
, UpdateCheckerService
, WorldListener
-
-
-public interface PlexBase
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+PlexBase (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+All Known Implementing Classes:
+AbstractService
, AdminList
, AdminListener
, AntiNukerListener
, AntiSpamListener
, AutoWipeService
, BanListener
, BanService
, BlockListener
, BookListener
, ChatListener
, CommandBlockerService
, CommandHandler
, CommandListener
, DropListener
, FreezeListener
, GameModeListener
, GameRuleService
, ListenerHandler
, MobListener
, MongoConnection
, MuteListener
, PlayerListener
, PlexListener
, PlexUtils
, PunishmentManager
, RedisConnection
, ServerListener
, SignListener
, SQLConnection
, TabListener
, TimingService
, ToggleMenu
, TogglesListener
, UpdateChecker
, UpdateCheckerService
, WorldListener
+
+
+public interface PlexBase
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/admin/Admin.html b/static/javadoc/dev/plex/admin/Admin.html
similarity index 97%
rename from static/javadoc/server/dev/plex/admin/Admin.html
rename to static/javadoc/dev/plex/admin/Admin.html
index 53165d1..6f1b558 100644
--- a/static/javadoc/server/dev/plex/admin/Admin.html
+++ b/static/javadoc/dev/plex/admin/Admin.html
@@ -1,221 +1,221 @@
-
-
-
-
-Admin (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class Admin
-
extends Object
-Admin object to handle cached admins
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
private boolean
-
-
-
Returns if the admin has admin chat toggled or not
-
- Contains a #isAdminChat and #setAdminChat by Lombok
-
-
private boolean
-
-
-
Returns if the admin has command spy or not
-
- Contains a #isCommandSpy and #setCommandSpy by Lombok
-
-
-
-
-
Gets the rank of the admin
-
- Contains a #setRank and #getRank by lombok
-
-
-
-
-
Gets the unique ID of an admin (immutable)
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
Creates an admin with the ADMIN rank as the default rank
-
-
-
-
-
-
-
-Method Summary
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-uuid
-
-Gets the unique ID of an admin (immutable)
-
-
-
-
-rank
-
-Gets the rank of the admin
-
- Contains a #setRank and #getRank by lombok
-
-
-
-
-commandSpy
-private boolean commandSpy
-Returns if the admin has command spy or not
-
- Contains a #isCommandSpy and #setCommandSpy by Lombok
-
-
-
-
-adminChat
-private boolean adminChat
-Returns if the admin has admin chat toggled or not
-
- Contains a #isAdminChat and #setAdminChat by Lombok
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-Admin
-
-Creates an admin with the ADMIN rank as the default rank
-
-Parameters:
-uuid
-
-See Also:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+Admin (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class Admin
+
extends Object
+Admin object to handle cached admins
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private boolean
+
+
+
Returns if the admin has admin chat toggled or not
+
+ Contains a #isAdminChat and #setAdminChat by Lombok
+
+
private boolean
+
+
+
Returns if the admin has command spy or not
+
+ Contains a #isCommandSpy and #setCommandSpy by Lombok
+
+
+
+
+
Gets the rank of the admin
+
+ Contains a #setRank and #getRank by lombok
+
+
+
+
+
Gets the unique ID of an admin (immutable)
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
Creates an admin with the ADMIN rank as the default rank
+
+
+
+
+
+
+
+Method Summary
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+uuid
+
+Gets the unique ID of an admin (immutable)
+
+
+
+
+rank
+
+Gets the rank of the admin
+
+ Contains a #setRank and #getRank by lombok
+
+
+
+
+commandSpy
+private boolean commandSpy
+Returns if the admin has command spy or not
+
+ Contains a #isCommandSpy and #setCommandSpy by Lombok
+
+
+
+
+adminChat
+private boolean adminChat
+Returns if the admin has admin chat toggled or not
+
+ Contains a #isAdminChat and #setAdminChat by Lombok
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+Admin
+
+Creates an admin with the ADMIN rank as the default rank
+
+Parameters:
+uuid
-
+See Also:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/admin/AdminList.html b/static/javadoc/dev/plex/admin/AdminList.html
similarity index 98%
rename from static/javadoc/server/dev/plex/admin/AdminList.html
rename to static/javadoc/dev/plex/admin/AdminList.html
index f981fef..7d2c0e9 100644
--- a/static/javadoc/server/dev/plex/admin/AdminList.html
+++ b/static/javadoc/dev/plex/admin/AdminList.html
@@ -1,267 +1,267 @@
-
-
-
-
-AdminList (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
-
-
-
-Cached storage for Admin objects
-
-See Also:
-
-
-
-
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-
Key / Value storage, where the key is the unique ID of the admin
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
void
-
-
-
Adds the admin to cache
-
-
-
-
-
Gathers every admin (cached and in the database)
-
-
-
-
-
Gathers every admins username (cached and in the database)
-
-
void
-
-
-
Removes an admin from the cache
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-admins
-
-Key / Value storage, where the key is the unique ID of the admin
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-AdminList
-public AdminList ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-addToCache
-public void addToCache (Admin admin)
-Adds the admin to cache
-
-Parameters:
-admin
- The admin object
-
-
-
-
-
-removeFromCache
-public void removeFromCache (UUID uuid)
-Removes an admin from the cache
-
-Parameters:
-uuid
- The unique ID of the admin
-See Also:
-
-
-
-
-
-
-
-
-getAllAdmins
-
-Gathers every admins username (cached and in the database)
-
-Returns:
-An array list of the names of every admin
-
-
-
-
-
-getAllAdminPlayers
-
-Gathers every admin (cached and in the database)
-
-Returns:
-An array list of the names of every admin
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+AdminList (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
+
+
+
+Cached storage for Admin objects
+
+See Also:
+
+
+
+
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+
Key / Value storage, where the key is the unique ID of the admin
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
void
+
+
+
Adds the admin to cache
+
+
+
+
+
Gathers every admin (cached and in the database)
+
+
+
+
+
Gathers every admins username (cached and in the database)
+
+
void
+
+
+
Removes an admin from the cache
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+admins
+
+Key / Value storage, where the key is the unique ID of the admin
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+AdminList
+public AdminList ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+addToCache
+public void addToCache (Admin admin)
+Adds the admin to cache
+
+Parameters:
+admin
- The admin object
+
+
+
+
+
+removeFromCache
+public void removeFromCache (UUID uuid)
+Removes an admin from the cache
+
+Parameters:
+uuid
- The unique ID of the admin
+See Also:
+
+
+
+
+
+
+
+
+getAllAdmins
+
+Gathers every admins username (cached and in the database)
+
+Returns:
+An array list of the names of every admin
+
+
+
+
+
+getAllAdminPlayers
+
+Gathers every admin (cached and in the database)
+
+Returns:
+An array list of the names of every admin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/admin/package-summary.html b/static/javadoc/dev/plex/admin/package-summary.html
similarity index 96%
rename from static/javadoc/server/dev/plex/admin/package-summary.html
rename to static/javadoc/dev/plex/admin/package-summary.html
index 5e151b5..adeb285 100644
--- a/static/javadoc/server/dev/plex/admin/package-summary.html
+++ b/static/javadoc/dev/plex/admin/package-summary.html
@@ -1,98 +1,98 @@
-
-
-
-
-dev.plex.admin (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.admin
-
-
-
-
-
-
-
-
Classes
-
-
-
-
-
-
Admin object to handle cached admins
-
-
-
-
Cached storage for Admin objects
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.admin (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.admin
+
+
+
+
+
+
+
+
Classes
+
+
+
+
+
+
Admin object to handle cached admins
+
+
+
+
Cached storage for Admin objects
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/admin/package-tree.html b/static/javadoc/dev/plex/admin/package-tree.html
similarity index 95%
rename from static/javadoc/server/dev/plex/admin/package-tree.html
rename to static/javadoc/dev/plex/admin/package-tree.html
index 8d8aa7d..7b9b8b8 100644
--- a/static/javadoc/server/dev/plex/admin/package-tree.html
+++ b/static/javadoc/dev/plex/admin/package-tree.html
@@ -1,71 +1,71 @@
-
-
-
-
-dev.plex.admin Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
+
+
+
+
+dev.plex.admin Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/cache/DataUtils.html b/static/javadoc/dev/plex/cache/DataUtils.html
similarity index 98%
rename from static/javadoc/server/dev/plex/cache/DataUtils.html
rename to static/javadoc/dev/plex/cache/DataUtils.html
index d27d468..a0c41f3 100644
--- a/static/javadoc/server/dev/plex/cache/DataUtils.html
+++ b/static/javadoc/dev/plex/cache/DataUtils.html
@@ -1,299 +1,299 @@
-
-
-
-
-DataUtils (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class DataUtils
-
extends Object
-Parent cache class
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Concrete Methods
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Gets a player from cache or from the database
-
-
-
-
-
-
-
-
Gets a player from cache or from the database
-
-
static boolean
-
-
-
static boolean
-
-
-
Checks if the player has been on the server before
-
-
static void
-
-
-
Inserts a player's information in the database
-
-
static void
-
-
-
Updates a player's information in the database
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-DataUtils
-public DataUtils ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-hasPlayedBefore
-public static boolean hasPlayedBefore (UUID uuid)
-Checks if the player has been on the server before
-
-Parameters:
-uuid
- The unique ID of the player
-Returns:
-true if the player is registered in the database
-
-
-
-
-
-hasPlayedBefore
-public static boolean hasPlayedBefore (String username)
-
-
-
-
-getPlayer
-
-Gets a player from cache or from the database
-
-Parameters:
-uuid
- The unique ID of the player
-Returns:
-a PlexPlayer object
-See Also:
-
-
-
-
-
-
-
-
-getPlayer
-public static PlexPlayer getPlayer (UUID uuid,
- boolean loadExtraData)
-
-
-
-
-
-
-
-
-
-
-getPlayerByIP
-
-Gets a player from cache or from the database
-
-Parameters:
-ip
- The IP address of the player.
-Returns:
-a PlexPlayer object
-See Also:
-
-
-
-
-
-
-
-
-update
-
-Updates a player's information in the database
-
-Parameters:
-plexPlayer
- The PlexPlayer to update
-See Also:
-
-
-
-
-
-
-
-
-insert
-
-Inserts a player's information in the database
-
-Parameters:
-plexPlayer
- The PlexPlayer to insert
-See Also:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+DataUtils (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class DataUtils
+
extends Object
+Parent cache class
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Concrete Methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Gets a player from cache or from the database
+
+
+
+
+
+
+
+
Gets a player from cache or from the database
+
+
static boolean
+
+
+
static boolean
+
+
+
Checks if the player has been on the server before
+
+
static void
+
+
+
Inserts a player's information in the database
+
+
static void
+
+
+
Updates a player's information in the database
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+DataUtils
+public DataUtils ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+hasPlayedBefore
+public static boolean hasPlayedBefore (UUID uuid)
+Checks if the player has been on the server before
+
+Parameters:
+uuid
- The unique ID of the player
+Returns:
+true if the player is registered in the database
+
+
+
+
+
+hasPlayedBefore
+public static boolean hasPlayedBefore (String username)
+
+
+
+
+getPlayer
+
+Gets a player from cache or from the database
+
+Parameters:
+uuid
- The unique ID of the player
+Returns:
+a PlexPlayer object
+See Also:
+
+
+
+
+
+
+
+
+getPlayer
+public static PlexPlayer getPlayer (UUID uuid,
+ boolean loadExtraData)
+
+
+
+
+
+
+
+
+
+
+getPlayerByIP
+
+Gets a player from cache or from the database
+
+Parameters:
+ip
- The IP address of the player.
+Returns:
+a PlexPlayer object
+See Also:
+
+
+
+
+
+
+
+
+update
+
+Updates a player's information in the database
+
+Parameters:
+plexPlayer
- The PlexPlayer to update
+See Also:
+
+
+
+
+
+
+
+
+insert
+
+Inserts a player's information in the database
+
+Parameters:
+plexPlayer
- The PlexPlayer to insert
+See Also:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/cache/PlayerCache.html b/static/javadoc/dev/plex/cache/PlayerCache.html
similarity index 92%
rename from static/javadoc/server/dev/plex/cache/PlayerCache.html
rename to static/javadoc/dev/plex/cache/PlayerCache.html
index 2146eec..31a53ea 100644
--- a/static/javadoc/server/dev/plex/cache/PlayerCache.html
+++ b/static/javadoc/dev/plex/cache/PlayerCache.html
@@ -1,215 +1,202 @@
-
-
-
-
-PlayerCache (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-dev.plex.api.IPlayerCache<PlexPlayer >
-
-
-public class PlayerCache
-
extends Object
-implements dev.plex.api.IPlayerCache<PlexPlayer >
-Cache storage
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-
A key/value pair where the key is the unique ID of the Plex Player
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
-
-
-
-
-
-
A key/value pair where the key is the unique ID of the Punished Player
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-plexPlayerMap
-
-A key/value pair where the key is the unique ID of the Plex Player
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-PlayerCache
-public PlayerCache ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-getPlexPlayerMap
-
-A key/value pair where the key is the unique ID of the Punished Player
-
-Specified by:
-getPlexPlayerMap
in interface dev.plex.api.IPlayerCache<PlexPlayer >
-
-
-
-
-
-getPlexPlayer
-
-
-Specified by:
-getPlexPlayer
in interface dev.plex.api.IPlayerCache<PlexPlayer >
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+PlayerCache (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class PlayerCache
+
extends Object
+Cache storage
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+
A key/value pair where the key is the unique ID of the Plex Player
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
+
+
+
+
+
+
A key/value pair where the key is the unique ID of the Punished Player
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+plexPlayerMap
+
+A key/value pair where the key is the unique ID of the Plex Player
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+PlayerCache
+public PlayerCache ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+getPlexPlayerMap
+
+A key/value pair where the key is the unique ID of the Punished Player
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/cache/package-summary.html b/static/javadoc/dev/plex/cache/package-summary.html
similarity index 96%
rename from static/javadoc/server/dev/plex/cache/package-summary.html
rename to static/javadoc/dev/plex/cache/package-summary.html
index 26fabfe..c3f5dfe 100644
--- a/static/javadoc/server/dev/plex/cache/package-summary.html
+++ b/static/javadoc/dev/plex/cache/package-summary.html
@@ -1,98 +1,98 @@
-
-
-
-
-dev.plex.cache (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.cache
-
-
-
-
-
-
+
+
+
+
+dev.plex.cache (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.cache
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/cache/package-tree.html b/static/javadoc/dev/plex/cache/package-tree.html
similarity index 93%
rename from static/javadoc/server/dev/plex/cache/package-tree.html
rename to static/javadoc/dev/plex/cache/package-tree.html
index 1da6936..22e52e5 100644
--- a/static/javadoc/server/dev/plex/cache/package-tree.html
+++ b/static/javadoc/dev/plex/cache/package-tree.html
@@ -1,71 +1,71 @@
-
-
-
-
-dev.plex.cache Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
+
+
+
+
+dev.plex.cache Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/PlexCommand.html b/static/javadoc/dev/plex/command/PlexCommand.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/PlexCommand.html
rename to static/javadoc/dev/plex/command/PlexCommand.html
index 97ed9bf..3c132b2 100644
--- a/static/javadoc/server/dev/plex/command/PlexCommand.html
+++ b/static/javadoc/dev/plex/command/PlexCommand.html
@@ -1,837 +1,837 @@
-
-
-
-
-PlexCommand (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-Direct Known Subclasses:
-AdminChatCMD
, AdminCMD
, AdminworldCMD
, AdventureCMD
, BanCMD
, BlockEditCMD
, CommandSpyCMD
, ConsoleSayCMD
, CreativeCMD
, DebugCMD
, DeopAllCMD
, DeopCMD
, EntityWipeCMD
, FlatlandsCMD
, FreezeCMD
, GamemodeCMD
, KickCMD
, ListCMD
, LocalSpawnCMD
, LockupCMD
, MasterbuilderworldCMD
, MobPurgeCMD
, MuteCMD
, NameHistoryCMD
, NotesCMD
, OpAllCMD
, OpCMD
, PlexCMD
, PunishmentsCMD
, RankCMD
, RawSayCMD
, SayCMD
, SmiteCMD
, SpectatorCMD
, SurvivalCMD
, TagCMD
, TempbanCMD
, TFMCMD
, ToggleCMD
, UnbanCMD
, UnfreezeCMD
, UnmuteCMD
, WorldCMD
-
-
-public abstract class PlexCommand
-extends org.bukkit.command.Command
-implements org.bukkit.command.PluginIdentifiableCommand
-Superclass for all commands
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-
Required command source fetched from the permissions
-
-
-
-
-
Minimum required rank fetched from the permissions
-
-
-
-
-
The parameters for the command
-
-
-
-
-
The permissions for the command
-
-
-
-
-
Returns the instance of the plugin
-
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-
-
Creates an instance of the command
-
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Abstract Methods Concrete Methods
-
-
-
-
-
-
protected boolean
-
-
-
Checks whether a sender has enough permissions or is high enough a rank
-
-
protected boolean
-
-
-
Checks whether a player has enough permissions or is high enough a rank
-
-
protected boolean
-
-
-
Checks whether a sender has enough permissions or is high enough a rank
-
-
protected boolean
-
-
-
Checks whether a player has enough permissions or is high enough a rank
-
-
protected net.kyori.adventure.text.Component
-
-
-
Converts a String to a legacy Kyori Component
-
-
protected abstract net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- @NotNull String [] args)
-
-
-
-
-
org.bukkit.command.CommandMap
-
-
-
protected org.bukkit.entity.Player
-
-
-
protected org.bukkit.World
-
-
-
-
-
-
-
-
-
-
-
-
Gets a PlexPlayer from Player object
-
-
-
-
-
-
getUUID (org.bukkit.command.CommandSender sender)
-
-
Gets the UUID of the sender
-
-
protected boolean
-
-
-
Checks if a player is an admin
-
-
protected boolean
-
-
-
Checks if a username is an admin
-
-
protected boolean
-
isAdmin (org.bukkit.command.CommandSender sender)
-
-
Checks if a sender is an admin
-
-
protected boolean
-
isConsole (org.bukkit.command.CommandSender sender)
-
-
Checks whether a sender is console
-
-
protected boolean
-
-
-
Checks if a sender is a senior admin
-
-
private boolean
-
-
-
Checks if the String given is a matching command
-
-
protected net.kyori.adventure.text.Component
-
-
-
Converts a message entry from the "messages.yml" to a Component
-
-
protected net.kyori.adventure.text.Component
-
-
-
Converts a message entry from the "messages.yml" to a Component
-
-
-
-
-
Converts a message entry from the "messages.yml" to a String
-
-
protected net.kyori.adventure.text.Component
-
-
-
Converts a String to a MiniMessage Component
-
-
protected net.kyori.adventure.text.Component
-
-
-
protected void
-
send (net.kyori.adventure.audience.Audience audience,
- String s)
-
-
Sends a message to an Audience
-
-
protected void
-
send (net.kyori.adventure.audience.Audience audience,
- net.kyori.adventure.text.Component component)
-
-
Sends a message to an Audience
-
-
protected boolean
-
-
-
protected net.kyori.adventure.text.Component
-
-
-
Converts usage to a Component
-
-
protected net.kyori.adventure.text.Component
-
-
-
Converts usage to a Component
-
-
-
-
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-plugin
-protected static Plex plugin
-Returns the instance of the plugin
-
-
-
-
-params
-
-The parameters for the command
-
-
-
-
-perms
-
-The permissions for the command
-
-
-
-
-level
-
-Minimum required rank fetched from the permissions
-
-
-
-
-commandSource
-
-Required command source fetched from the permissions
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-PlexCommand
-public PlexCommand (boolean register)
-Creates an instance of the command
-
-
-
-
-PlexCommand
-public PlexCommand ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected abstract net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- @NotNull
- @NotNull String [] args)
-Executes the command
-
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-matches
-private boolean matches (String label)
-Checks if the String given is a matching command
-
-Parameters:
-label
- The String to check
-Returns:
-true if the string is a command name or alias
-
-
-
-
-
-getPlexPlayer
-protected PlexPlayer getPlexPlayer (@NotNull
- @NotNull org.bukkit.entity.Player player)
-Gets a PlexPlayer from Player object
-
-Parameters:
-player
- The player object
-Returns:
-PlexPlayer Object
-See Also:
-
-
-
-
-
-
-
-
-send
-protected void send (net.kyori.adventure.audience.Audience audience,
- String s)
-Sends a message to an Audience
-
-Parameters:
-audience
- The Audience to send the message to
-s
- The message to send
-
-
-
-
-
-send
-protected void send (net.kyori.adventure.audience.Audience audience,
- net.kyori.adventure.text.Component component)
-Sends a message to an Audience
-
-Parameters:
-audience
- The Audience to send the message to
-component
- The Component to send
-
-
-
-
-
-checkRank
-protected boolean checkRank (org.bukkit.command.CommandSender sender,
- Rank rank,
- String permission)
-Checks whether a sender has enough permissions or is high enough a rank
-
-Parameters:
-sender
- A CommandSender
-rank
- The rank to check (if the server is using ranks)
-permission
- The permission to check (if the server is using permissions)
-Returns:
-true if the sender has enough permissions
-See Also:
-
-
-
-
-
-
-
-
-checkRank
-protected boolean checkRank (org.bukkit.entity.Player player,
- Rank rank,
- String permission)
-Checks whether a player has enough permissions or is high enough a rank
-
-Parameters:
-player
- The player object
-rank
- The rank to check (if the server is using ranks)
-permission
- The permission to check (if the server is using permissions)
-Returns:
-true if the sender has enough permissions
-See Also:
-
-
-
-
-
-
-
-
-silentCheckRank
-protected boolean silentCheckRank (org.bukkit.entity.Player player,
- Rank rank,
- String permission)
-
-
-
-
-checkTab
-protected boolean checkTab (org.bukkit.command.CommandSender sender,
- Rank rank,
- String permission)
-Checks whether a sender has enough permissions or is high enough a rank
-
-Parameters:
-sender
- The player object
-rank
- The rank to check (if the server is using ranks)
-permission
- The permission to check (if the server is using permissions)
-Returns:
-true if the sender has enough permissions
-See Also:
-
-
-
-
-
-
-
-
-checkTab
-protected boolean checkTab (org.bukkit.entity.Player player,
- Rank rank,
- String permission)
-Checks whether a player has enough permissions or is high enough a rank
-
-Parameters:
-player
- The player object
-rank
- The rank to check (if the server is using ranks)
-permission
- The permission to check (if the server is using permissions)
-Returns:
-true if the sender has enough permissions
-See Also:
-
-
-
-
-
-
-
-
-isAdmin
-
-Checks if a player is an admin
-
-Parameters:
-plexPlayer
- The PlexPlayer object
-Returns:
-true if the player is an admin
-See Also:
-
-
-
-
-
-
-
-
-isAdmin
-protected boolean isAdmin (org.bukkit.command.CommandSender sender)
-Checks if a sender is an admin
-
-Parameters:
-sender
- A command sender
-Returns:
-true if the sender is an admin or if console
-
-
-
-
-
-isAdmin
-protected boolean isAdmin (String name)
-Checks if a username is an admin
-
-Parameters:
-name
- The username
-Returns:
-true if the username is an admin
-
-
-
-
-
-isSeniorAdmin
-protected boolean isSeniorAdmin (org.bukkit.command.CommandSender sender)
-Checks if a sender is a senior admin
-
-Parameters:
-sender
- A command sender
-Returns:
-true if the sender is a senior admin or if console
-
-
-
-
-
-getUUID
-protected UUID getUUID (org.bukkit.command.CommandSender sender)
-Gets the UUID of the sender
-
-Parameters:
-sender
- A command sender
-Returns:
-A unique ID or null if the sender is console
-See Also:
-
-
-
-
-
-
-
-
-getPlugin
-@NotNull
- public @NotNull Plex getPlugin ()
-The plugin
-
-Specified by:
-getPlugin
in interface org.bukkit.command.PluginIdentifiableCommand
-Returns:
-The instance of the plugin
-See Also:
-
-
-
-
-
-
-
-
-isConsole
-protected boolean isConsole (org.bukkit.command.CommandSender sender)
-Checks whether a sender is console
-
-Parameters:
-sender
- A command sender
-Returns:
-true if the sender is console
-
-
-
-
-
-messageComponent
-protected net.kyori.adventure.text.Component messageComponent (String s,
- Object ... objects)
-Converts a message entry from the "messages.yml" to a Component
-
-Parameters:
-s
- The message entry
-objects
- Any objects to replace in order
-Returns:
-A Kyori Component
-
-
-
-
-
-messageComponent
-protected net.kyori.adventure.text.Component messageComponent (String s,
- net.kyori.adventure.text.Component... objects)
-Converts a message entry from the "messages.yml" to a Component
-
-Parameters:
-s
- The message entry
-objects
- Any objects to replace in order
-Returns:
-A Kyori Component
-
-
-
-
-
-messageString
-
-Converts a message entry from the "messages.yml" to a String
-
-Parameters:
-s
- The message entry
-objects
- Any objects to replace in order
-Returns:
-A String
-
-
-
-
-
-usage
-protected net.kyori.adventure.text.Component usage ()
-Converts usage to a Component
-
-Returns:
-A Kyori Component stating the usage
-
-
-
-
-
-usage
-protected net.kyori.adventure.text.Component usage (String s)
-Converts usage to a Component
-
- s The usage to convert
-
-Returns:
-A Kyori Component stating the usage
-
-
-
-
-
-getNonNullPlayer
-protected org.bukkit.entity.Player getNonNullPlayer (String name)
-
-
-
-
-
-
-
-getOfflinePlexPlayer
-
-
-
-
-
-getNonNullWorld
-protected org.bukkit.World getNonNullWorld (String name)
-
-
-
-
-componentFromString
-protected net.kyori.adventure.text.Component componentFromString (String s)
-Converts a String to a legacy Kyori Component
-
-Parameters:
-s
- The String to convert
-Returns:
-A Kyori component
-
-
-
-
-
-noColorComponentFromString
-protected net.kyori.adventure.text.Component noColorComponentFromString (String s)
-
-
-
-
-mmString
-protected net.kyori.adventure.text.Component mmString (String s)
-Converts a String to a MiniMessage Component
-
-Parameters:
-s
- The String to convert
-Returns:
-A Kyori Component
-
-
-
-
-
-
-
-
-getMap
-public org.bukkit.command.CommandMap getMap ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+PlexCommand (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+Direct Known Subclasses:
+AdminChatCMD
, AdminCMD
, AdminworldCMD
, AdventureCMD
, BanCMD
, BlockEditCMD
, CommandSpyCMD
, ConsoleSayCMD
, CreativeCMD
, DebugCMD
, DeopAllCMD
, DeopCMD
, EntityWipeCMD
, FlatlandsCMD
, FreezeCMD
, GamemodeCMD
, KickCMD
, ListCMD
, LocalSpawnCMD
, LockupCMD
, MasterbuilderworldCMD
, MobPurgeCMD
, MuteCMD
, NameHistoryCMD
, NotesCMD
, OpAllCMD
, OpCMD
, PlexCMD
, PunishmentsCMD
, RankCMD
, RawSayCMD
, SayCMD
, SmiteCMD
, SpectatorCMD
, SurvivalCMD
, TagCMD
, TempbanCMD
, TFMCMD
, ToggleCMD
, UnbanCMD
, UnfreezeCMD
, UnmuteCMD
, WorldCMD
+
+
+public abstract class PlexCommand
+extends org.bukkit.command.Command
+implements org.bukkit.command.PluginIdentifiableCommand
+Superclass for all commands
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+
Required command source fetched from the permissions
+
+
+
+
+
Minimum required rank fetched from the permissions
+
+
+
+
+
The parameters for the command
+
+
+
+
+
The permissions for the command
+
+
+
+
+
Returns the instance of the plugin
+
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+
+
Creates an instance of the command
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Abstract Methods Concrete Methods
+
+
+
+
+
+
protected boolean
+
+
+
Checks whether a sender has enough permissions or is high enough a rank
+
+
protected boolean
+
+
+
Checks whether a player has enough permissions or is high enough a rank
+
+
protected boolean
+
+
+
Checks whether a sender has enough permissions or is high enough a rank
+
+
protected boolean
+
+
+
Checks whether a player has enough permissions or is high enough a rank
+
+
protected net.kyori.adventure.text.Component
+
+
+
Converts a String to a legacy Kyori Component
+
+
protected abstract net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ @NotNull String [] args)
+
+
+
+
+
org.bukkit.command.CommandMap
+
+
+
protected org.bukkit.entity.Player
+
+
+
protected org.bukkit.World
+
+
+
+
+
+
+
+
+
+
+
+
Gets a PlexPlayer from Player object
+
+
+
+
+
+
getUUID (org.bukkit.command.CommandSender sender)
+
+
Gets the UUID of the sender
+
+
protected boolean
+
+
+
Checks if a player is an admin
+
+
protected boolean
+
+
+
Checks if a username is an admin
+
+
protected boolean
+
isAdmin (org.bukkit.command.CommandSender sender)
+
+
Checks if a sender is an admin
+
+
protected boolean
+
isConsole (org.bukkit.command.CommandSender sender)
+
+
Checks whether a sender is console
+
+
protected boolean
+
+
+
Checks if a sender is a senior admin
+
+
private boolean
+
+
+
Checks if the String given is a matching command
+
+
protected net.kyori.adventure.text.Component
+
+
+
Converts a message entry from the "messages.yml" to a Component
+
+
protected net.kyori.adventure.text.Component
+
+
+
Converts a message entry from the "messages.yml" to a Component
+
+
+
+
+
Converts a message entry from the "messages.yml" to a String
+
+
protected net.kyori.adventure.text.Component
+
+
+
Converts a String to a MiniMessage Component
+
+
protected net.kyori.adventure.text.Component
+
+
+
protected void
+
send (net.kyori.adventure.audience.Audience audience,
+ String s)
+
+
Sends a message to an Audience
+
+
protected void
+
send (net.kyori.adventure.audience.Audience audience,
+ net.kyori.adventure.text.Component component)
+
+
Sends a message to an Audience
+
+
protected boolean
+
+
+
protected net.kyori.adventure.text.Component
+
+
+
Converts usage to a Component
+
+
protected net.kyori.adventure.text.Component
+
+
+
Converts usage to a Component
+
+
+
+
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+plugin
+protected static Plex plugin
+Returns the instance of the plugin
+
+
+
+
+params
+
+The parameters for the command
+
+
+
+
+perms
+
+The permissions for the command
+
+
+
+
+level
+
+Minimum required rank fetched from the permissions
+
+
+
+
+commandSource
+
+Required command source fetched from the permissions
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+PlexCommand
+public PlexCommand (boolean register)
+Creates an instance of the command
+
+
+
+
+PlexCommand
+public PlexCommand ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected abstract net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ @NotNull
+ @NotNull String [] args)
+Executes the command
+
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+matches
+private boolean matches (String label)
+Checks if the String given is a matching command
+
+Parameters:
+label
- The String to check
+Returns:
+true if the string is a command name or alias
+
+
+
+
+
+getPlexPlayer
+protected PlexPlayer getPlexPlayer (@NotNull
+ @NotNull org.bukkit.entity.Player player)
+Gets a PlexPlayer from Player object
+
+Parameters:
+player
- The player object
+Returns:
+PlexPlayer Object
+See Also:
+
+
+
+
+
+
+
+
+send
+protected void send (net.kyori.adventure.audience.Audience audience,
+ String s)
+Sends a message to an Audience
+
+Parameters:
+audience
- The Audience to send the message to
+s
- The message to send
+
+
+
+
+
+send
+protected void send (net.kyori.adventure.audience.Audience audience,
+ net.kyori.adventure.text.Component component)
+Sends a message to an Audience
+
+Parameters:
+audience
- The Audience to send the message to
+component
- The Component to send
+
+
+
+
+
+checkRank
+protected boolean checkRank (org.bukkit.command.CommandSender sender,
+ Rank rank,
+ String permission)
+Checks whether a sender has enough permissions or is high enough a rank
+
+Parameters:
+sender
- A CommandSender
+rank
- The rank to check (if the server is using ranks)
+permission
- The permission to check (if the server is using permissions)
+Returns:
+true if the sender has enough permissions
+See Also:
+
+
+
+
+
+
+
+
+checkRank
+protected boolean checkRank (org.bukkit.entity.Player player,
+ Rank rank,
+ String permission)
+Checks whether a player has enough permissions or is high enough a rank
+
+Parameters:
+player
- The player object
+rank
- The rank to check (if the server is using ranks)
+permission
- The permission to check (if the server is using permissions)
+Returns:
+true if the sender has enough permissions
+See Also:
+
+
+
+
+
+
+
+
+silentCheckRank
+protected boolean silentCheckRank (org.bukkit.entity.Player player,
+ Rank rank,
+ String permission)
+
+
+
+
+checkTab
+protected boolean checkTab (org.bukkit.command.CommandSender sender,
+ Rank rank,
+ String permission)
+Checks whether a sender has enough permissions or is high enough a rank
+
+Parameters:
+sender
- The player object
+rank
- The rank to check (if the server is using ranks)
+permission
- The permission to check (if the server is using permissions)
+Returns:
+true if the sender has enough permissions
+See Also:
+
+
+
+
+
+
+
+
+checkTab
+protected boolean checkTab (org.bukkit.entity.Player player,
+ Rank rank,
+ String permission)
+Checks whether a player has enough permissions or is high enough a rank
+
+Parameters:
+player
- The player object
+rank
- The rank to check (if the server is using ranks)
+permission
- The permission to check (if the server is using permissions)
+Returns:
+true if the sender has enough permissions
+See Also:
+
+
+
+
+
+
+
+
+isAdmin
+
+Checks if a player is an admin
+
+Parameters:
+plexPlayer
- The PlexPlayer object
+Returns:
+true if the player is an admin
+See Also:
+
+
+
+
+
+
+
+
+isAdmin
+protected boolean isAdmin (org.bukkit.command.CommandSender sender)
+Checks if a sender is an admin
+
+Parameters:
+sender
- A command sender
+Returns:
+true if the sender is an admin or if console
+
+
+
+
+
+isAdmin
+protected boolean isAdmin (String name)
+Checks if a username is an admin
+
+Parameters:
+name
- The username
+Returns:
+true if the username is an admin
+
+
+
+
+
+isSeniorAdmin
+protected boolean isSeniorAdmin (org.bukkit.command.CommandSender sender)
+Checks if a sender is a senior admin
+
+Parameters:
+sender
- A command sender
+Returns:
+true if the sender is a senior admin or if console
+
+
+
+
+
+getUUID
+protected UUID getUUID (org.bukkit.command.CommandSender sender)
+Gets the UUID of the sender
+
+Parameters:
+sender
- A command sender
+Returns:
+A unique ID or null if the sender is console
+See Also:
+
+
+
+
+
+
+
+
+getPlugin
+@NotNull
+ public @NotNull Plex getPlugin ()
+The plugin
+
+Specified by:
+getPlugin
in interface org.bukkit.command.PluginIdentifiableCommand
+Returns:
+The instance of the plugin
+See Also:
+
+
+
+
+
+
+
+
+isConsole
+protected boolean isConsole (org.bukkit.command.CommandSender sender)
+Checks whether a sender is console
+
+Parameters:
+sender
- A command sender
+Returns:
+true if the sender is console
+
+
+
+
+
+messageComponent
+protected net.kyori.adventure.text.Component messageComponent (String s,
+ Object ... objects)
+Converts a message entry from the "messages.yml" to a Component
+
+Parameters:
+s
- The message entry
+objects
- Any objects to replace in order
+Returns:
+A Kyori Component
+
+
+
+
+
+messageComponent
+protected net.kyori.adventure.text.Component messageComponent (String s,
+ net.kyori.adventure.text.Component... objects)
+Converts a message entry from the "messages.yml" to a Component
+
+Parameters:
+s
- The message entry
+objects
- Any objects to replace in order
+Returns:
+A Kyori Component
+
+
+
+
+
+messageString
+
+Converts a message entry from the "messages.yml" to a String
+
+Parameters:
+s
- The message entry
+objects
- Any objects to replace in order
+Returns:
+A String
+
+
+
+
+
+usage
+protected net.kyori.adventure.text.Component usage ()
+Converts usage to a Component
+
+Returns:
+A Kyori Component stating the usage
+
+
+
+
+
+usage
+protected net.kyori.adventure.text.Component usage (String s)
+Converts usage to a Component
+
+ s The usage to convert
+
+Returns:
+A Kyori Component stating the usage
+
+
+
+
+
+getNonNullPlayer
+protected org.bukkit.entity.Player getNonNullPlayer (String name)
+
+
+
+
+
+
+
+getOfflinePlexPlayer
+
+
+
+
+
+getNonNullWorld
+protected org.bukkit.World getNonNullWorld (String name)
+
+
+
+
+componentFromString
+protected net.kyori.adventure.text.Component componentFromString (String s)
+Converts a String to a legacy Kyori Component
+
+Parameters:
+s
- The String to convert
+Returns:
+A Kyori component
+
+
+
+
+
+noColorComponentFromString
+protected net.kyori.adventure.text.Component noColorComponentFromString (String s)
+
+
+
+
+mmString
+protected net.kyori.adventure.text.Component mmString (String s)
+Converts a String to a MiniMessage Component
+
+Parameters:
+s
- The String to convert
+Returns:
+A Kyori Component
+
+
+
+
+
+
+
+
+getMap
+public org.bukkit.command.CommandMap getMap ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/annotation/CommandParameters.html b/static/javadoc/dev/plex/command/annotation/CommandParameters.html
similarity index 97%
rename from static/javadoc/server/dev/plex/command/annotation/CommandParameters.html
rename to static/javadoc/dev/plex/command/annotation/CommandParameters.html
index ed6fa46..589adc2 100644
--- a/static/javadoc/server/dev/plex/command/annotation/CommandParameters.html
+++ b/static/javadoc/dev/plex/command/annotation/CommandParameters.html
@@ -1,201 +1,201 @@
-
-
-
-
-CommandParameters (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-Storage for a command's parameters
-
-
-
-
-
-
-Required Element Summary
-Required Elements
-
-
-
-
-
-
-Optional Element Summary
-Optional Elements
-
-
-
-
-
-
-
-
The aliases (optional)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Element Details
-
-
-
-name
-
-The name
-
-Returns:
-Name of the command
-
-
-
-
-
-
-
-
-
-
-
-
-description
-
-The description
-
-Returns:
-Description of the command
-
-
-Default:
-""
-
-
-
-
-
-usage
-
-The usage (optional)
-
-Returns:
-The usage of the command
-
-
-Default:
-"/<command>"
-
-
-
-
-
-aliases
-
-The aliases (optional)
-
-Returns:
-The aliases of the command
-
-
-Default:
-""
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+CommandParameters (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+Storage for a command's parameters
+
+
+
+
+
+
+Required Element Summary
+Required Elements
+
+
+
+
+
+
+Optional Element Summary
+Optional Elements
+
+
+
+
+
+
+
+
The aliases (optional)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Element Details
+
+
+
+name
+
+The name
+
+Returns:
+Name of the command
+
+
+
+
+
+
+
+
+
+
+
+
+description
+
+The description
+
+Returns:
+Description of the command
+
+
+Default:
+""
+
+
+
+
+
+usage
+
+The usage (optional)
+
+Returns:
+The usage of the command
+
+
+Default:
+"/<command>"
+
+
+
+
+
+aliases
+
+The aliases (optional)
+
+Returns:
+The aliases of the command
+
+
+Default:
+""
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/annotation/CommandPermissions.html b/static/javadoc/dev/plex/command/annotation/CommandPermissions.html
similarity index 97%
rename from static/javadoc/server/dev/plex/command/annotation/CommandPermissions.html
rename to static/javadoc/dev/plex/command/annotation/CommandPermissions.html
index 69eabf5..8287a83 100644
--- a/static/javadoc/server/dev/plex/command/annotation/CommandPermissions.html
+++ b/static/javadoc/dev/plex/command/annotation/CommandPermissions.html
@@ -1,178 +1,178 @@
-
-
-
-
-CommandPermissions (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-Storage for the command's permissions
-
-
-
-
-
-
-Optional Element Summary
-Optional Elements
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Required command source
-
-
-
-
-
-
-
-
-
-
-
-Element Details
-
-
-
-level
-
-Minimum rank required
-
-Returns:
-Minimum rank required for the command
-See Also:
-
-
-
-
-
-Default:
-IMPOSTOR
-
-
-
-
-
-source
-
-Required command source
-
-Returns:
-The required command source of the command
-See Also:
-
-
-
-
-
-Default:
-ANY
-
-
-
-
-
-permission
-
-The permission
-
-Returns:
-Permission of the command
-
-
-Default:
-""
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+CommandPermissions (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+Storage for the command's permissions
+
+
+
+
+
+
+Optional Element Summary
+Optional Elements
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Required command source
+
+
+
+
+
+
+
+
+
+
+
+Element Details
+
+
+
+level
+
+Minimum rank required
+
+Returns:
+Minimum rank required for the command
+See Also:
+
+
+
+
+
+Default:
+IMPOSTOR
+
+
+
+
+
+source
+
+Required command source
+
+Returns:
+The required command source of the command
+See Also:
+
+
+
+
+
+Default:
+ANY
+
+
+
+
+
+permission
+
+The permission
+
+Returns:
+Permission of the command
+
+
+Default:
+""
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/annotation/System.html b/static/javadoc/dev/plex/command/annotation/System.html
similarity index 97%
rename from static/javadoc/server/dev/plex/command/annotation/System.html
rename to static/javadoc/dev/plex/command/annotation/System.html
index 7269149..4b40b82 100644
--- a/static/javadoc/server/dev/plex/command/annotation/System.html
+++ b/static/javadoc/dev/plex/command/annotation/System.html
@@ -1,131 +1,131 @@
-
-
-
-
-System (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-Optional Element Summary
-Optional Elements
-
-
-
-
-
boolean
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Element Details
-
-
-
-value
-
-
-Default:
-""
-
-
-
-
-
-debug
-boolean debug
-
-Default:
-false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+System (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+Optional Element Summary
+Optional Elements
+
+
+
+
+
boolean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Element Details
+
+
+
+value
+
+
+Default:
+""
+
+
+
+
+
+debug
+boolean debug
+
+Default:
+false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/annotation/package-summary.html b/static/javadoc/dev/plex/command/annotation/package-summary.html
similarity index 96%
rename from static/javadoc/server/dev/plex/command/annotation/package-summary.html
rename to static/javadoc/dev/plex/command/annotation/package-summary.html
index 5227ada..717e50e 100644
--- a/static/javadoc/server/dev/plex/command/annotation/package-summary.html
+++ b/static/javadoc/dev/plex/command/annotation/package-summary.html
@@ -1,108 +1,108 @@
-
-
-
-
-dev.plex.command.annotation (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.command.annotation
-
-
-
-
-
-
-
-
Annotation Interfaces
-
-
-
-
-
-
Storage for a command's parameters
-
-
-
-
Storage for the command's permissions
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.command.annotation (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.command.annotation
+
+
+
+
+
+
+
+
Annotation Interfaces
+
+
+
+
+
+
Storage for a command's parameters
+
+
+
+
Storage for the command's permissions
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/annotation/package-tree.html b/static/javadoc/dev/plex/command/annotation/package-tree.html
similarity index 96%
rename from static/javadoc/server/dev/plex/command/annotation/package-tree.html
rename to static/javadoc/dev/plex/command/annotation/package-tree.html
index 24f8cee..a5cbe3d 100644
--- a/static/javadoc/server/dev/plex/command/annotation/package-tree.html
+++ b/static/javadoc/dev/plex/command/annotation/package-tree.html
@@ -1,68 +1,68 @@
-
-
-
-
-dev.plex.command.annotation Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-Annotation Interface Hierarchy
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.command.annotation Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+Annotation Interface Hierarchy
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/blocking/BlockedCommand.html b/static/javadoc/dev/plex/command/blocking/BlockedCommand.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/blocking/BlockedCommand.html
rename to static/javadoc/dev/plex/command/blocking/BlockedCommand.html
index f1a2100..f6d3724 100644
--- a/static/javadoc/server/dev/plex/command/blocking/BlockedCommand.html
+++ b/static/javadoc/dev/plex/command/blocking/BlockedCommand.html
@@ -1,191 +1,191 @@
-
-
-
-
-BlockedCommand (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class BlockedCommand
-
extends Object
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-
-
-
-
private net.kyori.adventure.text.Component
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-message
-private net.kyori.adventure.text.Component message
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-BlockedCommand
-public BlockedCommand ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+BlockedCommand (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class BlockedCommand
+
extends Object
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+
+
+
+
private net.kyori.adventure.text.Component
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+message
+private net.kyori.adventure.text.Component message
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+BlockedCommand
+public BlockedCommand ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/blocking/package-summary.html b/static/javadoc/dev/plex/command/blocking/package-summary.html
similarity index 96%
rename from static/javadoc/server/dev/plex/command/blocking/package-summary.html
rename to static/javadoc/dev/plex/command/blocking/package-summary.html
index d47451f..cbb7e22 100644
--- a/static/javadoc/server/dev/plex/command/blocking/package-summary.html
+++ b/static/javadoc/dev/plex/command/blocking/package-summary.html
@@ -1,100 +1,100 @@
-
-
-
-
-dev.plex.command.blocking (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.command.blocking
-
-
-
-
-
-
+
+
+
+
+dev.plex.command.blocking (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.command.blocking
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/blocking/package-tree.html b/static/javadoc/dev/plex/command/blocking/package-tree.html
similarity index 95%
rename from static/javadoc/server/dev/plex/command/blocking/package-tree.html
rename to static/javadoc/dev/plex/command/blocking/package-tree.html
index 4b158a3..85e6286 100644
--- a/static/javadoc/server/dev/plex/command/blocking/package-tree.html
+++ b/static/javadoc/dev/plex/command/blocking/package-tree.html
@@ -1,70 +1,70 @@
-
-
-
-
-dev.plex.command.blocking Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
+
+
+
+
+dev.plex.command.blocking Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/exception/CommandFailException.html b/static/javadoc/dev/plex/command/exception/CommandFailException.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/exception/CommandFailException.html
rename to static/javadoc/dev/plex/command/exception/CommandFailException.html
index 21c66a1..ba21d54 100644
--- a/static/javadoc/server/dev/plex/command/exception/CommandFailException.html
+++ b/static/javadoc/dev/plex/command/exception/CommandFailException.html
@@ -1,147 +1,147 @@
-
-
-
-
-CommandFailException (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-Serializable
-
-
-
-
-See Also:
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
Methods inherited from class java.lang.Throwable
-
addSuppressed , fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , getSuppressed , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-CommandFailException
-public CommandFailException (String s)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+CommandFailException (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+Serializable
+
+
+
+
+See Also:
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
Methods inherited from class java.lang.Throwable
+
addSuppressed , fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , getSuppressed , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+CommandFailException
+public CommandFailException (String s)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/exception/ConsoleMustDefinePlayerException.html b/static/javadoc/dev/plex/command/exception/ConsoleMustDefinePlayerException.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/exception/ConsoleMustDefinePlayerException.html
rename to static/javadoc/dev/plex/command/exception/ConsoleMustDefinePlayerException.html
index 328e624..fda57c8 100644
--- a/static/javadoc/server/dev/plex/command/exception/ConsoleMustDefinePlayerException.html
+++ b/static/javadoc/dev/plex/command/exception/ConsoleMustDefinePlayerException.html
@@ -1,147 +1,147 @@
-
-
-
-
-ConsoleMustDefinePlayerException (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-Serializable
-
-
-
-
-See Also:
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
Methods inherited from class java.lang.Throwable
-
addSuppressed , fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , getSuppressed , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-ConsoleMustDefinePlayerException
-public ConsoleMustDefinePlayerException ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ConsoleMustDefinePlayerException (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+Serializable
+
+
+
+
+See Also:
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
Methods inherited from class java.lang.Throwable
+
addSuppressed , fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , getSuppressed , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+ConsoleMustDefinePlayerException
+public ConsoleMustDefinePlayerException ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/exception/ConsoleOnlyException.html b/static/javadoc/dev/plex/command/exception/ConsoleOnlyException.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/exception/ConsoleOnlyException.html
rename to static/javadoc/dev/plex/command/exception/ConsoleOnlyException.html
index e0e5fa3..13bb625 100644
--- a/static/javadoc/server/dev/plex/command/exception/ConsoleOnlyException.html
+++ b/static/javadoc/dev/plex/command/exception/ConsoleOnlyException.html
@@ -1,147 +1,147 @@
-
-
-
-
-ConsoleOnlyException (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-Serializable
-
-
-
-
-See Also:
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
Methods inherited from class java.lang.Throwable
-
addSuppressed , fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , getSuppressed , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-ConsoleOnlyException
-public ConsoleOnlyException ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ConsoleOnlyException (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+Serializable
+
+
+
+
+See Also:
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
Methods inherited from class java.lang.Throwable
+
addSuppressed , fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , getSuppressed , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+ConsoleOnlyException
+public ConsoleOnlyException ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/exception/PlayerNotBannedException.html b/static/javadoc/dev/plex/command/exception/PlayerNotBannedException.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/exception/PlayerNotBannedException.html
rename to static/javadoc/dev/plex/command/exception/PlayerNotBannedException.html
index 583bce3..5a178b9 100644
--- a/static/javadoc/server/dev/plex/command/exception/PlayerNotBannedException.html
+++ b/static/javadoc/dev/plex/command/exception/PlayerNotBannedException.html
@@ -1,147 +1,147 @@
-
-
-
-
-PlayerNotBannedException (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-Serializable
-
-
-
-
-See Also:
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
Methods inherited from class java.lang.Throwable
-
addSuppressed , fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , getSuppressed , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-PlayerNotBannedException
-public PlayerNotBannedException ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+PlayerNotBannedException (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+Serializable
+
+
+
+
+See Also:
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
Methods inherited from class java.lang.Throwable
+
addSuppressed , fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , getSuppressed , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+PlayerNotBannedException
+public PlayerNotBannedException ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/exception/PlayerNotFoundException.html b/static/javadoc/dev/plex/command/exception/PlayerNotFoundException.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/exception/PlayerNotFoundException.html
rename to static/javadoc/dev/plex/command/exception/PlayerNotFoundException.html
index 8999147..466494b 100644
--- a/static/javadoc/server/dev/plex/command/exception/PlayerNotFoundException.html
+++ b/static/javadoc/dev/plex/command/exception/PlayerNotFoundException.html
@@ -1,147 +1,147 @@
-
-
-
-
-PlayerNotFoundException (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-Serializable
-
-
-
-
-See Also:
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
Methods inherited from class java.lang.Throwable
-
addSuppressed , fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , getSuppressed , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-PlayerNotFoundException
-public PlayerNotFoundException ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+PlayerNotFoundException (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+Serializable
+
+
+
+
+See Also:
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
Methods inherited from class java.lang.Throwable
+
addSuppressed , fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , getSuppressed , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+PlayerNotFoundException
+public PlayerNotFoundException ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/exception/package-summary.html b/static/javadoc/dev/plex/command/exception/package-summary.html
similarity index 96%
rename from static/javadoc/server/dev/plex/command/exception/package-summary.html
rename to static/javadoc/dev/plex/command/exception/package-summary.html
index a45a385..62c50f8 100644
--- a/static/javadoc/server/dev/plex/command/exception/package-summary.html
+++ b/static/javadoc/dev/plex/command/exception/package-summary.html
@@ -1,108 +1,108 @@
-
-
-
-
-dev.plex.command.exception (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.command.exception
-
-
-
-
-
-
-
-
Exceptions
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.command.exception (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.command.exception
+
+
+
+
+
+
+
+
Exceptions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/exception/package-tree.html b/static/javadoc/dev/plex/command/exception/package-tree.html
similarity index 96%
rename from static/javadoc/server/dev/plex/command/exception/package-tree.html
rename to static/javadoc/dev/plex/command/exception/package-tree.html
index 3868292..f6035cc 100644
--- a/static/javadoc/server/dev/plex/command/exception/package-tree.html
+++ b/static/javadoc/dev/plex/command/exception/package-tree.html
@@ -1,86 +1,86 @@
-
-
-
-
-dev.plex.command.exception Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
+
+
+
+
+dev.plex.command.exception Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/AdminCMD.html b/static/javadoc/dev/plex/command/impl/AdminCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/AdminCMD.html
rename to static/javadoc/dev/plex/command/impl/AdminCMD.html
index afbeb19..0ed50d3 100644
--- a/static/javadoc/server/dev/plex/command/impl/AdminCMD.html
+++ b/static/javadoc/dev/plex/command/impl/AdminCMD.html
@@ -1,234 +1,234 @@
-
-
-
-
-AdminCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
private boolean
-
-
-
-
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-AdminCMD
-public AdminCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-rankExists
-private boolean rankExists (String rank)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+AdminCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
private boolean
+
+
+
+
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+AdminCMD
+public AdminCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+rankExists
+private boolean rankExists (String rank)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/AdminChatCMD.html b/static/javadoc/dev/plex/command/impl/AdminChatCMD.html
similarity index 88%
rename from static/javadoc/server/dev/plex/command/impl/AdminChatCMD.html
rename to static/javadoc/dev/plex/command/impl/AdminChatCMD.html
index 7900efb..1c54efc 100644
--- a/static/javadoc/server/dev/plex/command/impl/AdminChatCMD.html
+++ b/static/javadoc/dev/plex/command/impl/AdminChatCMD.html
@@ -1,212 +1,201 @@
-
-
-
-
-AdminChatCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
private void
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-AdminChatCMD
-public AdminChatCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-adminChat
-private void adminChat (org.bukkit.command.CommandSender sender,
- String message)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+AdminChatCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+AdminChatCMD
+public AdminChatCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/AdminworldCMD.html b/static/javadoc/dev/plex/command/impl/AdminworldCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/AdminworldCMD.html
rename to static/javadoc/dev/plex/command/impl/AdminworldCMD.html
index a4abbfb..38e482c 100644
--- a/static/javadoc/server/dev/plex/command/impl/AdminworldCMD.html
+++ b/static/javadoc/dev/plex/command/impl/AdminworldCMD.html
@@ -1,201 +1,201 @@
-
-
-
-
-AdminworldCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-AdminworldCMD
-public AdminworldCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+AdminworldCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+AdminworldCMD
+public AdminworldCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/AdventureCMD.html b/static/javadoc/dev/plex/command/impl/AdventureCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/AdventureCMD.html
rename to static/javadoc/dev/plex/command/impl/AdventureCMD.html
index 886280d..146a044 100644
--- a/static/javadoc/server/dev/plex/command/impl/AdventureCMD.html
+++ b/static/javadoc/dev/plex/command/impl/AdventureCMD.html
@@ -1,225 +1,225 @@
-
-
-
-
-AdventureCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-AdventureCMD
-public AdventureCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+AdventureCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+AdventureCMD
+public AdventureCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/BanCMD.html b/static/javadoc/dev/plex/command/impl/BanCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/BanCMD.html
rename to static/javadoc/dev/plex/command/impl/BanCMD.html
index 758e725..c9f2f1c 100644
--- a/static/javadoc/server/dev/plex/command/impl/BanCMD.html
+++ b/static/javadoc/dev/plex/command/impl/BanCMD.html
@@ -1,225 +1,225 @@
-
-
-
-
-BanCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-BanCMD
-public BanCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+BanCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+BanCMD
+public BanCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/BlockEditCMD.html b/static/javadoc/dev/plex/command/impl/BlockEditCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/BlockEditCMD.html
rename to static/javadoc/dev/plex/command/impl/BlockEditCMD.html
index b949271..d21f5b7 100644
--- a/static/javadoc/server/dev/plex/command/impl/BlockEditCMD.html
+++ b/static/javadoc/dev/plex/command/impl/BlockEditCMD.html
@@ -1,225 +1,225 @@
-
-
-
-
-BlockEditCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- @NotNull String [] args)
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-BlockEditCMD
-public BlockEditCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- @NotNull
- @NotNull String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+BlockEditCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ @NotNull String [] args)
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+BlockEditCMD
+public BlockEditCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ @NotNull
+ @NotNull String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/CommandSpyCMD.html b/static/javadoc/dev/plex/command/impl/CommandSpyCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/CommandSpyCMD.html
rename to static/javadoc/dev/plex/command/impl/CommandSpyCMD.html
index fac7bdb..e803c4a 100644
--- a/static/javadoc/server/dev/plex/command/impl/CommandSpyCMD.html
+++ b/static/javadoc/dev/plex/command/impl/CommandSpyCMD.html
@@ -1,202 +1,202 @@
-
-
-
-
-CommandSpyCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- @NotNull String [] args)
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-CommandSpyCMD
-public CommandSpyCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- @NotNull
- @NotNull String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+CommandSpyCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ @NotNull String [] args)
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+CommandSpyCMD
+public CommandSpyCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ @NotNull
+ @NotNull String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/ConsoleSayCMD.html b/static/javadoc/dev/plex/command/impl/ConsoleSayCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/ConsoleSayCMD.html
rename to static/javadoc/dev/plex/command/impl/ConsoleSayCMD.html
index 55b8ab9..34ea7f6 100644
--- a/static/javadoc/server/dev/plex/command/impl/ConsoleSayCMD.html
+++ b/static/javadoc/dev/plex/command/impl/ConsoleSayCMD.html
@@ -1,201 +1,201 @@
-
-
-
-
-ConsoleSayCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-ConsoleSayCMD
-public ConsoleSayCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ConsoleSayCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+ConsoleSayCMD
+public ConsoleSayCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/CreativeCMD.html b/static/javadoc/dev/plex/command/impl/CreativeCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/CreativeCMD.html
rename to static/javadoc/dev/plex/command/impl/CreativeCMD.html
index 4c261f3..302cd6d 100644
--- a/static/javadoc/server/dev/plex/command/impl/CreativeCMD.html
+++ b/static/javadoc/dev/plex/command/impl/CreativeCMD.html
@@ -1,225 +1,225 @@
-
-
-
-
-CreativeCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-CreativeCMD
-public CreativeCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+CreativeCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+CreativeCMD
+public CreativeCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/DebugCMD.html b/static/javadoc/dev/plex/command/impl/DebugCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/DebugCMD.html
rename to static/javadoc/dev/plex/command/impl/DebugCMD.html
index ea57d51..e57c3f9 100644
--- a/static/javadoc/server/dev/plex/command/impl/DebugCMD.html
+++ b/static/javadoc/dev/plex/command/impl/DebugCMD.html
@@ -1,225 +1,225 @@
-
-
-
-
-DebugCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-DebugCMD
-public DebugCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+DebugCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+DebugCMD
+public DebugCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/DeopAllCMD.html b/static/javadoc/dev/plex/command/impl/DeopAllCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/DeopAllCMD.html
rename to static/javadoc/dev/plex/command/impl/DeopAllCMD.html
index d9d1fac..b908786 100644
--- a/static/javadoc/server/dev/plex/command/impl/DeopAllCMD.html
+++ b/static/javadoc/dev/plex/command/impl/DeopAllCMD.html
@@ -1,201 +1,201 @@
-
-
-
-
-DeopAllCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-DeopAllCMD
-public DeopAllCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+DeopAllCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+DeopAllCMD
+public DeopAllCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/DeopCMD.html b/static/javadoc/dev/plex/command/impl/DeopCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/DeopCMD.html
rename to static/javadoc/dev/plex/command/impl/DeopCMD.html
index f35c9e9..5e1dc1d 100644
--- a/static/javadoc/server/dev/plex/command/impl/DeopCMD.html
+++ b/static/javadoc/dev/plex/command/impl/DeopCMD.html
@@ -1,225 +1,225 @@
-
-
-
-
-DeopCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-DeopCMD
-public DeopCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+DeopCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+DeopCMD
+public DeopCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/EntityWipeCMD.html b/static/javadoc/dev/plex/command/impl/EntityWipeCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/EntityWipeCMD.html
rename to static/javadoc/dev/plex/command/impl/EntityWipeCMD.html
index 63fb38c..c015eeb 100644
--- a/static/javadoc/server/dev/plex/command/impl/EntityWipeCMD.html
+++ b/static/javadoc/dev/plex/command/impl/EntityWipeCMD.html
@@ -1,226 +1,226 @@
-
-
-
-
-EntityWipeCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- @NotNull String [] args)
-
-
-
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-EntityWipeCMD
-public EntityWipeCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- @NotNull
- @NotNull String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+EntityWipeCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ @NotNull String [] args)
+
+
+
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+EntityWipeCMD
+public EntityWipeCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ @NotNull
+ @NotNull String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/FlatlandsCMD.html b/static/javadoc/dev/plex/command/impl/FlatlandsCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/FlatlandsCMD.html
rename to static/javadoc/dev/plex/command/impl/FlatlandsCMD.html
index d02fc86..39ca9e4 100644
--- a/static/javadoc/server/dev/plex/command/impl/FlatlandsCMD.html
+++ b/static/javadoc/dev/plex/command/impl/FlatlandsCMD.html
@@ -1,201 +1,201 @@
-
-
-
-
-FlatlandsCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-FlatlandsCMD
-public FlatlandsCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+FlatlandsCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+FlatlandsCMD
+public FlatlandsCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/FreezeCMD.html b/static/javadoc/dev/plex/command/impl/FreezeCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/FreezeCMD.html
rename to static/javadoc/dev/plex/command/impl/FreezeCMD.html
index 4cbf661..364fea4 100644
--- a/static/javadoc/server/dev/plex/command/impl/FreezeCMD.html
+++ b/static/javadoc/dev/plex/command/impl/FreezeCMD.html
@@ -1,225 +1,225 @@
-
-
-
-
-FreezeCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-FreezeCMD
-public FreezeCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+FreezeCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+FreezeCMD
+public FreezeCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/GamemodeCMD.html b/static/javadoc/dev/plex/command/impl/GamemodeCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/GamemodeCMD.html
rename to static/javadoc/dev/plex/command/impl/GamemodeCMD.html
index b14b8ab..11e3918 100644
--- a/static/javadoc/server/dev/plex/command/impl/GamemodeCMD.html
+++ b/static/javadoc/dev/plex/command/impl/GamemodeCMD.html
@@ -1,261 +1,261 @@
-
-
-
-
-GamemodeCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
private org.bukkit.GameMode
-
-
-
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
private void
-
update (org.bukkit.command.CommandSender sender,
- org.bukkit.entity.Player playerSender,
- org.bukkit.GameMode gameMode)
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-gamemode
-private org.bukkit.GameMode gamemode
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-GamemodeCMD
-public GamemodeCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-update
-private void update (org.bukkit.command.CommandSender sender,
- org.bukkit.entity.Player playerSender,
- org.bukkit.GameMode gameMode)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+GamemodeCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private org.bukkit.GameMode
+
+
+
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
private void
+
update (org.bukkit.command.CommandSender sender,
+ org.bukkit.entity.Player playerSender,
+ org.bukkit.GameMode gameMode)
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+gamemode
+private org.bukkit.GameMode gamemode
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+GamemodeCMD
+public GamemodeCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+update
+private void update (org.bukkit.command.CommandSender sender,
+ org.bukkit.entity.Player playerSender,
+ org.bukkit.GameMode gameMode)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/KickCMD.html b/static/javadoc/dev/plex/command/impl/KickCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/KickCMD.html
rename to static/javadoc/dev/plex/command/impl/KickCMD.html
index e986cec..61e1ba1 100644
--- a/static/javadoc/server/dev/plex/command/impl/KickCMD.html
+++ b/static/javadoc/dev/plex/command/impl/KickCMD.html
@@ -1,201 +1,201 @@
-
-
-
-
-KickCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-KickCMD
-public KickCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+KickCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+KickCMD
+public KickCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/ListCMD.html b/static/javadoc/dev/plex/command/impl/ListCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/ListCMD.html
rename to static/javadoc/dev/plex/command/impl/ListCMD.html
index f2bbfda..5db47f1 100644
--- a/static/javadoc/server/dev/plex/command/impl/ListCMD.html
+++ b/static/javadoc/dev/plex/command/impl/ListCMD.html
@@ -1,201 +1,201 @@
-
-
-
-
-ListCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-ListCMD
-public ListCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ListCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+ListCMD
+public ListCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/LocalSpawnCMD.html b/static/javadoc/dev/plex/command/impl/LocalSpawnCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/LocalSpawnCMD.html
rename to static/javadoc/dev/plex/command/impl/LocalSpawnCMD.html
index 50120d7..c6ce6cc 100644
--- a/static/javadoc/server/dev/plex/command/impl/LocalSpawnCMD.html
+++ b/static/javadoc/dev/plex/command/impl/LocalSpawnCMD.html
@@ -1,201 +1,201 @@
-
-
-
-
-LocalSpawnCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-LocalSpawnCMD
-public LocalSpawnCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+LocalSpawnCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+LocalSpawnCMD
+public LocalSpawnCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/LockupCMD.html b/static/javadoc/dev/plex/command/impl/LockupCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/LockupCMD.html
rename to static/javadoc/dev/plex/command/impl/LockupCMD.html
index 7678462..06bc312 100644
--- a/static/javadoc/server/dev/plex/command/impl/LockupCMD.html
+++ b/static/javadoc/dev/plex/command/impl/LockupCMD.html
@@ -1,225 +1,225 @@
-
-
-
-
-LockupCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-LockupCMD
-public LockupCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+LockupCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+LockupCMD
+public LockupCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/MasterbuilderworldCMD.html b/static/javadoc/dev/plex/command/impl/MasterbuilderworldCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/MasterbuilderworldCMD.html
rename to static/javadoc/dev/plex/command/impl/MasterbuilderworldCMD.html
index c8f56f8..f6b3cdc 100644
--- a/static/javadoc/server/dev/plex/command/impl/MasterbuilderworldCMD.html
+++ b/static/javadoc/dev/plex/command/impl/MasterbuilderworldCMD.html
@@ -1,201 +1,201 @@
-
-
-
-
-MasterbuilderworldCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-public class MasterbuilderworldCMD
-
extends PlexCommand
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-MasterbuilderworldCMD
-public MasterbuilderworldCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+MasterbuilderworldCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+public class MasterbuilderworldCMD
+
extends PlexCommand
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+MasterbuilderworldCMD
+public MasterbuilderworldCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/MobPurgeCMD.html b/static/javadoc/dev/plex/command/impl/MobPurgeCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/MobPurgeCMD.html
rename to static/javadoc/dev/plex/command/impl/MobPurgeCMD.html
index 3383eb0..d7ae8b3 100644
--- a/static/javadoc/server/dev/plex/command/impl/MobPurgeCMD.html
+++ b/static/javadoc/dev/plex/command/impl/MobPurgeCMD.html
@@ -1,202 +1,202 @@
-
-
-
-
-MobPurgeCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- @NotNull String [] args)
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-MobPurgeCMD
-public MobPurgeCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- @NotNull
- @NotNull String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+MobPurgeCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ @NotNull String [] args)
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+MobPurgeCMD
+public MobPurgeCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ @NotNull
+ @NotNull String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/MuteCMD.html b/static/javadoc/dev/plex/command/impl/MuteCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/MuteCMD.html
rename to static/javadoc/dev/plex/command/impl/MuteCMD.html
index 6633fee..332cae5 100644
--- a/static/javadoc/server/dev/plex/command/impl/MuteCMD.html
+++ b/static/javadoc/dev/plex/command/impl/MuteCMD.html
@@ -1,225 +1,225 @@
-
-
-
-
-MuteCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-MuteCMD
-public MuteCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+MuteCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+MuteCMD
+public MuteCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/NameHistoryCMD.html b/static/javadoc/dev/plex/command/impl/NameHistoryCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/NameHistoryCMD.html
rename to static/javadoc/dev/plex/command/impl/NameHistoryCMD.html
index f2cada1..3fa2ac3 100644
--- a/static/javadoc/server/dev/plex/command/impl/NameHistoryCMD.html
+++ b/static/javadoc/dev/plex/command/impl/NameHistoryCMD.html
@@ -1,225 +1,225 @@
-
-
-
-
-NameHistoryCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-NameHistoryCMD
-public NameHistoryCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+NameHistoryCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+NameHistoryCMD
+public NameHistoryCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/NotesCMD.html b/static/javadoc/dev/plex/command/impl/NotesCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/NotesCMD.html
rename to static/javadoc/dev/plex/command/impl/NotesCMD.html
index ae2e351..b9e9203 100644
--- a/static/javadoc/server/dev/plex/command/impl/NotesCMD.html
+++ b/static/javadoc/dev/plex/command/impl/NotesCMD.html
@@ -1,239 +1,239 @@
-
-
-
-
-NotesCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
private void
-
-
-
-
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-NotesCMD
-public NotesCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-readNotes
-private void readNotes (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- PlexPlayer plexPlayer,
- List <Note > notes)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+NotesCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
private void
+
+
+
+
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+NotesCMD
+public NotesCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+readNotes
+private void readNotes (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ PlexPlayer plexPlayer,
+ List <Note > notes)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/OpAllCMD.html b/static/javadoc/dev/plex/command/impl/OpAllCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/OpAllCMD.html
rename to static/javadoc/dev/plex/command/impl/OpAllCMD.html
index c03611e..ce764d9 100644
--- a/static/javadoc/server/dev/plex/command/impl/OpAllCMD.html
+++ b/static/javadoc/dev/plex/command/impl/OpAllCMD.html
@@ -1,201 +1,201 @@
-
-
-
-
-OpAllCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-OpAllCMD
-public OpAllCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+OpAllCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+OpAllCMD
+public OpAllCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/OpCMD.html b/static/javadoc/dev/plex/command/impl/OpCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/OpCMD.html
rename to static/javadoc/dev/plex/command/impl/OpCMD.html
index c30ffe1..8888cc0 100644
--- a/static/javadoc/server/dev/plex/command/impl/OpCMD.html
+++ b/static/javadoc/dev/plex/command/impl/OpCMD.html
@@ -1,225 +1,225 @@
-
-
-
-
-OpCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+OpCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/PlexCMD.html b/static/javadoc/dev/plex/command/impl/PlexCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/PlexCMD.html
rename to static/javadoc/dev/plex/command/impl/PlexCMD.html
index 0d90505..9f97104 100644
--- a/static/javadoc/server/dev/plex/command/impl/PlexCMD.html
+++ b/static/javadoc/dev/plex/command/impl/PlexCMD.html
@@ -1,236 +1,236 @@
-
-
-
-
-PlexCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
private boolean
-
hasUpdateAccess (org.bukkit.entity.Player player,
- org.bukkit.command.CommandSender sender)
-
-
-
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-PlexCMD
-public PlexCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-hasUpdateAccess
-private boolean hasUpdateAccess (org.bukkit.entity.Player player,
- org.bukkit.command.CommandSender sender)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+PlexCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
private boolean
+
hasUpdateAccess (org.bukkit.entity.Player player,
+ org.bukkit.command.CommandSender sender)
+
+
+
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+PlexCMD
+public PlexCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+hasUpdateAccess
+private boolean hasUpdateAccess (org.bukkit.entity.Player player,
+ org.bukkit.command.CommandSender sender)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/PunishmentsCMD.html b/static/javadoc/dev/plex/command/impl/PunishmentsCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/PunishmentsCMD.html
rename to static/javadoc/dev/plex/command/impl/PunishmentsCMD.html
index 45a9757..f19c610 100644
--- a/static/javadoc/server/dev/plex/command/impl/PunishmentsCMD.html
+++ b/static/javadoc/dev/plex/command/impl/PunishmentsCMD.html
@@ -1,225 +1,225 @@
-
-
-
-
-PunishmentsCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-PunishmentsCMD
-public PunishmentsCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+PunishmentsCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+PunishmentsCMD
+public PunishmentsCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/RankCMD.html b/static/javadoc/dev/plex/command/impl/RankCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/RankCMD.html
rename to static/javadoc/dev/plex/command/impl/RankCMD.html
index 8b6d75e..5b97f7c 100644
--- a/static/javadoc/server/dev/plex/command/impl/RankCMD.html
+++ b/static/javadoc/dev/plex/command/impl/RankCMD.html
@@ -1,225 +1,225 @@
-
-
-
-
-RankCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-RankCMD
-public RankCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+RankCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+RankCMD
+public RankCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/RawSayCMD.html b/static/javadoc/dev/plex/command/impl/RawSayCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/RawSayCMD.html
rename to static/javadoc/dev/plex/command/impl/RawSayCMD.html
index a3d0b87..763e7c8 100644
--- a/static/javadoc/server/dev/plex/command/impl/RawSayCMD.html
+++ b/static/javadoc/dev/plex/command/impl/RawSayCMD.html
@@ -1,201 +1,201 @@
-
-
-
-
-RawSayCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-RawSayCMD
-public RawSayCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+RawSayCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+RawSayCMD
+public RawSayCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/SayCMD.html b/static/javadoc/dev/plex/command/impl/SayCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/SayCMD.html
rename to static/javadoc/dev/plex/command/impl/SayCMD.html
index 59db692..ba789b1 100644
--- a/static/javadoc/server/dev/plex/command/impl/SayCMD.html
+++ b/static/javadoc/dev/plex/command/impl/SayCMD.html
@@ -1,201 +1,201 @@
-
-
-
-
-SayCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-SayCMD
-public SayCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+SayCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+SayCMD
+public SayCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/SmiteCMD.html b/static/javadoc/dev/plex/command/impl/SmiteCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/SmiteCMD.html
rename to static/javadoc/dev/plex/command/impl/SmiteCMD.html
index e50b838..b20281a 100644
--- a/static/javadoc/server/dev/plex/command/impl/SmiteCMD.html
+++ b/static/javadoc/dev/plex/command/impl/SmiteCMD.html
@@ -1,225 +1,225 @@
-
-
-
-
-SmiteCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-SmiteCMD
-public SmiteCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+SmiteCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+SmiteCMD
+public SmiteCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/SpectatorCMD.html b/static/javadoc/dev/plex/command/impl/SpectatorCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/SpectatorCMD.html
rename to static/javadoc/dev/plex/command/impl/SpectatorCMD.html
index 1c68b39..177d74e 100644
--- a/static/javadoc/server/dev/plex/command/impl/SpectatorCMD.html
+++ b/static/javadoc/dev/plex/command/impl/SpectatorCMD.html
@@ -1,225 +1,225 @@
-
-
-
-
-SpectatorCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-SpectatorCMD
-public SpectatorCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+SpectatorCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+SpectatorCMD
+public SpectatorCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/SurvivalCMD.html b/static/javadoc/dev/plex/command/impl/SurvivalCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/SurvivalCMD.html
rename to static/javadoc/dev/plex/command/impl/SurvivalCMD.html
index 4568b82..2507dbf 100644
--- a/static/javadoc/server/dev/plex/command/impl/SurvivalCMD.html
+++ b/static/javadoc/dev/plex/command/impl/SurvivalCMD.html
@@ -1,225 +1,225 @@
-
-
-
-
-SurvivalCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-SurvivalCMD
-public SurvivalCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+SurvivalCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+SurvivalCMD
+public SurvivalCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/TFMCMD.html b/static/javadoc/dev/plex/command/impl/TFMCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/TFMCMD.html
rename to static/javadoc/dev/plex/command/impl/TFMCMD.html
index 337d028..adfde37 100644
--- a/static/javadoc/server/dev/plex/command/impl/TFMCMD.html
+++ b/static/javadoc/dev/plex/command/impl/TFMCMD.html
@@ -1,202 +1,202 @@
-
-
-
-
-TFMCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- @NotNull String [] args)
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-TFMCMD
-public TFMCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- @NotNull
- @NotNull String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+TFMCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ @NotNull String [] args)
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+TFMCMD
+public TFMCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ @NotNull
+ @NotNull String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/TagCMD.html b/static/javadoc/dev/plex/command/impl/TagCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/TagCMD.html
rename to static/javadoc/dev/plex/command/impl/TagCMD.html
index 92b17f3..c47b0e2 100644
--- a/static/javadoc/server/dev/plex/command/impl/TagCMD.html
+++ b/static/javadoc/dev/plex/command/impl/TagCMD.html
@@ -1,201 +1,201 @@
-
-
-
-
-TagCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-TagCMD
-public TagCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+TagCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+TagCMD
+public TagCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/TempbanCMD.html b/static/javadoc/dev/plex/command/impl/TempbanCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/TempbanCMD.html
rename to static/javadoc/dev/plex/command/impl/TempbanCMD.html
index 0b15487..c62989b 100644
--- a/static/javadoc/server/dev/plex/command/impl/TempbanCMD.html
+++ b/static/javadoc/dev/plex/command/impl/TempbanCMD.html
@@ -1,225 +1,225 @@
-
-
-
-
-TempbanCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-TempbanCMD
-public TempbanCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-public net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+TempbanCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+TempbanCMD
+public TempbanCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+public net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/ToggleCMD.html b/static/javadoc/dev/plex/command/impl/ToggleCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/ToggleCMD.html
rename to static/javadoc/dev/plex/command/impl/ToggleCMD.html
index a6fc5c2..12ad054 100644
--- a/static/javadoc/server/dev/plex/command/impl/ToggleCMD.html
+++ b/static/javadoc/dev/plex/command/impl/ToggleCMD.html
@@ -1,243 +1,243 @@
-
-
-
-
-ToggleCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
-
-
private net.kyori.adventure.text.Component
-
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-ToggleCMD
-public ToggleCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-toggle
-private net.kyori.adventure.text.Component toggle (String toggle)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ToggleCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
+
+
private net.kyori.adventure.text.Component
+
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+ToggleCMD
+public ToggleCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+toggle
+private net.kyori.adventure.text.Component toggle (String toggle)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/UnbanCMD.html b/static/javadoc/dev/plex/command/impl/UnbanCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/UnbanCMD.html
rename to static/javadoc/dev/plex/command/impl/UnbanCMD.html
index cffa120..cf3063d 100644
--- a/static/javadoc/server/dev/plex/command/impl/UnbanCMD.html
+++ b/static/javadoc/dev/plex/command/impl/UnbanCMD.html
@@ -1,225 +1,225 @@
-
-
-
-
-UnbanCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-UnbanCMD
-public UnbanCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-public net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+UnbanCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+UnbanCMD
+public UnbanCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+public net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/UnfreezeCMD.html b/static/javadoc/dev/plex/command/impl/UnfreezeCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/UnfreezeCMD.html
rename to static/javadoc/dev/plex/command/impl/UnfreezeCMD.html
index 497d2f2..5c768c0 100644
--- a/static/javadoc/server/dev/plex/command/impl/UnfreezeCMD.html
+++ b/static/javadoc/dev/plex/command/impl/UnfreezeCMD.html
@@ -1,225 +1,225 @@
-
-
-
-
-UnfreezeCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-UnfreezeCMD
-public UnfreezeCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+UnfreezeCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+UnfreezeCMD
+public UnfreezeCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/UnmuteCMD.html b/static/javadoc/dev/plex/command/impl/UnmuteCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/UnmuteCMD.html
rename to static/javadoc/dev/plex/command/impl/UnmuteCMD.html
index cbf0453..47103ad 100644
--- a/static/javadoc/server/dev/plex/command/impl/UnmuteCMD.html
+++ b/static/javadoc/dev/plex/command/impl/UnmuteCMD.html
@@ -1,225 +1,225 @@
-
-
-
-
-UnmuteCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-UnmuteCMD
-public UnmuteCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+UnmuteCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+UnmuteCMD
+public UnmuteCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/WorldCMD.html b/static/javadoc/dev/plex/command/impl/WorldCMD.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/WorldCMD.html
rename to static/javadoc/dev/plex/command/impl/WorldCMD.html
index d10f070..7717559 100644
--- a/static/javadoc/server/dev/plex/command/impl/WorldCMD.html
+++ b/static/javadoc/dev/plex/command/impl/WorldCMD.html
@@ -1,225 +1,225 @@
-
-
-
-
-WorldCMD (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.command.PluginIdentifiableCommand
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.command.Command
-description, timings, usageMessage
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
protected net.kyori.adventure.text.Component
-
execute (@NotNull org.bukkit.command.CommandSender sender,
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-
-
-
-
-
-
-
-
Methods inherited from class dev.plex.command.PlexCommand
-
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
-
-
Methods inherited from class org.bukkit.command.Command
-broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-WorldCMD
-public WorldCMD ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-execute
-protected net.kyori.adventure.text.Component execute (@NotNull
- @NotNull org.bukkit.command.CommandSender sender,
- @Nullable
- @Nullable org.bukkit.entity.Player playerSender,
- String [] args)
-
-Executes the command
-
-Specified by:
-execute
in class PlexCommand
-Parameters:
-sender
- The sender of the command
-playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
-args
- A Kyori Component to send to the sender (can be null)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+WorldCMD (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.command.PluginIdentifiableCommand
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
Fields inherited from class org.bukkit.command.Command
+description, timings, usageMessage
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
protected net.kyori.adventure.text.Component
+
execute (@NotNull org.bukkit.command.CommandSender sender,
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+
+
+
+
+
+
+
+
Methods inherited from class dev.plex.command.PlexCommand
+
checkRank , checkRank , checkTab , checkTab , componentFromString , getLevel , getMap , getNonNullPlayer , getNonNullWorld , getOfflinePlexPlayer , getOnlinePlexPlayer , getPlexPlayer , getPlugin , getUUID , isAdmin , isAdmin , isAdmin , isConsole , isSeniorAdmin , messageComponent , messageComponent , messageString , mmString , noColorComponentFromString , send , send , silentCheckRank , usage , usage
+
+
Methods inherited from class org.bukkit.command.Command
+broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, permissionMessage, permissionMessage, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregister
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+WorldCMD
+public WorldCMD ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+execute
+protected net.kyori.adventure.text.Component execute (@NotNull
+ @NotNull org.bukkit.command.CommandSender sender,
+ @Nullable
+ @Nullable org.bukkit.entity.Player playerSender,
+ String [] args)
+
+Executes the command
+
+Specified by:
+execute
in class PlexCommand
+Parameters:
+sender
- The sender of the command
+playerSender
- The player who executed the command (null if CommandSource is console or if CommandSource is any but console executed)
+args
- A Kyori Component to send to the sender (can be null)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/package-summary.html b/static/javadoc/dev/plex/command/impl/package-summary.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/package-summary.html
rename to static/javadoc/dev/plex/command/impl/package-summary.html
index d2170d0..0b3070c 100644
--- a/static/javadoc/server/dev/plex/command/impl/package-summary.html
+++ b/static/javadoc/dev/plex/command/impl/package-summary.html
@@ -1,184 +1,184 @@
-
-
-
-
-dev.plex.command.impl (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.command.impl
-
-
-
-
-
-
-
-
Classes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.command.impl (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.command.impl
+
+
+
+
+
+
+
+
Classes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/impl/package-tree.html b/static/javadoc/dev/plex/command/impl/package-tree.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/impl/package-tree.html
rename to static/javadoc/dev/plex/command/impl/package-tree.html
index 08e15e9..95274e0 100644
--- a/static/javadoc/server/dev/plex/command/impl/package-tree.html
+++ b/static/javadoc/dev/plex/command/impl/package-tree.html
@@ -1,120 +1,120 @@
-
-
-
-
-dev.plex.command.impl Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-Class Hierarchy
-
-java.lang.Object
-
-org.bukkit.command.Command
-
-dev.plex.command.PlexCommand (implements org.bukkit.command.PluginIdentifiableCommand)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.command.impl Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+Class Hierarchy
+
+java.lang.Object
+
+org.bukkit.command.Command
+
+dev.plex.command.PlexCommand (implements org.bukkit.command.PluginIdentifiableCommand)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/package-summary.html b/static/javadoc/dev/plex/command/package-summary.html
similarity index 96%
rename from static/javadoc/server/dev/plex/command/package-summary.html
rename to static/javadoc/dev/plex/command/package-summary.html
index c1da17b..5da180e 100644
--- a/static/javadoc/server/dev/plex/command/package-summary.html
+++ b/static/javadoc/dev/plex/command/package-summary.html
@@ -1,104 +1,104 @@
-
-
-
-
-dev.plex.command (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.command
-
-
-
-
-
-
-
-
Classes
-
-
-
-
-
-
Superclass for all commands
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.command (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.command
+
+
+
+
+
+
+
+
Classes
+
+
+
+
+
+
Superclass for all commands
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/package-tree.html b/static/javadoc/dev/plex/command/package-tree.html
similarity index 95%
rename from static/javadoc/server/dev/plex/command/package-tree.html
rename to static/javadoc/dev/plex/command/package-tree.html
index f2849a0..5036d0d 100644
--- a/static/javadoc/server/dev/plex/command/package-tree.html
+++ b/static/javadoc/dev/plex/command/package-tree.html
@@ -1,74 +1,74 @@
-
-
-
-
-dev.plex.command Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-Class Hierarchy
-
-java.lang.Object
-
-org.bukkit.command.Command
-
-dev.plex.command.PlexCommand (implements org.bukkit.command.PluginIdentifiableCommand)
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.command Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+Class Hierarchy
+
+java.lang.Object
+
+org.bukkit.command.Command
+
+dev.plex.command.PlexCommand (implements org.bukkit.command.PluginIdentifiableCommand)
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/source/RequiredCommandSource.html b/static/javadoc/dev/plex/command/source/RequiredCommandSource.html
similarity index 98%
rename from static/javadoc/server/dev/plex/command/source/RequiredCommandSource.html
rename to static/javadoc/dev/plex/command/source/RequiredCommandSource.html
index 57ad0b2..7c99106 100644
--- a/static/javadoc/server/dev/plex/command/source/RequiredCommandSource.html
+++ b/static/javadoc/dev/plex/command/source/RequiredCommandSource.html
@@ -1,253 +1,253 @@
-
-
-
-
-RequiredCommandSource (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-
-
-
-
-
-Enum Constant Summary
-Enum Constants
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Concrete Methods
-
-
-
-
-
-
-
-
-
Returns the enum constant of this class with the specified name.
-
-
-
-
-
Returns an array containing the constants of this enum class, in
-the order they are declared.
-
-
-
-
-
-
Methods inherited from class java.lang.Enum
-
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
-
-
-
-
-
-
-
-
-
-
-Enum Constant Details
-
-
-
-
-
-
-Constructor Details
-
-
-
-RequiredCommandSource
-private RequiredCommandSource ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-values
-
-Returns an array containing the constants of this enum class, in
-the order they are declared.
-
-Returns:
-an array containing the constants of this enum class, in the order they are declared
-
-
-
-
-
-valueOf
-
-Returns the enum constant of this class with the specified name.
-The string must match exactly an identifier used to declare an
-enum constant in this class. (Extraneous whitespace characters are
-not permitted.)
-
-Parameters:
-name
- the name of the enum constant to be returned.
-Returns:
-the enum constant with the specified name
-Throws:
-IllegalArgumentException
- if this enum class has no constant with the specified name
-NullPointerException
- if the argument is null
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+RequiredCommandSource (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+Enum Constant Summary
+Enum Constants
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Concrete Methods
+
+
+
+
+
+
+
+
+
Returns the enum constant of this class with the specified name.
+
+
+
+
+
Returns an array containing the constants of this enum class, in
+the order they are declared.
+
+
+
+
+
+
Methods inherited from class java.lang.Enum
+
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
+
+
+
+
+
+
+
+
+
+
+Enum Constant Details
+
+
+
+
+
+
+Constructor Details
+
+
+
+RequiredCommandSource
+private RequiredCommandSource ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+values
+
+Returns an array containing the constants of this enum class, in
+the order they are declared.
+
+Returns:
+an array containing the constants of this enum class, in the order they are declared
+
+
+
+
+
+valueOf
+
+Returns the enum constant of this class with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this class. (Extraneous whitespace characters are
+not permitted.)
+
+Parameters:
+name
- the name of the enum constant to be returned.
+Returns:
+the enum constant with the specified name
+Throws:
+IllegalArgumentException
- if this enum class has no constant with the specified name
+NullPointerException
- if the argument is null
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/source/package-summary.html b/static/javadoc/dev/plex/command/source/package-summary.html
similarity index 96%
rename from static/javadoc/server/dev/plex/command/source/package-summary.html
rename to static/javadoc/dev/plex/command/source/package-summary.html
index 4c7010f..473c440 100644
--- a/static/javadoc/server/dev/plex/command/source/package-summary.html
+++ b/static/javadoc/dev/plex/command/source/package-summary.html
@@ -1,100 +1,100 @@
-
-
-
-
-dev.plex.command.source (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.command.source
-
-
-
-
-
-
+
+
+
+
+dev.plex.command.source (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.command.source
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/command/source/package-tree.html b/static/javadoc/dev/plex/command/source/package-tree.html
similarity index 96%
rename from static/javadoc/server/dev/plex/command/source/package-tree.html
rename to static/javadoc/dev/plex/command/source/package-tree.html
index ef36054..ad526d6 100644
--- a/static/javadoc/server/dev/plex/command/source/package-tree.html
+++ b/static/javadoc/dev/plex/command/source/package-tree.html
@@ -1,74 +1,74 @@
-
-
-
-
-dev.plex.command.source Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-Enum Class Hierarchy
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.command.source Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+Enum Class Hierarchy
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/config/Config.html b/static/javadoc/dev/plex/config/Config.html
similarity index 98%
rename from static/javadoc/server/dev/plex/config/Config.html
rename to static/javadoc/dev/plex/config/Config.html
index 3d4efa7..3c32a64 100644
--- a/static/javadoc/server/dev/plex/config/Config.html
+++ b/static/javadoc/dev/plex/config/Config.html
@@ -1,308 +1,308 @@
-
-
-
-
-Config (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-java.lang.Object
-
org.bukkit.configuration.MemorySection
-
org.bukkit.configuration.MemoryConfiguration
-
org.bukkit.configuration.file.FileConfiguration
-
org.bukkit.configuration.file.YamlConfiguration
-
dev.plex.config.Config
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.configuration.Configuration
, org.bukkit.configuration.ConfigurationSection
-
-
-public class Config
-extends org.bukkit.configuration.file.YamlConfiguration
-Creates a custom Config object
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
private boolean
-
-
-
Whether new entries were added to the file automatically
-
-
-
-
-
-
-
-
-
-
-
-
-
Fields inherited from class org.bukkit.configuration.file.YamlConfiguration
-BLANK_CONFIG, COMMENT_PREFIX
-
-
Fields inherited from class org.bukkit.configuration.MemoryConfiguration
-defaults, options
-
-
Fields inherited from class org.bukkit.configuration.MemorySection
-map
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
Creates a config object
-
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
void
-
-
-
void
-
load (boolean loadFromFile)
-
-
Loads the configuration file
-
-
void
-
-
-
Saves the configuration file
-
-
private void
-
-
-
Moves the configuration file from the plugin's resources folder to the data folder (plugins/Plex/)
-
-
-
-
-
-
Methods inherited from class org.bukkit.configuration.file.YamlConfiguration
-loadConfiguration, loadConfiguration, loadFromString, options, saveToString
-
-
Methods inherited from class org.bukkit.configuration.file.FileConfiguration
-buildHeader, load, load, load, save, save
-
-
Methods inherited from class org.bukkit.configuration.MemoryConfiguration
-addDefault, addDefaults, addDefaults, getDefaults, getParent, setDefaults
-
-
Methods inherited from class org.bukkit.configuration.MemorySection
-contains, contains, createPath, createPath, createSection, createSection, get, get, getBoolean, getBoolean, getBooleanList, getByteList, getCharacterList, getColor, getColor, getComments, getConfigurationSection, getCurrentPath, getDefault, getDefaultSection, getDouble, getDouble, getDoubleList, getFloatList, getInlineComments, getInt, getInt, getIntegerList, getItemStack, getItemStack, getKeys, getList, getList, getLocation, getLocation, getLong, getLong, getLongList, getMapList, getName, getObject, getObject, getOfflinePlayer, getOfflinePlayer, getRoot, getSerializable, getSerializable, getShortList, getString, getString, getStringList, getValues, getVector, getVector, isBoolean, isColor, isConfigurationSection, isDouble, isInt, isItemStack, isList, isLocation, isLong, isOfflinePlayer, isPrimitiveWrapper, isSet, isString, isVector, mapChildrenKeys, mapChildrenValues, set, setComments, setInlineComments, toString
-
-
-
Methods inherited from interface org.bukkit.configuration.ConfigurationSection
-contains, contains, createSection, createSection, get, get, getBoolean, getBoolean, getBooleanList, getByteList, getCharacterList, getColor, getColor, getComments, getConfigurationSection, getCurrentPath, getDefaultSection, getDouble, getDouble, getDoubleList, getFloatList, getInlineComments, getInt, getInt, getIntegerList, getItemStack, getItemStack, getKeys, getList, getList, getLocation, getLocation, getLong, getLong, getLongList, getMapList, getName, getObject, getObject, getOfflinePlayer, getOfflinePlayer, getRoot, getSerializable, getSerializable, getShortList, getString, getString, getStringList, getValues, getVector, getVector, isBoolean, isColor, isConfigurationSection, isDouble, isInt, isItemStack, isList, isLocation, isLong, isOfflinePlayer, isSet, isString, isVector, set, setComments, setInlineComments
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-plugin
-
-The plugin instance
-
-
-
-
-file
-
-The File instance
-
-
-
-
-
-
-
-added
-private boolean added
-Whether new entries were added to the file automatically
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-Config
-
-Creates a config object
-
-Parameters:
-plugin
- The plugin instance
-name
- The file name
-
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-load
-public void load ()
-
-
-
-
-load
-public void load (boolean loadFromFile)
-Loads the configuration file
-
-
-
-
-save
-public void save ()
-Saves the configuration file
-
-
-
-
-saveDefault
-private void saveDefault ()
-Moves the configuration file from the plugin's resources folder to the data folder (plugins/Plex/)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+Config (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+java.lang.Object
+
org.bukkit.configuration.MemorySection
+
org.bukkit.configuration.MemoryConfiguration
+
org.bukkit.configuration.file.FileConfiguration
+
org.bukkit.configuration.file.YamlConfiguration
+
dev.plex.config.Config
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.configuration.Configuration
, org.bukkit.configuration.ConfigurationSection
+
+
+public class Config
+extends org.bukkit.configuration.file.YamlConfiguration
+Creates a custom Config object
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private boolean
+
+
+
Whether new entries were added to the file automatically
+
+
+
+
+
+
+
+
+
+
+
+
+
Fields inherited from class org.bukkit.configuration.file.YamlConfiguration
+BLANK_CONFIG, COMMENT_PREFIX
+
+
Fields inherited from class org.bukkit.configuration.MemoryConfiguration
+defaults, options
+
+
Fields inherited from class org.bukkit.configuration.MemorySection
+map
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
Creates a config object
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
void
+
+
+
void
+
load (boolean loadFromFile)
+
+
Loads the configuration file
+
+
void
+
+
+
Saves the configuration file
+
+
private void
+
+
+
Moves the configuration file from the plugin's resources folder to the data folder (plugins/Plex/)
+
+
+
+
+
+
Methods inherited from class org.bukkit.configuration.file.YamlConfiguration
+loadConfiguration, loadConfiguration, loadFromString, options, saveToString
+
+
Methods inherited from class org.bukkit.configuration.file.FileConfiguration
+buildHeader, load, load, load, save, save
+
+
Methods inherited from class org.bukkit.configuration.MemoryConfiguration
+addDefault, addDefaults, addDefaults, getDefaults, getParent, setDefaults
+
+
Methods inherited from class org.bukkit.configuration.MemorySection
+contains, contains, createPath, createPath, createSection, createSection, get, get, getBoolean, getBoolean, getBooleanList, getByteList, getCharacterList, getColor, getColor, getComments, getConfigurationSection, getCurrentPath, getDefault, getDefaultSection, getDouble, getDouble, getDoubleList, getFloatList, getInlineComments, getInt, getInt, getIntegerList, getItemStack, getItemStack, getKeys, getList, getList, getLocation, getLocation, getLong, getLong, getLongList, getMapList, getName, getObject, getObject, getOfflinePlayer, getOfflinePlayer, getRoot, getSerializable, getSerializable, getShortList, getString, getString, getStringList, getValues, getVector, getVector, isBoolean, isColor, isConfigurationSection, isDouble, isInt, isItemStack, isList, isLocation, isLong, isOfflinePlayer, isPrimitiveWrapper, isSet, isString, isVector, mapChildrenKeys, mapChildrenValues, set, setComments, setInlineComments, toString
+
+
+
Methods inherited from interface org.bukkit.configuration.ConfigurationSection
+contains, contains, createSection, createSection, get, get, getBoolean, getBoolean, getBooleanList, getByteList, getCharacterList, getColor, getColor, getComments, getConfigurationSection, getCurrentPath, getDefaultSection, getDouble, getDouble, getDoubleList, getFloatList, getInlineComments, getInt, getInt, getIntegerList, getItemStack, getItemStack, getKeys, getList, getList, getLocation, getLocation, getLong, getLong, getLongList, getMapList, getName, getObject, getObject, getOfflinePlayer, getOfflinePlayer, getRoot, getSerializable, getSerializable, getShortList, getString, getString, getStringList, getValues, getVector, getVector, isBoolean, isColor, isConfigurationSection, isDouble, isInt, isItemStack, isList, isLocation, isLong, isOfflinePlayer, isSet, isString, isVector, set, setComments, setInlineComments
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+plugin
+
+The plugin instance
+
+
+
+
+file
+
+The File instance
+
+
+
+
+
+
+
+added
+private boolean added
+Whether new entries were added to the file automatically
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+Config
+
+Creates a config object
+
+Parameters:
+plugin
- The plugin instance
+name
- The file name
+
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+load
+public void load ()
+
+
+
+
+load
+public void load (boolean loadFromFile)
+Loads the configuration file
+
+
+
+
+save
+public void save ()
+Saves the configuration file
+
+
+
+
+saveDefault
+private void saveDefault ()
+Moves the configuration file from the plugin's resources folder to the data folder (plugins/Plex/)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/config/ModuleConfig.html b/static/javadoc/dev/plex/config/ModuleConfig.html
similarity index 98%
rename from static/javadoc/server/dev/plex/config/ModuleConfig.html
rename to static/javadoc/dev/plex/config/ModuleConfig.html
index 759c49e..d4fad77 100644
--- a/static/javadoc/server/dev/plex/config/ModuleConfig.html
+++ b/static/javadoc/dev/plex/config/ModuleConfig.html
@@ -1,298 +1,298 @@
-
-
-
-
-ModuleConfig (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-java.lang.Object
-
org.bukkit.configuration.MemorySection
-
org.bukkit.configuration.MemoryConfiguration
-
org.bukkit.configuration.file.FileConfiguration
-
org.bukkit.configuration.file.YamlConfiguration
-
dev.plex.config.ModuleConfig
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.configuration.Configuration
, org.bukkit.configuration.ConfigurationSection
-
-
-public class ModuleConfig
-extends org.bukkit.configuration.file.YamlConfiguration
-Creates a custom Config object
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-
-
-
-
Where the file is in the module JAR
-
-
-
-
-
-
-
-
Where it should be copied to in the module folder
-
-
-
-
Fields inherited from class org.bukkit.configuration.file.YamlConfiguration
-BLANK_CONFIG, COMMENT_PREFIX
-
-
Fields inherited from class org.bukkit.configuration.MemoryConfiguration
-defaults, options
-
-
Fields inherited from class org.bukkit.configuration.MemorySection
-map
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
Creates a config object
-
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
void
-
-
-
void
-
-
-
Saves the configuration file
-
-
private void
-
-
-
Moves the configuration file from the plugin's resources folder to the data folder (plugins/Plex/)
-
-
-
-
-
-
Methods inherited from class org.bukkit.configuration.file.YamlConfiguration
-loadConfiguration, loadConfiguration, loadFromString, options, saveToString
-
-
Methods inherited from class org.bukkit.configuration.file.FileConfiguration
-buildHeader, load, load, load, save, save
-
-
Methods inherited from class org.bukkit.configuration.MemoryConfiguration
-addDefault, addDefaults, addDefaults, getDefaults, getParent, setDefaults
-
-
Methods inherited from class org.bukkit.configuration.MemorySection
-contains, contains, createPath, createPath, createSection, createSection, get, get, getBoolean, getBoolean, getBooleanList, getByteList, getCharacterList, getColor, getColor, getComments, getConfigurationSection, getCurrentPath, getDefault, getDefaultSection, getDouble, getDouble, getDoubleList, getFloatList, getInlineComments, getInt, getInt, getIntegerList, getItemStack, getItemStack, getKeys, getList, getList, getLocation, getLocation, getLong, getLong, getLongList, getMapList, getName, getObject, getObject, getOfflinePlayer, getOfflinePlayer, getRoot, getSerializable, getSerializable, getShortList, getString, getString, getStringList, getValues, getVector, getVector, isBoolean, isColor, isConfigurationSection, isDouble, isInt, isItemStack, isList, isLocation, isLong, isOfflinePlayer, isPrimitiveWrapper, isSet, isString, isVector, mapChildrenKeys, mapChildrenValues, set, setComments, setInlineComments, toString
-
-
-
Methods inherited from interface org.bukkit.configuration.ConfigurationSection
-contains, contains, createSection, createSection, get, get, getBoolean, getBoolean, getBooleanList, getByteList, getCharacterList, getColor, getColor, getComments, getConfigurationSection, getCurrentPath, getDefaultSection, getDouble, getDouble, getDoubleList, getFloatList, getInlineComments, getInt, getInt, getIntegerList, getItemStack, getItemStack, getKeys, getList, getList, getLocation, getLocation, getLong, getLong, getLongList, getMapList, getName, getObject, getObject, getOfflinePlayer, getOfflinePlayer, getRoot, getSerializable, getSerializable, getShortList, getString, getString, getStringList, getValues, getVector, getVector, isBoolean, isColor, isConfigurationSection, isDouble, isInt, isItemStack, isList, isLocation, isLong, isOfflinePlayer, isSet, isString, isVector, set, setComments, setInlineComments
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-module
-
-The plugin instance
-
-
-
-
-file
-
-The File instance
-
-
-
-
-from
-
-Where the file is in the module JAR
-
-
-
-
-to
-
-Where it should be copied to in the module folder
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-ModuleConfig
-
-Creates a config object
-
-Parameters:
-module
- The module instance
-to
- The file name
-
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-load
-public void load ()
-
-
-
-
-save
-public void save ()
-Saves the configuration file
-
-
-
-
-saveDefault
-private void saveDefault ()
-Moves the configuration file from the plugin's resources folder to the data folder (plugins/Plex/)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ModuleConfig (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+java.lang.Object
+
org.bukkit.configuration.MemorySection
+
org.bukkit.configuration.MemoryConfiguration
+
org.bukkit.configuration.file.FileConfiguration
+
org.bukkit.configuration.file.YamlConfiguration
+
dev.plex.config.ModuleConfig
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.configuration.Configuration
, org.bukkit.configuration.ConfigurationSection
+
+
+public class ModuleConfig
+extends org.bukkit.configuration.file.YamlConfiguration
+Creates a custom Config object
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+
+
+
+
Where the file is in the module JAR
+
+
+
+
+
+
+
+
Where it should be copied to in the module folder
+
+
+
+
Fields inherited from class org.bukkit.configuration.file.YamlConfiguration
+BLANK_CONFIG, COMMENT_PREFIX
+
+
Fields inherited from class org.bukkit.configuration.MemoryConfiguration
+defaults, options
+
+
Fields inherited from class org.bukkit.configuration.MemorySection
+map
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
Creates a config object
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
void
+
+
+
void
+
+
+
Saves the configuration file
+
+
private void
+
+
+
Moves the configuration file from the plugin's resources folder to the data folder (plugins/Plex/)
+
+
+
+
+
+
Methods inherited from class org.bukkit.configuration.file.YamlConfiguration
+loadConfiguration, loadConfiguration, loadFromString, options, saveToString
+
+
Methods inherited from class org.bukkit.configuration.file.FileConfiguration
+buildHeader, load, load, load, save, save
+
+
Methods inherited from class org.bukkit.configuration.MemoryConfiguration
+addDefault, addDefaults, addDefaults, getDefaults, getParent, setDefaults
+
+
Methods inherited from class org.bukkit.configuration.MemorySection
+contains, contains, createPath, createPath, createSection, createSection, get, get, getBoolean, getBoolean, getBooleanList, getByteList, getCharacterList, getColor, getColor, getComments, getConfigurationSection, getCurrentPath, getDefault, getDefaultSection, getDouble, getDouble, getDoubleList, getFloatList, getInlineComments, getInt, getInt, getIntegerList, getItemStack, getItemStack, getKeys, getList, getList, getLocation, getLocation, getLong, getLong, getLongList, getMapList, getName, getObject, getObject, getOfflinePlayer, getOfflinePlayer, getRoot, getSerializable, getSerializable, getShortList, getString, getString, getStringList, getValues, getVector, getVector, isBoolean, isColor, isConfigurationSection, isDouble, isInt, isItemStack, isList, isLocation, isLong, isOfflinePlayer, isPrimitiveWrapper, isSet, isString, isVector, mapChildrenKeys, mapChildrenValues, set, setComments, setInlineComments, toString
+
+
+
Methods inherited from interface org.bukkit.configuration.ConfigurationSection
+contains, contains, createSection, createSection, get, get, getBoolean, getBoolean, getBooleanList, getByteList, getCharacterList, getColor, getColor, getComments, getConfigurationSection, getCurrentPath, getDefaultSection, getDouble, getDouble, getDoubleList, getFloatList, getInlineComments, getInt, getInt, getIntegerList, getItemStack, getItemStack, getKeys, getList, getList, getLocation, getLocation, getLong, getLong, getLongList, getMapList, getName, getObject, getObject, getOfflinePlayer, getOfflinePlayer, getRoot, getSerializable, getSerializable, getShortList, getString, getString, getStringList, getValues, getVector, getVector, isBoolean, isColor, isConfigurationSection, isDouble, isInt, isItemStack, isList, isLocation, isLong, isOfflinePlayer, isSet, isString, isVector, set, setComments, setInlineComments
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+module
+
+The plugin instance
+
+
+
+
+file
+
+The File instance
+
+
+
+
+from
+
+Where the file is in the module JAR
+
+
+
+
+to
+
+Where it should be copied to in the module folder
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+ModuleConfig
+
+Creates a config object
+
+Parameters:
+module
- The module instance
+to
- The file name
+
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+load
+public void load ()
+
+
+
+
+save
+public void save ()
+Saves the configuration file
+
+
+
+
+saveDefault
+private void saveDefault ()
+Moves the configuration file from the plugin's resources folder to the data folder (plugins/Plex/)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/config/package-summary.html b/static/javadoc/dev/plex/config/package-summary.html
similarity index 96%
rename from static/javadoc/server/dev/plex/config/package-summary.html
rename to static/javadoc/dev/plex/config/package-summary.html
index e7b70f1..f05b966 100644
--- a/static/javadoc/server/dev/plex/config/package-summary.html
+++ b/static/javadoc/dev/plex/config/package-summary.html
@@ -1,98 +1,98 @@
-
-
-
-
-dev.plex.config (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.config
-
-
-
-
-
-
-
-
Classes
-
-
-
-
-
-
Creates a custom Config object
-
-
-
-
Creates a custom Config object
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.config (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.config
+
+
+
+
+
+
+
+
Classes
+
+
+
+
+
+
Creates a custom Config object
+
+
+
+
Creates a custom Config object
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/config/package-tree.html b/static/javadoc/dev/plex/config/package-tree.html
similarity index 95%
rename from static/javadoc/server/dev/plex/config/package-tree.html
rename to static/javadoc/dev/plex/config/package-tree.html
index f6db198..947d167 100644
--- a/static/javadoc/server/dev/plex/config/package-tree.html
+++ b/static/javadoc/dev/plex/config/package-tree.html
@@ -1,87 +1,87 @@
-
-
-
-
-dev.plex.config Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-Class Hierarchy
-
-java.lang.Object
-
-org.bukkit.configuration.MemorySection (implements org.bukkit.configuration.ConfigurationSection)
-
-org.bukkit.configuration.MemoryConfiguration (implements org.bukkit.configuration.Configuration)
-
-org.bukkit.configuration.file.FileConfiguration
-
-org.bukkit.configuration.file.YamlConfiguration
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.config Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+Class Hierarchy
+
+java.lang.Object
+
+org.bukkit.configuration.MemorySection (implements org.bukkit.configuration.ConfigurationSection)
+
+org.bukkit.configuration.MemoryConfiguration (implements org.bukkit.configuration.Configuration)
+
+org.bukkit.configuration.file.FileConfiguration
+
+org.bukkit.configuration.file.YamlConfiguration
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/api/dev/plex/api/event/AdminAddEvent.html b/static/javadoc/dev/plex/event/AdminAddEvent.html
similarity index 74%
rename from static/javadoc/api/dev/plex/api/event/AdminAddEvent.html
rename to static/javadoc/dev/plex/event/AdminAddEvent.html
index 386dfe1..c40bc8a 100644
--- a/static/javadoc/api/dev/plex/api/event/AdminAddEvent.html
+++ b/static/javadoc/dev/plex/event/AdminAddEvent.html
@@ -1,185 +1,238 @@
-
-
-
-
-AdminAddEvent (api 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class AdminAddEvent
-extends org.bukkit.event.Event
-Event that is run when a player is added to the admin list
-
-
-
-
-
-
-Nested Class Summary
-
-
Nested classes/interfaces inherited from class org.bukkit.event.Event
-org.bukkit.event.Event.Result
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Instance Methods Concrete Methods
-
-
-
-
-
-
static org.bukkit.event.HandlerList
-
-
-
org.bukkit.event.HandlerList
-
-
-
-
-
-
-
Methods inherited from class org.bukkit.event.Event
-callEvent, getEventName, isAsynchronous
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-AdminAddEvent
-public AdminAddEvent ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-getHandlerList
-public static org.bukkit.event.HandlerList getHandlerList ()
-
-
-
-
-getHandlers
-public org.bukkit.event.HandlerList getHandlers ()
-
-Specified by:
-getHandlers
in class org.bukkit.event.Event
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+AdminAddEvent (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class AdminAddEvent
+extends org.bukkit.event.Event
+Event that is run when a player is added to the admin list
+
+
+
+
+
+
+Nested Class Summary
+
+
Nested classes/interfaces inherited from class org.bukkit.event.Event
+org.bukkit.event.Event.Result
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private static final org.bukkit.event.HandlerList
+
+
+
+
+
+
The PlexPlayer that was added
+
+
private final org.bukkit.command.CommandSender
+
+
+
The sender who added the player
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Instance Methods Concrete Methods
+
+
+
+
+
+
static org.bukkit.event.HandlerList
+
+
+
org.bukkit.event.HandlerList
+
+
+
+
+
+
+
Methods inherited from class org.bukkit.event.Event
+callEvent, getEventName, isAsynchronous
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+handlers
+private static final org.bukkit.event.HandlerList handlers
+
+
+
+
+sender
+private final org.bukkit.command.CommandSender sender
+The sender who added the player
+
+
+
+
+plexPlayer
+
+The PlexPlayer that was added
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+AdminAddEvent
+public AdminAddEvent ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+getHandlerList
+public static org.bukkit.event.HandlerList getHandlerList ()
+
+
+
+
+getHandlers
+public org.bukkit.event.HandlerList getHandlers ()
+
+Specified by:
+getHandlers
in class org.bukkit.event.Event
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/api/dev/plex/api/event/AdminRemoveEvent.html b/static/javadoc/dev/plex/event/AdminRemoveEvent.html
similarity index 74%
rename from static/javadoc/api/dev/plex/api/event/AdminRemoveEvent.html
rename to static/javadoc/dev/plex/event/AdminRemoveEvent.html
index cb13edf..32071c1 100644
--- a/static/javadoc/api/dev/plex/api/event/AdminRemoveEvent.html
+++ b/static/javadoc/dev/plex/event/AdminRemoveEvent.html
@@ -1,185 +1,238 @@
-
-
-
-
-AdminRemoveEvent (api 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-java.lang.Object
-
org.bukkit.event.Event
-
dev.plex.api.event.AdminRemoveEvent
-
-
-
-
-public class AdminRemoveEvent
-extends org.bukkit.event.Event
-Event that is run when a player is removed from the admin list
-
-
-
-
-
-
-Nested Class Summary
-
-
Nested classes/interfaces inherited from class org.bukkit.event.Event
-org.bukkit.event.Event.Result
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Instance Methods Concrete Methods
-
-
-
-
-
-
static org.bukkit.event.HandlerList
-
-
-
org.bukkit.event.HandlerList
-
-
-
-
-
-
-
Methods inherited from class org.bukkit.event.Event
-callEvent, getEventName, isAsynchronous
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-AdminRemoveEvent
-public AdminRemoveEvent ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-getHandlerList
-public static org.bukkit.event.HandlerList getHandlerList ()
-
-
-
-
-getHandlers
-public org.bukkit.event.HandlerList getHandlers ()
-
-Specified by:
-getHandlers
in class org.bukkit.event.Event
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+AdminRemoveEvent (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class AdminRemoveEvent
+extends org.bukkit.event.Event
+Event that is run when a player is removed from the admin list
+
+
+
+
+
+
+Nested Class Summary
+
+
Nested classes/interfaces inherited from class org.bukkit.event.Event
+org.bukkit.event.Event.Result
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private static final org.bukkit.event.HandlerList
+
+
+
+
+
+
The PlexPlayer that was removed
+
+
private final org.bukkit.command.CommandSender
+
+
+
The sender who added the player
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Instance Methods Concrete Methods
+
+
+
+
+
+
static org.bukkit.event.HandlerList
+
+
+
org.bukkit.event.HandlerList
+
+
+
+
+
+
+
Methods inherited from class org.bukkit.event.Event
+callEvent, getEventName, isAsynchronous
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+handlers
+private static final org.bukkit.event.HandlerList handlers
+
+
+
+
+sender
+private final org.bukkit.command.CommandSender sender
+The sender who added the player
+
+
+
+
+plexPlayer
+
+The PlexPlayer that was removed
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+AdminRemoveEvent
+public AdminRemoveEvent ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+getHandlerList
+public static org.bukkit.event.HandlerList getHandlerList ()
+
+
+
+
+getHandlers
+public org.bukkit.event.HandlerList getHandlers ()
+
+Specified by:
+getHandlers
in class org.bukkit.event.Event
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/api/dev/plex/api/event/AdminSetRankEvent.html b/static/javadoc/dev/plex/event/AdminSetRankEvent.html
similarity index 70%
rename from static/javadoc/api/dev/plex/api/event/AdminSetRankEvent.html
rename to static/javadoc/dev/plex/event/AdminSetRankEvent.html
index 5c5393d..dea8839 100644
--- a/static/javadoc/api/dev/plex/api/event/AdminSetRankEvent.html
+++ b/static/javadoc/dev/plex/event/AdminSetRankEvent.html
@@ -1,185 +1,250 @@
-
-
-
-
-AdminSetRankEvent (api 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-java.lang.Object
-
org.bukkit.event.Event
-
dev.plex.api.event.AdminSetRankEvent
-
-
-
-
-public class AdminSetRankEvent
-extends org.bukkit.event.Event
-Event that is run when an admins rank is set
-
-
-
-
-
-
-Nested Class Summary
-
-
Nested classes/interfaces inherited from class org.bukkit.event.Event
-org.bukkit.event.Event.Result
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Instance Methods Concrete Methods
-
-
-
-
-
-
static org.bukkit.event.HandlerList
-
-
-
org.bukkit.event.HandlerList
-
-
-
-
-
-
-
Methods inherited from class org.bukkit.event.Event
-callEvent, getEventName, isAsynchronous
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-AdminSetRankEvent
-public AdminSetRankEvent ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-getHandlerList
-public static org.bukkit.event.HandlerList getHandlerList ()
-
-
-
-
-getHandlers
-public org.bukkit.event.HandlerList getHandlers ()
-
-Specified by:
-getHandlers
in class org.bukkit.event.Event
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+AdminSetRankEvent (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class AdminSetRankEvent
+extends org.bukkit.event.Event
+Event that is run when an admins rank is set
+
+
+
+
+
+
+Nested Class Summary
+
+
Nested classes/interfaces inherited from class org.bukkit.event.Event
+org.bukkit.event.Event.Result
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private static final org.bukkit.event.HandlerList
+
+
+
+
+
+
The PlexPlayer that was removed
+
+
+
+
+
The rank the player was set to
+
+
private final org.bukkit.command.CommandSender
+
+
+
The sender who added the player
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Instance Methods Concrete Methods
+
+
+
+
+
+
static org.bukkit.event.HandlerList
+
+
+
org.bukkit.event.HandlerList
+
+
+
+
+
+
+
Methods inherited from class org.bukkit.event.Event
+callEvent, getEventName, isAsynchronous
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+handlers
+private static final org.bukkit.event.HandlerList handlers
+
+
+
+
+sender
+private final org.bukkit.command.CommandSender sender
+The sender who added the player
+
+
+
+
+plexPlayer
+
+The PlexPlayer that was removed
+
+
+
+
+rank
+
+The rank the player was set to
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+AdminSetRankEvent
+public AdminSetRankEvent ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+getHandlerList
+public static org.bukkit.event.HandlerList getHandlerList ()
+
+
+
+
+getHandlers
+public org.bukkit.event.HandlerList getHandlers ()
+
+Specified by:
+getHandlers
in class org.bukkit.event.Event
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/api/dev/plex/api/event/GameModeUpdateEvent.html b/static/javadoc/dev/plex/event/GameModeUpdateEvent.html
similarity index 73%
rename from static/javadoc/api/dev/plex/api/event/GameModeUpdateEvent.html
rename to static/javadoc/dev/plex/event/GameModeUpdateEvent.html
index b937c61..069120b 100644
--- a/static/javadoc/api/dev/plex/api/event/GameModeUpdateEvent.html
+++ b/static/javadoc/dev/plex/event/GameModeUpdateEvent.html
@@ -1,185 +1,241 @@
-
-
-
-
-GameModeUpdateEvent (api 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-java.lang.Object
-
org.bukkit.event.Event
-
dev.plex.api.event.GameModeUpdateEvent
-
-
-
-
-public class GameModeUpdateEvent
-extends org.bukkit.event.Event
-
-
-
-
-
-
-Nested Class Summary
-
-
Nested classes/interfaces inherited from class org.bukkit.event.Event
-org.bukkit.event.Event.Result
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Instance Methods Concrete Methods
-
-
-
-
-
-
static org.bukkit.event.HandlerList
-
-
-
@NotNull org.bukkit.event.HandlerList
-
-
-
-
-
-
-
Methods inherited from class org.bukkit.event.Event
-callEvent, getEventName, isAsynchronous
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-GameModeUpdateEvent
-public GameModeUpdateEvent ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-getHandlerList
-public static org.bukkit.event.HandlerList getHandlerList ()
-
-
-
-
-getHandlers
-@NotNull
- public @NotNull org.bukkit.event.HandlerList getHandlers ()
-
-Specified by:
-getHandlers
in class org.bukkit.event.Event
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+GameModeUpdateEvent (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+java.lang.Object
+
org.bukkit.event.Event
+
dev.plex.event.GameModeUpdateEvent
+
+
+
+
+public class GameModeUpdateEvent
+extends org.bukkit.event.Event
+
+
+
+
+
+
+Nested Class Summary
+
+
Nested classes/interfaces inherited from class org.bukkit.event.Event
+org.bukkit.event.Event.Result
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private final org.bukkit.GameMode
+
+
+
private static final org.bukkit.event.HandlerList
+
+
+
private final org.bukkit.entity.Player
+
+
+
private final org.bukkit.command.CommandSender
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Instance Methods Concrete Methods
+
+
+
+
+
+
static org.bukkit.event.HandlerList
+
+
+
@NotNull org.bukkit.event.HandlerList
+
+
+
+
+
+
+
Methods inherited from class org.bukkit.event.Event
+callEvent, getEventName, isAsynchronous
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+handlers
+private static final org.bukkit.event.HandlerList handlers
+
+
+
+
+sender
+private final org.bukkit.command.CommandSender sender
+
+
+
+
+player
+private final org.bukkit.entity.Player player
+
+
+
+
+gameMode
+private final org.bukkit.GameMode gameMode
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+GameModeUpdateEvent
+public GameModeUpdateEvent ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+getHandlerList
+public static org.bukkit.event.HandlerList getHandlerList ()
+
+
+
+
+getHandlers
+@NotNull
+ public @NotNull org.bukkit.event.HandlerList getHandlers ()
+
+Specified by:
+getHandlers
in class org.bukkit.event.Event
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/api/dev/plex/api/event/PunishedPlayerEvent.html b/static/javadoc/dev/plex/event/PunishedPlayerEvent.html
similarity index 80%
rename from static/javadoc/api/dev/plex/api/event/PunishedPlayerEvent.html
rename to static/javadoc/dev/plex/event/PunishedPlayerEvent.html
index 1744f37..e3f1cad 100644
--- a/static/javadoc/api/dev/plex/api/event/PunishedPlayerEvent.html
+++ b/static/javadoc/dev/plex/event/PunishedPlayerEvent.html
@@ -1,220 +1,220 @@
-
-
-
-
-PunishedPlayerEvent (api 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-java.lang.Object
-
org.bukkit.event.Event
-
org.bukkit.event.player.PlayerEvent
-
dev.plex.api.event.PunishedPlayerEvent
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-
Nested classes/interfaces inherited from class org.bukkit.event.Event
-org.bukkit.event.Event.Result
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
protected boolean
-
-
-
Whether the event was cancelled
-
-
-
-
-
The player who was punished
-
-
-
-
Fields inherited from class org.bukkit.event.player.PlayerEvent
-player
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
protected
-
-
-
Creates an event object
-
-
-
-
-
-
-
-Method Summary
-
-
Methods inherited from class org.bukkit.event.player.PlayerEvent
-getPlayer
-
-
Methods inherited from class org.bukkit.event.Event
-callEvent, getEventName, getHandlers, isAsynchronous
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
Methods inherited from interface org.bukkit.event.Cancellable
-isCancelled, setCancelled
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-punishedPlayer
-
-The player who was punished
-
-
-
-
-cancelled
-protected boolean cancelled
-Whether the event was cancelled
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-PunishedPlayerEvent
-protected PunishedPlayerEvent (IPlexPlayer punishedPlayer)
-Creates an event object
-
-Parameters:
-punishedPlayer
- The player who was punished
-See Also:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+PunishedPlayerEvent (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+java.lang.Object
+
org.bukkit.event.Event
+
org.bukkit.event.player.PlayerEvent
+
dev.plex.event.PunishedPlayerEvent
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
Nested classes/interfaces inherited from class org.bukkit.event.Event
+org.bukkit.event.Event.Result
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
protected boolean
+
+
+
Whether the event was cancelled
+
+
+
+
+
The player who was punished
+
+
+
+
Fields inherited from class org.bukkit.event.player.PlayerEvent
+player
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
protected
+
+
+
Creates an event object
+
+
+
+
+
+
+
+Method Summary
+
+
Methods inherited from class org.bukkit.event.player.PlayerEvent
+getPlayer
+
+
Methods inherited from class org.bukkit.event.Event
+callEvent, getEventName, getHandlers, isAsynchronous
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
Methods inherited from interface org.bukkit.event.Cancellable
+isCancelled, setCancelled
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+punishedPlayer
+
+The player who was punished
+
+
+
+
+cancelled
+protected boolean cancelled
+Whether the event was cancelled
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+PunishedPlayerEvent
+protected PunishedPlayerEvent (PlexPlayer punishedPlayer)
+Creates an event object
+
+Parameters:
+punishedPlayer
- The player who was punished
+See Also:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/api/dev/plex/api/event/PunishedPlayerFreezeEvent.html b/static/javadoc/dev/plex/event/PunishedPlayerFreezeEvent.html
similarity index 78%
rename from static/javadoc/api/dev/plex/api/event/PunishedPlayerFreezeEvent.html
rename to static/javadoc/dev/plex/event/PunishedPlayerFreezeEvent.html
index af9b0fe..763cecb 100644
--- a/static/javadoc/api/dev/plex/api/event/PunishedPlayerFreezeEvent.html
+++ b/static/javadoc/dev/plex/event/PunishedPlayerFreezeEvent.html
@@ -1,222 +1,257 @@
-
-
-
-
-PunishedPlayerFreezeEvent (api 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-java.lang.Object
-
org.bukkit.event.Event
-
org.bukkit.event.player.PlayerEvent
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.event.Cancellable
-
-
-public class PunishedPlayerFreezeEvent
-
extends PunishedPlayerEvent
-implements org.bukkit.event.Cancellable
-Event that is called when a player is frozen or unfrozen
-
-
-
-
-
-
-Nested Class Summary
-
-
Nested classes/interfaces inherited from class org.bukkit.event.Event
-org.bukkit.event.Event.Result
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.event.player.PlayerEvent
-player
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
Creates a new event instance
-
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Instance Methods Concrete Methods
-
-
-
-
-
-
static org.bukkit.event.HandlerList
-
-
-
org.bukkit.event.HandlerList
-
-
-
-
-
-
-
Methods inherited from class org.bukkit.event.player.PlayerEvent
-getPlayer
-
-
Methods inherited from class org.bukkit.event.Event
-callEvent, getEventName, isAsynchronous
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
Methods inherited from interface org.bukkit.event.Cancellable
-isCancelled, setCancelled
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-PunishedPlayerFreezeEvent
-public PunishedPlayerFreezeEvent (IPlexPlayer punishedPlayer,
- boolean frozen)
-Creates a new event instance
-
-Parameters:
-punishedPlayer
- The player who was punished
-frozen
- The new frozen status
-
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-getHandlerList
-public static org.bukkit.event.HandlerList getHandlerList ()
-
-
-
-
-getHandlers
-public org.bukkit.event.HandlerList getHandlers ()
-
-Specified by:
-getHandlers
in class org.bukkit.event.Event
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+PunishedPlayerFreezeEvent (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+java.lang.Object
+
org.bukkit.event.Event
+
org.bukkit.event.player.PlayerEvent
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.event.Cancellable
+
+
+public class PunishedPlayerFreezeEvent
+
extends PunishedPlayerEvent
+implements org.bukkit.event.Cancellable
+Event that is called when a player is frozen or unfrozen
+
+
+
+
+
+
+Nested Class Summary
+
+
Nested classes/interfaces inherited from class org.bukkit.event.Event
+org.bukkit.event.Event.Result
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private final boolean
+
+
+
New frozen state of the player
+
+
private static final org.bukkit.event.HandlerList
+
+
+
+
+
+
Fields inherited from class org.bukkit.event.player.PlayerEvent
+player
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
Creates a new event instance
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Instance Methods Concrete Methods
+
+
+
+
+
+
static org.bukkit.event.HandlerList
+
+
+
org.bukkit.event.HandlerList
+
+
+
+
+
+
+
Methods inherited from class org.bukkit.event.player.PlayerEvent
+getPlayer
+
+
Methods inherited from class org.bukkit.event.Event
+callEvent, getEventName, isAsynchronous
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
Methods inherited from interface org.bukkit.event.Cancellable
+isCancelled, setCancelled
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+handlers
+private static final org.bukkit.event.HandlerList handlers
+
+
+
+
+frozen
+private final boolean frozen
+New frozen state of the player
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+PunishedPlayerFreezeEvent
+public PunishedPlayerFreezeEvent (PlexPlayer punishedPlayer,
+ boolean frozen)
+Creates a new event instance
+
+Parameters:
+punishedPlayer
- The player who was punished
+frozen
- The new frozen status
+
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+getHandlerList
+public static org.bukkit.event.HandlerList getHandlerList ()
+
+
+
+
+getHandlers
+public org.bukkit.event.HandlerList getHandlers ()
+
+Specified by:
+getHandlers
in class org.bukkit.event.Event
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/api/dev/plex/api/event/PunishedPlayerLockupEvent.html b/static/javadoc/dev/plex/event/PunishedPlayerLockupEvent.html
similarity index 78%
rename from static/javadoc/api/dev/plex/api/event/PunishedPlayerLockupEvent.html
rename to static/javadoc/dev/plex/event/PunishedPlayerLockupEvent.html
index b13e941..c69d870 100644
--- a/static/javadoc/api/dev/plex/api/event/PunishedPlayerLockupEvent.html
+++ b/static/javadoc/dev/plex/event/PunishedPlayerLockupEvent.html
@@ -1,222 +1,257 @@
-
-
-
-
-PunishedPlayerLockupEvent (api 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-java.lang.Object
-
org.bukkit.event.Event
-
org.bukkit.event.player.PlayerEvent
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.event.Cancellable
-
-
-public class PunishedPlayerLockupEvent
-
extends PunishedPlayerEvent
-implements org.bukkit.event.Cancellable
-Event that is called when a player is frozen or unfrozen
-
-
-
-
-
-
-Nested Class Summary
-
-
Nested classes/interfaces inherited from class org.bukkit.event.Event
-org.bukkit.event.Event.Result
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.event.player.PlayerEvent
-player
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
Creates a new event instance
-
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Instance Methods Concrete Methods
-
-
-
-
-
-
static org.bukkit.event.HandlerList
-
-
-
org.bukkit.event.HandlerList
-
-
-
-
-
-
-
Methods inherited from class org.bukkit.event.player.PlayerEvent
-getPlayer
-
-
Methods inherited from class org.bukkit.event.Event
-callEvent, getEventName, isAsynchronous
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
Methods inherited from interface org.bukkit.event.Cancellable
-isCancelled, setCancelled
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-PunishedPlayerLockupEvent
-public PunishedPlayerLockupEvent (IPlexPlayer punishedPlayer,
- boolean lockedUp)
-Creates a new event instance
-
-Parameters:
-punishedPlayer
- The player who was punished
-lockedUp
- The new muted status
-
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-getHandlerList
-public static org.bukkit.event.HandlerList getHandlerList ()
-
-
-
-
-getHandlers
-public org.bukkit.event.HandlerList getHandlers ()
-
-Specified by:
-getHandlers
in class org.bukkit.event.Event
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+PunishedPlayerLockupEvent (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+java.lang.Object
+
org.bukkit.event.Event
+
org.bukkit.event.player.PlayerEvent
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.event.Cancellable
+
+
+public class PunishedPlayerLockupEvent
+
extends PunishedPlayerEvent
+implements org.bukkit.event.Cancellable
+Event that is called when a player is frozen or unfrozen
+
+
+
+
+
+
+Nested Class Summary
+
+
Nested classes/interfaces inherited from class org.bukkit.event.Event
+org.bukkit.event.Event.Result
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private static final org.bukkit.event.HandlerList
+
+
+
private final boolean
+
+
+
New lock up state of the player
+
+
+
+
+
Fields inherited from class org.bukkit.event.player.PlayerEvent
+player
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
Creates a new event instance
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Instance Methods Concrete Methods
+
+
+
+
+
+
static org.bukkit.event.HandlerList
+
+
+
org.bukkit.event.HandlerList
+
+
+
+
+
+
+
Methods inherited from class org.bukkit.event.player.PlayerEvent
+getPlayer
+
+
Methods inherited from class org.bukkit.event.Event
+callEvent, getEventName, isAsynchronous
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
Methods inherited from interface org.bukkit.event.Cancellable
+isCancelled, setCancelled
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+handlers
+private static final org.bukkit.event.HandlerList handlers
+
+
+
+
+lockedUp
+private final boolean lockedUp
+New lock up state of the player
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+PunishedPlayerLockupEvent
+public PunishedPlayerLockupEvent (PlexPlayer punishedPlayer,
+ boolean lockedUp)
+Creates a new event instance
+
+Parameters:
+punishedPlayer
- The player who was punished
+lockedUp
- The new muted status
+
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+getHandlerList
+public static org.bukkit.event.HandlerList getHandlerList ()
+
+
+
+
+getHandlers
+public org.bukkit.event.HandlerList getHandlers ()
+
+Specified by:
+getHandlers
in class org.bukkit.event.Event
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/api/dev/plex/api/event/PunishedPlayerMuteEvent.html b/static/javadoc/dev/plex/event/PunishedPlayerMuteEvent.html
similarity index 78%
rename from static/javadoc/api/dev/plex/api/event/PunishedPlayerMuteEvent.html
rename to static/javadoc/dev/plex/event/PunishedPlayerMuteEvent.html
index 2763266..b443e0d 100644
--- a/static/javadoc/api/dev/plex/api/event/PunishedPlayerMuteEvent.html
+++ b/static/javadoc/dev/plex/event/PunishedPlayerMuteEvent.html
@@ -1,222 +1,257 @@
-
-
-
-
-PunishedPlayerMuteEvent (api 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-java.lang.Object
-
org.bukkit.event.Event
-
org.bukkit.event.player.PlayerEvent
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.event.Cancellable
-
-
-public class PunishedPlayerMuteEvent
-
extends PunishedPlayerEvent
-implements org.bukkit.event.Cancellable
-Event that is called when a player is frozen or unfrozen
-
-
-
-
-
-
-Nested Class Summary
-
-
Nested classes/interfaces inherited from class org.bukkit.event.Event
-org.bukkit.event.Event.Result
-
-
-
-
-
-Field Summary
-
-
-
Fields inherited from class org.bukkit.event.player.PlayerEvent
-player
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
Creates a new event instance
-
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Instance Methods Concrete Methods
-
-
-
-
-
-
static org.bukkit.event.HandlerList
-
-
-
org.bukkit.event.HandlerList
-
-
-
-
-
-
-
Methods inherited from class org.bukkit.event.player.PlayerEvent
-getPlayer
-
-
Methods inherited from class org.bukkit.event.Event
-callEvent, getEventName, isAsynchronous
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
Methods inherited from interface org.bukkit.event.Cancellable
-isCancelled, setCancelled
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-PunishedPlayerMuteEvent
-public PunishedPlayerMuteEvent (IPlexPlayer punishedPlayer,
- boolean muted)
-Creates a new event instance
-
-Parameters:
-punishedPlayer
- The player who was punished
-muted
- The new muted status
-
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-getHandlerList
-public static org.bukkit.event.HandlerList getHandlerList ()
-
-
-
-
-getHandlers
-public org.bukkit.event.HandlerList getHandlers ()
-
-Specified by:
-getHandlers
in class org.bukkit.event.Event
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+PunishedPlayerMuteEvent (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+java.lang.Object
+
org.bukkit.event.Event
+
org.bukkit.event.player.PlayerEvent
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.event.Cancellable
+
+
+public class PunishedPlayerMuteEvent
+
extends PunishedPlayerEvent
+implements org.bukkit.event.Cancellable
+Event that is called when a player is frozen or unfrozen
+
+
+
+
+
+
+Nested Class Summary
+
+
Nested classes/interfaces inherited from class org.bukkit.event.Event
+org.bukkit.event.Event.Result
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private static final org.bukkit.event.HandlerList
+
+
+
private final boolean
+
+
+
New muted state of the player
+
+
+
+
+
Fields inherited from class org.bukkit.event.player.PlayerEvent
+player
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
Creates a new event instance
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Instance Methods Concrete Methods
+
+
+
+
+
+
static org.bukkit.event.HandlerList
+
+
+
org.bukkit.event.HandlerList
+
+
+
+
+
+
+
Methods inherited from class org.bukkit.event.player.PlayerEvent
+getPlayer
+
+
Methods inherited from class org.bukkit.event.Event
+callEvent, getEventName, isAsynchronous
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
Methods inherited from interface org.bukkit.event.Cancellable
+isCancelled, setCancelled
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+handlers
+private static final org.bukkit.event.HandlerList handlers
+
+
+
+
+muted
+private final boolean muted
+New muted state of the player
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+PunishedPlayerMuteEvent
+public PunishedPlayerMuteEvent (PlexPlayer punishedPlayer,
+ boolean muted)
+Creates a new event instance
+
+Parameters:
+punishedPlayer
- The player who was punished
+muted
- The new muted status
+
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+getHandlerList
+public static org.bukkit.event.HandlerList getHandlerList ()
+
+
+
+
+getHandlers
+public org.bukkit.event.HandlerList getHandlers ()
+
+Specified by:
+getHandlers
in class org.bukkit.event.Event
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/api/dev/plex/api/event/package-summary.html b/static/javadoc/dev/plex/event/package-summary.html
similarity index 65%
rename from static/javadoc/api/dev/plex/api/event/package-summary.html
rename to static/javadoc/dev/plex/event/package-summary.html
index 592a48a..e3b3e6f 100644
--- a/static/javadoc/api/dev/plex/api/event/package-summary.html
+++ b/static/javadoc/dev/plex/event/package-summary.html
@@ -1,130 +1,120 @@
-
-
-
-
-dev.plex.api.event (api 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.api.event
-
-
-
-
-
-
-
-
Classes
-
-
-
-
-
-
Event that is run when a player is added to the admin list
-
-
-
-
Event that is run when a player is removed from the admin list
-
-
-
-
Event that is run when an admins rank is set
-
-
-
-
-
-
Superclass for punishment events
-
-
-
-
Event that is called when a player is frozen or unfrozen
-
-
-
-
Event that is called when a player is frozen or unfrozen
-
-
-
-
Event that is called when a player is frozen or unfrozen
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.event (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.event
+
+
+
+
+
+
+
+
Classes
+
+
+
+
+
+
Event that is run when a player is added to the admin list
+
+
+
+
Event that is run when a player is removed from the admin list
+
+
+
+
Event that is run when an admins rank is set
+
+
+
+
+
+
Superclass for punishment events
+
+
+
+
Event that is called when a player is frozen or unfrozen
+
+
+
+
Event that is called when a player is frozen or unfrozen
+
+
+
+
Event that is called when a player is frozen or unfrozen
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/dev/plex/event/package-tree.html b/static/javadoc/dev/plex/event/package-tree.html
new file mode 100644
index 0000000..a864c65
--- /dev/null
+++ b/static/javadoc/dev/plex/event/package-tree.html
@@ -0,0 +1,88 @@
+
+
+
+
+dev.plex.event Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+Class Hierarchy
+
+java.lang.Object
+
+org.bukkit.event.Event
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/handlers/CommandHandler.html b/static/javadoc/dev/plex/handlers/CommandHandler.html
similarity index 97%
rename from static/javadoc/server/dev/plex/handlers/CommandHandler.html
rename to static/javadoc/dev/plex/handlers/CommandHandler.html
index 4922d1f..2aacc57 100644
--- a/static/javadoc/server/dev/plex/handlers/CommandHandler.html
+++ b/static/javadoc/dev/plex/handlers/CommandHandler.html
@@ -1,140 +1,140 @@
-
-
-
-
-CommandHandler (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-CommandHandler
-public CommandHandler ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+CommandHandler (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+CommandHandler
+public CommandHandler ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/handlers/ListenerHandler.html b/static/javadoc/dev/plex/handlers/ListenerHandler.html
similarity index 97%
rename from static/javadoc/server/dev/plex/handlers/ListenerHandler.html
rename to static/javadoc/dev/plex/handlers/ListenerHandler.html
index 666463e..df9d4d6 100644
--- a/static/javadoc/server/dev/plex/handlers/ListenerHandler.html
+++ b/static/javadoc/dev/plex/handlers/ListenerHandler.html
@@ -1,140 +1,140 @@
-
-
-
-
-ListenerHandler (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-ListenerHandler
-public ListenerHandler ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ListenerHandler (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+ListenerHandler
+public ListenerHandler ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/handlers/package-summary.html b/static/javadoc/dev/plex/handlers/package-summary.html
similarity index 96%
rename from static/javadoc/server/dev/plex/handlers/package-summary.html
rename to static/javadoc/dev/plex/handlers/package-summary.html
index 41d415b..ecc2a0e 100644
--- a/static/javadoc/server/dev/plex/handlers/package-summary.html
+++ b/static/javadoc/dev/plex/handlers/package-summary.html
@@ -1,94 +1,94 @@
-
-
-
-
-dev.plex.handlers (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.handlers
-
-
-
-
-
-
+
+
+
+
+dev.plex.handlers (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.handlers
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/handlers/package-tree.html b/static/javadoc/dev/plex/handlers/package-tree.html
similarity index 95%
rename from static/javadoc/server/dev/plex/handlers/package-tree.html
rename to static/javadoc/dev/plex/handlers/package-tree.html
index 70d339d..5769c04 100644
--- a/static/javadoc/server/dev/plex/handlers/package-tree.html
+++ b/static/javadoc/dev/plex/handlers/package-tree.html
@@ -1,71 +1,71 @@
-
-
-
-
-dev.plex.handlers Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
+
+
+
+
+dev.plex.handlers Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/hook/VaultHook.html b/static/javadoc/dev/plex/hook/VaultHook.html
similarity index 98%
rename from static/javadoc/server/dev/plex/hook/VaultHook.html
rename to static/javadoc/dev/plex/hook/VaultHook.html
index 6430c7c..ac1b543 100644
--- a/static/javadoc/server/dev/plex/hook/VaultHook.html
+++ b/static/javadoc/dev/plex/hook/VaultHook.html
@@ -1,222 +1,222 @@
-
-
-
-
-VaultHook (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class VaultHook
-
extends Object
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
private static net.milkbowl.vault.chat.Chat
-
-
-
private static net.milkbowl.vault.permission.Permission
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Concrete Methods
-
-
-
-
-
-
static net.milkbowl.vault.chat.Chat
-
-
-
static net.milkbowl.vault.permission.Permission
-
-
-
private static net.milkbowl.vault.chat.Chat
-
-
-
private static net.milkbowl.vault.permission.Permission
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-CHAT
-private static net.milkbowl.vault.chat.Chat CHAT
-
-
-
-
-PERMISSIONS
-private static net.milkbowl.vault.permission.Permission PERMISSIONS
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-VaultHook
-public VaultHook ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-setupChat
-private static net.milkbowl.vault.chat.Chat setupChat ()
-
-
-
-
-setupPermissions
-private static net.milkbowl.vault.permission.Permission setupPermissions ()
-
-
-
-
-getPermission
-public static net.milkbowl.vault.permission.Permission getPermission ()
-
-
-
-
-getChat
-public static net.milkbowl.vault.chat.Chat getChat ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+VaultHook (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class VaultHook
+
extends Object
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private static net.milkbowl.vault.chat.Chat
+
+
+
private static net.milkbowl.vault.permission.Permission
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Concrete Methods
+
+
+
+
+
+
static net.milkbowl.vault.chat.Chat
+
+
+
static net.milkbowl.vault.permission.Permission
+
+
+
private static net.milkbowl.vault.chat.Chat
+
+
+
private static net.milkbowl.vault.permission.Permission
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+CHAT
+private static net.milkbowl.vault.chat.Chat CHAT
+
+
+
+
+PERMISSIONS
+private static net.milkbowl.vault.permission.Permission PERMISSIONS
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+VaultHook
+public VaultHook ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+setupChat
+private static net.milkbowl.vault.chat.Chat setupChat ()
+
+
+
+
+setupPermissions
+private static net.milkbowl.vault.permission.Permission setupPermissions ()
+
+
+
+
+getPermission
+public static net.milkbowl.vault.permission.Permission getPermission ()
+
+
+
+
+getChat
+public static net.milkbowl.vault.chat.Chat getChat ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/hook/package-summary.html b/static/javadoc/dev/plex/hook/package-summary.html
similarity index 96%
rename from static/javadoc/server/dev/plex/hook/package-summary.html
rename to static/javadoc/dev/plex/hook/package-summary.html
index e784aab..adc1e93 100644
--- a/static/javadoc/server/dev/plex/hook/package-summary.html
+++ b/static/javadoc/dev/plex/hook/package-summary.html
@@ -1,92 +1,92 @@
-
-
-
-
-dev.plex.hook (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.hook
-
-
-
-
-
-
+
+
+
+
+dev.plex.hook (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.hook
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/hook/package-tree.html b/static/javadoc/dev/plex/hook/package-tree.html
similarity index 95%
rename from static/javadoc/server/dev/plex/hook/package-tree.html
rename to static/javadoc/dev/plex/hook/package-tree.html
index 48c6fda..af4f48d 100644
--- a/static/javadoc/server/dev/plex/hook/package-tree.html
+++ b/static/javadoc/dev/plex/hook/package-tree.html
@@ -1,70 +1,70 @@
-
-
-
-
-dev.plex.hook Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
+
+
+
+
+dev.plex.hook Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/PlexListener.html b/static/javadoc/dev/plex/listener/PlexListener.html
similarity index 98%
rename from static/javadoc/server/dev/plex/listener/PlexListener.html
rename to static/javadoc/dev/plex/listener/PlexListener.html
index ce8445b..9e1f016 100644
--- a/static/javadoc/server/dev/plex/listener/PlexListener.html
+++ b/static/javadoc/dev/plex/listener/PlexListener.html
@@ -1,144 +1,144 @@
-
-
-
-
-PlexListener (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
, org.bukkit.event.Listener
-
-
-Direct Known Subclasses:
-AdminListener
, AntiNukerListener
, AntiSpamListener
, BanListener
, BlockListener
, BookListener
, ChatListener
, CommandListener
, DropListener
, FreezeListener
, GameModeListener
, MobListener
, MuteListener
, PlayerListener
, ServerListener
, SignListener
, TabListener
, TogglesListener
, WorldListener
-
-
-public abstract class PlexListener
-
extends Object
-implements org.bukkit.event.Listener, PlexBase
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-PlexListener
-public PlexListener ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+PlexListener (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
, org.bukkit.event.Listener
+
+
+Direct Known Subclasses:
+AdminListener
, AntiNukerListener
, AntiSpamListener
, BanListener
, BlockListener
, BookListener
, ChatListener
, CommandListener
, DropListener
, FreezeListener
, GameModeListener
, MobListener
, MuteListener
, PlayerListener
, ServerListener
, SignListener
, TabListener
, TogglesListener
, WorldListener
+
+
+public abstract class PlexListener
+
extends Object
+implements org.bukkit.event.Listener, PlexBase
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+PlexListener
+public PlexListener ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/annotation/Toggleable.html b/static/javadoc/dev/plex/listener/annotation/Toggleable.html
similarity index 97%
rename from static/javadoc/server/dev/plex/listener/annotation/Toggleable.html
rename to static/javadoc/dev/plex/listener/annotation/Toggleable.html
index 183f6b9..c9ca642 100644
--- a/static/javadoc/server/dev/plex/listener/annotation/Toggleable.html
+++ b/static/javadoc/dev/plex/listener/annotation/Toggleable.html
@@ -1,114 +1,114 @@
-
-
-
-
-Toggleable (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-Required Element Summary
-Required Elements
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+Toggleable (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+Required Element Summary
+Required Elements
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/annotation/package-summary.html b/static/javadoc/dev/plex/listener/annotation/package-summary.html
similarity index 96%
rename from static/javadoc/server/dev/plex/listener/annotation/package-summary.html
rename to static/javadoc/dev/plex/listener/annotation/package-summary.html
index 7c54a54..0ea263c 100644
--- a/static/javadoc/server/dev/plex/listener/annotation/package-summary.html
+++ b/static/javadoc/dev/plex/listener/annotation/package-summary.html
@@ -1,94 +1,94 @@
-
-
-
-
-dev.plex.listener.annotation (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.listener.annotation
-
-
-
-
-
-
-
-
Annotation Interfaces
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.listener.annotation (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.listener.annotation
+
+
+
+
+
+
+
+
Annotation Interfaces
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/annotation/package-tree.html b/static/javadoc/dev/plex/listener/annotation/package-tree.html
similarity index 95%
rename from static/javadoc/server/dev/plex/listener/annotation/package-tree.html
rename to static/javadoc/dev/plex/listener/annotation/package-tree.html
index 178a6c3..3fa462f 100644
--- a/static/javadoc/server/dev/plex/listener/annotation/package-tree.html
+++ b/static/javadoc/dev/plex/listener/annotation/package-tree.html
@@ -1,66 +1,66 @@
-
-
-
-
-dev.plex.listener.annotation Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-Annotation Interface Hierarchy
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.listener.annotation Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+Annotation Interface Hierarchy
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/impl/AdminListener.html b/static/javadoc/dev/plex/listener/impl/AdminListener.html
similarity index 89%
rename from static/javadoc/server/dev/plex/listener/impl/AdminListener.html
rename to static/javadoc/dev/plex/listener/impl/AdminListener.html
index 2750c5a..782d81a 100644
--- a/static/javadoc/server/dev/plex/listener/impl/AdminListener.html
+++ b/static/javadoc/dev/plex/listener/impl/AdminListener.html
@@ -1,190 +1,190 @@
-
-
-
-
-AdminListener (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
, org.bukkit.event.Listener
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
void
-
onAdminAdd (dev.plex.api.event.AdminAddEvent event)
-
-
void
-
-
-
void
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-AdminListener
-public AdminListener ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-onAdminAdd
-public void onAdminAdd (dev.plex.api.event.AdminAddEvent event)
-
-
-
-
-onAdminRemove
-public void onAdminRemove (dev.plex.api.event.AdminRemoveEvent event)
-
-
-
-
-onAdminSetRank
-public void onAdminSetRank (dev.plex.api.event.AdminSetRankEvent event)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+AdminListener (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
, org.bukkit.event.Listener
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+AdminListener
+public AdminListener ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/impl/AntiNukerListener.html b/static/javadoc/dev/plex/listener/impl/AntiNukerListener.html
similarity index 98%
rename from static/javadoc/server/dev/plex/listener/impl/AntiNukerListener.html
rename to static/javadoc/dev/plex/listener/impl/AntiNukerListener.html
index e706f10..de0cdbf 100644
--- a/static/javadoc/server/dev/plex/listener/impl/AntiNukerListener.html
+++ b/static/javadoc/dev/plex/listener/impl/AntiNukerListener.html
@@ -1,190 +1,190 @@
-
-
-
-
-AntiNukerListener (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
, org.bukkit.event.Listener
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
long
-
-
-
void
-
-
-
void
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-AntiNukerListener
-public AntiNukerListener ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-onBlockPlace
-public void onBlockPlace (org.bukkit.event.block.BlockPlaceEvent event)
-
-
-
-
-onBlockBreak
-public void onBlockBreak (org.bukkit.event.block.BlockBreakEvent event)
-
-
-
-
-getCount
-public long getCount (UUID uuid)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+AntiNukerListener (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
, org.bukkit.event.Listener
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
long
+
+
+
void
+
+
+
void
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+AntiNukerListener
+public AntiNukerListener ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+onBlockPlace
+public void onBlockPlace (org.bukkit.event.block.BlockPlaceEvent event)
+
+
+
+
+onBlockBreak
+public void onBlockBreak (org.bukkit.event.block.BlockBreakEvent event)
+
+
+
+
+getCount
+public long getCount (UUID uuid)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/impl/AntiSpamListener.html b/static/javadoc/dev/plex/listener/impl/AntiSpamListener.html
similarity index 98%
rename from static/javadoc/server/dev/plex/listener/impl/AntiSpamListener.html
rename to static/javadoc/dev/plex/listener/impl/AntiSpamListener.html
index 43528d7..c1b5748 100644
--- a/static/javadoc/server/dev/plex/listener/impl/AntiSpamListener.html
+++ b/static/javadoc/dev/plex/listener/impl/AntiSpamListener.html
@@ -1,190 +1,190 @@
-
-
-
-
-AntiSpamListener (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
, org.bukkit.event.Listener
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
long
-
-
-
void
-
onChat (io.papermc.paper.event.player.AsyncChatEvent event)
-
-
void
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-AntiSpamListener
-public AntiSpamListener ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-onChat
-public void onChat (io.papermc.paper.event.player.AsyncChatEvent event)
-
-
-
-
-onPlayerCommandPreprocess
-public void onPlayerCommandPreprocess (org.bukkit.event.player.PlayerCommandPreprocessEvent event)
-
-
-
-
-getCount
-public long getCount (UUID uuid)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+AntiSpamListener (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
, org.bukkit.event.Listener
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
long
+
+
+
void
+
onChat (io.papermc.paper.event.player.AsyncChatEvent event)
+
+
void
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+AntiSpamListener
+public AntiSpamListener ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+onChat
+public void onChat (io.papermc.paper.event.player.AsyncChatEvent event)
+
+
+
+
+onPlayerCommandPreprocess
+public void onPlayerCommandPreprocess (org.bukkit.event.player.PlayerCommandPreprocessEvent event)
+
+
+
+
+getCount
+public long getCount (UUID uuid)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/impl/BanListener.html b/static/javadoc/dev/plex/listener/impl/BanListener.html
similarity index 97%
rename from static/javadoc/server/dev/plex/listener/impl/BanListener.html
rename to static/javadoc/dev/plex/listener/impl/BanListener.html
index baa709a..882a167 100644
--- a/static/javadoc/server/dev/plex/listener/impl/BanListener.html
+++ b/static/javadoc/dev/plex/listener/impl/BanListener.html
@@ -1,172 +1,172 @@
-
-
-
-
-BanListener (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
, org.bukkit.event.Listener
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
void
-
onPreLogin (org.bukkit.event.player.AsyncPlayerPreLoginEvent event)
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-BanListener
-public BanListener ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-onPreLogin
-public void onPreLogin (org.bukkit.event.player.AsyncPlayerPreLoginEvent event)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+BanListener (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
, org.bukkit.event.Listener
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
void
+
onPreLogin (org.bukkit.event.player.AsyncPlayerPreLoginEvent event)
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+BanListener
+public BanListener ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+onPreLogin
+public void onPreLogin (org.bukkit.event.player.AsyncPlayerPreLoginEvent event)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/impl/BlockListener.html b/static/javadoc/dev/plex/listener/impl/BlockListener.html
similarity index 98%
rename from static/javadoc/server/dev/plex/listener/impl/BlockListener.html
rename to static/javadoc/dev/plex/listener/impl/BlockListener.html
index 0918ef1..a33ea0e 100644
--- a/static/javadoc/server/dev/plex/listener/impl/BlockListener.html
+++ b/static/javadoc/dev/plex/listener/impl/BlockListener.html
@@ -1,231 +1,231 @@
-
-
-
-
-BlockListener (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
, org.bukkit.event.Listener
-
-
-
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
private static final List <org.bukkit.Material>
-
-
-
-
-
-
-
-
-
private static final List <org.bukkit.Material>
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
void
-
-
-
void
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-
-
-
-blockedBlocks
-private static final List <org.bukkit.Material> blockedBlocks
-
-
-
-
-cachedBlockedBlocksConfig
-private static List <String > cachedBlockedBlocksConfig
-
-
-
-
-SIGNS
-private static final List <org.bukkit.Material> SIGNS
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-BlockListener
-public BlockListener ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-onBlockPlace
-public void onBlockPlace (org.bukkit.event.block.BlockPlaceEvent event)
-
-
-
-
-onBlockBreak
-public void onBlockBreak (org.bukkit.event.block.BlockBreakEvent event)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+BlockListener (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
, org.bukkit.event.Listener
+
+
+
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private static final List <org.bukkit.Material>
+
+
+
+
+
+
+
+
+
private static final List <org.bukkit.Material>
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
void
+
+
+
void
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+blockedBlocks
+private static final List <org.bukkit.Material> blockedBlocks
+
+
+
+
+SIGNS
+private static final List <org.bukkit.Material> SIGNS
+
+
+
+
+cachedBlockedBlocksConfig
+private static List <String > cachedBlockedBlocksConfig
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+BlockListener
+public BlockListener ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+onBlockPlace
+public void onBlockPlace (org.bukkit.event.block.BlockPlaceEvent event)
+
+
+
+
+onBlockBreak
+public void onBlockBreak (org.bukkit.event.block.BlockBreakEvent event)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/impl/BookListener.html b/static/javadoc/dev/plex/listener/impl/BookListener.html
similarity index 97%
rename from static/javadoc/server/dev/plex/listener/impl/BookListener.html
rename to static/javadoc/dev/plex/listener/impl/BookListener.html
index 416c3eb..c376372 100644
--- a/static/javadoc/server/dev/plex/listener/impl/BookListener.html
+++ b/static/javadoc/dev/plex/listener/impl/BookListener.html
@@ -1,172 +1,172 @@
-
-
-
-
-BookListener (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
, org.bukkit.event.Listener
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
void
-
onBookEdit (org.bukkit.event.player.PlayerEditBookEvent event)
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-BookListener
-public BookListener ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-onBookEdit
-public void onBookEdit (org.bukkit.event.player.PlayerEditBookEvent event)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+BookListener (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
, org.bukkit.event.Listener
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
void
+
onBookEdit (org.bukkit.event.player.PlayerEditBookEvent event)
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+BookListener
+public BookListener ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+onBookEdit
+public void onBookEdit (org.bukkit.event.player.PlayerEditBookEvent event)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/impl/ChatListener.PlexChatRenderer.html b/static/javadoc/dev/plex/listener/impl/ChatListener.PlexChatRenderer.html
similarity index 97%
rename from static/javadoc/server/dev/plex/listener/impl/ChatListener.PlexChatRenderer.html
rename to static/javadoc/dev/plex/listener/impl/ChatListener.PlexChatRenderer.html
index 1284389..00756c7 100644
--- a/static/javadoc/server/dev/plex/listener/impl/ChatListener.PlexChatRenderer.html
+++ b/static/javadoc/dev/plex/listener/impl/ChatListener.PlexChatRenderer.html
@@ -1,237 +1,237 @@
-
-
-
-
-ChatListener.PlexChatRenderer (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-io.papermc.paper.chat.ChatRenderer
-
-
-Enclosing class:
-ChatListener
-
-
-public static class ChatListener.PlexChatRenderer
-
extends Object
-implements io.papermc.paper.chat.ChatRenderer
-
-
-
-
-
-
-Nested Class Summary
-
-
Nested classes/interfaces inherited from interface io.papermc.paper.chat.ChatRenderer
-io.papermc.paper.chat.ChatRenderer.ViewerUnaware
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
Supplier <net.kyori.adventure.text.Component>
-
-
-
boolean
-
-
-
net.kyori.adventure.text.Component
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
@NotNull net.kyori.adventure.text.Component
-
render (@NotNull org.bukkit.entity.Player source,
- @NotNull net.kyori.adventure.text.Component sourceDisplayName,
- @NotNull net.kyori.adventure.text.Component message,
- @NotNull net.kyori.adventure.audience.Audience viewer)
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-hasPrefix
-public boolean hasPrefix
-
-
-
-
-prefix
-public net.kyori.adventure.text.Component prefix
-
-
-
-
-before
-public Supplier <net.kyori.adventure.text.Component> before
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-PlexChatRenderer
-public PlexChatRenderer ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-render
-@NotNull
- public @NotNull net.kyori.adventure.text.Component render (@NotNull
- @NotNull org.bukkit.entity.Player source,
- @NotNull
- @NotNull net.kyori.adventure.text.Component sourceDisplayName,
- @NotNull
- @NotNull net.kyori.adventure.text.Component message,
- @NotNull
- @NotNull net.kyori.adventure.audience.Audience viewer)
-
-Specified by:
-render
in interface io.papermc.paper.chat.ChatRenderer
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ChatListener.PlexChatRenderer (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+io.papermc.paper.chat.ChatRenderer
+
+
+Enclosing class:
+ChatListener
+
+
+public static class ChatListener.PlexChatRenderer
+
extends Object
+implements io.papermc.paper.chat.ChatRenderer
+
+
+
+
+
+
+Nested Class Summary
+
+
Nested classes/interfaces inherited from interface io.papermc.paper.chat.ChatRenderer
+io.papermc.paper.chat.ChatRenderer.Default, io.papermc.paper.chat.ChatRenderer.ViewerUnaware
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
Supplier <net.kyori.adventure.text.Component>
+
+
+
boolean
+
+
+
net.kyori.adventure.text.Component
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
@NotNull net.kyori.adventure.text.Component
+
render (@NotNull org.bukkit.entity.Player source,
+ @NotNull net.kyori.adventure.text.Component sourceDisplayName,
+ @NotNull net.kyori.adventure.text.Component message,
+ @NotNull net.kyori.adventure.audience.Audience viewer)
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+hasPrefix
+public boolean hasPrefix
+
+
+
+
+prefix
+public net.kyori.adventure.text.Component prefix
+
+
+
+
+before
+public Supplier <net.kyori.adventure.text.Component> before
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+PlexChatRenderer
+public PlexChatRenderer ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+render
+@NotNull
+ public @NotNull net.kyori.adventure.text.Component render (@NotNull
+ @NotNull org.bukkit.entity.Player source,
+ @NotNull
+ @NotNull net.kyori.adventure.text.Component sourceDisplayName,
+ @NotNull
+ @NotNull net.kyori.adventure.text.Component message,
+ @NotNull
+ @NotNull net.kyori.adventure.audience.Audience viewer)
+
+Specified by:
+render
in interface io.papermc.paper.chat.ChatRenderer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/impl/ChatListener.html b/static/javadoc/dev/plex/listener/impl/ChatListener.html
similarity index 89%
rename from static/javadoc/server/dev/plex/listener/impl/ChatListener.html
rename to static/javadoc/dev/plex/listener/impl/ChatListener.html
index 9ff1c44..1eefc15 100644
--- a/static/javadoc/server/dev/plex/listener/impl/ChatListener.html
+++ b/static/javadoc/dev/plex/listener/impl/ChatListener.html
@@ -1,213 +1,219 @@
-
-
-
-
-ChatListener (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
, org.bukkit.event.Listener
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-Nested Classes
-
-
-
-
-
static class
-
-
-
static class
-
-
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
private static final net.kyori.adventure.text.TextReplacementConfig
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
void
-
onChat (io.papermc.paper.event.player.AsyncChatEvent event)
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-URL_REPLACEMENT_CONFIG
-private static final net.kyori.adventure.text.TextReplacementConfig URL_REPLACEMENT_CONFIG
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-ChatListener
-public ChatListener ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-onChat
-public void onChat (io.papermc.paper.event.player.AsyncChatEvent event)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ChatListener (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
, org.bukkit.event.Listener
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+Nested Classes
+
+
+
+
+
static class
+
+
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+
static final net.kyori.adventure.text.TextReplacementConfig
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
void
+
onChat (io.papermc.paper.event.player.AsyncChatEvent event)
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+URL_REPLACEMENT_CONFIG
+public static final net.kyori.adventure.text.TextReplacementConfig URL_REPLACEMENT_CONFIG
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+ChatListener
+public ChatListener ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+onChat
+public void onChat (io.papermc.paper.event.player.AsyncChatEvent event)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/impl/CommandListener.html b/static/javadoc/dev/plex/listener/impl/CommandListener.html
similarity index 98%
rename from static/javadoc/server/dev/plex/listener/impl/CommandListener.html
rename to static/javadoc/dev/plex/listener/impl/CommandListener.html
index c2c0750..9a13d49 100644
--- a/static/javadoc/server/dev/plex/listener/impl/CommandListener.html
+++ b/static/javadoc/dev/plex/listener/impl/CommandListener.html
@@ -1,190 +1,190 @@
-
-
-
-
-CommandListener (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
, org.bukkit.event.Listener
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
private boolean
-
-
-
void
-
-
-
void
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-CommandListener
-public CommandListener ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-onPlayerCommandPreprocess
-public void onPlayerCommandPreprocess (org.bukkit.event.player.PlayerCommandPreprocessEvent event)
-
-
-
-
-onCommandBlocking
-public void onCommandBlocking (org.bukkit.event.player.PlayerCommandPreprocessEvent event)
-
-
-
-
-hasCommandSpy
-private boolean hasCommandSpy (PlexPlayer plexPlayer)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+CommandListener (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
, org.bukkit.event.Listener
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
private boolean
+
+
+
void
+
+
+
void
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+CommandListener
+public CommandListener ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+onPlayerCommandPreprocess
+public void onPlayerCommandPreprocess (org.bukkit.event.player.PlayerCommandPreprocessEvent event)
+
+
+
+
+onCommandBlocking
+public void onCommandBlocking (org.bukkit.event.player.PlayerCommandPreprocessEvent event)
+
+
+
+
+hasCommandSpy
+private boolean hasCommandSpy (PlexPlayer plexPlayer)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/impl/DropListener.html b/static/javadoc/dev/plex/listener/impl/DropListener.html
similarity index 97%
rename from static/javadoc/server/dev/plex/listener/impl/DropListener.html
rename to static/javadoc/dev/plex/listener/impl/DropListener.html
index b3e4621..8523da3 100644
--- a/static/javadoc/server/dev/plex/listener/impl/DropListener.html
+++ b/static/javadoc/dev/plex/listener/impl/DropListener.html
@@ -1,172 +1,172 @@
-
-
-
-
-DropListener (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
, org.bukkit.event.Listener
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-DropListener
-public DropListener ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-onPlayerDropItem
-public void onPlayerDropItem (org.bukkit.event.player.PlayerDropItemEvent event)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+DropListener (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
, org.bukkit.event.Listener
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+DropListener
+public DropListener ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+onPlayerDropItem
+public void onPlayerDropItem (org.bukkit.event.player.PlayerDropItemEvent event)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/impl/FreezeListener.html b/static/javadoc/dev/plex/listener/impl/FreezeListener.html
similarity index 98%
rename from static/javadoc/server/dev/plex/listener/impl/FreezeListener.html
rename to static/javadoc/dev/plex/listener/impl/FreezeListener.html
index a6662e6..cfcb582 100644
--- a/static/javadoc/server/dev/plex/listener/impl/FreezeListener.html
+++ b/static/javadoc/dev/plex/listener/impl/FreezeListener.html
@@ -1,181 +1,181 @@
-
-
-
-
-FreezeListener (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
, org.bukkit.event.Listener
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
void
-
-
-
void
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-FreezeListener
-public FreezeListener ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-onPlayerMove
-public void onPlayerMove (org.bukkit.event.player.PlayerMoveEvent e)
-
-
-
-
-onPlayerTeleport
-public void onPlayerTeleport (org.bukkit.event.player.PlayerTeleportEvent e)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+FreezeListener (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
, org.bukkit.event.Listener
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
void
+
+
+
void
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+FreezeListener
+public FreezeListener ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+onPlayerMove
+public void onPlayerMove (org.bukkit.event.player.PlayerMoveEvent e)
+
+
+
+
+onPlayerTeleport
+public void onPlayerTeleport (org.bukkit.event.player.PlayerTeleportEvent e)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/impl/GameModeListener.html b/static/javadoc/dev/plex/listener/impl/GameModeListener.html
similarity index 94%
rename from static/javadoc/server/dev/plex/listener/impl/GameModeListener.html
rename to static/javadoc/dev/plex/listener/impl/GameModeListener.html
index 2dc2694..67688fc 100644
--- a/static/javadoc/server/dev/plex/listener/impl/GameModeListener.html
+++ b/static/javadoc/dev/plex/listener/impl/GameModeListener.html
@@ -1,172 +1,172 @@
-
-
-
-
-GameModeListener (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
, org.bukkit.event.Listener
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-GameModeListener
-public GameModeListener ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-onGameModeUpdate
-public void onGameModeUpdate (dev.plex.api.event.GameModeUpdateEvent event)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+GameModeListener (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
, org.bukkit.event.Listener
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+GameModeListener
+public GameModeListener ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/impl/MobListener.html b/static/javadoc/dev/plex/listener/impl/MobListener.html
similarity index 98%
rename from static/javadoc/server/dev/plex/listener/impl/MobListener.html
rename to static/javadoc/dev/plex/listener/impl/MobListener.html
index 20a89c1..1e3bdc2 100644
--- a/static/javadoc/server/dev/plex/listener/impl/MobListener.html
+++ b/static/javadoc/dev/plex/listener/impl/MobListener.html
@@ -1,231 +1,231 @@
-
-
-
-
-MobListener (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
, org.bukkit.event.Listener
-
-
-
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
private static final List <org.bukkit.Material>
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Instance Methods Concrete Methods
-
-
-
-
-
-
void
-
onDispense (org.bukkit.event.block.BlockDispenseEvent event)
-
-
void
-
onEntityClick (org.bukkit.event.player.PlayerInteractEntityEvent event)
-
-
void
-
-
-
void
-
-
-
private static org.bukkit.entity.EntityType
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-SPAWN_EGGS
-private static final List <org.bukkit.Material> SPAWN_EGGS
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-MobListener
-public MobListener ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-onEntitySpawn
-public void onEntitySpawn (org.bukkit.event.entity.EntitySpawnEvent event)
-
-
-
-
-onDispense
-public void onDispense (org.bukkit.event.block.BlockDispenseEvent event)
-
-
-
-
-onEntityClick
-public void onEntityClick (org.bukkit.event.player.PlayerInteractEntityEvent event)
-
-
-
-
-onPlayerInteract
-public void onPlayerInteract (org.bukkit.event.player.PlayerInteractEvent event)
-
-
-
-
-spawnEggToEntityType
-private static org.bukkit.entity.EntityType spawnEggToEntityType (org.bukkit.Material mat)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+MobListener (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
, org.bukkit.event.Listener
+
+
+
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private static final List <org.bukkit.Material>
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Instance Methods Concrete Methods
+
+
+
+
+
+
void
+
onDispense (org.bukkit.event.block.BlockDispenseEvent event)
+
+
void
+
onEntityClick (org.bukkit.event.player.PlayerInteractEntityEvent event)
+
+
void
+
+
+
void
+
+
+
private static org.bukkit.entity.EntityType
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+SPAWN_EGGS
+private static final List <org.bukkit.Material> SPAWN_EGGS
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+MobListener
+public MobListener ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+spawnEggToEntityType
+private static org.bukkit.entity.EntityType spawnEggToEntityType (org.bukkit.Material mat)
+
+
+
+
+onEntitySpawn
+public void onEntitySpawn (org.bukkit.event.entity.EntitySpawnEvent event)
+
+
+
+
+onDispense
+public void onDispense (org.bukkit.event.block.BlockDispenseEvent event)
+
+
+
+
+onEntityClick
+public void onEntityClick (org.bukkit.event.player.PlayerInteractEntityEvent event)
+
+
+
+
+onPlayerInteract
+public void onPlayerInteract (org.bukkit.event.player.PlayerInteractEvent event)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/impl/MuteListener.html b/static/javadoc/dev/plex/listener/impl/MuteListener.html
similarity index 98%
rename from static/javadoc/server/dev/plex/listener/impl/MuteListener.html
rename to static/javadoc/dev/plex/listener/impl/MuteListener.html
index 1bde299..2513323 100644
--- a/static/javadoc/server/dev/plex/listener/impl/MuteListener.html
+++ b/static/javadoc/dev/plex/listener/impl/MuteListener.html
@@ -1,204 +1,204 @@
-
-
-
-
-MuteListener (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
, org.bukkit.event.Listener
-
-
-
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
void
-
onChat (io.papermc.paper.event.player.AsyncChatEvent event)
-
-
void
-
onCommand (org.bukkit.event.player.PlayerCommandPreprocessEvent event)
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-MuteListener
-public MuteListener ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-onChat
-public void onChat (io.papermc.paper.event.player.AsyncChatEvent event)
-
-
-
-
-onCommand
-public void onCommand (org.bukkit.event.player.PlayerCommandPreprocessEvent event)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+MuteListener (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
, org.bukkit.event.Listener
+
+
+
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
void
+
onChat (io.papermc.paper.event.player.AsyncChatEvent event)
+
+
void
+
onCommand (org.bukkit.event.player.PlayerCommandPreprocessEvent event)
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+MuteListener
+public MuteListener ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+onChat
+public void onChat (io.papermc.paper.event.player.AsyncChatEvent event)
+
+
+
+
+onCommand
+public void onCommand (org.bukkit.event.player.PlayerCommandPreprocessEvent event)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/impl/PlayerListener.html b/static/javadoc/dev/plex/listener/impl/PlayerListener.html
similarity index 98%
rename from static/javadoc/server/dev/plex/listener/impl/PlayerListener.html
rename to static/javadoc/dev/plex/listener/impl/PlayerListener.html
index e04d8a2..8496029 100644
--- a/static/javadoc/server/dev/plex/listener/impl/PlayerListener.html
+++ b/static/javadoc/dev/plex/listener/impl/PlayerListener.html
@@ -1,199 +1,199 @@
-
-
-
-
-PlayerListener (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
, org.bukkit.event.Listener
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
void
-
-
-
void
-
-
-
void
-
-
-
void
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-PlayerListener
-public PlayerListener ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-onPlayerSetup
-public void onPlayerSetup (org.bukkit.event.player.PlayerJoinEvent event)
-
-
-
-
-onPlayerSave
-public void onPlayerSave (org.bukkit.event.player.PlayerQuitEvent event)
-
-
-
-
-onPlayerInventoryClose
-public void onPlayerInventoryClose (org.bukkit.event.inventory.InventoryCloseEvent event)
-
-
-
-
-onInventoryClick
-public void onInventoryClick (org.bukkit.event.inventory.InventoryClickEvent event)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+PlayerListener (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
, org.bukkit.event.Listener
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+PlayerListener
+public PlayerListener ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+onPlayerSetup
+public void onPlayerSetup (org.bukkit.event.player.PlayerJoinEvent event)
+
+
+
+
+onPlayerSave
+public void onPlayerSave (org.bukkit.event.player.PlayerQuitEvent event)
+
+
+
+
+onPlayerInventoryClose
+public void onPlayerInventoryClose (org.bukkit.event.inventory.InventoryCloseEvent event)
+
+
+
+
+onInventoryClick
+public void onInventoryClick (org.bukkit.event.inventory.InventoryClickEvent event)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/impl/ServerListener.html b/static/javadoc/dev/plex/listener/impl/ServerListener.html
similarity index 97%
rename from static/javadoc/server/dev/plex/listener/impl/ServerListener.html
rename to static/javadoc/dev/plex/listener/impl/ServerListener.html
index 0735068..29ad304 100644
--- a/static/javadoc/server/dev/plex/listener/impl/ServerListener.html
+++ b/static/javadoc/dev/plex/listener/impl/ServerListener.html
@@ -1,172 +1,172 @@
-
-
-
-
-ServerListener (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
, org.bukkit.event.Listener
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
void
-
onServerPing (com.destroystokyo.paper.event.server.PaperServerListPingEvent event)
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-ServerListener
-public ServerListener ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-onServerPing
-public void onServerPing (com.destroystokyo.paper.event.server.PaperServerListPingEvent event)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ServerListener (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
, org.bukkit.event.Listener
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
void
+
onServerPing (com.destroystokyo.paper.event.server.PaperServerListPingEvent event)
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+ServerListener
+public ServerListener ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+onServerPing
+public void onServerPing (com.destroystokyo.paper.event.server.PaperServerListPingEvent event)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/impl/SignListener.html b/static/javadoc/dev/plex/listener/impl/SignListener.html
similarity index 97%
rename from static/javadoc/server/dev/plex/listener/impl/SignListener.html
rename to static/javadoc/dev/plex/listener/impl/SignListener.html
index 71af43a..fd56579 100644
--- a/static/javadoc/server/dev/plex/listener/impl/SignListener.html
+++ b/static/javadoc/dev/plex/listener/impl/SignListener.html
@@ -1,172 +1,172 @@
-
-
-
-
-SignListener (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
, org.bukkit.event.Listener
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
void
-
onSignEdit (org.bukkit.event.block.SignChangeEvent event)
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-SignListener
-public SignListener ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-onSignEdit
-public void onSignEdit (org.bukkit.event.block.SignChangeEvent event)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+SignListener (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
, org.bukkit.event.Listener
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
void
+
onSignEdit (org.bukkit.event.block.SignChangeEvent event)
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+SignListener
+public SignListener ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+onSignEdit
+public void onSignEdit (org.bukkit.event.block.SignChangeEvent event)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/impl/TabListener.html b/static/javadoc/dev/plex/listener/impl/TabListener.html
similarity index 90%
rename from static/javadoc/server/dev/plex/listener/impl/TabListener.html
rename to static/javadoc/dev/plex/listener/impl/TabListener.html
index 133df96..0893f63 100644
--- a/static/javadoc/server/dev/plex/listener/impl/TabListener.html
+++ b/static/javadoc/dev/plex/listener/impl/TabListener.html
@@ -1,199 +1,199 @@
-
-
-
-
-TabListener (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
, org.bukkit.event.Listener
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
void
-
onAdminAdd (dev.plex.api.event.AdminAddEvent event)
-
-
void
-
-
-
void
-
-
-
void
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-TabListener
-public TabListener ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-onPlayerJoin
-public void onPlayerJoin (org.bukkit.event.player.PlayerJoinEvent event)
-
-
-
-
-onAdminAdd
-public void onAdminAdd (dev.plex.api.event.AdminAddEvent event)
-
-
-
-
-onAdminRemove
-public void onAdminRemove (dev.plex.api.event.AdminRemoveEvent event)
-
-
-
-
-onAdminSetRank
-public void onAdminSetRank (dev.plex.api.event.AdminSetRankEvent event)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+TabListener (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
, org.bukkit.event.Listener
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+TabListener
+public TabListener ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+onPlayerJoin
+public void onPlayerJoin (org.bukkit.event.player.PlayerJoinEvent event)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/impl/TogglesListener.html b/static/javadoc/dev/plex/listener/impl/TogglesListener.html
similarity index 98%
rename from static/javadoc/server/dev/plex/listener/impl/TogglesListener.html
rename to static/javadoc/dev/plex/listener/impl/TogglesListener.html
index 957134f..03439c1 100644
--- a/static/javadoc/server/dev/plex/listener/impl/TogglesListener.html
+++ b/static/javadoc/dev/plex/listener/impl/TogglesListener.html
@@ -1,208 +1,208 @@
-
-
-
-
-TogglesListener (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
, org.bukkit.event.Listener
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
void
-
-
-
void
-
-
-
void
-
-
-
void
-
-
-
void
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-TogglesListener
-public TogglesListener ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-onBlockExplode
-public void onBlockExplode (org.bukkit.event.entity.ExplosionPrimeEvent event)
-
-
-
-
-onEntityExplode
-public void onEntityExplode (org.bukkit.event.entity.EntityExplodeEvent event)
-
-
-
-
-onFluidSpread
-public void onFluidSpread (org.bukkit.event.block.BlockFromToEvent event)
-
-
-
-
-onFluidSpread
-public void onFluidSpread (org.bukkit.event.player.PlayerDropItemEvent event)
-
-
-
-
-onBlockRedstone
-public void onBlockRedstone (org.bukkit.event.block.BlockRedstoneEvent event)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+TogglesListener (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
, org.bukkit.event.Listener
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+TogglesListener
+public TogglesListener ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+onBlockExplode
+public void onBlockExplode (org.bukkit.event.entity.ExplosionPrimeEvent event)
+
+
+
+
+onEntityExplode
+public void onEntityExplode (org.bukkit.event.entity.EntityExplodeEvent event)
+
+
+
+
+onFluidSpread
+public void onFluidSpread (org.bukkit.event.block.BlockFromToEvent event)
+
+
+
+
+onFluidSpread
+public void onFluidSpread (org.bukkit.event.player.PlayerDropItemEvent event)
+
+
+
+
+onBlockRedstone
+public void onBlockRedstone (org.bukkit.event.block.BlockRedstoneEvent event)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/impl/WorldListener.html b/static/javadoc/dev/plex/listener/impl/WorldListener.html
similarity index 98%
rename from static/javadoc/server/dev/plex/listener/impl/WorldListener.html
rename to static/javadoc/dev/plex/listener/impl/WorldListener.html
index 1bfe2d5..dda80e7 100644
--- a/static/javadoc/server/dev/plex/listener/impl/WorldListener.html
+++ b/static/javadoc/dev/plex/listener/impl/WorldListener.html
@@ -1,281 +1,281 @@
-
-
-
-
-WorldListener (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
, org.bukkit.event.Listener
-
-
-
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
private boolean
-
-
-
Check if a Player has the ability to enter the requested world
-
-
private boolean
-
canModifyWorld (org.bukkit.entity.Player player,
- boolean showMessage)
-
-
Check if a Player has the ability to modify the world they are in
-
-
private boolean
-
-
-
void
-
-
-
void
-
-
-
void
-
-
-
void
-
-
-
void
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-WorldListener
-public WorldListener ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-onBlockPlace
-public void onBlockPlace (org.bukkit.event.block.BlockPlaceEvent event)
-
-
-
-
-onBlockBreak
-public void onBlockBreak (org.bukkit.event.block.BlockBreakEvent event)
-
-
-
-
-onEntitySpawn
-public void onEntitySpawn (org.bukkit.event.entity.EntitySpawnEvent event)
-
-
-
-
-onPlayerCommandPreprocess
-public void onPlayerCommandPreprocess (org.bukkit.event.player.PlayerCommandPreprocessEvent event)
-
-
-
-
-onWorldTeleport
-public void onWorldTeleport (org.bukkit.event.player.PlayerTeleportEvent event)
-
-
-
-
-
-
-
-canModifyWorld
-private boolean canModifyWorld (org.bukkit.entity.Player player,
- boolean showMessage)
-Check if a Player has the ability to modify the world they are in
-
-Parameters:
-player
- The player who wants to modify the world
-showMessage
- Whether the message from the config.yml should be shown
-Returns:
-Returns true if the person has the ability to modify the world
-
-
-
-
-
-canEnterWorld
-private boolean canEnterWorld (org.bukkit.entity.Player player)
-Check if a Player has the ability to enter the requested world
-
-Parameters:
-player
- The player who wants to enter the world
-Returns:
-Returns true if the person has the ability to enter the world
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+WorldListener (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
, org.bukkit.event.Listener
+
+
+
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
private boolean
+
+
+
Check if a Player has the ability to enter the requested world
+
+
private boolean
+
canModifyWorld (org.bukkit.entity.Player player,
+ boolean showMessage)
+
+
Check if a Player has the ability to modify the world they are in
+
+
private boolean
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+WorldListener
+public WorldListener ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+onBlockPlace
+public void onBlockPlace (org.bukkit.event.block.BlockPlaceEvent event)
+
+
+
+
+onBlockBreak
+public void onBlockBreak (org.bukkit.event.block.BlockBreakEvent event)
+
+
+
+
+onEntitySpawn
+public void onEntitySpawn (org.bukkit.event.entity.EntitySpawnEvent event)
+
+
+
+
+onPlayerCommandPreprocess
+public void onPlayerCommandPreprocess (org.bukkit.event.player.PlayerCommandPreprocessEvent event)
+
+
+
+
+onWorldTeleport
+public void onWorldTeleport (org.bukkit.event.player.PlayerTeleportEvent event)
+
+
+
+
+
+
+
+canModifyWorld
+private boolean canModifyWorld (org.bukkit.entity.Player player,
+ boolean showMessage)
+Check if a Player has the ability to modify the world they are in
+
+Parameters:
+player
- The player who wants to modify the world
+showMessage
- Whether the message from the config.yml should be shown
+Returns:
+Returns true if the person has the ability to modify the world
+
+
+
+
+
+canEnterWorld
+private boolean canEnterWorld (org.bukkit.entity.Player player)
+Check if a Player has the ability to enter the requested world
+
+Parameters:
+player
- The player who wants to enter the world
+Returns:
+Returns true if the person has the ability to enter the world
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/impl/package-summary.html b/static/javadoc/dev/plex/listener/impl/package-summary.html
similarity index 79%
rename from static/javadoc/server/dev/plex/listener/impl/package-summary.html
rename to static/javadoc/dev/plex/listener/impl/package-summary.html
index fd7989a..acee2dd 100644
--- a/static/javadoc/server/dev/plex/listener/impl/package-summary.html
+++ b/static/javadoc/dev/plex/listener/impl/package-summary.html
@@ -1,134 +1,132 @@
-
-
-
-
-dev.plex.listener.impl (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.listener.impl
-
-
-
-
-
-
-
-
Classes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.listener.impl (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.listener.impl
+
+
+
+
+
+
+
+
Classes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/impl/package-tree.html b/static/javadoc/dev/plex/listener/impl/package-tree.html
similarity index 94%
rename from static/javadoc/server/dev/plex/listener/impl/package-tree.html
rename to static/javadoc/dev/plex/listener/impl/package-tree.html
index 57dd8e1..14ad263 100644
--- a/static/javadoc/server/dev/plex/listener/impl/package-tree.html
+++ b/static/javadoc/dev/plex/listener/impl/package-tree.html
@@ -1,94 +1,93 @@
-
-
-
-
-dev.plex.listener.impl Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
+
+
+
+
+dev.plex.listener.impl Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/package-summary.html b/static/javadoc/dev/plex/listener/package-summary.html
similarity index 96%
rename from static/javadoc/server/dev/plex/listener/package-summary.html
rename to static/javadoc/dev/plex/listener/package-summary.html
index 3ecb022..4caa855 100644
--- a/static/javadoc/server/dev/plex/listener/package-summary.html
+++ b/static/javadoc/dev/plex/listener/package-summary.html
@@ -1,96 +1,96 @@
-
-
-
-
-dev.plex.listener (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.listener
-
-
-
-
-
-
+
+
+
+
+dev.plex.listener (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.listener
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/package-tree.html b/static/javadoc/dev/plex/listener/package-tree.html
similarity index 95%
rename from static/javadoc/server/dev/plex/listener/package-tree.html
rename to static/javadoc/dev/plex/listener/package-tree.html
index 876d153..34d3402 100644
--- a/static/javadoc/server/dev/plex/listener/package-tree.html
+++ b/static/javadoc/dev/plex/listener/package-tree.html
@@ -1,70 +1,70 @@
-
-
-
-
-dev.plex.listener Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
+
+
+
+
+dev.plex.listener Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/menu/PunishedPlayerMenu.html b/static/javadoc/dev/plex/menu/PunishedPlayerMenu.html
similarity index 98%
rename from static/javadoc/server/dev/plex/menu/PunishedPlayerMenu.html
rename to static/javadoc/dev/plex/menu/PunishedPlayerMenu.html
index 893fd5d..a30aa55 100644
--- a/static/javadoc/server/dev/plex/menu/PunishedPlayerMenu.html
+++ b/static/javadoc/dev/plex/menu/PunishedPlayerMenu.html
@@ -1,242 +1,242 @@
-
-
-
-
-PunishedPlayerMenu (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.event.Listener
-
-
-
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
private final List <org.bukkit.inventory.Inventory>
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
int
-
-
-
List <org.bukkit.inventory.Inventory>
-
-
-
private boolean
-
-
-
void
-
onClick (org.bukkit.event.inventory.InventoryClickEvent event)
-
-
void
-
openInv (org.bukkit.entity.Player player,
- int index)
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-
-
-
-inventories
-private final List <org.bukkit.inventory.Inventory> inventories
-
-
-
-
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-getInventory
-public List <org.bukkit.inventory.Inventory> getInventory ()
-
-
-
-
-openInv
-public void openInv (org.bukkit.entity.Player player,
- int index)
-
-
-
-
-onClick
-public void onClick (org.bukkit.event.inventory.InventoryClickEvent event)
-
-
-
-
-getCurrentInventoryIndex
-public int getCurrentInventoryIndex (org.bukkit.inventory.Inventory inventory)
-
-
-
-
-isValidInventory
-private boolean isValidInventory (org.bukkit.inventory.Inventory inventory)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+PunishedPlayerMenu (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.event.Listener
+
+
+
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private final List <org.bukkit.inventory.Inventory>
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
int
+
+
+
List <org.bukkit.inventory.Inventory>
+
+
+
private boolean
+
+
+
void
+
onClick (org.bukkit.event.inventory.InventoryClickEvent event)
+
+
void
+
openInv (org.bukkit.entity.Player player,
+ int index)
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+
+
+
+inventories
+private final List <org.bukkit.inventory.Inventory> inventories
+
+
+
+
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+getInventory
+public List <org.bukkit.inventory.Inventory> getInventory ()
+
+
+
+
+openInv
+public void openInv (org.bukkit.entity.Player player,
+ int index)
+
+
+
+
+onClick
+public void onClick (org.bukkit.event.inventory.InventoryClickEvent event)
+
+
+
+
+getCurrentInventoryIndex
+public int getCurrentInventoryIndex (org.bukkit.inventory.Inventory inventory)
+
+
+
+
+isValidInventory
+private boolean isValidInventory (org.bukkit.inventory.Inventory inventory)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/menu/PunishmentMenu.html b/static/javadoc/dev/plex/menu/PunishmentMenu.html
similarity index 98%
rename from static/javadoc/server/dev/plex/menu/PunishmentMenu.html
rename to static/javadoc/dev/plex/menu/PunishmentMenu.html
index d7027f0..fb21f6d 100644
--- a/static/javadoc/server/dev/plex/menu/PunishmentMenu.html
+++ b/static/javadoc/dev/plex/menu/PunishmentMenu.html
@@ -1,233 +1,233 @@
-
-
-
-
-PunishmentMenu (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-org.bukkit.event.Listener
-
-
-
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
private final List <org.bukkit.inventory.Inventory>
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
int
-
-
-
List <org.bukkit.inventory.Inventory>
-
-
-
private boolean
-
-
-
void
-
onClick (org.bukkit.event.inventory.InventoryClickEvent event)
-
-
void
-
openInv (org.bukkit.entity.Player player,
- int index)
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-inventories
-private final List <org.bukkit.inventory.Inventory> inventories
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-PunishmentMenu
-public PunishmentMenu ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-getInventory
-public List <org.bukkit.inventory.Inventory> getInventory ()
-
-
-
-
-openInv
-public void openInv (org.bukkit.entity.Player player,
- int index)
-
-
-
-
-onClick
-public void onClick (org.bukkit.event.inventory.InventoryClickEvent event)
-
-
-
-
-getCurrentInventoryIndex
-public int getCurrentInventoryIndex (org.bukkit.inventory.Inventory inventory)
-
-
-
-
-isValidInventory
-private boolean isValidInventory (org.bukkit.inventory.Inventory inventory)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+PunishmentMenu (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+org.bukkit.event.Listener
+
+
+
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private final List <org.bukkit.inventory.Inventory>
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
int
+
+
+
List <org.bukkit.inventory.Inventory>
+
+
+
private boolean
+
+
+
void
+
onClick (org.bukkit.event.inventory.InventoryClickEvent event)
+
+
void
+
openInv (org.bukkit.entity.Player player,
+ int index)
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+inventories
+private final List <org.bukkit.inventory.Inventory> inventories
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+PunishmentMenu
+public PunishmentMenu ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+getInventory
+public List <org.bukkit.inventory.Inventory> getInventory ()
+
+
+
+
+openInv
+public void openInv (org.bukkit.entity.Player player,
+ int index)
+
+
+
+
+onClick
+public void onClick (org.bukkit.event.inventory.InventoryClickEvent event)
+
+
+
+
+getCurrentInventoryIndex
+public int getCurrentInventoryIndex (org.bukkit.inventory.Inventory inventory)
+
+
+
+
+isValidInventory
+private boolean isValidInventory (org.bukkit.inventory.Inventory inventory)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/menu/ToggleMenu.html b/static/javadoc/dev/plex/menu/ToggleMenu.html
similarity index 98%
rename from static/javadoc/server/dev/plex/menu/ToggleMenu.html
rename to static/javadoc/dev/plex/menu/ToggleMenu.html
index da2c2f5..4c4179c 100644
--- a/static/javadoc/server/dev/plex/menu/ToggleMenu.html
+++ b/static/javadoc/dev/plex/menu/ToggleMenu.html
@@ -1,264 +1,264 @@
-
-
-
-
-ToggleMenu (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
, org.bukkit.event.Listener
-
-
-
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
private final List <org.bukkit.inventory.Inventory>
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
int
-
-
-
private boolean
-
-
-
void
-
onClick (org.bukkit.event.inventory.InventoryClickEvent event)
-
-
void
-
openInv (org.bukkit.entity.Player player,
- int index)
-
-
private void
-
-
-
private void
-
-
-
private void
-
-
-
private void
-
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-inventories
-private final List <org.bukkit.inventory.Inventory> inventories
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-ToggleMenu
-public ToggleMenu ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-openInv
-public void openInv (org.bukkit.entity.Player player,
- int index)
-
-
-
-
-onClick
-public void onClick (org.bukkit.event.inventory.InventoryClickEvent event)
-
-
-
-
-getCurrentInventoryIndex
-public int getCurrentInventoryIndex (org.bukkit.inventory.Inventory inventory)
-
-
-
-
-isValidInventory
-private boolean isValidInventory (org.bukkit.inventory.Inventory inventory)
-
-
-
-
-resetExplosionItem
-private void resetExplosionItem (org.bukkit.inventory.Inventory inventory)
-
-
-
-
-resetFluidspreadItem
-private void resetFluidspreadItem (org.bukkit.inventory.Inventory inventory)
-
-
-
-
-resetDropsItem
-private void resetDropsItem (org.bukkit.inventory.Inventory inventory)
-
-
-
-
-resetRedstoneItem
-private void resetRedstoneItem (org.bukkit.inventory.Inventory inventory)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ToggleMenu (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
, org.bukkit.event.Listener
+
+
+
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private final List <org.bukkit.inventory.Inventory>
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
int
+
+
+
private boolean
+
+
+
void
+
onClick (org.bukkit.event.inventory.InventoryClickEvent event)
+
+
void
+
openInv (org.bukkit.entity.Player player,
+ int index)
+
+
private void
+
+
+
private void
+
+
+
private void
+
+
+
private void
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+inventories
+private final List <org.bukkit.inventory.Inventory> inventories
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+ToggleMenu
+public ToggleMenu ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+openInv
+public void openInv (org.bukkit.entity.Player player,
+ int index)
+
+
+
+
+onClick
+public void onClick (org.bukkit.event.inventory.InventoryClickEvent event)
+
+
+
+
+getCurrentInventoryIndex
+public int getCurrentInventoryIndex (org.bukkit.inventory.Inventory inventory)
+
+
+
+
+isValidInventory
+private boolean isValidInventory (org.bukkit.inventory.Inventory inventory)
+
+
+
+
+resetExplosionItem
+private void resetExplosionItem (org.bukkit.inventory.Inventory inventory)
+
+
+
+
+resetFluidspreadItem
+private void resetFluidspreadItem (org.bukkit.inventory.Inventory inventory)
+
+
+
+
+resetDropsItem
+private void resetDropsItem (org.bukkit.inventory.Inventory inventory)
+
+
+
+
+resetRedstoneItem
+private void resetRedstoneItem (org.bukkit.inventory.Inventory inventory)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/menu/package-summary.html b/static/javadoc/dev/plex/menu/package-summary.html
similarity index 96%
rename from static/javadoc/server/dev/plex/menu/package-summary.html
rename to static/javadoc/dev/plex/menu/package-summary.html
index 8f0d725..65f5c89 100644
--- a/static/javadoc/server/dev/plex/menu/package-summary.html
+++ b/static/javadoc/dev/plex/menu/package-summary.html
@@ -1,96 +1,96 @@
-
-
-
-
-dev.plex.menu (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.menu
-
-
-
-
-
-
+
+
+
+
+dev.plex.menu (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.menu
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/menu/package-tree.html b/static/javadoc/dev/plex/menu/package-tree.html
similarity index 96%
rename from static/javadoc/server/dev/plex/menu/package-tree.html
rename to static/javadoc/dev/plex/menu/package-tree.html
index b7a3d1a..63c133f 100644
--- a/static/javadoc/server/dev/plex/menu/package-tree.html
+++ b/static/javadoc/dev/plex/menu/package-tree.html
@@ -1,76 +1,76 @@
-
-
-
-
-dev.plex.menu Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-Class Hierarchy
-
-java.lang.Object
-
-dev.plex.util.menu.AbstractMenu (implements org.bukkit.event.Listener)
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.menu Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+Class Hierarchy
+
+java.lang.Object
+
+dev.plex.util.menu.AbstractMenu (implements org.bukkit.event.Listener)
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/module/ModuleManager.html b/static/javadoc/dev/plex/module/ModuleManager.html
similarity index 98%
rename from static/javadoc/server/dev/plex/module/ModuleManager.html
rename to static/javadoc/dev/plex/module/ModuleManager.html
index 5923d2e..2e9c3f5 100644
--- a/static/javadoc/server/dev/plex/module/ModuleManager.html
+++ b/static/javadoc/dev/plex/module/ModuleManager.html
@@ -1,240 +1,240 @@
-
-
-
-
-ModuleManager (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class ModuleManager
-
extends Object
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
void
-
-
-
void
-
-
-
void
-
-
-
void
-
-
-
void
-
-
-
void
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-ModuleManager
-public ModuleManager ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-loadAllModules
-public void loadAllModules ()
-
-
-
-
-loadModules
-public void loadModules ()
-
-
-
-
-enableModules
-public void enableModules ()
-
-
-
-
-disableModules
-public void disableModules ()
-
-
-
-
-unloadModules
-public void unloadModules ()
-
-
-
-
-reloadModules
-public void reloadModules ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ModuleManager (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class ModuleManager
+
extends Object
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+ModuleManager
+public ModuleManager ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+loadAllModules
+public void loadAllModules ()
+
+
+
+
+loadModules
+public void loadModules ()
+
+
+
+
+enableModules
+public void enableModules ()
+
+
+
+
+disableModules
+public void disableModules ()
+
+
+
+
+unloadModules
+public void unloadModules ()
+
+
+
+
+reloadModules
+public void reloadModules ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/module/PlexModule.html b/static/javadoc/dev/plex/module/PlexModule.html
similarity index 98%
rename from static/javadoc/server/dev/plex/module/PlexModule.html
rename to static/javadoc/dev/plex/module/PlexModule.html
index b2f8361..48a5dea 100644
--- a/static/javadoc/server/dev/plex/module/PlexModule.html
+++ b/static/javadoc/dev/plex/module/PlexModule.html
@@ -1,374 +1,374 @@
-
-
-
-
-PlexModule (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public abstract class PlexModule
-
extends Object
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-
-
-
-
-
-
-
private org.apache.logging.log4j.Logger
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
void
-
-
-
Adds a message to the messages.yml file
-
-
void
-
-
-
Adds a message to the messages.yml with a comment
-
-
void
-
-
-
void
-
-
-
-
-
-
-
-
-
void
-
-
-
void
-
-
-
Registers a PlexCommand within a module
-
-
void
-
-
-
Registers a PlexListener within a module
-
-
void
-
-
-
Unregisters a PlexCommand.
-
-
void
-
-
-
Unregisters a PlexListener.
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-logger
-private org.apache.logging.log4j.Logger logger
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-PlexModule
-public PlexModule ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-load
-public void load ()
-
-
-
-
-enable
-public void enable ()
-
-
-
-
-disable
-public void disable ()
-
-
-
-
-registerListener
-
-Registers a PlexListener within a module
-
-Parameters:
-listener
- The PlexListener to be registered
-
-
-
-
-
-unregisterListener
-
-Unregisters a PlexListener. Handled by Plex automatically
-
-Parameters:
-listener
- The PlexListener to be registered
-
-
-
-
-
-registerCommand
-
-Registers a PlexCommand within a module
-
-Parameters:
-command
- The PlexCommand to be registered
-
-
-
-
-
-unregisterCommand
-
-Unregisters a PlexCommand. Handled by Plex automatically
-
-Parameters:
-command
- The PlexCommand to be registered
-
-
-
-
-
-
-
-
-addDefaultMessage
-public void addDefaultMessage (String message,
- Object initValue)
-Adds a message to the messages.yml file
-
-Parameters:
-message
- The key value for the message
-initValue
- The message itself
-
-
-
-
-
-addDefaultMessage
-
-Adds a message to the messages.yml with a comment
-
-Parameters:
-message
- The key value for the message
-initValue
- The message itself
-comments
- The comments to be placed above the message
-
-
-
-
-
-getResource
-@Nullable
- public @Nullable InputStream getResource (@NotNull
- @NotNull String filename)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+PlexModule (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public abstract class PlexModule
+
extends Object
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+
+
+
+
+
+
+
private org.apache.logging.log4j.Logger
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
void
+
+
+
Adds a message to the messages.yml file
+
+
void
+
+
+
Adds a message to the messages.yml with a comment
+
+
void
+
+
+
void
+
+
+
+
+
+
+
+
+
void
+
+
+
void
+
+
+
Registers a PlexCommand within a module
+
+
void
+
+
+
Registers a PlexListener within a module
+
+
void
+
+
+
Unregisters a PlexCommand.
+
+
void
+
+
+
Unregisters a PlexListener.
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+logger
+private org.apache.logging.log4j.Logger logger
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+PlexModule
+public PlexModule ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+load
+public void load ()
+
+
+
+
+enable
+public void enable ()
+
+
+
+
+disable
+public void disable ()
+
+
+
+
+registerListener
+
+Registers a PlexListener within a module
+
+Parameters:
+listener
- The PlexListener to be registered
+
+
+
+
+
+unregisterListener
+
+Unregisters a PlexListener. Handled by Plex automatically
+
+Parameters:
+listener
- The PlexListener to be registered
+
+
+
+
+
+registerCommand
+
+Registers a PlexCommand within a module
+
+Parameters:
+command
- The PlexCommand to be registered
+
+
+
+
+
+unregisterCommand
+
+Unregisters a PlexCommand. Handled by Plex automatically
+
+Parameters:
+command
- The PlexCommand to be registered
+
+
+
+
+
+
+
+
+addDefaultMessage
+public void addDefaultMessage (String message,
+ Object initValue)
+Adds a message to the messages.yml file
+
+Parameters:
+message
- The key value for the message
+initValue
- The message itself
+
+
+
+
+
+addDefaultMessage
+
+Adds a message to the messages.yml with a comment
+
+Parameters:
+message
- The key value for the message
+initValue
- The message itself
+comments
- The comments to be placed above the message
+
+
+
+
+
+getResource
+@Nullable
+ public @Nullable InputStream getResource (@NotNull
+ @NotNull String filename)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/module/PlexModuleFile.html b/static/javadoc/dev/plex/module/PlexModuleFile.html
similarity index 98%
rename from static/javadoc/server/dev/plex/module/PlexModuleFile.html
rename to static/javadoc/dev/plex/module/PlexModuleFile.html
index 18d53a9..0a975c5 100644
--- a/static/javadoc/server/dev/plex/module/PlexModuleFile.html
+++ b/static/javadoc/dev/plex/module/PlexModuleFile.html
@@ -1,191 +1,191 @@
-
-
-
-
-PlexModuleFile (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class PlexModuleFile
-
extends Object
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-
-
-
-
-
-
-description
-private final String description
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-PlexModuleFile
-public PlexModuleFile ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+PlexModuleFile (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class PlexModuleFile
+
extends Object
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+
+
+
+
+
+
+description
+private final String description
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+PlexModuleFile
+public PlexModuleFile ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/module/exception/ModuleLoadException.html b/static/javadoc/dev/plex/module/exception/ModuleLoadException.html
similarity index 98%
rename from static/javadoc/server/dev/plex/module/exception/ModuleLoadException.html
rename to static/javadoc/dev/plex/module/exception/ModuleLoadException.html
index 147c800..2b8e8e2 100644
--- a/static/javadoc/server/dev/plex/module/exception/ModuleLoadException.html
+++ b/static/javadoc/dev/plex/module/exception/ModuleLoadException.html
@@ -1,147 +1,147 @@
-
-
-
-
-ModuleLoadException (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-Serializable
-
-
-
-
-See Also:
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
Methods inherited from class java.lang.Throwable
-
addSuppressed , fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , getSuppressed , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-ModuleLoadException
-public ModuleLoadException (String s)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ModuleLoadException (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+Serializable
+
+
+
+
+See Also:
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
Methods inherited from class java.lang.Throwable
+
addSuppressed , fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , getSuppressed , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+ModuleLoadException
+public ModuleLoadException (String s)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/module/exception/package-summary.html b/static/javadoc/dev/plex/module/exception/package-summary.html
similarity index 96%
rename from static/javadoc/server/dev/plex/module/exception/package-summary.html
rename to static/javadoc/dev/plex/module/exception/package-summary.html
index b61ddec..2f149e0 100644
--- a/static/javadoc/server/dev/plex/module/exception/package-summary.html
+++ b/static/javadoc/dev/plex/module/exception/package-summary.html
@@ -1,94 +1,94 @@
-
-
-
-
-dev.plex.module.exception (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.module.exception
-
-
-
-
-
-
+
+
+
+
+dev.plex.module.exception (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.module.exception
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/module/exception/package-tree.html b/static/javadoc/dev/plex/module/exception/package-tree.html
similarity index 96%
rename from static/javadoc/server/dev/plex/module/exception/package-tree.html
rename to static/javadoc/dev/plex/module/exception/package-tree.html
index 9794848..d900dab 100644
--- a/static/javadoc/server/dev/plex/module/exception/package-tree.html
+++ b/static/javadoc/dev/plex/module/exception/package-tree.html
@@ -1,82 +1,82 @@
-
-
-
-
-dev.plex.module.exception Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
+
+
+
+
+dev.plex.module.exception Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/module/loader/CustomClassLoader.html b/static/javadoc/dev/plex/module/loader/CustomClassLoader.html
similarity index 99%
rename from static/javadoc/server/dev/plex/module/loader/CustomClassLoader.html
rename to static/javadoc/dev/plex/module/loader/CustomClassLoader.html
index 77bf4d2..7bc5fac 100644
--- a/static/javadoc/server/dev/plex/module/loader/CustomClassLoader.html
+++ b/static/javadoc/dev/plex/module/loader/CustomClassLoader.html
@@ -1,183 +1,183 @@
-
-
-
-
-CustomClassLoader (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Concrete Methods
-
-
-
-
-
-
(package private) static URL
-
-
-
-
-
-
-
Methods inherited from class java.net.URLClassLoader
-
addURL , close , definePackage , findClass , findResource , findResources , getPermissions , getResourceAsStream , getURLs , newInstance , newInstance
-
-
-
Methods inherited from class java.lang.ClassLoader
-
clearAssertionStatus , defineClass , defineClass , defineClass , defineClass , definePackage , findClass , findLibrary , findLoadedClass , findResource , findSystemClass , getClassLoadingLock , getDefinedPackage , getDefinedPackages , getName , getPackage , getPackages , getParent , getPlatformClassLoader , getResource , getResources , getSystemClassLoader , getSystemResource , getSystemResourceAsStream , getSystemResources , getUnnamedModule , isRegisteredAsParallelCapable , loadClass , loadClass , registerAsParallelCapable , resolveClass , resources , setClassAssertionStatus , setDefaultAssertionStatus , setPackageAssertionStatus , setSigners
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+CustomClassLoader (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Concrete Methods
+
+
+
+
+
+
(package private) static URL
+
+
+
+
+
+
+
Methods inherited from class java.net.URLClassLoader
+
addURL , close , definePackage , findClass , findResource , findResources , getPermissions , getResourceAsStream , getURLs , newInstance , newInstance
+
+
+
Methods inherited from class java.lang.ClassLoader
+
clearAssertionStatus , defineClass , defineClass , defineClass , defineClass , definePackage , findClass , findLibrary , findLoadedClass , findResource , findSystemClass , getClassLoadingLock , getDefinedPackage , getDefinedPackages , getName , getPackage , getPackages , getParent , getPlatformClassLoader , getResource , getResources , getSystemClassLoader , getSystemResource , getSystemResourceAsStream , getSystemResources , getUnnamedModule , isRegisteredAsParallelCapable , loadClass , loadClass , registerAsParallelCapable , resolveClass , resources , setClassAssertionStatus , setDefaultAssertionStatus , setPackageAssertionStatus , setSigners
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/module/loader/LibraryLoader.html b/static/javadoc/dev/plex/module/loader/LibraryLoader.html
similarity index 98%
rename from static/javadoc/server/dev/plex/module/loader/LibraryLoader.html
rename to static/javadoc/dev/plex/module/loader/LibraryLoader.html
index 41c6d83..0e53ab1 100644
--- a/static/javadoc/server/dev/plex/module/loader/LibraryLoader.html
+++ b/static/javadoc/dev/plex/module/loader/LibraryLoader.html
@@ -1,233 +1,233 @@
-
-
-
-
-LibraryLoader (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class LibraryLoader
-
extends Object
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-
private final List <org.eclipse.aether.repository.RemoteRepository>
-
-
-
private final org.eclipse.aether.RepositorySystem
-
-
-
private final org.eclipse.aether.DefaultRepositorySystemSession
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-
-
-
-repository
-private final org.eclipse.aether.RepositorySystem repository
-
-
-
-
-session
-private final org.eclipse.aether.DefaultRepositorySystemSession session
-
-
-
-
-repositories
-private final List <org.eclipse.aether.repository.RemoteRepository> repositories
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-LibraryLoader
-public LibraryLoader (@NotNull
- @NotNull Logger logger)
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-
-
-
-getClassNamesFromJar
-
-
-Throws:
-Exception
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+LibraryLoader (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class LibraryLoader
+
extends Object
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+
private final List <org.eclipse.aether.repository.RemoteRepository>
+
+
+
private final org.eclipse.aether.RepositorySystem
+
+
+
private final org.eclipse.aether.DefaultRepositorySystemSession
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+
+
+
+repository
+private final org.eclipse.aether.RepositorySystem repository
+
+
+
+
+session
+private final org.eclipse.aether.DefaultRepositorySystemSession session
+
+
+
+
+repositories
+private final List <org.eclipse.aether.repository.RemoteRepository> repositories
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+LibraryLoader
+public LibraryLoader (@NotNull
+ @NotNull Logger logger)
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+
+
+
+getClassNamesFromJar
+
+
+Throws:
+Exception
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/module/loader/package-summary.html b/static/javadoc/dev/plex/module/loader/package-summary.html
similarity index 96%
rename from static/javadoc/server/dev/plex/module/loader/package-summary.html
rename to static/javadoc/dev/plex/module/loader/package-summary.html
index ded832a..0d49191 100644
--- a/static/javadoc/server/dev/plex/module/loader/package-summary.html
+++ b/static/javadoc/dev/plex/module/loader/package-summary.html
@@ -1,96 +1,96 @@
-
-
-
-
-dev.plex.module.loader (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.module.loader
-
-
-
-
-
-
+
+
+
+
+dev.plex.module.loader (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.module.loader
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/module/loader/package-tree.html b/static/javadoc/dev/plex/module/loader/package-tree.html
similarity index 96%
rename from static/javadoc/server/dev/plex/module/loader/package-tree.html
rename to static/javadoc/dev/plex/module/loader/package-tree.html
index 74d5b4a..322eb7d 100644
--- a/static/javadoc/server/dev/plex/module/loader/package-tree.html
+++ b/static/javadoc/dev/plex/module/loader/package-tree.html
@@ -1,83 +1,83 @@
-
-
-
-
-dev.plex.module.loader Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
+
+
+
+
+dev.plex.module.loader Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/module/package-summary.html b/static/javadoc/dev/plex/module/package-summary.html
similarity index 96%
rename from static/javadoc/server/dev/plex/module/package-summary.html
rename to static/javadoc/dev/plex/module/package-summary.html
index f33a50a..7b13e9a 100644
--- a/static/javadoc/server/dev/plex/module/package-summary.html
+++ b/static/javadoc/dev/plex/module/package-summary.html
@@ -1,100 +1,100 @@
-
-
-
-
-dev.plex.module (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.module
-
-
-
-
-
-
+
+
+
+
+dev.plex.module (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.module
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/module/package-tree.html b/static/javadoc/dev/plex/module/package-tree.html
similarity index 95%
rename from static/javadoc/server/dev/plex/module/package-tree.html
rename to static/javadoc/dev/plex/module/package-tree.html
index 5d4cd84..353a67d 100644
--- a/static/javadoc/server/dev/plex/module/package-tree.html
+++ b/static/javadoc/dev/plex/module/package-tree.html
@@ -1,72 +1,72 @@
-
-
-
-
-dev.plex.module Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
+
+
+
+
+dev.plex.module Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/package-summary.html b/static/javadoc/dev/plex/package-summary.html
similarity index 77%
rename from static/javadoc/server/dev/plex/package-summary.html
rename to static/javadoc/dev/plex/package-summary.html
index 0d84013..7d60b1f 100644
--- a/static/javadoc/server/dev/plex/package-summary.html
+++ b/static/javadoc/dev/plex/package-summary.html
@@ -1,134 +1,134 @@
-
-
-
-
-dev.plex (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex
-
-
-
-
-
-
-
-
All Classes and Interfaces Interfaces Classes
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+dev.plex (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex
+
+
+
+
+
+
+
+
All Classes and Interfaces Interfaces Classes
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/package-tree.html b/static/javadoc/dev/plex/package-tree.html
similarity index 87%
rename from static/javadoc/server/dev/plex/package-tree.html
rename to static/javadoc/dev/plex/package-tree.html
index 5f2752c..bdcd81b 100644
--- a/static/javadoc/server/dev/plex/package-tree.html
+++ b/static/javadoc/dev/plex/package-tree.html
@@ -1,89 +1,84 @@
-
-
-
-
-dev.plex Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-Class Hierarchy
-
-java.lang.Object
-
-dev.plex.PlexProvider (implements dev.plex.api.PlexApi)
-org.bukkit.plugin.PluginBase (implements org.bukkit.plugin.Plugin)
-
-org.bukkit.plugin.java.JavaPlugin
-
-dev.plex.api.plugin.PlexPlugin
-
-dev.plex.Plex (implements dev.plex.api.PlexApiProvider)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+dev.plex Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+Class Hierarchy
+
+java.lang.Object
+
+org.bukkit.plugin.PluginBase (implements org.bukkit.plugin.Plugin)
+
+org.bukkit.plugin.java.JavaPlugin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/permission/Permission.html b/static/javadoc/dev/plex/permission/Permission.html
similarity index 97%
rename from static/javadoc/server/dev/plex/permission/Permission.html
rename to static/javadoc/dev/plex/permission/Permission.html
index addc871..11f934c 100644
--- a/static/javadoc/server/dev/plex/permission/Permission.html
+++ b/static/javadoc/dev/plex/permission/Permission.html
@@ -1,174 +1,174 @@
-
-
-
-
-Permission (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-@Entity
- public class Permission
-
extends Object
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
private boolean
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-
-
-
-permission
-private final String permission
-
-
-
-
-allowed
-private boolean allowed
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-Permission
-public Permission ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+Permission (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+@Entity
+ public class Permission
+
extends Object
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private boolean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+
+
+
+permission
+private final String permission
+
+
+
+
+allowed
+private boolean allowed
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+Permission
+public Permission ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/permission/package-summary.html b/static/javadoc/dev/plex/permission/package-summary.html
similarity index 92%
rename from static/javadoc/server/dev/plex/permission/package-summary.html
rename to static/javadoc/dev/plex/permission/package-summary.html
index b842072..1f5f747 100644
--- a/static/javadoc/server/dev/plex/permission/package-summary.html
+++ b/static/javadoc/dev/plex/permission/package-summary.html
@@ -1,94 +1,92 @@
-
-
-
-
-dev.plex.permission (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.permission
-
-
-
-
-
-
+
+
+
+
+dev.plex.permission (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.permission
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/permission/package-tree.html b/static/javadoc/dev/plex/permission/package-tree.html
similarity index 95%
rename from static/javadoc/server/dev/plex/permission/package-tree.html
rename to static/javadoc/dev/plex/permission/package-tree.html
index d1bd797..4867bf5 100644
--- a/static/javadoc/server/dev/plex/permission/package-tree.html
+++ b/static/javadoc/dev/plex/permission/package-tree.html
@@ -1,70 +1,70 @@
-
-
-
-
-dev.plex.permission Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
+
+
+
+
+dev.plex.permission Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/player/PlexPlayer.html b/static/javadoc/dev/plex/player/PlexPlayer.html
similarity index 88%
rename from static/javadoc/server/dev/plex/player/PlexPlayer.html
rename to static/javadoc/dev/plex/player/PlexPlayer.html
index 3e963fc..b08dd33 100644
--- a/static/javadoc/server/dev/plex/player/PlexPlayer.html
+++ b/static/javadoc/dev/plex/player/PlexPlayer.html
@@ -1,415 +1,416 @@
-
-
-
-
-PlexPlayer (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-dev.plex.api.player.IPlexPlayer
-
-
-@Entity(value="players",
- useDiscriminator=false)
- public class PlexPlayer
-
extends Object
-implements dev.plex.api.player.IPlexPlayer
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
private boolean
-
-
-
private long
-
-
-
private boolean
-
-
-
private boolean
-
-
-
-
-
-
-
-
-
private boolean
-
-
-
-
-
-
private boolean
-
-
-
-
-
-
-
-
-
private org.bukkit.permissions.PermissionAttachment
-
-
-
-
-
-
private org.bukkit.entity.Player
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
private boolean
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
void
-
-
-
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
Methods inherited from interface dev.plex.api.player.IPlexPlayer
-getCoins, getId, getIps, getLoginMessage, getName, getPermissionAttachment, getPlayer, getPrefix, getRank, getUuid, isAdminActive, isCommandSpy, isFrozen, isLockedUp, isMuted, isVanished, setAdminActive, setCoins, setCommandSpy, setFrozen, setIps, setLockedUp, setLoginMessage, setMuted, setPermissionAttachment, setPlayer, setPrefix, setRank, setVanished
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-
-
-
-uuid
-@Indexed(options=@IndexOptions(unique=true))
- private UUID uuid
-
-
-
-
-
-
-
-player
-private transient org.bukkit.entity.Player player
-
-
-
-
-
-
-
-
-
-
-vanished
-private boolean vanished
-
-
-
-
-commandSpy
-private boolean commandSpy
-
-
-
-
-frozen
-private transient boolean frozen
-
-
-
-
-muted
-private transient boolean muted
-
-
-
-
-lockedUp
-private transient boolean lockedUp
-
-
-
-
-adminActive
-private boolean adminActive
-
-
-
-
-coins
-private long coins
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-permissionAttachment
-private transient org.bukkit.permissions.PermissionAttachment permissionAttachment
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-PlexPlayer
-public PlexPlayer ()
-
-
-
-
-PlexPlayer
-public PlexPlayer (UUID playerUUID,
- boolean loadExtraData)
-
-
-
-
-PlexPlayer
-public PlexPlayer (UUID playerUUID)
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-
-
-
-getRankFromString
-public Rank getRankFromString ()
-
-
-
-
-loadPunishments
-public void loadPunishments ()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+PlexPlayer (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+@Entity(value="players",
+ useDiscriminator=false)
+ public class PlexPlayer
+
extends Object
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private boolean
+
+
+
private long
+
+
+
private boolean
+
+
+
private boolean
+
+
+
+
+
+
+
+
+
private boolean
+
+
+
+
+
+
private boolean
+
+
+
+
+
+
+
+
+
private org.bukkit.permissions.PermissionAttachment
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
private boolean
+
+
+
+
+
+
private boolean
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
+
+
+
org.bukkit.entity.Player
+
+
+
+
+
+
+
+
+
void
+
+
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+
+
+
+uuid
+@Indexed(options=@IndexOptions(unique=true))
+ private UUID uuid
+
+
+
+
+
+
+
+
+
+
+
+
+
+staffChat
+private boolean staffChat
+
+
+
+
+vanished
+private boolean vanished
+
+
+
+
+commandSpy
+private boolean commandSpy
+
+
+
+
+frozen
+private transient boolean frozen
+
+
+
+
+muted
+private transient boolean muted
+
+
+
+
+lockedUp
+private transient boolean lockedUp
+
+
+
+
+adminActive
+private boolean adminActive
+
+
+
+
+coins
+private long coins
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+permissionAttachment
+private transient org.bukkit.permissions.PermissionAttachment permissionAttachment
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+PlexPlayer
+public PlexPlayer ()
+
+
+
+
+PlexPlayer
+public PlexPlayer (UUID playerUUID,
+ boolean loadExtraData)
+
+
+
+
+PlexPlayer
+public PlexPlayer (UUID playerUUID)
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+
+
+
+getRankFromString
+public Rank getRankFromString ()
+
+
+
+
+loadPunishments
+public void loadPunishments ()
+
+
+
+
+
+
+
+
+
+
+getPlayer
+public org.bukkit.entity.Player getPlayer ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/player/package-summary.html b/static/javadoc/dev/plex/player/package-summary.html
similarity index 96%
rename from static/javadoc/server/dev/plex/player/package-summary.html
rename to static/javadoc/dev/plex/player/package-summary.html
index dc54031..1a1dbab 100644
--- a/static/javadoc/server/dev/plex/player/package-summary.html
+++ b/static/javadoc/dev/plex/player/package-summary.html
@@ -1,92 +1,92 @@
-
-
-
-
-dev.plex.player (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.player
-
-
-
-
-
-
+
+
+
+
+dev.plex.player (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.player
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/player/package-tree.html b/static/javadoc/dev/plex/player/package-tree.html
similarity index 93%
rename from static/javadoc/server/dev/plex/player/package-tree.html
rename to static/javadoc/dev/plex/player/package-tree.html
index f8757c0..ef88016 100644
--- a/static/javadoc/server/dev/plex/player/package-tree.html
+++ b/static/javadoc/dev/plex/player/package-tree.html
@@ -1,70 +1,70 @@
-
-
-
-
-dev.plex.player Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-Class Hierarchy
-
-java.lang.Object
-
-dev.plex.player.PlexPlayer (implements dev.plex.api.player.IPlexPlayer)
-
-
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.player Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/punishment/Punishment.html b/static/javadoc/dev/plex/punishment/Punishment.html
similarity index 98%
rename from static/javadoc/server/dev/plex/punishment/Punishment.html
rename to static/javadoc/dev/plex/punishment/Punishment.html
index 7b847fa..cc247f0 100644
--- a/static/javadoc/server/dev/plex/punishment/Punishment.html
+++ b/static/javadoc/dev/plex/punishment/Punishment.html
@@ -1,305 +1,305 @@
-
-
-
-
-Punishment (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-@Entity
- public class Punishment
-
extends Object
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
private boolean
-
-
-
-
-
-
private boolean
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Instance Methods Concrete Methods
-
-
-
-
-
-
-
-
-
static net.kyori.adventure.text.Component
-
-
-
static net.kyori.adventure.text.Component
-
-
-
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-banUrl
-private static final String banUrl
-
-
-
-
-punished
-private final UUID punished
-
-
-
-
-punisher
-private final UUID punisher
-
-
-
-
-
-
-
-punishedUsername
-private String punishedUsername
-
-
-
-
-
-
-
-
-
-
-customTime
-private boolean customTime
-
-
-
-
-active
-private boolean active
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-Punishment
-public Punishment ()
-
-
-
-
-Punishment
-public Punishment (UUID punished,
- UUID punisher)
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-generateBanMessage
-public static net.kyori.adventure.text.Component generateBanMessage (Punishment punishment)
-
-
-
-
-generateIndefBanMessage
-public static net.kyori.adventure.text.Component generateIndefBanMessage (String type)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+Punishment (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+@Entity
+ public class Punishment
+
extends Object
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private boolean
+
+
+
+
+
+
private boolean
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Instance Methods Concrete Methods
+
+
+
+
+
+
+
+
+
static net.kyori.adventure.text.Component
+
+
+
static net.kyori.adventure.text.Component
+
+
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+banUrl
+private static final String banUrl
+
+
+
+
+punished
+private final UUID punished
+
+
+
+
+punisher
+private final UUID punisher
+
+
+
+
+
+
+
+punishedUsername
+private String punishedUsername
+
+
+
+
+
+
+
+
+
+
+customTime
+private boolean customTime
+
+
+
+
+active
+private boolean active
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+Punishment
+public Punishment ()
+
+
+
+
+Punishment
+public Punishment (UUID punished,
+ UUID punisher)
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+generateBanMessage
+public static net.kyori.adventure.text.Component generateBanMessage (Punishment punishment)
+
+
+
+
+generateIndefBanMessage
+public static net.kyori.adventure.text.Component generateIndefBanMessage (String type)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/punishment/PunishmentManager.IndefiniteBan.html b/static/javadoc/dev/plex/punishment/PunishmentManager.IndefiniteBan.html
similarity index 97%
rename from static/javadoc/server/dev/plex/punishment/PunishmentManager.IndefiniteBan.html
rename to static/javadoc/dev/plex/punishment/PunishmentManager.IndefiniteBan.html
index 4078d72..7ac667f 100644
--- a/static/javadoc/server/dev/plex/punishment/PunishmentManager.IndefiniteBan.html
+++ b/static/javadoc/dev/plex/punishment/PunishmentManager.IndefiniteBan.html
@@ -1,177 +1,177 @@
-
-
-
-
-PunishmentManager.IndefiniteBan (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-IndefiniteBan
-public IndefiniteBan ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+PunishmentManager.IndefiniteBan (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+IndefiniteBan
+public IndefiniteBan ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/punishment/PunishmentManager.html b/static/javadoc/dev/plex/punishment/PunishmentManager.html
similarity index 98%
rename from static/javadoc/server/dev/plex/punishment/PunishmentManager.html
rename to static/javadoc/dev/plex/punishment/PunishmentManager.html
index bdbeb6f..61213fa 100644
--- a/static/javadoc/server/dev/plex/punishment/PunishmentManager.html
+++ b/static/javadoc/dev/plex/punishment/PunishmentManager.html
@@ -1,332 +1,332 @@
-
-
-
-
-PunishmentManager (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-Nested Classes
-
-
-
-
-
static class
-
-
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
private void
-
-
-
-
-
-
-
-
-
boolean
-
-
-
boolean
-
-
-
boolean
-
-
-
boolean
-
-
-
boolean
-
-
-
private boolean
-
-
-
void
-
-
-
void
-
-
-
void
-
-
-
void
-
-
-
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-PunishmentManager
-public PunishmentManager ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-mergeIndefiniteBans
-public void mergeIndefiniteBans ()
-
-
-
-
-isIndefUUIDBanned
-public boolean isIndefUUIDBanned (UUID uuid)
-
-
-
-
-isIndefIPBanned
-public boolean isIndefIPBanned (String ip)
-
-
-
-
-isIndefUserBanned
-public boolean isIndefUserBanned (String username)
-
-
-
-
-
-
-
-isNotEmpty
-private boolean isNotEmpty (File file)
-
-
-
-
-
-
-
-isBanned
-public boolean isBanned (UUID uuid)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+PunishmentManager (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+Nested Classes
+
+
+
+
+
static class
+
+
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
private void
+
+
+
+
+
+
+
+
+
boolean
+
+
+
boolean
+
+
+
boolean
+
+
+
boolean
+
+
+
boolean
+
+
+
private boolean
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+PunishmentManager
+public PunishmentManager ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+mergeIndefiniteBans
+public void mergeIndefiniteBans ()
+
+
+
+
+isIndefUUIDBanned
+public boolean isIndefUUIDBanned (UUID uuid)
+
+
+
+
+isIndefIPBanned
+public boolean isIndefIPBanned (String ip)
+
+
+
+
+isIndefUserBanned
+public boolean isIndefUserBanned (String username)
+
+
+
+
+
+
+
+isNotEmpty
+private boolean isNotEmpty (File file)
+
+
+
+
+
+
+
+isBanned
+public boolean isBanned (UUID uuid)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/punishment/PunishmentType.html b/static/javadoc/dev/plex/punishment/PunishmentType.html
similarity index 98%
rename from static/javadoc/server/dev/plex/punishment/PunishmentType.html
rename to static/javadoc/dev/plex/punishment/PunishmentType.html
index acc3b8e..ef32c51 100644
--- a/static/javadoc/server/dev/plex/punishment/PunishmentType.html
+++ b/static/javadoc/dev/plex/punishment/PunishmentType.html
@@ -1,277 +1,277 @@
-
-
-
-
-PunishmentType (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-
-
-
-
-
-Enum Constant Summary
-Enum Constants
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Concrete Methods
-
-
-
-
-
-
-
-
-
Returns the enum constant of this class with the specified name.
-
-
-
-
-
Returns an array containing the constants of this enum class, in
-the order they are declared.
-
-
-
-
-
-
Methods inherited from class java.lang.Enum
-
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
-
-
-
-
-
-
-
-
-
-
-Enum Constant Details
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-PunishmentType
-private PunishmentType ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-values
-
-Returns an array containing the constants of this enum class, in
-the order they are declared.
-
-Returns:
-an array containing the constants of this enum class, in the order they are declared
-
-
-
-
-
-valueOf
-
-Returns the enum constant of this class with the specified name.
-The string must match exactly an identifier used to declare an
-enum constant in this class. (Extraneous whitespace characters are
-not permitted.)
-
-Parameters:
-name
- the name of the enum constant to be returned.
-Returns:
-the enum constant with the specified name
-Throws:
-IllegalArgumentException
- if this enum class has no constant with the specified name
-NullPointerException
- if the argument is null
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+PunishmentType (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+Enum Constant Summary
+Enum Constants
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Concrete Methods
+
+
+
+
+
+
+
+
+
Returns the enum constant of this class with the specified name.
+
+
+
+
+
Returns an array containing the constants of this enum class, in
+the order they are declared.
+
+
+
+
+
+
Methods inherited from class java.lang.Enum
+
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
+
+
+
+
+
+
+
+
+
+
+Enum Constant Details
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+PunishmentType
+private PunishmentType ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+values
+
+Returns an array containing the constants of this enum class, in
+the order they are declared.
+
+Returns:
+an array containing the constants of this enum class, in the order they are declared
+
+
+
+
+
+valueOf
+
+Returns the enum constant of this class with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this class. (Extraneous whitespace characters are
+not permitted.)
+
+Parameters:
+name
- the name of the enum constant to be returned.
+Returns:
+the enum constant with the specified name
+Throws:
+IllegalArgumentException
- if this enum class has no constant with the specified name
+NullPointerException
- if the argument is null
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/punishment/extra/Note.html b/static/javadoc/dev/plex/punishment/extra/Note.html
similarity index 98%
rename from static/javadoc/server/dev/plex/punishment/extra/Note.html
rename to static/javadoc/dev/plex/punishment/extra/Note.html
index fdcc38b..e643e52 100644
--- a/static/javadoc/server/dev/plex/punishment/extra/Note.html
+++ b/static/javadoc/dev/plex/punishment/extra/Note.html
@@ -1,223 +1,223 @@
-
-
-
-
-Note (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-@Entity
- public class Note
-
extends Object
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
private int
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-
-
-
-
-
-
-writtenBy
-private final UUID writtenBy
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+Note (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+@Entity
+ public class Note
+
extends Object
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private int
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+
+
+
+
+
+
+writtenBy
+private final UUID writtenBy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/punishment/extra/package-summary.html b/static/javadoc/dev/plex/punishment/extra/package-summary.html
similarity index 96%
rename from static/javadoc/server/dev/plex/punishment/extra/package-summary.html
rename to static/javadoc/dev/plex/punishment/extra/package-summary.html
index 6ca1a8b..f14e27b 100644
--- a/static/javadoc/server/dev/plex/punishment/extra/package-summary.html
+++ b/static/javadoc/dev/plex/punishment/extra/package-summary.html
@@ -1,92 +1,92 @@
-
-
-
-
-dev.plex.punishment.extra (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.punishment.extra
-
-
-
-
-
-
+
+
+
+
+dev.plex.punishment.extra (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.punishment.extra
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/punishment/extra/package-tree.html b/static/javadoc/dev/plex/punishment/extra/package-tree.html
similarity index 95%
rename from static/javadoc/server/dev/plex/punishment/extra/package-tree.html
rename to static/javadoc/dev/plex/punishment/extra/package-tree.html
index 395bd23..3109cf3 100644
--- a/static/javadoc/server/dev/plex/punishment/extra/package-tree.html
+++ b/static/javadoc/dev/plex/punishment/extra/package-tree.html
@@ -1,70 +1,70 @@
-
-
-
-
-dev.plex.punishment.extra Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-Class Hierarchy
-
-java.lang.Object
-
-dev.plex.punishment.extra.Note
-
-
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.punishment.extra Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+Class Hierarchy
+
+java.lang.Object
+
+dev.plex.punishment.extra.Note
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/punishment/package-summary.html b/static/javadoc/dev/plex/punishment/package-summary.html
similarity index 97%
rename from static/javadoc/server/dev/plex/punishment/package-summary.html
rename to static/javadoc/dev/plex/punishment/package-summary.html
index 5bf0e26..8c529c7 100644
--- a/static/javadoc/server/dev/plex/punishment/package-summary.html
+++ b/static/javadoc/dev/plex/punishment/package-summary.html
@@ -1,106 +1,106 @@
-
-
-
-
-dev.plex.punishment (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.punishment
-
-
-
-
-
-
-
-
All Classes and Interfaces Classes Enum Classes
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.punishment (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.punishment
+
+
+
+
+
+
+
+
All Classes and Interfaces Classes Enum Classes
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/punishment/package-tree.html b/static/javadoc/dev/plex/punishment/package-tree.html
similarity index 96%
rename from static/javadoc/server/dev/plex/punishment/package-tree.html
rename to static/javadoc/dev/plex/punishment/package-tree.html
index 9f53aad..507214b 100644
--- a/static/javadoc/server/dev/plex/punishment/package-tree.html
+++ b/static/javadoc/dev/plex/punishment/package-tree.html
@@ -1,86 +1,86 @@
-
-
-
-
-dev.plex.punishment Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-Enum Class Hierarchy
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.punishment Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Enum Class Hierarchy
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/rank/RankManager.html b/static/javadoc/dev/plex/rank/RankManager.html
similarity index 98%
rename from static/javadoc/server/dev/plex/rank/RankManager.html
rename to static/javadoc/dev/plex/rank/RankManager.html
index 2269c6f..5e4d695 100644
--- a/static/javadoc/server/dev/plex/rank/RankManager.html
+++ b/static/javadoc/dev/plex/rank/RankManager.html
@@ -1,249 +1,249 @@
-
-
-
-
-RankManager (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class RankManager
-
extends Object
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
void
-
-
-
net.kyori.adventure.text.format.NamedTextColor
-
-
-
-
-
-
net.kyori.adventure.text.Component
-
-
-
-
-
-
void
-
-
-
boolean
-
-
-
boolean
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-options
-private final File options
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-RankManager
-public RankManager ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-generateDefaultRanks
-public void generateDefaultRanks ()
-
-
-
-
-
-
-
-importDefaultRanks
-public void importDefaultRanks ()
-
-
-
-
-getPrefix
-public net.kyori.adventure.text.Component getPrefix (PlexPlayer player)
-
-
-
-
-
-
-
-getColor
-public net.kyori.adventure.text.format.NamedTextColor getColor (PlexPlayer player)
-
-
-
-
-
-
-
-isSeniorAdmin
-public boolean isSeniorAdmin (PlexPlayer plexPlayer)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+RankManager (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class RankManager
+
extends Object
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
void
+
+
+
net.kyori.adventure.text.format.NamedTextColor
+
+
+
+
+
+
net.kyori.adventure.text.Component
+
+
+
+
+
+
void
+
+
+
boolean
+
+
+
boolean
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+options
+private final File options
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+RankManager
+public RankManager ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+generateDefaultRanks
+public void generateDefaultRanks ()
+
+
+
+
+
+
+
+importDefaultRanks
+public void importDefaultRanks ()
+
+
+
+
+getPrefix
+public net.kyori.adventure.text.Component getPrefix (PlexPlayer player)
+
+
+
+
+
+
+
+getColor
+public net.kyori.adventure.text.format.NamedTextColor getColor (PlexPlayer player)
+
+
+
+
+
+
+
+isSeniorAdmin
+public boolean isSeniorAdmin (PlexPlayer plexPlayer)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/rank/enums/Rank.html b/static/javadoc/dev/plex/rank/enums/Rank.html
similarity index 92%
rename from static/javadoc/server/dev/plex/rank/enums/Rank.html
rename to static/javadoc/dev/plex/rank/enums/Rank.html
index 512722e..76b062a 100644
--- a/static/javadoc/server/dev/plex/rank/enums/Rank.html
+++ b/static/javadoc/dev/plex/rank/enums/Rank.html
@@ -1,393 +1,377 @@
-
-
-
-
-Rank (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-
-
-
-
-
-Enum Constant Summary
-Enum Constants
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
private final net.kyori.adventure.text.format.NamedTextColor
-
-
-
private final int
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
private
-
Rank (int level,
- String loginMessage,
- String readable,
- String prefix,
- net.kyori.adventure.text.format.NamedTextColor color)
-
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Instance Methods Concrete Methods
-
-
-
-
-
-
net.kyori.adventure.text.Component
-
-
-
boolean
-
-
-
org.json.JSONObject
-
-
-
-
-
-
Returns the enum constant of this class with the specified name.
-
-
-
-
-
Returns an array containing the constants of this enum class, in
-the order they are declared.
-
-
-
-
-
-
Methods inherited from class java.lang.Enum
-
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
-
-
-
Methods inherited from interface dev.plex.api.rank.IRank
-getColor, getLevel, getLoginMessage, getReadable, setLoginMessage, setPrefix
-
-
-
-
-
-
-
-
-
-Enum Constant Details
-
-
-
-IMPOSTOR
-public static final Rank IMPOSTOR
-
-
-
-
-NONOP
-public static final Rank NONOP
-
-
-
-
-OP
-public static final Rank OP
-
-
-
-
-ADMIN
-public static final Rank ADMIN
-
-
-
-
-SENIOR_ADMIN
-public static final Rank SENIOR_ADMIN
-
-
-
-
-EXECUTIVE
-public static final Rank EXECUTIVE
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-level
-private final int level
-
-
-
-
-
-
-
-
-
-
-
-
-
-color
-private final net.kyori.adventure.text.format.NamedTextColor color
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-Rank
-private Rank (int level,
- String loginMessage,
- String readable,
- String prefix,
- net.kyori.adventure.text.format.NamedTextColor color)
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-values
-public static Rank [] values ()
-Returns an array containing the constants of this enum class, in
-the order they are declared.
-
-Returns:
-an array containing the constants of this enum class, in the order they are declared
-
-
-
-
-
-valueOf
-
-Returns the enum constant of this class with the specified name.
-The string must match exactly an identifier used to declare an
-enum constant in this class. (Extraneous whitespace characters are
-not permitted.)
-
-Parameters:
-name
- the name of the enum constant to be returned.
-Returns:
-the enum constant with the specified name
-Throws:
-IllegalArgumentException
- if this enum class has no constant with the specified name
-NullPointerException
- if the argument is null
-
-
-
-
-
-isAtLeast
-public boolean isAtLeast (Rank rank)
-
-Specified by:
-isAtLeast
in interface dev.plex.api.rank.IRank<Rank >
-
-
-
-
-
-getPrefix
-public net.kyori.adventure.text.Component getPrefix ()
-
-Specified by:
-getPrefix
in interface dev.plex.api.rank.IRank<Rank >
-
-
-
-
-
-toJSON
-public org.json.JSONObject toJSON ()
-
-Specified by:
-toJSON
in interface dev.plex.api.rank.IRank<Rank >
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+Rank (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+Enum Constant Summary
+Enum Constants
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private final net.kyori.adventure.text.format.NamedTextColor
+
+
+
private final int
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
private
+
Rank (int level,
+ String loginMessage,
+ String readable,
+ String prefix,
+ net.kyori.adventure.text.format.NamedTextColor color)
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Instance Methods Concrete Methods
+
+
+
+
+
+
net.kyori.adventure.text.Component
+
+
+
boolean
+
+
+
org.json.JSONObject
+
+
+
+
+
+
Returns the enum constant of this class with the specified name.
+
+
+
+
+
Returns an array containing the constants of this enum class, in
+the order they are declared.
+
+
+
+
+
+
Methods inherited from class java.lang.Enum
+
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
+
+
+
+
+
+
+
+
+
+
+Enum Constant Details
+
+
+
+IMPOSTOR
+public static final Rank IMPOSTOR
+
+
+
+
+NONOP
+public static final Rank NONOP
+
+
+
+
+OP
+public static final Rank OP
+
+
+
+
+ADMIN
+public static final Rank ADMIN
+
+
+
+
+SENIOR_ADMIN
+public static final Rank SENIOR_ADMIN
+
+
+
+
+EXECUTIVE
+public static final Rank EXECUTIVE
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+level
+private final int level
+
+
+
+
+color
+private final net.kyori.adventure.text.format.NamedTextColor color
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+Rank
+private Rank (int level,
+ String loginMessage,
+ String readable,
+ String prefix,
+ net.kyori.adventure.text.format.NamedTextColor color)
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+values
+public static Rank [] values ()
+Returns an array containing the constants of this enum class, in
+the order they are declared.
+
+Returns:
+an array containing the constants of this enum class, in the order they are declared
+
+
+
+
+
+valueOf
+
+Returns the enum constant of this class with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this class. (Extraneous whitespace characters are
+not permitted.)
+
+Parameters:
+name
- the name of the enum constant to be returned.
+Returns:
+the enum constant with the specified name
+Throws:
+IllegalArgumentException
- if this enum class has no constant with the specified name
+NullPointerException
- if the argument is null
+
+
+
+
+
+isAtLeast
+public boolean isAtLeast (Rank rank)
+
+
+
+
+getPrefix
+public net.kyori.adventure.text.Component getPrefix ()
+
+
+
+
+toJSON
+public org.json.JSONObject toJSON ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/rank/enums/Title.html b/static/javadoc/dev/plex/rank/enums/Title.html
similarity index 98%
rename from static/javadoc/server/dev/plex/rank/enums/Title.html
rename to static/javadoc/dev/plex/rank/enums/Title.html
index 80a6b3e..ed2a45e 100644
--- a/static/javadoc/server/dev/plex/rank/enums/Title.html
+++ b/static/javadoc/dev/plex/rank/enums/Title.html
@@ -1,344 +1,344 @@
-
-
-
-
-Title (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-
-
-
-
-
-Enum Constant Summary
-Enum Constants
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
private final net.kyori.adventure.text.format.NamedTextColor
-
-
-
private final int
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
private
-
Title (int level,
- String loginMessage,
- String readable,
- String prefix,
- net.kyori.adventure.text.format.NamedTextColor color)
-
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Instance Methods Concrete Methods
-
-
-
-
-
-
net.kyori.adventure.text.Component
-
-
-
org.json.JSONObject
-
-
-
-
-
-
Returns the enum constant of this class with the specified name.
-
-
-
-
-
Returns an array containing the constants of this enum class, in
-the order they are declared.
-
-
-
-
-
-
Methods inherited from class java.lang.Enum
-
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
-
-
-
-
-
-
-
-
-
-
-Enum Constant Details
-
-
-
-MASTER_BUILDER
-public static final Title MASTER_BUILDER
-
-
-
-
-DEV
-public static final Title DEV
-
-
-
-
-OWNER
-public static final Title OWNER
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-level
-private final int level
-
-
-
-
-
-
-
-
-
-
-
-
-
-color
-private final net.kyori.adventure.text.format.NamedTextColor color
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-Title
-private Title (int level,
- String loginMessage,
- String readable,
- String prefix,
- net.kyori.adventure.text.format.NamedTextColor color)
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-values
-public static Title [] values ()
-Returns an array containing the constants of this enum class, in
-the order they are declared.
-
-Returns:
-an array containing the constants of this enum class, in the order they are declared
-
-
-
-
-
-valueOf
-
-Returns the enum constant of this class with the specified name.
-The string must match exactly an identifier used to declare an
-enum constant in this class. (Extraneous whitespace characters are
-not permitted.)
-
-Parameters:
-name
- the name of the enum constant to be returned.
-Returns:
-the enum constant with the specified name
-Throws:
-IllegalArgumentException
- if this enum class has no constant with the specified name
-NullPointerException
- if the argument is null
-
-
-
-
-
-getPrefix
-public net.kyori.adventure.text.Component getPrefix ()
-
-
-
-
-toJSON
-public org.json.JSONObject toJSON ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+Title (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+Enum Constant Summary
+Enum Constants
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private final net.kyori.adventure.text.format.NamedTextColor
+
+
+
private final int
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
private
+
Title (int level,
+ String loginMessage,
+ String readable,
+ String prefix,
+ net.kyori.adventure.text.format.NamedTextColor color)
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Instance Methods Concrete Methods
+
+
+
+
+
+
net.kyori.adventure.text.Component
+
+
+
org.json.JSONObject
+
+
+
+
+
+
Returns the enum constant of this class with the specified name.
+
+
+
+
+
Returns an array containing the constants of this enum class, in
+the order they are declared.
+
+
+
+
+
+
Methods inherited from class java.lang.Enum
+
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
+
+
+
+
+
+
+
+
+
+
+Enum Constant Details
+
+
+
+MASTER_BUILDER
+public static final Title MASTER_BUILDER
+
+
+
+
+DEV
+public static final Title DEV
+
+
+
+
+OWNER
+public static final Title OWNER
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+level
+private final int level
+
+
+
+
+color
+private final net.kyori.adventure.text.format.NamedTextColor color
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+Title
+private Title (int level,
+ String loginMessage,
+ String readable,
+ String prefix,
+ net.kyori.adventure.text.format.NamedTextColor color)
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+values
+public static Title [] values ()
+Returns an array containing the constants of this enum class, in
+the order they are declared.
+
+Returns:
+an array containing the constants of this enum class, in the order they are declared
+
+
+
+
+
+valueOf
+
+Returns the enum constant of this class with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this class. (Extraneous whitespace characters are
+not permitted.)
+
+Parameters:
+name
- the name of the enum constant to be returned.
+Returns:
+the enum constant with the specified name
+Throws:
+IllegalArgumentException
- if this enum class has no constant with the specified name
+NullPointerException
- if the argument is null
+
+
+
+
+
+getPrefix
+public net.kyori.adventure.text.Component getPrefix ()
+
+
+
+
+toJSON
+public org.json.JSONObject toJSON ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/rank/enums/package-summary.html b/static/javadoc/dev/plex/rank/enums/package-summary.html
similarity index 96%
rename from static/javadoc/server/dev/plex/rank/enums/package-summary.html
rename to static/javadoc/dev/plex/rank/enums/package-summary.html
index 02dce51..912e943 100644
--- a/static/javadoc/server/dev/plex/rank/enums/package-summary.html
+++ b/static/javadoc/dev/plex/rank/enums/package-summary.html
@@ -1,94 +1,94 @@
-
-
-
-
-dev.plex.rank.enums (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.rank.enums
-
-
-
-
-
-
+
+
+
+
+dev.plex.rank.enums (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.rank.enums
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/rank/enums/package-tree.html b/static/javadoc/dev/plex/rank/enums/package-tree.html
similarity index 95%
rename from static/javadoc/server/dev/plex/rank/enums/package-tree.html
rename to static/javadoc/dev/plex/rank/enums/package-tree.html
index bda6a87..171155f 100644
--- a/static/javadoc/server/dev/plex/rank/enums/package-tree.html
+++ b/static/javadoc/dev/plex/rank/enums/package-tree.html
@@ -1,75 +1,75 @@
-
-
-
-
-dev.plex.rank.enums Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-Enum Class Hierarchy
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.rank.enums Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+Enum Class Hierarchy
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/rank/package-summary.html b/static/javadoc/dev/plex/rank/package-summary.html
similarity index 96%
rename from static/javadoc/server/dev/plex/rank/package-summary.html
rename to static/javadoc/dev/plex/rank/package-summary.html
index e675530..02bba6d 100644
--- a/static/javadoc/server/dev/plex/rank/package-summary.html
+++ b/static/javadoc/dev/plex/rank/package-summary.html
@@ -1,94 +1,94 @@
-
-
-
-
-dev.plex.rank (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.rank
-
-
-
-
-
-
+
+
+
+
+dev.plex.rank (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.rank
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/rank/package-tree.html b/static/javadoc/dev/plex/rank/package-tree.html
similarity index 95%
rename from static/javadoc/server/dev/plex/rank/package-tree.html
rename to static/javadoc/dev/plex/rank/package-tree.html
index 8a7d83c..c0ed6a1 100644
--- a/static/javadoc/server/dev/plex/rank/package-tree.html
+++ b/static/javadoc/dev/plex/rank/package-tree.html
@@ -1,70 +1,70 @@
-
-
-
-
-dev.plex.rank Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
+
+
+
+
+dev.plex.rank Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/services/AbstractService.html b/static/javadoc/dev/plex/services/AbstractService.html
similarity index 98%
rename from static/javadoc/server/dev/plex/services/AbstractService.html
rename to static/javadoc/dev/plex/services/AbstractService.html
index caea7e7..e3df9be 100644
--- a/static/javadoc/server/dev/plex/services/AbstractService.html
+++ b/static/javadoc/dev/plex/services/AbstractService.html
@@ -1,230 +1,230 @@
-
-
-
-
-AbstractService (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
private final boolean
-
-
-
private final boolean
-
-
-
private int
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
void
-
-
-
void
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-asynchronous
-private final boolean asynchronous
-
-
-
-
-repeating
-private final boolean repeating
-
-
-
-
-taskId
-private int taskId
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-AbstractService
-public AbstractService (boolean repeating,
- boolean async)
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-onStart
-public void onStart ()
-
-
-
-
-onEnd
-public void onEnd ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+AbstractService (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private final boolean
+
+
+
private final boolean
+
+
+
private int
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
void
+
+
+
void
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+asynchronous
+private final boolean asynchronous
+
+
+
+
+repeating
+private final boolean repeating
+
+
+
+
+taskId
+private int taskId
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+AbstractService
+public AbstractService (boolean repeating,
+ boolean async)
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+onStart
+public void onStart ()
+
+
+
+
+onEnd
+public void onEnd ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/services/IService.html b/static/javadoc/dev/plex/services/IService.html
similarity index 97%
rename from static/javadoc/server/dev/plex/services/IService.html
rename to static/javadoc/dev/plex/services/IService.html
index 3697601..abf8933 100644
--- a/static/javadoc/server/dev/plex/services/IService.html
+++ b/static/javadoc/dev/plex/services/IService.html
@@ -1,136 +1,136 @@
-
-
-
-
-IService (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Abstract Methods
-
-
-
-
-
-
int
-
-
-
void
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-
-
-
-repeatInSeconds
-int repeatInSeconds ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+IService (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Abstract Methods
+
+
+
+
+
+
int
+
+
+
void
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+
+
+
+repeatInSeconds
+int repeatInSeconds ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/services/ServiceManager.html b/static/javadoc/dev/plex/services/ServiceManager.html
similarity index 98%
rename from static/javadoc/server/dev/plex/services/ServiceManager.html
rename to static/javadoc/dev/plex/services/ServiceManager.html
index c31e9c6..b994799 100644
--- a/static/javadoc/server/dev/plex/services/ServiceManager.html
+++ b/static/javadoc/dev/plex/services/ServiceManager.html
@@ -1,251 +1,251 @@
-
-
-
-
-ServiceManager (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class ServiceManager
-
extends Object
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
void
-
-
-
void
-
-
-
void
-
-
-
-
-
-
private void
-
-
-
int
-
-
-
void
-
-
-
void
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-ServiceManager
-public ServiceManager ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-startServices
-public void startServices ()
-
-
-
-
-endServices
-public void endServices ()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-serviceCount
-public int serviceCount ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ServiceManager (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class ServiceManager
+
extends Object
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
+
+
+
private void
+
+
+
int
+
+
+
void
+
+
+
void
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+ServiceManager
+public ServiceManager ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+startServices
+public void startServices ()
+
+
+
+
+endServices
+public void endServices ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+serviceCount
+public int serviceCount ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/services/impl/AutoWipeService.html b/static/javadoc/dev/plex/services/impl/AutoWipeService.html
similarity index 97%
rename from static/javadoc/server/dev/plex/services/impl/AutoWipeService.html
rename to static/javadoc/dev/plex/services/impl/AutoWipeService.html
index fc6fb93..8d085d1 100644
--- a/static/javadoc/server/dev/plex/services/impl/AutoWipeService.html
+++ b/static/javadoc/dev/plex/services/impl/AutoWipeService.html
@@ -1,184 +1,184 @@
-
-
-
-
-AutoWipeService (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
int
-
-
-
void
-
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-AutoWipeService
-public AutoWipeService ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-run
-public void run ()
-
-
-
-
-repeatInSeconds
-public int repeatInSeconds ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+AutoWipeService (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
int
+
+
+
void
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+AutoWipeService
+public AutoWipeService ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+run
+public void run ()
+
+
+
+
+repeatInSeconds
+public int repeatInSeconds ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/services/impl/BanService.html b/static/javadoc/dev/plex/services/impl/BanService.html
similarity index 98%
rename from static/javadoc/server/dev/plex/services/impl/BanService.html
rename to static/javadoc/dev/plex/services/impl/BanService.html
index 369c30b..017c3b3 100644
--- a/static/javadoc/server/dev/plex/services/impl/BanService.html
+++ b/static/javadoc/dev/plex/services/impl/BanService.html
@@ -1,184 +1,184 @@
-
-
-
-
-BanService (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
int
-
-
-
void
-
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-BanService
-public BanService ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-run
-public void run ()
-
-
-
-
-repeatInSeconds
-public int repeatInSeconds ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+BanService (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
int
+
+
+
void
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+BanService
+public BanService ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+run
+public void run ()
+
+
+
+
+repeatInSeconds
+public int repeatInSeconds ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/services/impl/CommandBlockerService.html b/static/javadoc/dev/plex/services/impl/CommandBlockerService.html
similarity index 98%
rename from static/javadoc/server/dev/plex/services/impl/CommandBlockerService.html
rename to static/javadoc/dev/plex/services/impl/CommandBlockerService.html
index 9a19033..fe76e0f 100644
--- a/static/javadoc/server/dev/plex/services/impl/CommandBlockerService.html
+++ b/static/javadoc/dev/plex/services/impl/CommandBlockerService.html
@@ -1,207 +1,207 @@
-
-
-
-
-CommandBlockerService (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
int
-
-
-
void
-
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-CommandBlockerService
-public CommandBlockerService ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-run
-public void run ()
-
-
-
-
-repeatInSeconds
-public int repeatInSeconds ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+CommandBlockerService (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
int
+
+
+
void
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+CommandBlockerService
+public CommandBlockerService ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+run
+public void run ()
+
+
+
+
+repeatInSeconds
+public int repeatInSeconds ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/services/impl/GameRuleService.html b/static/javadoc/dev/plex/services/impl/GameRuleService.html
similarity index 97%
rename from static/javadoc/server/dev/plex/services/impl/GameRuleService.html
rename to static/javadoc/dev/plex/services/impl/GameRuleService.html
index c6ce829..30e23ff 100644
--- a/static/javadoc/server/dev/plex/services/impl/GameRuleService.html
+++ b/static/javadoc/dev/plex/services/impl/GameRuleService.html
@@ -1,184 +1,184 @@
-
-
-
-
-GameRuleService (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
int
-
-
-
void
-
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-GameRuleService
-public GameRuleService ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-run
-public void run ()
-
-
-
-
-repeatInSeconds
-public int repeatInSeconds ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+GameRuleService (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
int
+
+
+
void
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+GameRuleService
+public GameRuleService ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+run
+public void run ()
+
+
+
+
+repeatInSeconds
+public int repeatInSeconds ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/services/impl/TimingService.html b/static/javadoc/dev/plex/services/impl/TimingService.html
similarity index 98%
rename from static/javadoc/server/dev/plex/services/impl/TimingService.html
rename to static/javadoc/dev/plex/services/impl/TimingService.html
index 467faed..a04c9be 100644
--- a/static/javadoc/server/dev/plex/services/impl/TimingService.html
+++ b/static/javadoc/dev/plex/services/impl/TimingService.html
@@ -1,234 +1,234 @@
-
-
-
-
-TimingService (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
private void
-
-
-
int
-
-
-
void
-
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-TimingService
-public TimingService ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-run
-public void run ()
-
-
-
-
-
-
-
-repeatInSeconds
-public int repeatInSeconds ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+TimingService (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
private void
+
+
+
int
+
+
+
void
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+TimingService
+public TimingService ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+run
+public void run ()
+
+
+
+
+
+
+
+repeatInSeconds
+public int repeatInSeconds ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/services/impl/UpdateCheckerService.html b/static/javadoc/dev/plex/services/impl/UpdateCheckerService.html
similarity index 97%
rename from static/javadoc/server/dev/plex/services/impl/UpdateCheckerService.html
rename to static/javadoc/dev/plex/services/impl/UpdateCheckerService.html
index eaf6a6e..d77c612 100644
--- a/static/javadoc/server/dev/plex/services/impl/UpdateCheckerService.html
+++ b/static/javadoc/dev/plex/services/impl/UpdateCheckerService.html
@@ -1,207 +1,207 @@
-
-
-
-
-UpdateCheckerService (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
private boolean
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
int
-
-
-
void
-
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-newVersion
-private boolean newVersion
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-UpdateCheckerService
-public UpdateCheckerService ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-run
-public void run ()
-
-
-
-
-repeatInSeconds
-public int repeatInSeconds ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+UpdateCheckerService (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private boolean
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
int
+
+
+
void
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+newVersion
+private boolean newVersion
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+UpdateCheckerService
+public UpdateCheckerService ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+run
+public void run ()
+
+
+
+
+repeatInSeconds
+public int repeatInSeconds ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/services/impl/package-summary.html b/static/javadoc/dev/plex/services/impl/package-summary.html
similarity index 96%
rename from static/javadoc/server/dev/plex/services/impl/package-summary.html
rename to static/javadoc/dev/plex/services/impl/package-summary.html
index 4232236..1657f56 100644
--- a/static/javadoc/server/dev/plex/services/impl/package-summary.html
+++ b/static/javadoc/dev/plex/services/impl/package-summary.html
@@ -1,102 +1,102 @@
-
-
-
-
-dev.plex.services.impl (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.services.impl
-
-
-
-
-
-
-
-
Classes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.services.impl (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.services.impl
+
+
+
+
+
+
+
+
Classes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/services/impl/package-tree.html b/static/javadoc/dev/plex/services/impl/package-tree.html
similarity index 96%
rename from static/javadoc/server/dev/plex/services/impl/package-tree.html
rename to static/javadoc/dev/plex/services/impl/package-tree.html
index 78c143e..d177112 100644
--- a/static/javadoc/server/dev/plex/services/impl/package-tree.html
+++ b/static/javadoc/dev/plex/services/impl/package-tree.html
@@ -1,79 +1,79 @@
-
-
-
-
-dev.plex.services.impl Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
+
+
+
+
+dev.plex.services.impl Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/services/package-summary.html b/static/javadoc/dev/plex/services/package-summary.html
similarity index 97%
rename from static/javadoc/server/dev/plex/services/package-summary.html
rename to static/javadoc/dev/plex/services/package-summary.html
index df922d6..1420a7c 100644
--- a/static/javadoc/server/dev/plex/services/package-summary.html
+++ b/static/javadoc/dev/plex/services/package-summary.html
@@ -1,104 +1,104 @@
-
-
-
-
-dev.plex.services (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.services
-
-
-
-
-
-
-
-
All Classes and Interfaces Interfaces Classes
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.services (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.services
+
+
+
+
+
+
+
+
All Classes and Interfaces Interfaces Classes
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/services/package-tree.html b/static/javadoc/dev/plex/services/package-tree.html
similarity index 95%
rename from static/javadoc/server/dev/plex/services/package-tree.html
rename to static/javadoc/dev/plex/services/package-tree.html
index a350ea0..6c12d3d 100644
--- a/static/javadoc/server/dev/plex/services/package-tree.html
+++ b/static/javadoc/dev/plex/services/package-tree.html
@@ -1,77 +1,77 @@
-
-
-
-
-dev.plex.services Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
+
+
+
+
+dev.plex.services Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/storage/MongoConnection.html b/static/javadoc/dev/plex/storage/MongoConnection.html
similarity index 97%
rename from static/javadoc/server/dev/plex/storage/MongoConnection.html
rename to static/javadoc/dev/plex/storage/MongoConnection.html
index 67d60e7..7d79785 100644
--- a/static/javadoc/server/dev/plex/storage/MongoConnection.html
+++ b/static/javadoc/dev/plex/storage/MongoConnection.html
@@ -1,171 +1,171 @@
-
-
-
-
-MongoConnection (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
dev.morphia.Datastore
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-MongoConnection
-public MongoConnection ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-getDatastore
-public dev.morphia.Datastore getDatastore ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+MongoConnection (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
dev.morphia.Datastore
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+MongoConnection
+public MongoConnection ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+getDatastore
+public dev.morphia.Datastore getDatastore ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/storage/RedisConnection.html b/static/javadoc/dev/plex/storage/RedisConnection.html
similarity index 98%
rename from static/javadoc/server/dev/plex/storage/RedisConnection.html
rename to static/javadoc/dev/plex/storage/RedisConnection.html
index 418e127..e5c8f3e 100644
--- a/static/javadoc/server/dev/plex/storage/RedisConnection.html
+++ b/static/javadoc/dev/plex/storage/RedisConnection.html
@@ -1,212 +1,212 @@
-
-
-
-
-RedisConnection (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
-
-
-
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
private redis.clients.jedis.Jedis
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
redis.clients.jedis.Jedis
-
-
-
final boolean
-
-
-
void
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-jedis
-private redis.clients.jedis.Jedis jedis
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-RedisConnection
-public RedisConnection ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-getJedis
-public redis.clients.jedis.Jedis getJedis ()
-
-
-
-
-runAsync
-public void runAsync (Consumer <redis.clients.jedis.Jedis> jedisConsumer)
-
-
-
-
-isEnabled
-public final boolean isEnabled ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+RedisConnection (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
+
+
+
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private redis.clients.jedis.Jedis
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
redis.clients.jedis.Jedis
+
+
+
final boolean
+
+
+
void
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+jedis
+private redis.clients.jedis.Jedis jedis
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+RedisConnection
+public RedisConnection ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+getJedis
+public redis.clients.jedis.Jedis getJedis ()
+
+
+
+
+runAsync
+public void runAsync (Consumer <redis.clients.jedis.Jedis> jedisConsumer)
+
+
+
+
+isEnabled
+public final boolean isEnabled ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/storage/SQLConnection.html b/static/javadoc/dev/plex/storage/SQLConnection.html
similarity index 97%
rename from static/javadoc/server/dev/plex/storage/SQLConnection.html
rename to static/javadoc/dev/plex/storage/SQLConnection.html
index 1d31104..e4846c7 100644
--- a/static/javadoc/server/dev/plex/storage/SQLConnection.html
+++ b/static/javadoc/dev/plex/storage/SQLConnection.html
@@ -1,194 +1,194 @@
-
-
-
-
-SQLConnection (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
-
-
-
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
private com.zaxxer.hikari.HikariDataSource
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-dataSource
-private com.zaxxer.hikari.HikariDataSource dataSource
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-SQLConnection
-public SQLConnection ()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+SQLConnection (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
+
+
+
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private com.zaxxer.hikari.HikariDataSource
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+dataSource
+private com.zaxxer.hikari.HikariDataSource dataSource
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+SQLConnection
+public SQLConnection ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/storage/StorageType.html b/static/javadoc/dev/plex/storage/StorageType.html
similarity index 98%
rename from static/javadoc/server/dev/plex/storage/StorageType.html
rename to static/javadoc/dev/plex/storage/StorageType.html
index 0d107ce..d880ade 100644
--- a/static/javadoc/server/dev/plex/storage/StorageType.html
+++ b/static/javadoc/dev/plex/storage/StorageType.html
@@ -1,253 +1,253 @@
-
-
-
-
-StorageType (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-
-
-
-
-
-Enum Constant Summary
-Enum Constants
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Concrete Methods
-
-
-
-
-
-
-
-
-
Returns the enum constant of this class with the specified name.
-
-
-
-
-
Returns an array containing the constants of this enum class, in
-the order they are declared.
-
-
-
-
-
-
Methods inherited from class java.lang.Enum
-
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
-
-
-
-
-
-
-
-
-
-
-Enum Constant Details
-
-
-
-
-
-
-Constructor Details
-
-
-
-StorageType
-private StorageType ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-values
-
-Returns an array containing the constants of this enum class, in
-the order they are declared.
-
-Returns:
-an array containing the constants of this enum class, in the order they are declared
-
-
-
-
-
-valueOf
-
-Returns the enum constant of this class with the specified name.
-The string must match exactly an identifier used to declare an
-enum constant in this class. (Extraneous whitespace characters are
-not permitted.)
-
-Parameters:
-name
- the name of the enum constant to be returned.
-Returns:
-the enum constant with the specified name
-Throws:
-IllegalArgumentException
- if this enum class has no constant with the specified name
-NullPointerException
- if the argument is null
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+StorageType (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
+
+
+
+
+Enum Constant Summary
+Enum Constants
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Concrete Methods
+
+
+
+
+
+
+
+
+
Returns the enum constant of this class with the specified name.
+
+
+
+
+
Returns an array containing the constants of this enum class, in
+the order they are declared.
+
+
+
+
+
+
Methods inherited from class java.lang.Enum
+
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
+
+
+
+
+
+
+
+
+
+
+Enum Constant Details
+
+
+
+
+
+
+Constructor Details
+
+
+
+StorageType
+private StorageType ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+values
+
+Returns an array containing the constants of this enum class, in
+the order they are declared.
+
+Returns:
+an array containing the constants of this enum class, in the order they are declared
+
+
+
+
+
+valueOf
+
+Returns the enum constant of this class with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this class. (Extraneous whitespace characters are
+not permitted.)
+
+Parameters:
+name
- the name of the enum constant to be returned.
+Returns:
+the enum constant with the specified name
+Throws:
+IllegalArgumentException
- if this enum class has no constant with the specified name
+NullPointerException
- if the argument is null
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/storage/codec/ZonedDateTimeCodec.html b/static/javadoc/dev/plex/storage/codec/ZonedDateTimeCodec.html
similarity index 98%
rename from static/javadoc/server/dev/plex/storage/codec/ZonedDateTimeCodec.html
rename to static/javadoc/dev/plex/storage/codec/ZonedDateTimeCodec.html
index e09606c..92f698a 100644
--- a/static/javadoc/server/dev/plex/storage/codec/ZonedDateTimeCodec.html
+++ b/static/javadoc/dev/plex/storage/codec/ZonedDateTimeCodec.html
@@ -1,198 +1,198 @@
-
-
-
-
-ZonedDateTimeCodec (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
-
decode (org.bson.BsonReader reader,
- org.bson.codecs.DecoderContext decoderContext)
-
-
void
-
encode (org.bson.BsonWriter writer,
- ZonedDateTime value,
- org.bson.codecs.EncoderContext encoderContext)
-
-
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-ZonedDateTimeCodec
-public ZonedDateTimeCodec ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-decode
-public ZonedDateTime decode (org.bson.BsonReader reader,
- org.bson.codecs.DecoderContext decoderContext)
-
-Specified by:
-decode
in interface org.bson.codecs.Decoder<ZonedDateTime >
-
-
-
-
-
-encode
-public void encode (org.bson.BsonWriter writer,
- ZonedDateTime value,
- org.bson.codecs.EncoderContext encoderContext)
-
-Specified by:
-encode
in interface org.bson.codecs.Encoder<ZonedDateTime >
-
-
-
-
-
-getEncoderClass
-
-
-Specified by:
-getEncoderClass
in interface org.bson.codecs.Encoder<ZonedDateTime >
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ZonedDateTimeCodec (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
+
decode (org.bson.BsonReader reader,
+ org.bson.codecs.DecoderContext decoderContext)
+
+
void
+
encode (org.bson.BsonWriter writer,
+ ZonedDateTime value,
+ org.bson.codecs.EncoderContext encoderContext)
+
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+ZonedDateTimeCodec
+public ZonedDateTimeCodec ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+decode
+public ZonedDateTime decode (org.bson.BsonReader reader,
+ org.bson.codecs.DecoderContext decoderContext)
+
+Specified by:
+decode
in interface org.bson.codecs.Decoder<ZonedDateTime >
+
+
+
+
+
+encode
+public void encode (org.bson.BsonWriter writer,
+ ZonedDateTime value,
+ org.bson.codecs.EncoderContext encoderContext)
+
+Specified by:
+encode
in interface org.bson.codecs.Encoder<ZonedDateTime >
+
+
+
+
+
+getEncoderClass
+
+
+Specified by:
+getEncoderClass
in interface org.bson.codecs.Encoder<ZonedDateTime >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/storage/codec/package-summary.html b/static/javadoc/dev/plex/storage/codec/package-summary.html
similarity index 96%
rename from static/javadoc/server/dev/plex/storage/codec/package-summary.html
rename to static/javadoc/dev/plex/storage/codec/package-summary.html
index 587ffb8..27f69de 100644
--- a/static/javadoc/server/dev/plex/storage/codec/package-summary.html
+++ b/static/javadoc/dev/plex/storage/codec/package-summary.html
@@ -1,98 +1,98 @@
-
-
-
-
-dev.plex.storage.codec (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.storage.codec
-
-
-
-
-
-
+
+
+
+
+dev.plex.storage.codec (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.storage.codec
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/storage/codec/package-tree.html b/static/javadoc/dev/plex/storage/codec/package-tree.html
similarity index 95%
rename from static/javadoc/server/dev/plex/storage/codec/package-tree.html
rename to static/javadoc/dev/plex/storage/codec/package-tree.html
index 2e3b2c4..279b8db 100644
--- a/static/javadoc/server/dev/plex/storage/codec/package-tree.html
+++ b/static/javadoc/dev/plex/storage/codec/package-tree.html
@@ -1,70 +1,70 @@
-
-
-
-
-dev.plex.storage.codec Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
+
+
+
+
+dev.plex.storage.codec Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/storage/package-summary.html b/static/javadoc/dev/plex/storage/package-summary.html
similarity index 97%
rename from static/javadoc/server/dev/plex/storage/package-summary.html
rename to static/javadoc/dev/plex/storage/package-summary.html
index 40a9483..8ba059a 100644
--- a/static/javadoc/server/dev/plex/storage/package-summary.html
+++ b/static/javadoc/dev/plex/storage/package-summary.html
@@ -1,112 +1,112 @@
-
-
-
-
-dev.plex.storage (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.storage
-
-
-
-
-
-
-
-
All Classes and Interfaces Classes Enum Classes
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.storage (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.storage
+
+
+
+
+
+
+
+
All Classes and Interfaces Classes Enum Classes
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/storage/package-tree.html b/static/javadoc/dev/plex/storage/package-tree.html
similarity index 96%
rename from static/javadoc/server/dev/plex/storage/package-tree.html
rename to static/javadoc/dev/plex/storage/package-tree.html
index 38dc5e7..467732b 100644
--- a/static/javadoc/server/dev/plex/storage/package-tree.html
+++ b/static/javadoc/dev/plex/storage/package-tree.html
@@ -1,86 +1,86 @@
-
-
-
-
-dev.plex.storage Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-Enum Class Hierarchy
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.storage Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Enum Class Hierarchy
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/storage/permission/SQLPermissions.html b/static/javadoc/dev/plex/storage/permission/SQLPermissions.html
similarity index 98%
rename from static/javadoc/server/dev/plex/storage/permission/SQLPermissions.html
rename to static/javadoc/dev/plex/storage/permission/SQLPermissions.html
index 17f1fca..16ae0fe 100644
--- a/static/javadoc/server/dev/plex/storage/permission/SQLPermissions.html
+++ b/static/javadoc/dev/plex/storage/permission/SQLPermissions.html
@@ -1,285 +1,285 @@
-
-
-
-
-SQLPermissions (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class SQLPermissions
-
extends Object
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
void
-
-
-
-
-
-
void
-
-
-
void
-
-
-
void
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-SELECT
-private static final String SELECT
-
-See Also:
-
-
-
-
-
-
-
-
-INSERT
-private static final String INSERT
-
-See Also:
-
-
-
-
-
-
-
-
-REMOVE_PERMISSION
-private static final String REMOVE_PERMISSION
-
-See Also:
-
-
-
-
-
-
-
-
-UPDATE_PERMISSION
-private static final String UPDATE_PERMISSION
-
-See Also:
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-SQLPermissions
-public SQLPermissions ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-
-
-
-
-
-
-updatePermission
-public void updatePermission (Permission permission,
- boolean newValue)
-
-
-
-
-removePermission
-public void removePermission (Permission permission)
-
-
-
-
-removePermission
-public void removePermission (UUID uuid,
- String permission)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+SQLPermissions (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class SQLPermissions
+
extends Object
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
void
+
+
+
+
+
+
void
+
+
+
void
+
+
+
void
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+SELECT
+private static final String SELECT
+
+See Also:
+
+
+
+
+
+
+
+
+INSERT
+private static final String INSERT
+
+See Also:
+
+
+
+
+
+
+
+
+REMOVE_PERMISSION
+private static final String REMOVE_PERMISSION
+
+See Also:
+
+
+
+
+
+
+
+
+UPDATE_PERMISSION
+private static final String UPDATE_PERMISSION
+
+See Also:
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+SQLPermissions
+public SQLPermissions ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+
+
+
+
+
+
+updatePermission
+public void updatePermission (Permission permission,
+ boolean newValue)
+
+
+
+
+removePermission
+public void removePermission (Permission permission)
+
+
+
+
+removePermission
+public void removePermission (UUID uuid,
+ String permission)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/storage/permission/package-summary.html b/static/javadoc/dev/plex/storage/permission/package-summary.html
similarity index 96%
rename from static/javadoc/server/dev/plex/storage/permission/package-summary.html
rename to static/javadoc/dev/plex/storage/permission/package-summary.html
index 7c0fda2..942fe7e 100644
--- a/static/javadoc/server/dev/plex/storage/permission/package-summary.html
+++ b/static/javadoc/dev/plex/storage/permission/package-summary.html
@@ -1,98 +1,98 @@
-
-
-
-
-dev.plex.storage.permission (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.storage.permission
-
-
-
-
-
-
+
+
+
+
+dev.plex.storage.permission (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.storage.permission
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/storage/permission/package-tree.html b/static/javadoc/dev/plex/storage/permission/package-tree.html
similarity index 95%
rename from static/javadoc/server/dev/plex/storage/permission/package-tree.html
rename to static/javadoc/dev/plex/storage/permission/package-tree.html
index a7e574c..a658cc5 100644
--- a/static/javadoc/server/dev/plex/storage/permission/package-tree.html
+++ b/static/javadoc/dev/plex/storage/permission/package-tree.html
@@ -1,70 +1,70 @@
-
-
-
-
-dev.plex.storage.permission Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
+
+
+
+
+dev.plex.storage.permission Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/storage/player/MongoPlayerData.html b/static/javadoc/dev/plex/storage/player/MongoPlayerData.html
similarity index 98%
rename from static/javadoc/server/dev/plex/storage/player/MongoPlayerData.html
rename to static/javadoc/dev/plex/storage/player/MongoPlayerData.html
index 2936e3c..f4dcabb 100644
--- a/static/javadoc/server/dev/plex/storage/player/MongoPlayerData.html
+++ b/static/javadoc/dev/plex/storage/player/MongoPlayerData.html
@@ -1,321 +1,321 @@
-
-
-
-
-MongoPlayerData (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class MongoPlayerData
-
extends Object
-Mongo fetching utilities for players
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
private final dev.morphia.Datastore
-
-
-
The datastore object / database
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
Creates an instance of the player data
-
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
boolean
-
-
-
boolean
-
-
-
Checks whether the player exists in mongo's database
-
-
-
-
-
Gets the player from cache or from mongo's database
-
-
-
-
-
-
-
-
Gets the player from cache or from mongo's database
-
-
-
-
-
void
-
-
-
Saves the player's information in the database
-
-
void
-
-
-
Updates a player's information in the mongo database
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-datastore
-private final dev.morphia.Datastore datastore
-The datastore object / database
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-MongoPlayerData
-public MongoPlayerData ()
-Creates an instance of the player data
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-exists
-public boolean exists (UUID uuid)
-Checks whether the player exists in mongo's database
-
-Parameters:
-uuid
- The unique ID of the player
-Returns:
-true if the player was found
-
-
-
-
-
-exists
-public boolean exists (String username)
-
-
-
-
-getByUUID
-
-Gets the player from cache or from mongo's database
-
-Parameters:
-uuid
- The unique ID of the player
-Returns:
-a PlexPlayer object
-See Also:
-
-
-
-
-
-
-
-
-
-
-
-getByIP
-
-Gets the player from cache or from mongo's database
-
-Parameters:
-ip
- The IP address of the player.
-Returns:
-a PlexPlayer object
-See Also:
-
-
-
-
-
-
-
-
-update
-
-Updates a player's information in the mongo database
-
-Parameters:
-player
- The PlexPlayer object
-See Also:
-
-
-
-
-
-
-
-
-
-
-
-save
-
-Saves the player's information in the database
-
-Parameters:
-plexPlayer
- The PlexPlayer object
-See Also:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+MongoPlayerData (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class MongoPlayerData
+
extends Object
+Mongo fetching utilities for players
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private final dev.morphia.Datastore
+
+
+
The datastore object / database
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
Creates an instance of the player data
+
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
boolean
+
+
+
boolean
+
+
+
Checks whether the player exists in mongo's database
+
+
+
+
+
Gets the player from cache or from mongo's database
+
+
+
+
+
+
+
+
Gets the player from cache or from mongo's database
+
+
+
+
+
void
+
+
+
Saves the player's information in the database
+
+
void
+
+
+
Updates a player's information in the mongo database
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+datastore
+private final dev.morphia.Datastore datastore
+The datastore object / database
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+MongoPlayerData
+public MongoPlayerData ()
+Creates an instance of the player data
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+exists
+public boolean exists (UUID uuid)
+Checks whether the player exists in mongo's database
+
+Parameters:
+uuid
- The unique ID of the player
+Returns:
+true if the player was found
+
+
+
+
+
+exists
+public boolean exists (String username)
+
+
+
+
+getByUUID
+
+Gets the player from cache or from mongo's database
+
+Parameters:
+uuid
- The unique ID of the player
+Returns:
+a PlexPlayer object
+See Also:
+
+
+
+
+
+
+
+
+
+
+
+getByIP
+
+Gets the player from cache or from mongo's database
+
+Parameters:
+ip
- The IP address of the player.
+Returns:
+a PlexPlayer object
+See Also:
+
+
+
+
+
+
+
+
+update
+
+Updates a player's information in the mongo database
+
+Parameters:
+player
- The PlexPlayer object
+See Also:
+
+
+
+
+
+
+
+
+
+
+
+save
+
+Saves the player's information in the database
+
+Parameters:
+plexPlayer
- The PlexPlayer object
+See Also:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/storage/player/SQLPlayerData.html b/static/javadoc/dev/plex/storage/player/SQLPlayerData.html
similarity index 98%
rename from static/javadoc/server/dev/plex/storage/player/SQLPlayerData.html
rename to static/javadoc/dev/plex/storage/player/SQLPlayerData.html
index eeecd39..a93ec1f 100644
--- a/static/javadoc/server/dev/plex/storage/player/SQLPlayerData.html
+++ b/static/javadoc/dev/plex/storage/player/SQLPlayerData.html
@@ -1,370 +1,370 @@
-
-
-
-
-SQLPlayerData (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class SQLPlayerData
-
extends Object
-SQL fetching utilities for players
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
boolean
-
-
-
boolean
-
-
-
Checks if a player exists in the SQL database
-
-
-
-
-
Gets the player from cache or from the SQL database
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Gets the player from cache or from the SQL database
-
-
void
-
-
-
Inserts the player's information in the database
-
-
void
-
-
-
Updates a player's information in the SQL database
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-SELECT
-
-
-See Also:
-
-
-
-
-
-
-
-
-UPDATE
-
-
-See Also:
-
-
-
-
-
-
-
-
-INSERT
-
-
-See Also:
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-SQLPlayerData
-public SQLPlayerData ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-exists
-public boolean exists (UUID uuid)
-Checks if a player exists in the SQL database
-
-Parameters:
-uuid
- The unique ID of the player
-Returns:
-true if the player was found in the database
-
-
-
-
-
-exists
-public boolean exists (String username)
-
-
-
-
-getByUUID
-
-Gets the player from cache or from the SQL database
-
-Parameters:
-uuid
- The unique ID of the player
-Returns:
-a PlexPlayer object
-See Also:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-getByIP
-
-Gets the player from cache or from the SQL database
-
-Parameters:
-ip
- The IP address of the player.
-Returns:
-a PlexPlayer object
-See Also:
-
-
-
-
-
-
-
-
-update
-
-Updates a player's information in the SQL database
-
-Parameters:
-player
- The PlexPlayer object
-See Also:
-
-
-
-
-
-
-
-
-insert
-
-Inserts the player's information in the database
-
-Parameters:
-player
- The PlexPlayer object
-See Also:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+SQLPlayerData (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class SQLPlayerData
+
extends Object
+SQL fetching utilities for players
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
boolean
+
+
+
boolean
+
+
+
Checks if a player exists in the SQL database
+
+
+
+
+
Gets the player from cache or from the SQL database
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Gets the player from cache or from the SQL database
+
+
void
+
+
+
Inserts the player's information in the database
+
+
void
+
+
+
Updates a player's information in the SQL database
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+SELECT
+
+
+See Also:
+
+
+
+
+
+
+
+
+UPDATE
+
+
+See Also:
+
+
+
+
+
+
+
+
+INSERT
+
+
+See Also:
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+SQLPlayerData
+public SQLPlayerData ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+exists
+public boolean exists (UUID uuid)
+Checks if a player exists in the SQL database
+
+Parameters:
+uuid
- The unique ID of the player
+Returns:
+true if the player was found in the database
+
+
+
+
+
+exists
+public boolean exists (String username)
+
+
+
+
+getByUUID
+
+Gets the player from cache or from the SQL database
+
+Parameters:
+uuid
- The unique ID of the player
+Returns:
+a PlexPlayer object
+See Also:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+getByIP
+
+Gets the player from cache or from the SQL database
+
+Parameters:
+ip
- The IP address of the player.
+Returns:
+a PlexPlayer object
+See Also:
+
+
+
+
+
+
+
+
+update
+
+Updates a player's information in the SQL database
+
+Parameters:
+player
- The PlexPlayer object
+See Also:
+
+
+
+
+
+
+
+
+insert
+
+Inserts the player's information in the database
+
+Parameters:
+player
- The PlexPlayer object
+See Also:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/storage/player/package-summary.html b/static/javadoc/dev/plex/storage/player/package-summary.html
similarity index 96%
rename from static/javadoc/server/dev/plex/storage/player/package-summary.html
rename to static/javadoc/dev/plex/storage/player/package-summary.html
index 055971c..51a2ac4 100644
--- a/static/javadoc/server/dev/plex/storage/player/package-summary.html
+++ b/static/javadoc/dev/plex/storage/player/package-summary.html
@@ -1,104 +1,104 @@
-
-
-
-
-dev.plex.storage.player (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.storage.player
-
-
-
-
-
-
-
-
Classes
-
-
-
-
-
-
Mongo fetching utilities for players
-
-
-
-
SQL fetching utilities for players
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.storage.player (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.storage.player
+
+
+
+
+
+
+
+
Classes
+
+
+
+
+
+
Mongo fetching utilities for players
+
+
+
+
SQL fetching utilities for players
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/storage/player/package-tree.html b/static/javadoc/dev/plex/storage/player/package-tree.html
similarity index 95%
rename from static/javadoc/server/dev/plex/storage/player/package-tree.html
rename to static/javadoc/dev/plex/storage/player/package-tree.html
index b562292..0ebd10d 100644
--- a/static/javadoc/server/dev/plex/storage/player/package-tree.html
+++ b/static/javadoc/dev/plex/storage/player/package-tree.html
@@ -1,71 +1,71 @@
-
-
-
-
-dev.plex.storage.player Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
+
+
+
+
+dev.plex.storage.player Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/storage/punishment/SQLNotes.html b/static/javadoc/dev/plex/storage/punishment/SQLNotes.html
similarity index 98%
rename from static/javadoc/server/dev/plex/storage/punishment/SQLNotes.html
rename to static/javadoc/dev/plex/storage/punishment/SQLNotes.html
index 1f8e244..b0e3269 100644
--- a/static/javadoc/server/dev/plex/storage/punishment/SQLNotes.html
+++ b/static/javadoc/dev/plex/storage/punishment/SQLNotes.html
@@ -1,248 +1,248 @@
-
-
-
-
-SQLNotes (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class SQLNotes
-
extends Object
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-SELECT
-private static final String SELECT
-
-See Also:
-
-
-
-
-
-
-
-
-INSERT
-private static final String INSERT
-
-See Also:
-
-
-
-
-
-
-
-
-DELETE
-private static final String DELETE
-
-See Also:
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-SQLNotes
-public SQLNotes ()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+SQLNotes (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class SQLNotes
+
extends Object
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+SELECT
+private static final String SELECT
+
+See Also:
+
+
+
+
+
+
+
+
+INSERT
+private static final String INSERT
+
+See Also:
+
+
+
+
+
+
+
+
+DELETE
+private static final String DELETE
+
+See Also:
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+SQLNotes
+public SQLNotes ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/storage/punishment/SQLPunishment.html b/static/javadoc/dev/plex/storage/punishment/SQLPunishment.html
similarity index 98%
rename from static/javadoc/server/dev/plex/storage/punishment/SQLPunishment.html
rename to static/javadoc/dev/plex/storage/punishment/SQLPunishment.html
index e111f66..59100ab 100644
--- a/static/javadoc/server/dev/plex/storage/punishment/SQLPunishment.html
+++ b/static/javadoc/dev/plex/storage/punishment/SQLPunishment.html
@@ -1,281 +1,281 @@
-
-
-
-
-SQLPunishment (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class SQLPunishment
-
extends Object
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
void
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-SELECT
-private static final String SELECT
-
-See Also:
-
-
-
-
-
-
-
-
-SELECT_BY
-private static final String SELECT_BY
-
-See Also:
-
-
-
-
-
-
-
-
-INSERT
-private static final String INSERT
-
-See Also:
-
-
-
-
-
-
-
-
-UPDATE_BAN
-private static final String UPDATE_BAN
-
-See Also:
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-SQLPunishment
-public SQLPunishment ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-
-
-
-
-
-
-
-
-
-syncRemoveBan
-public void syncRemoveBan (UUID uuid)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+SQLPunishment (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class SQLPunishment
+
extends Object
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
void
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+SELECT
+private static final String SELECT
+
+See Also:
+
+
+
+
+
+
+
+
+SELECT_BY
+private static final String SELECT_BY
+
+See Also:
+
+
+
+
+
+
+
+
+INSERT
+private static final String INSERT
+
+See Also:
+
+
+
+
+
+
+
+
+UPDATE_BAN
+private static final String UPDATE_BAN
+
+See Also:
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+SQLPunishment
+public SQLPunishment ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+
+
+
+
+
+
+
+
+
+syncRemoveBan
+public void syncRemoveBan (UUID uuid)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/storage/punishment/package-summary.html b/static/javadoc/dev/plex/storage/punishment/package-summary.html
similarity index 96%
rename from static/javadoc/server/dev/plex/storage/punishment/package-summary.html
rename to static/javadoc/dev/plex/storage/punishment/package-summary.html
index 9410c64..b32b3f9 100644
--- a/static/javadoc/server/dev/plex/storage/punishment/package-summary.html
+++ b/static/javadoc/dev/plex/storage/punishment/package-summary.html
@@ -1,100 +1,100 @@
-
-
-
-
-dev.plex.storage.punishment (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.storage.punishment
-
-
-
-
-
-
+
+
+
+
+dev.plex.storage.punishment (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.storage.punishment
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/storage/punishment/package-tree.html b/static/javadoc/dev/plex/storage/punishment/package-tree.html
similarity index 95%
rename from static/javadoc/server/dev/plex/storage/punishment/package-tree.html
rename to static/javadoc/dev/plex/storage/punishment/package-tree.html
index 8e10ce4..63ffa2f 100644
--- a/static/javadoc/server/dev/plex/storage/punishment/package-tree.html
+++ b/static/javadoc/dev/plex/storage/punishment/package-tree.html
@@ -1,71 +1,71 @@
-
-
-
-
-dev.plex.storage.punishment Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
+
+
+
+
+dev.plex.storage.punishment Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/AshconInfo.SkinData.html b/static/javadoc/dev/plex/util/AshconInfo.SkinData.html
similarity index 97%
rename from static/javadoc/server/dev/plex/util/AshconInfo.SkinData.html
rename to static/javadoc/dev/plex/util/AshconInfo.SkinData.html
index dceff57..f2ab32c 100644
--- a/static/javadoc/server/dev/plex/util/AshconInfo.SkinData.html
+++ b/static/javadoc/dev/plex/util/AshconInfo.SkinData.html
@@ -1,168 +1,168 @@
-
-
-
-
-AshconInfo.SkinData (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-Enclosing class:
-AshconInfo
-
-
-public static class AshconInfo.SkinData
-
extends Object
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-SkinData
-public SkinData ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+AshconInfo.SkinData (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+Enclosing class:
+AshconInfo
+
+
+public static class AshconInfo.SkinData
+
extends Object
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+SkinData
+public SkinData ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/AshconInfo.Textures.html b/static/javadoc/dev/plex/util/AshconInfo.Textures.html
similarity index 97%
rename from static/javadoc/server/dev/plex/util/AshconInfo.Textures.html
rename to static/javadoc/dev/plex/util/AshconInfo.Textures.html
index 00af072..fa58fbb 100644
--- a/static/javadoc/server/dev/plex/util/AshconInfo.Textures.html
+++ b/static/javadoc/dev/plex/util/AshconInfo.Textures.html
@@ -1,177 +1,177 @@
-
-
-
-
-AshconInfo.Textures (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-Enclosing class:
-AshconInfo
-
-
-public static class AshconInfo.Textures
-
extends Object
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
private boolean
-
-
-
-
-
-
private boolean
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-custom
-private boolean custom
-
-
-
-
-slim
-private boolean slim
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-Textures
-public Textures ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+AshconInfo.Textures (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+Enclosing class:
+AshconInfo
+
+
+public static class AshconInfo.Textures
+
extends Object
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private boolean
+
+
+
+
+
+
private boolean
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+custom
+private boolean custom
+
+
+
+
+slim
+private boolean slim
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+Textures
+public Textures ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/AshconInfo.UsernameHistory.html b/static/javadoc/dev/plex/util/AshconInfo.UsernameHistory.html
similarity index 97%
rename from static/javadoc/server/dev/plex/util/AshconInfo.UsernameHistory.html
rename to static/javadoc/dev/plex/util/AshconInfo.UsernameHistory.html
index 5409177..7f9e5b5 100644
--- a/static/javadoc/server/dev/plex/util/AshconInfo.UsernameHistory.html
+++ b/static/javadoc/dev/plex/util/AshconInfo.UsernameHistory.html
@@ -1,169 +1,169 @@
-
-
-
-
-AshconInfo.UsernameHistory (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-Enclosing class:
-AshconInfo
-
-
-public static class AshconInfo.UsernameHistory
-
extends Object
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-
-
-
-zonedDateTime
-@SerializedName("changed_at")
- private ZonedDateTime zonedDateTime
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-UsernameHistory
-public UsernameHistory ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+AshconInfo.UsernameHistory (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+Enclosing class:
+AshconInfo
+
+
+public static class AshconInfo.UsernameHistory
+
extends Object
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+
+
+
+zonedDateTime
+@SerializedName("changed_at")
+ private ZonedDateTime zonedDateTime
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+UsernameHistory
+public UsernameHistory ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/AshconInfo.html b/static/javadoc/dev/plex/util/AshconInfo.html
similarity index 98%
rename from static/javadoc/server/dev/plex/util/AshconInfo.html
rename to static/javadoc/dev/plex/util/AshconInfo.html
index 7b8caea..ffc22ad 100644
--- a/static/javadoc/server/dev/plex/util/AshconInfo.html
+++ b/static/javadoc/dev/plex/util/AshconInfo.html
@@ -1,204 +1,204 @@
-
-
-
-
-AshconInfo (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class AshconInfo
-
extends Object
-
-
-
-
-
-
-Nested Class Summary
-Nested Classes
-
-
-
-
-
static class
-
-
-
static class
-
-
-
static class
-
-
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-AshconInfo
-public AshconInfo ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+AshconInfo (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class AshconInfo
+
extends Object
+
+
+
+
+
+
+Nested Class Summary
+Nested Classes
+
+
+
+
+
static class
+
+
+
static class
+
+
+
static class
+
+
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+AshconInfo
+public AshconInfo ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/BlockUtils.html b/static/javadoc/dev/plex/util/BlockUtils.html
similarity index 97%
rename from static/javadoc/server/dev/plex/util/BlockUtils.html
rename to static/javadoc/dev/plex/util/BlockUtils.html
index 783bb45..bbf4fd3 100644
--- a/static/javadoc/server/dev/plex/util/BlockUtils.html
+++ b/static/javadoc/dev/plex/util/BlockUtils.html
@@ -1,159 +1,159 @@
-
-
-
-
-BlockUtils (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class BlockUtils
-
extends Object
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Concrete Methods
-
-
-
-
-
-
static org.bukkit.Location
-
relative (org.bukkit.Location origin,
- org.bukkit.block.BlockFace face)
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-BlockUtils
-public BlockUtils ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-relative
-public static org.bukkit.Location relative (org.bukkit.Location origin,
- org.bukkit.block.BlockFace face)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+BlockUtils (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class BlockUtils
+
extends Object
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Concrete Methods
+
+
+
+
+
+
static org.bukkit.Location
+
relative (org.bukkit.Location origin,
+ org.bukkit.block.BlockFace face)
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+BlockUtils
+public BlockUtils ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+relative
+public static org.bukkit.Location relative (org.bukkit.Location origin,
+ org.bukkit.block.BlockFace face)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/BuildInfo.html b/static/javadoc/dev/plex/util/BuildInfo.html
similarity index 98%
rename from static/javadoc/server/dev/plex/util/BuildInfo.html
rename to static/javadoc/dev/plex/util/BuildInfo.html
index cef8e94..f8d8aad 100644
--- a/static/javadoc/server/dev/plex/util/BuildInfo.html
+++ b/static/javadoc/dev/plex/util/BuildInfo.html
@@ -1,213 +1,213 @@
-
-
-
-
-BuildInfo (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class BuildInfo
-
extends Object
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-BuildInfo
-public BuildInfo ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-load
-public void load (Plex plugin)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+BuildInfo (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class BuildInfo
+
extends Object
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+BuildInfo
+public BuildInfo ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+load
+public void load (Plex plugin)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/BungeeUtil.html b/static/javadoc/dev/plex/util/BungeeUtil.html
similarity index 98%
rename from static/javadoc/server/dev/plex/util/BungeeUtil.html
rename to static/javadoc/dev/plex/util/BungeeUtil.html
index c31b953..cef9339 100644
--- a/static/javadoc/server/dev/plex/util/BungeeUtil.html
+++ b/static/javadoc/dev/plex/util/BungeeUtil.html
@@ -1,177 +1,177 @@
-
-
-
-
-BungeeUtil (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class BungeeUtil
-
extends Object
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Concrete Methods
-
-
-
-
-
-
static boolean
-
-
-
static boolean
-
-
-
static void
-
kickPlayer (org.bukkit.entity.Player player,
- net.kyori.adventure.text.Component message)
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-BungeeUtil
-public BungeeUtil ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-isBungeeCord
-public static boolean isBungeeCord ()
-
-
-
-
-isVelocity
-public static boolean isVelocity ()
-
-
-
-
-kickPlayer
-public static void kickPlayer (org.bukkit.entity.Player player,
- net.kyori.adventure.text.Component message)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+BungeeUtil (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class BungeeUtil
+
extends Object
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Concrete Methods
+
+
+
+
+
+
static boolean
+
+
+
static boolean
+
+
+
static void
+
kickPlayer (org.bukkit.entity.Player player,
+ net.kyori.adventure.text.Component message)
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+BungeeUtil
+public BungeeUtil ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+isBungeeCord
+public static boolean isBungeeCord ()
+
+
+
+
+isVelocity
+public static boolean isVelocity ()
+
+
+
+
+kickPlayer
+public static void kickPlayer (org.bukkit.entity.Player player,
+ net.kyori.adventure.text.Component message)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/GameRuleUtil.html b/static/javadoc/dev/plex/util/GameRuleUtil.html
similarity index 98%
rename from static/javadoc/server/dev/plex/util/GameRuleUtil.html
rename to static/javadoc/dev/plex/util/GameRuleUtil.html
index e4852d6..582823a 100644
--- a/static/javadoc/server/dev/plex/util/GameRuleUtil.html
+++ b/static/javadoc/dev/plex/util/GameRuleUtil.html
@@ -1,186 +1,186 @@
-
-
-
-
-GameRuleUtil (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class GameRuleUtil
-
extends Object
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Concrete Methods
-
-
-
-
-
-
-
-
-
static <T> void
-
-
-
static <T> void
-
-
-
private static <T> void
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-GameRuleUtil
-public GameRuleUtil ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-commitGlobalGameRules
-public static <T> void commitGlobalGameRules (org.bukkit.World world)
-
-
-
-
-commitSpecificGameRules
-public static <T> void commitSpecificGameRules (org.bukkit.World world)
-
-
-
-
-readGameRules
-private static <T> void readGameRules (org.bukkit.World world,
- String s)
-
-
-
-
-check
-public static <T> Object check (T value)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+GameRuleUtil (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class GameRuleUtil
+
extends Object
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Concrete Methods
+
+
+
+
+
+
+
+
+
static <T> void
+
+
+
static <T> void
+
+
+
private static <T> void
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+GameRuleUtil
+public GameRuleUtil ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+commitGlobalGameRules
+public static <T> void commitGlobalGameRules (org.bukkit.World world)
+
+
+
+
+commitSpecificGameRules
+public static <T> void commitSpecificGameRules (org.bukkit.World world)
+
+
+
+
+readGameRules
+private static <T> void readGameRules (org.bukkit.World world,
+ String s)
+
+
+
+
+check
+public static <T> Object check (T value)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/MojangUtils.html b/static/javadoc/dev/plex/util/MojangUtils.html
similarity index 98%
rename from static/javadoc/server/dev/plex/util/MojangUtils.html
rename to static/javadoc/dev/plex/util/MojangUtils.html
index 92695dd..61a346d 100644
--- a/static/javadoc/server/dev/plex/util/MojangUtils.html
+++ b/static/javadoc/dev/plex/util/MojangUtils.html
@@ -1,157 +1,157 @@
-
-
-
-
-MojangUtils (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class MojangUtils
-
extends Object
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Concrete Methods
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-MojangUtils
-public MojangUtils ()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+MojangUtils (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class MojangUtils
+
extends Object
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Concrete Methods
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+MojangUtils
+public MojangUtils ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/PermissionsUtil.html b/static/javadoc/dev/plex/util/PermissionsUtil.html
similarity index 98%
rename from static/javadoc/server/dev/plex/util/PermissionsUtil.html
rename to static/javadoc/dev/plex/util/PermissionsUtil.html
index 7bf4527..1e2b054 100644
--- a/static/javadoc/server/dev/plex/util/PermissionsUtil.html
+++ b/static/javadoc/dev/plex/util/PermissionsUtil.html
@@ -1,204 +1,204 @@
-
-
-
-
-PermissionsUtil (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class PermissionsUtil
-
extends Object
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Concrete Methods
-
-
-
-
-
-
static void
-
-
-
static void
-
-
-
static void
-
-
-
static void
-
-
-
static void
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-PermissionsUtil
-public PermissionsUtil ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-setupPermissions
-public static void setupPermissions (@NotNull
- @NotNull org.bukkit.entity.Player player)
-
-
-
-
-
-
-
-
-
-
-
-
-
-updatePermission
-public static void updatePermission (PlexPlayer player,
- String permission,
- boolean newValue)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+PermissionsUtil (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class PermissionsUtil
+
extends Object
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Concrete Methods
+
+
+
+
+
+
static void
+
+
+
static void
+
+
+
static void
+
+
+
static void
+
+
+
static void
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+PermissionsUtil
+public PermissionsUtil ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+setupPermissions
+public static void setupPermissions (@NotNull
+ @NotNull org.bukkit.entity.Player player)
+
+
+
+
+
+
+
+
+
+
+
+
+
+updatePermission
+public static void updatePermission (PlexPlayer player,
+ String permission,
+ boolean newValue)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/PlexLog.html b/static/javadoc/dev/plex/util/PlexLog.html
similarity index 92%
rename from static/javadoc/server/dev/plex/util/PlexLog.html
rename to static/javadoc/dev/plex/util/PlexLog.html
index 574fbb7..c31a3a9 100644
--- a/static/javadoc/server/dev/plex/util/PlexLog.html
+++ b/static/javadoc/dev/plex/util/PlexLog.html
@@ -1,201 +1,230 @@
-
-
-
-
-PlexLog (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class PlexLog
-
extends Object
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Concrete Methods
-
-
-
-
-
-
static void
-
-
-
static void
-
-
-
static void
-
-
-
static void
-
log (net.kyori.adventure.text.Component component)
-
-
static void
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-PlexLog
-public PlexLog ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-
-
-
-log
-public static void log (net.kyori.adventure.text.Component component)
-
-
-
-
-error
-public static void error (String message,
- Object ... strings)
-
-
-
-
-warn
-public static void warn (String message,
- Object ... strings)
-
-
-
-
-debug
-public static void debug (String message,
- Object ... strings)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+PlexLog (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class PlexLog
+
extends Object
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private static final net.kyori.adventure.text.logger.slf4j.ComponentLogger
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Concrete Methods
+
+
+
+
+
+
static void
+
+
+
static void
+
+
+
static void
+
+
+
static void
+
log (net.kyori.adventure.text.Component component)
+
+
static void
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+logger
+private static final net.kyori.adventure.text.logger.slf4j.ComponentLogger logger
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+PlexLog
+public PlexLog ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+
+
+
+log
+public static void log (net.kyori.adventure.text.Component component)
+
+
+
+
+error
+public static void error (String message,
+ Object ... strings)
+
+
+
+
+warn
+public static void warn (String message,
+ Object ... strings)
+
+
+
+
+debug
+public static void debug (String message,
+ Object ... strings)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/PlexUtils.html b/static/javadoc/dev/plex/util/PlexUtils.html
similarity index 87%
rename from static/javadoc/server/dev/plex/util/PlexUtils.html
rename to static/javadoc/dev/plex/util/PlexUtils.html
index 6669379..4cf06d0 100644
--- a/static/javadoc/server/dev/plex/util/PlexUtils.html
+++ b/static/javadoc/dev/plex/util/PlexUtils.html
@@ -1,363 +1,385 @@
-
-
-
-
-PlexUtils (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
-
-
-
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-
private static final net.kyori.adventure.text.minimessage.MiniMessage
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Concrete Methods
-
-
-
-
-
-
static <T> T
-
-
-
static void
-
-
-
static void
-
broadcast (net.kyori.adventure.text.Component component)
-
-
static void
-
-
-
static void
-
disabledEffect (org.bukkit.entity.Player player,
- org.bukkit.Location location)
-
-
static void
-
-
-
-
-
-
-
-
-
-
-
-
static boolean
-
-
-
static net.kyori.adventure.text.Component
-
-
-
static net.kyori.adventure.text.Component
-
-
-
-
-
-
static net.kyori.adventure.text.Component
-
-
-
static net.kyori.adventure.text.Component
-
-
-
-
-
-
static void
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-MINI_MESSAGE
-private static final net.kyori.adventure.text.minimessage.MiniMessage MINI_MESSAGE
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-PlexUtils
-public PlexUtils ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-addToArrayList
-public static <T> T addToArrayList (List <T> list,
- T object)
-
-
-
-
-disabledEffect
-public static void disabledEffect (org.bukkit.entity.Player player,
- org.bukkit.Location location)
-
-
-
-
-disabledEffectMultiple
-public static void disabledEffectMultiple (org.bukkit.entity.Player[] players,
- org.bukkit.Location location)
-
-
-
-
-testConnections
-public static void testConnections ()
-
-
-
-
-isPluginCMD
-public static boolean isPluginCMD (String cmd,
- String pluginName)
-
-
-
-
-
-
-
-mmDeserialize
-public static net.kyori.adventure.text.Component mmDeserialize (String input)
-
-
-
-
-mmCustomDeserialize
-public static net.kyori.adventure.text.Component mmCustomDeserialize (String input,
- net.kyori.adventure.text.minimessage.tag.resolver.TagResolver... resolvers)
-
-
-
-
-messageComponent
-public static net.kyori.adventure.text.Component messageComponent (String entry,
- Object ... objects)
-
-
-
-
-messageComponent
-public static net.kyori.adventure.text.Component messageComponent (String entry,
- net.kyori.adventure.text.Component... objects)
-
-
-
-
-
-
-
-getTextFromComponent
-public static String getTextFromComponent (net.kyori.adventure.text.Component component)
-
-
-
-
-getTextFromComponents
-public static String getTextFromComponents (net.kyori.adventure.text.Component... components)
-
-
-
-
-
-
-
-broadcast
-public static void broadcast (String s)
-
-
-
-
-broadcast
-public static void broadcast (net.kyori.adventure.text.Component component)
-
-
-
-
-broadcastToAdmins
-public static void broadcastToAdmins (net.kyori.adventure.text.Component component)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+PlexUtils (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
+
+
+
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+
private static final net.kyori.adventure.text.minimessage.MiniMessage
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Concrete Methods
+
+
+
+
+
+
static <T> T
+
+
+
+
+
+
static void
+
+
+
static void
+
broadcast (net.kyori.adventure.text.Component component)
+
+
static void
+
+
+
+
+
+
static void
+
disabledEffect (org.bukkit.entity.Player player,
+ org.bukkit.Location location)
+
+
static void
+
+
+
+
+
+
+
+
+
+
+
+
static boolean
+
+
+
static net.kyori.adventure.text.Component
+
+
+
static net.kyori.adventure.text.Component
+
+
+
+
+
+
static net.kyori.adventure.text.Component
+
+
+
static net.kyori.adventure.text.Component
+
+
+
+
+
+
static void
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+MINI_MESSAGE
+private static final net.kyori.adventure.text.minimessage.MiniMessage MINI_MESSAGE
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+PlexUtils
+public PlexUtils ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+addToArrayList
+public static <T> T addToArrayList (List <T> list,
+ T object)
+
+
+
+
+disabledEffect
+public static void disabledEffect (org.bukkit.entity.Player player,
+ org.bukkit.Location location)
+
+
+
+
+disabledEffectMultiple
+public static void disabledEffectMultiple (org.bukkit.entity.Player[] players,
+ org.bukkit.Location location)
+
+
+
+
+testConnections
+public static void testConnections ()
+
+
+
+
+isPluginCMD
+public static boolean isPluginCMD (String cmd,
+ String pluginName)
+
+
+
+
+
+
+
+mmDeserialize
+public static net.kyori.adventure.text.Component mmDeserialize (String input)
+
+
+
+
+mmCustomDeserialize
+public static net.kyori.adventure.text.Component mmCustomDeserialize (String input,
+ net.kyori.adventure.text.minimessage.tag.resolver.TagResolver... resolvers)
+
+
+
+
+messageComponent
+public static net.kyori.adventure.text.Component messageComponent (String entry,
+ Object ... objects)
+
+
+
+
+messageComponent
+public static net.kyori.adventure.text.Component messageComponent (String entry,
+ net.kyori.adventure.text.Component... objects)
+
+
+
+
+
+
+
+getTextFromComponent
+public static String getTextFromComponent (net.kyori.adventure.text.Component component)
+
+
+
+
+getTextFromComponents
+public static String getTextFromComponents (net.kyori.adventure.text.Component... components)
+
+
+
+
+
+
+
+broadcast
+public static void broadcast (String s)
+
+
+
+
+broadcast
+public static void broadcast (net.kyori.adventure.text.Component component)
+
+
+
+
+broadcastToAdmins
+public static void broadcastToAdmins (net.kyori.adventure.text.Component component)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/RandomUtil.html b/static/javadoc/dev/plex/util/RandomUtil.html
similarity index 98%
rename from static/javadoc/server/dev/plex/util/RandomUtil.html
rename to static/javadoc/dev/plex/util/RandomUtil.html
index 2852b4f..4f77df7 100644
--- a/static/javadoc/server/dev/plex/util/RandomUtil.html
+++ b/static/javadoc/dev/plex/util/RandomUtil.html
@@ -1,195 +1,195 @@
-
-
-
-
-RandomUtil (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class RandomUtil
-
extends Object
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Concrete Methods
-
-
-
-
-
-
static net.kyori.adventure.text.format.NamedTextColor
-
-
-
static boolean
-
-
-
static int
-
-
-
static int
-
-
-
static int
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-RandomUtil
-public RandomUtil ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-getRandomColor
-public static net.kyori.adventure.text.format.NamedTextColor getRandomColor ()
-
-
-
-
-randomBoolean
-public static boolean randomBoolean ()
-
-
-
-
-randomNum
-public static int randomNum ()
-
-
-
-
-randomNum
-public static int randomNum (int limit)
-
-
-
-
-randomNum
-public static int randomNum (int start,
- int limit)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+RandomUtil (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class RandomUtil
+
extends Object
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Concrete Methods
+
+
+
+
+
+
static net.kyori.adventure.text.format.NamedTextColor
+
+
+
static boolean
+
+
+
static int
+
+
+
static int
+
+
+
static int
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+RandomUtil
+public RandomUtil ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+getRandomColor
+public static net.kyori.adventure.text.format.NamedTextColor getRandomColor ()
+
+
+
+
+randomBoolean
+public static boolean randomBoolean ()
+
+
+
+
+randomNum
+public static int randomNum ()
+
+
+
+
+randomNum
+public static int randomNum (int limit)
+
+
+
+
+randomNum
+public static int randomNum (int start,
+ int limit)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/ReflectionsUtil.html b/static/javadoc/dev/plex/util/ReflectionsUtil.html
similarity index 98%
rename from static/javadoc/server/dev/plex/util/ReflectionsUtil.html
rename to static/javadoc/dev/plex/util/ReflectionsUtil.html
index 8d21ecc..1346154 100644
--- a/static/javadoc/server/dev/plex/util/ReflectionsUtil.html
+++ b/static/javadoc/dev/plex/util/ReflectionsUtil.html
@@ -1,168 +1,168 @@
-
-
-
-
-ReflectionsUtil (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class ReflectionsUtil
-
extends Object
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Concrete Methods
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-ReflectionsUtil
-public ReflectionsUtil ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-
-
-
-getClassesBySubType
-public static <T> Set <Class <? extends T>> getClassesBySubType (String packageName,
- Class <T> subType)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ReflectionsUtil (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class ReflectionsUtil
+
extends Object
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Concrete Methods
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+ReflectionsUtil
+public ReflectionsUtil ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+
+
+
+getClassesBySubType
+public static <T> Set <Class <? extends T>> getClassesBySubType (String packageName,
+ Class <T> subType)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/TimeUtils.html b/static/javadoc/dev/plex/util/TimeUtils.html
similarity index 98%
rename from static/javadoc/server/dev/plex/util/TimeUtils.html
rename to static/javadoc/dev/plex/util/TimeUtils.html
index 640c82c..03e2c6a 100644
--- a/static/javadoc/server/dev/plex/util/TimeUtils.html
+++ b/static/javadoc/dev/plex/util/TimeUtils.html
@@ -1,245 +1,245 @@
-
-
-
-
-TimeUtils (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class TimeUtils
-
extends Object
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Concrete Methods
-
-
-
-
-
-
-
-
-
private static int
-
-
-
-
-
-
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-TimeUtils
-public TimeUtils ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+TimeUtils (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class TimeUtils
+
extends Object
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Concrete Methods
+
+
+
+
+
+
+
+
+
private static int
+
+
+
+
+
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+TimeUtils
+public TimeUtils ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/UpdateChecker.html b/static/javadoc/dev/plex/util/UpdateChecker.html
similarity index 98%
rename from static/javadoc/server/dev/plex/util/UpdateChecker.html
rename to static/javadoc/dev/plex/util/UpdateChecker.html
index a3a348f..96a07e5 100644
--- a/static/javadoc/server/dev/plex/util/UpdateChecker.html
+++ b/static/javadoc/dev/plex/util/UpdateChecker.html
@@ -1,262 +1,262 @@
-
-
-
-
-UpdateChecker (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-PlexBase
-
-
-
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-
private int
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
private int
-
-
-
boolean
-
-
-
void
-
updateJar (org.bukkit.command.CommandSender sender,
- String name,
- boolean module)
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-DOWNLOAD_PAGE
-private final String DOWNLOAD_PAGE
-
-See Also:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-distance
-private int distance
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-UpdateChecker
-public UpdateChecker ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-fetchDistanceFromGitHub
-private int fetchDistanceFromGitHub (@Nonnull
- String repo,
- @Nonnull
- String branch,
- @Nonnull
- String hash)
-
-
-
-
-getUpdateStatusMessage
-public boolean getUpdateStatusMessage (org.bukkit.command.CommandSender sender,
- boolean cached,
- int verbosity)
-
-
-
-
-updateJar
-public void updateJar (org.bukkit.command.CommandSender sender,
- String name,
- boolean module)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+UpdateChecker (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+PlexBase
+
+
+
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+
private int
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
private int
+
+
+
boolean
+
+
+
void
+
updateJar (org.bukkit.command.CommandSender sender,
+ String name,
+ boolean module)
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+DOWNLOAD_PAGE
+private final String DOWNLOAD_PAGE
+
+See Also:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+distance
+private int distance
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+UpdateChecker
+public UpdateChecker ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+fetchDistanceFromGitHub
+private int fetchDistanceFromGitHub (@Nonnull
+ String repo,
+ @Nonnull
+ String branch,
+ @Nonnull
+ String hash)
+
+
+
+
+getUpdateStatusMessage
+public boolean getUpdateStatusMessage (org.bukkit.command.CommandSender sender,
+ boolean cached,
+ int verbosity)
+
+
+
+
+updateJar
+public void updateJar (org.bukkit.command.CommandSender sender,
+ String name,
+ boolean module)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/WebUtils.html b/static/javadoc/dev/plex/util/WebUtils.html
similarity index 98%
rename from static/javadoc/server/dev/plex/util/WebUtils.html
rename to static/javadoc/dev/plex/util/WebUtils.html
index 77fa7aa..cba66a2 100644
--- a/static/javadoc/server/dev/plex/util/WebUtils.html
+++ b/static/javadoc/dev/plex/util/WebUtils.html
@@ -1,166 +1,166 @@
-
-
-
-
-WebUtils (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class WebUtils
-
extends Object
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Concrete Methods
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-WebUtils
-public WebUtils ()
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+WebUtils (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class WebUtils
+
extends Object
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Concrete Methods
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+WebUtils
+public WebUtils ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/adapter/ZonedDateTimeDeserializer.html b/static/javadoc/dev/plex/util/adapter/ZonedDateTimeDeserializer.html
similarity index 98%
rename from static/javadoc/server/dev/plex/util/adapter/ZonedDateTimeDeserializer.html
rename to static/javadoc/dev/plex/util/adapter/ZonedDateTimeDeserializer.html
index 35da7e4..e9bd498 100644
--- a/static/javadoc/server/dev/plex/util/adapter/ZonedDateTimeDeserializer.html
+++ b/static/javadoc/dev/plex/util/adapter/ZonedDateTimeDeserializer.html
@@ -1,202 +1,202 @@
-
-
-
-
-ZonedDateTimeDeserializer (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-com.google.gson.JsonDeserializer<ZonedDateTime >
-
-
-public class ZonedDateTimeDeserializer
-
extends Object
-implements com.google.gson.JsonDeserializer<ZonedDateTime >
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
-
deserialize (com.google.gson.JsonElement json,
- Type typeOfT,
- com.google.gson.JsonDeserializationContext context)
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-TIMEZONE
-private static final String TIMEZONE
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-ZonedDateTimeDeserializer
-public ZonedDateTimeDeserializer ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-deserialize
-public ZonedDateTime deserialize (com.google.gson.JsonElement json,
- Type typeOfT,
- com.google.gson.JsonDeserializationContext context)
- throws com.google.gson.JsonParseException
-
-Specified by:
-deserialize
in interface com.google.gson.JsonDeserializer<ZonedDateTime >
-Throws:
-com.google.gson.JsonParseException
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ZonedDateTimeDeserializer (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+com.google.gson.JsonDeserializer<ZonedDateTime >
+
+
+public class ZonedDateTimeDeserializer
+
extends Object
+implements com.google.gson.JsonDeserializer<ZonedDateTime >
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
+
deserialize (com.google.gson.JsonElement json,
+ Type typeOfT,
+ com.google.gson.JsonDeserializationContext context)
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+TIMEZONE
+private static final String TIMEZONE
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+ZonedDateTimeDeserializer
+public ZonedDateTimeDeserializer ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+deserialize
+public ZonedDateTime deserialize (com.google.gson.JsonElement json,
+ Type typeOfT,
+ com.google.gson.JsonDeserializationContext context)
+ throws com.google.gson.JsonParseException
+
+Specified by:
+deserialize
in interface com.google.gson.JsonDeserializer<ZonedDateTime >
+Throws:
+com.google.gson.JsonParseException
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/adapter/ZonedDateTimeSerializer.html b/static/javadoc/dev/plex/util/adapter/ZonedDateTimeSerializer.html
similarity index 98%
rename from static/javadoc/server/dev/plex/util/adapter/ZonedDateTimeSerializer.html
rename to static/javadoc/dev/plex/util/adapter/ZonedDateTimeSerializer.html
index 28a600d..e8ddd69 100644
--- a/static/javadoc/server/dev/plex/util/adapter/ZonedDateTimeSerializer.html
+++ b/static/javadoc/dev/plex/util/adapter/ZonedDateTimeSerializer.html
@@ -1,199 +1,199 @@
-
-
-
-
-ZonedDateTimeSerializer (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-com.google.gson.JsonSerializer<ZonedDateTime >
-
-
-public class ZonedDateTimeSerializer
-
extends Object
-implements com.google.gson.JsonSerializer<ZonedDateTime >
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
com.google.gson.JsonElement
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-TIMEZONE
-private static final String TIMEZONE
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-ZonedDateTimeSerializer
-public ZonedDateTimeSerializer ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-serialize
-public com.google.gson.JsonElement serialize (ZonedDateTime src,
- Type typeOfSrc,
- com.google.gson.JsonSerializationContext context)
-
-Specified by:
-serialize
in interface com.google.gson.JsonSerializer<ZonedDateTime >
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ZonedDateTimeSerializer (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+All Implemented Interfaces:
+com.google.gson.JsonSerializer<ZonedDateTime >
+
+
+public class ZonedDateTimeSerializer
+
extends Object
+implements com.google.gson.JsonSerializer<ZonedDateTime >
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
com.google.gson.JsonElement
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+TIMEZONE
+private static final String TIMEZONE
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+ZonedDateTimeSerializer
+public ZonedDateTimeSerializer ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+serialize
+public com.google.gson.JsonElement serialize (ZonedDateTime src,
+ Type typeOfSrc,
+ com.google.gson.JsonSerializationContext context)
+
+Specified by:
+serialize
in interface com.google.gson.JsonSerializer<ZonedDateTime >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/adapter/package-summary.html b/static/javadoc/dev/plex/util/adapter/package-summary.html
similarity index 95%
rename from static/javadoc/server/dev/plex/util/adapter/package-summary.html
rename to static/javadoc/dev/plex/util/adapter/package-summary.html
index 8bc45a5..8bd7b15 100644
--- a/static/javadoc/server/dev/plex/util/adapter/package-summary.html
+++ b/static/javadoc/dev/plex/util/adapter/package-summary.html
@@ -1,100 +1,102 @@
-
-
-
-
-dev.plex.util.adapter (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.util.adapter
-
-
-
-
-
-
+
+
+
+
+dev.plex.util.adapter (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.util.adapter
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/adapter/package-tree.html b/static/javadoc/dev/plex/util/adapter/package-tree.html
similarity index 95%
rename from static/javadoc/server/dev/plex/util/adapter/package-tree.html
rename to static/javadoc/dev/plex/util/adapter/package-tree.html
index 4ca947b..cc3e49b 100644
--- a/static/javadoc/server/dev/plex/util/adapter/package-tree.html
+++ b/static/javadoc/dev/plex/util/adapter/package-tree.html
@@ -1,71 +1,71 @@
-
-
-
-
-dev.plex.util.adapter Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
+
+
+
+
+dev.plex.util.adapter Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/item/ItemBuilder.html b/static/javadoc/dev/plex/util/item/ItemBuilder.html
similarity index 98%
rename from static/javadoc/server/dev/plex/util/item/ItemBuilder.html
rename to static/javadoc/dev/plex/util/item/ItemBuilder.html
index b1b4a20..e96e6ce 100644
--- a/static/javadoc/server/dev/plex/util/item/ItemBuilder.html
+++ b/static/javadoc/dev/plex/util/item/ItemBuilder.html
@@ -1,244 +1,244 @@
-
-
-
-
-ItemBuilder (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class ItemBuilder
-
extends Object
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
private final org.bukkit.inventory.ItemStack
-
-
-
private final org.bukkit.inventory.meta.ItemMeta
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
-
addAttributeModifier (org.bukkit.attribute.Attribute attribute,
- org.bukkit.attribute.AttributeModifier modifier)
-
-
-
addEnchantment (org.bukkit.enchantments.Enchantment enchantment,
- int level)
-
-
-
-
-
org.bukkit.inventory.ItemStack
-
-
-
-
displayName (net.kyori.adventure.text.Component displayName)
-
-
-
lore (net.kyori.adventure.text.Component... lore)
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-itemStack
-private final org.bukkit.inventory.ItemStack itemStack
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-ItemBuilder
-public ItemBuilder (org.bukkit.Material material)
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-lore
-public ItemBuilder lore (net.kyori.adventure.text.Component... lore)
-
-
-
-
-displayName
-public ItemBuilder displayName (net.kyori.adventure.text.Component displayName)
-
-
-
-
-addEnchantment
-public ItemBuilder addEnchantment (org.bukkit.enchantments.Enchantment enchantment,
- int level)
-
-
-
-
-addItemFlag
-public ItemBuilder addItemFlag (org.bukkit.inventory.ItemFlag... flags)
-
-
-
-
-addAttributeModifier
-public ItemBuilder addAttributeModifier (org.bukkit.attribute.Attribute attribute,
- org.bukkit.attribute.AttributeModifier modifier)
-
-
-
-
-build
-public org.bukkit.inventory.ItemStack build ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ItemBuilder (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class ItemBuilder
+
extends Object
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private final org.bukkit.inventory.ItemStack
+
+
+
private final org.bukkit.inventory.meta.ItemMeta
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
+
addAttributeModifier (org.bukkit.attribute.Attribute attribute,
+ org.bukkit.attribute.AttributeModifier modifier)
+
+
+
addEnchantment (org.bukkit.enchantments.Enchantment enchantment,
+ int level)
+
+
+
+
+
org.bukkit.inventory.ItemStack
+
+
+
+
displayName (net.kyori.adventure.text.Component displayName)
+
+
+
lore (net.kyori.adventure.text.Component... lore)
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+itemStack
+private final org.bukkit.inventory.ItemStack itemStack
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+ItemBuilder
+public ItemBuilder (org.bukkit.Material material)
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+lore
+public ItemBuilder lore (net.kyori.adventure.text.Component... lore)
+
+
+
+
+displayName
+public ItemBuilder displayName (net.kyori.adventure.text.Component displayName)
+
+
+
+
+addEnchantment
+public ItemBuilder addEnchantment (org.bukkit.enchantments.Enchantment enchantment,
+ int level)
+
+
+
+
+addItemFlag
+public ItemBuilder addItemFlag (org.bukkit.inventory.ItemFlag... flags)
+
+
+
+
+addAttributeModifier
+public ItemBuilder addAttributeModifier (org.bukkit.attribute.Attribute attribute,
+ org.bukkit.attribute.AttributeModifier modifier)
+
+
+
+
+build
+public org.bukkit.inventory.ItemStack build ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/item/package-summary.html b/static/javadoc/dev/plex/util/item/package-summary.html
similarity index 95%
rename from static/javadoc/server/dev/plex/util/item/package-summary.html
rename to static/javadoc/dev/plex/util/item/package-summary.html
index b54714a..4767cd0 100644
--- a/static/javadoc/server/dev/plex/util/item/package-summary.html
+++ b/static/javadoc/dev/plex/util/item/package-summary.html
@@ -1,98 +1,100 @@
-
-
-
-
-dev.plex.util.item (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.util.item
-
-
-
-
-
-
+
+
+
+
+dev.plex.util.item (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.util.item
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/item/package-tree.html b/static/javadoc/dev/plex/util/item/package-tree.html
similarity index 95%
rename from static/javadoc/server/dev/plex/util/item/package-tree.html
rename to static/javadoc/dev/plex/util/item/package-tree.html
index c1ab1d1..84ec723 100644
--- a/static/javadoc/server/dev/plex/util/item/package-tree.html
+++ b/static/javadoc/dev/plex/util/item/package-tree.html
@@ -1,70 +1,70 @@
-
-
-
-
-dev.plex.util.item Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
+
+
+
+
+dev.plex.util.item Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/menu/AbstractMenu.html b/static/javadoc/dev/plex/util/menu/AbstractMenu.html
similarity index 98%
rename from static/javadoc/server/dev/plex/util/menu/AbstractMenu.html
rename to static/javadoc/dev/plex/util/menu/AbstractMenu.html
index f16b0b5..058808f 100644
--- a/static/javadoc/server/dev/plex/util/menu/AbstractMenu.html
+++ b/static/javadoc/dev/plex/util/menu/AbstractMenu.html
@@ -1,195 +1,195 @@
-
-
-
-
-AbstractMenu (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-AbstractMenu
-public AbstractMenu (String name)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+AbstractMenu (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+AbstractMenu
+public AbstractMenu (String name)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/menu/IMenu.html b/static/javadoc/dev/plex/util/menu/IMenu.html
similarity index 97%
rename from static/javadoc/server/dev/plex/util/menu/IMenu.html
rename to static/javadoc/dev/plex/util/menu/IMenu.html
index 32aeb23..9de908f 100644
--- a/static/javadoc/server/dev/plex/util/menu/IMenu.html
+++ b/static/javadoc/dev/plex/util/menu/IMenu.html
@@ -1,141 +1,141 @@
-
-
-
-
-IMenu (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-public interface IMenu
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Abstract Methods
-
-
-
-
-
-
org.bukkit.inventory.Inventory
-
-
-
void
-
onClick (org.bukkit.event.inventory.InventoryClickEvent event)
-
-
void
-
openInv (org.bukkit.entity.Player player)
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-getInventory
-org.bukkit.inventory.Inventory getInventory ()
-
-
-
-
-openInv
-void openInv (org.bukkit.entity.Player player)
-
-
-
-
-onClick
-void onClick (org.bukkit.event.inventory.InventoryClickEvent event)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+IMenu (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+public interface IMenu
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Abstract Methods
+
+
+
+
+
+
org.bukkit.inventory.Inventory
+
+
+
void
+
onClick (org.bukkit.event.inventory.InventoryClickEvent event)
+
+
void
+
openInv (org.bukkit.entity.Player player)
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+getInventory
+org.bukkit.inventory.Inventory getInventory ()
+
+
+
+
+openInv
+void openInv (org.bukkit.entity.Player player)
+
+
+
+
+onClick
+void onClick (org.bukkit.event.inventory.InventoryClickEvent event)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/menu/package-summary.html b/static/javadoc/dev/plex/util/menu/package-summary.html
similarity index 96%
rename from static/javadoc/server/dev/plex/util/menu/package-summary.html
rename to static/javadoc/dev/plex/util/menu/package-summary.html
index 7a98c6d..d8070b6 100644
--- a/static/javadoc/server/dev/plex/util/menu/package-summary.html
+++ b/static/javadoc/dev/plex/util/menu/package-summary.html
@@ -1,106 +1,108 @@
-
-
-
-
-dev.plex.util.menu (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.util.menu
-
-
-
-
-
-
-
-
All Classes and Interfaces Interfaces Classes
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.util.menu (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.util.menu
+
+
+
+
+
+
+
+
All Classes and Interfaces Interfaces Classes
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/menu/package-tree.html b/static/javadoc/dev/plex/util/menu/package-tree.html
similarity index 95%
rename from static/javadoc/server/dev/plex/util/menu/package-tree.html
rename to static/javadoc/dev/plex/util/menu/package-tree.html
index 8401562..e8fe308 100644
--- a/static/javadoc/server/dev/plex/util/menu/package-tree.html
+++ b/static/javadoc/dev/plex/util/menu/package-tree.html
@@ -1,76 +1,76 @@
-
-
-
-
-dev.plex.util.menu Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-Class Hierarchy
-
-java.lang.Object
-
-dev.plex.util.menu.AbstractMenu (implements org.bukkit.event.Listener)
-
-
-
-
-
-Interface Hierarchy
-
-dev.plex.util.menu.IMenu
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.util.menu Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+Class Hierarchy
+
+java.lang.Object
+
+dev.plex.util.menu.AbstractMenu (implements org.bukkit.event.Listener)
+
+
+
+
+
+Interface Hierarchy
+
+dev.plex.util.menu.IMenu
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/minimessage/SafeMiniMessage.SafeMiniMessageTagResolver.html b/static/javadoc/dev/plex/util/minimessage/SafeMiniMessage.SafeMiniMessageTagResolver.html
similarity index 98%
rename from static/javadoc/server/dev/plex/util/minimessage/SafeMiniMessage.SafeMiniMessageTagResolver.html
rename to static/javadoc/dev/plex/util/minimessage/SafeMiniMessage.SafeMiniMessageTagResolver.html
index 183b91e..a68c795 100644
--- a/static/javadoc/server/dev/plex/util/minimessage/SafeMiniMessage.SafeMiniMessageTagResolver.html
+++ b/static/javadoc/dev/plex/util/minimessage/SafeMiniMessage.SafeMiniMessageTagResolver.html
@@ -1,242 +1,242 @@
-
-
-
-
-SafeMiniMessage.SafeMiniMessageTagResolver (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-java.lang.Object
-
dev.plex.util.minimessage.SafeMiniMessage.SafeMiniMessageTagResolver
-
-
-
-All Implemented Interfaces:
-net.kyori.adventure.text.minimessage.tag.resolver.TagResolver
-
-
-Enclosing class:
-SafeMiniMessage
-
-
-public static class SafeMiniMessage.SafeMiniMessageTagResolver
-
extends Object
-implements net.kyori.adventure.text.minimessage.tag.resolver.TagResolver
-
-
-
-
-
-
-Nested Class Summary
-
-
Nested classes/interfaces inherited from interface net.kyori.adventure.text.minimessage.tag.resolver.TagResolver
-net.kyori.adventure.text.minimessage.tag.resolver.TagResolver.Builder, net.kyori.adventure.text.minimessage.tag.resolver.TagResolver.Single, net.kyori.adventure.text.minimessage.tag.resolver.TagResolver.WithoutArguments
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-
private static final net.kyori.adventure.text.minimessage.tag.resolver.TagResolver
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
boolean
-
-
-
@Nullable net.kyori.adventure.text.minimessage.tag.Tag
-
resolve (@NotNull String name,
- @NotNull net.kyori.adventure.text.minimessage.tag.resolver.ArgumentQueue arguments,
- @NotNull net.kyori.adventure.text.minimessage.Context ctx)
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-STANDARD_RESOLVER
-private static final net.kyori.adventure.text.minimessage.tag.resolver.TagResolver STANDARD_RESOLVER
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-SafeMiniMessageTagResolver
-public SafeMiniMessageTagResolver ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-resolve
-@Nullable
- public @Nullable net.kyori.adventure.text.minimessage.tag.Tag resolve (@NotNull
- @NotNull String name,
- @NotNull
- @NotNull net.kyori.adventure.text.minimessage.tag.resolver.ArgumentQueue arguments,
- @NotNull
- @NotNull net.kyori.adventure.text.minimessage.Context ctx)
- throws net.kyori.adventure.text.minimessage.ParsingException
-
-Specified by:
-resolve
in interface net.kyori.adventure.text.minimessage.tag.resolver.TagResolver
-Throws:
-net.kyori.adventure.text.minimessage.ParsingException
-
-
-
-
-
-has
-public boolean has (@NotNull
- @NotNull String name)
-
-Specified by:
-has
in interface net.kyori.adventure.text.minimessage.tag.resolver.TagResolver
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+SafeMiniMessage.SafeMiniMessageTagResolver (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+java.lang.Object
+
dev.plex.util.minimessage.SafeMiniMessage.SafeMiniMessageTagResolver
+
+
+
+All Implemented Interfaces:
+net.kyori.adventure.text.minimessage.tag.resolver.TagResolver
+
+
+Enclosing class:
+SafeMiniMessage
+
+
+public static class SafeMiniMessage.SafeMiniMessageTagResolver
+
extends Object
+implements net.kyori.adventure.text.minimessage.tag.resolver.TagResolver
+
+
+
+
+
+
+Nested Class Summary
+
+
Nested classes/interfaces inherited from interface net.kyori.adventure.text.minimessage.tag.resolver.TagResolver
+net.kyori.adventure.text.minimessage.tag.resolver.TagResolver.Builder, net.kyori.adventure.text.minimessage.tag.resolver.TagResolver.Single, net.kyori.adventure.text.minimessage.tag.resolver.TagResolver.WithoutArguments
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+
private static final net.kyori.adventure.text.minimessage.tag.resolver.TagResolver
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
boolean
+
+
+
@Nullable net.kyori.adventure.text.minimessage.tag.Tag
+
resolve (@NotNull String name,
+ @NotNull net.kyori.adventure.text.minimessage.tag.resolver.ArgumentQueue arguments,
+ @NotNull net.kyori.adventure.text.minimessage.Context ctx)
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+STANDARD_RESOLVER
+private static final net.kyori.adventure.text.minimessage.tag.resolver.TagResolver STANDARD_RESOLVER
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+SafeMiniMessageTagResolver
+public SafeMiniMessageTagResolver ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+resolve
+@Nullable
+ public @Nullable net.kyori.adventure.text.minimessage.tag.Tag resolve (@NotNull
+ @NotNull String name,
+ @NotNull
+ @NotNull net.kyori.adventure.text.minimessage.tag.resolver.ArgumentQueue arguments,
+ @NotNull
+ @NotNull net.kyori.adventure.text.minimessage.Context ctx)
+ throws net.kyori.adventure.text.minimessage.ParsingException
+
+Specified by:
+resolve
in interface net.kyori.adventure.text.minimessage.tag.resolver.TagResolver
+Throws:
+net.kyori.adventure.text.minimessage.ParsingException
+
+
+
+
+
+has
+public boolean has (@NotNull
+ @NotNull String name)
+
+Specified by:
+has
in interface net.kyori.adventure.text.minimessage.tag.resolver.TagResolver
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/minimessage/SafeMiniMessage.html b/static/javadoc/dev/plex/util/minimessage/SafeMiniMessage.html
similarity index 98%
rename from static/javadoc/server/dev/plex/util/minimessage/SafeMiniMessage.html
rename to static/javadoc/dev/plex/util/minimessage/SafeMiniMessage.html
index 11d00a9..1869dd1 100644
--- a/static/javadoc/server/dev/plex/util/minimessage/SafeMiniMessage.html
+++ b/static/javadoc/dev/plex/util/minimessage/SafeMiniMessage.html
@@ -1,228 +1,228 @@
-
-
-
-
-SafeMiniMessage (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class SafeMiniMessage
-
extends Object
-
-
-
-
-
-
-Nested Class Summary
-Nested Classes
-
-
-
-
-
static class
-
-
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
static final net.kyori.adventure.text.minimessage.MiniMessage
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Concrete Methods
-
-
-
-
-
-
static net.kyori.adventure.text.Component
-
-
-
static net.kyori.adventure.text.Component
-
-
-
-
mmSerialize (net.kyori.adventure.text.Component component)
-
-
-
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-MINI_MESSAGE
-public static final net.kyori.adventure.text.minimessage.MiniMessage MINI_MESSAGE
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-SafeMiniMessage
-public SafeMiniMessage ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-mmDeserialize
-public static net.kyori.adventure.text.Component mmDeserialize (String text)
-
-
-
-
-mmDeserializeWithoutEvents
-public static net.kyori.adventure.text.Component mmDeserializeWithoutEvents (String text)
-
-
-
-
-mmSerialize
-public static String mmSerialize (net.kyori.adventure.text.Component component)
-
-
-
-
-mmSerializeWithoutEvents
-public static String mmSerializeWithoutEvents (net.kyori.adventure.text.Component component)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+SafeMiniMessage (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class SafeMiniMessage
+
extends Object
+
+
+
+
+
+
+Nested Class Summary
+Nested Classes
+
+
+
+
+
static class
+
+
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
static final net.kyori.adventure.text.minimessage.MiniMessage
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Concrete Methods
+
+
+
+
+
+
static net.kyori.adventure.text.Component
+
+
+
static net.kyori.adventure.text.Component
+
+
+
+
mmSerialize (net.kyori.adventure.text.Component component)
+
+
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+MINI_MESSAGE
+public static final net.kyori.adventure.text.minimessage.MiniMessage MINI_MESSAGE
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+SafeMiniMessage
+public SafeMiniMessage ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+mmDeserialize
+public static net.kyori.adventure.text.Component mmDeserialize (String text)
+
+
+
+
+mmDeserializeWithoutEvents
+public static net.kyori.adventure.text.Component mmDeserializeWithoutEvents (String text)
+
+
+
+
+mmSerialize
+public static String mmSerialize (net.kyori.adventure.text.Component component)
+
+
+
+
+mmSerializeWithoutEvents
+public static String mmSerializeWithoutEvents (net.kyori.adventure.text.Component component)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/minimessage/package-summary.html b/static/javadoc/dev/plex/util/minimessage/package-summary.html
similarity index 95%
rename from static/javadoc/server/dev/plex/util/minimessage/package-summary.html
rename to static/javadoc/dev/plex/util/minimessage/package-summary.html
index e5629b8..fd2f2cf 100644
--- a/static/javadoc/server/dev/plex/util/minimessage/package-summary.html
+++ b/static/javadoc/dev/plex/util/minimessage/package-summary.html
@@ -1,100 +1,102 @@
-
-
-
-
-dev.plex.util.minimessage (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.util.minimessage
-
-
-
-
-
-
+
+
+
+
+dev.plex.util.minimessage (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.util.minimessage
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/minimessage/package-tree.html b/static/javadoc/dev/plex/util/minimessage/package-tree.html
similarity index 95%
rename from static/javadoc/server/dev/plex/util/minimessage/package-tree.html
rename to static/javadoc/dev/plex/util/minimessage/package-tree.html
index 1abb492..d4bfbda 100644
--- a/static/javadoc/server/dev/plex/util/minimessage/package-tree.html
+++ b/static/javadoc/dev/plex/util/minimessage/package-tree.html
@@ -1,71 +1,71 @@
-
-
-
-
-dev.plex.util.minimessage Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
+
+
+
+
+dev.plex.util.minimessage Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/package-summary.html b/static/javadoc/dev/plex/util/package-summary.html
similarity index 97%
rename from static/javadoc/server/dev/plex/util/package-summary.html
rename to static/javadoc/dev/plex/util/package-summary.html
index 1cac01b..02b2c62 100644
--- a/static/javadoc/server/dev/plex/util/package-summary.html
+++ b/static/javadoc/dev/plex/util/package-summary.html
@@ -1,132 +1,134 @@
-
-
-
-
-dev.plex.util (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.util
-
-
-
-
-
-
-
-
Classes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.util (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.util
+
+
+
+
+
+
+
+
Classes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/util/package-tree.html b/static/javadoc/dev/plex/util/package-tree.html
similarity index 97%
rename from static/javadoc/server/dev/plex/util/package-tree.html
rename to static/javadoc/dev/plex/util/package-tree.html
index 368db73..fc4e2f6 100644
--- a/static/javadoc/server/dev/plex/util/package-tree.html
+++ b/static/javadoc/dev/plex/util/package-tree.html
@@ -1,86 +1,86 @@
-
-
-
-
-dev.plex.util Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
+
+
+
+
+dev.plex.util Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/listener/impl/ChatListener.ChatHandlerImpl.html b/static/javadoc/dev/plex/util/redis/MessageUtil.html
similarity index 68%
rename from static/javadoc/server/dev/plex/listener/impl/ChatListener.ChatHandlerImpl.html
rename to static/javadoc/dev/plex/util/redis/MessageUtil.html
index df3fc1a..c996a97 100644
--- a/static/javadoc/server/dev/plex/listener/impl/ChatListener.ChatHandlerImpl.html
+++ b/static/javadoc/dev/plex/util/redis/MessageUtil.html
@@ -1,199 +1,208 @@
-
-
-
-
-ChatListener.ChatHandlerImpl (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-dev.plex.api.chat.IChatHandler
-
-
-Enclosing class:
-ChatListener
-
-
-public static class ChatListener.ChatHandlerImpl
-
extends Object
-implements dev.plex.api.chat.IChatHandler
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
void
-
doChat (io.papermc.paper.event.player.AsyncChatEvent event)
-
-
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-ChatHandlerImpl
-public ChatHandlerImpl ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-doChat
-public void doChat (io.papermc.paper.event.player.AsyncChatEvent event)
-
-Specified by:
-doChat
in interface dev.plex.api.chat.IChatHandler
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+MessageUtil (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class MessageUtil
+
extends Object
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private static final com.google.gson.Gson
+
+
+
private static redis.clients.jedis.JedisPubSub
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Concrete Methods
+
+
+
+
+
+
static void
+
sendStaffChat (org.bukkit.command.CommandSender sender,
+ net.kyori.adventure.text.Component message,
+ UUID ... ignore)
+
+
static void
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+GSON
+private static final com.google.gson.Gson GSON
+
+
+
+
+SUBSCRIBER
+private static redis.clients.jedis.JedisPubSub SUBSCRIBER
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+MessageUtil
+public MessageUtil ()
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+subscribe
+public static void subscribe ()
+
+
+
+
+sendStaffChat
+public static void sendStaffChat (org.bukkit.command.CommandSender sender,
+ net.kyori.adventure.text.Component message,
+ UUID ... ignore)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/dev/plex/util/redis/package-summary.html b/static/javadoc/dev/plex/util/redis/package-summary.html
new file mode 100644
index 0000000..2a67dc0
--- /dev/null
+++ b/static/javadoc/dev/plex/util/redis/package-summary.html
@@ -0,0 +1,100 @@
+
+
+
+
+dev.plex.util.redis (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.util.redis
+
+
+
+
+
+
diff --git a/static/javadoc/dev/plex/util/redis/package-tree.html b/static/javadoc/dev/plex/util/redis/package-tree.html
new file mode 100644
index 0000000..d5ff813
--- /dev/null
+++ b/static/javadoc/dev/plex/util/redis/package-tree.html
@@ -0,0 +1,70 @@
+
+
+
+
+dev.plex.util.redis Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/world/BlockMapChunkGenerator.html b/static/javadoc/dev/plex/world/BlockMapChunkGenerator.html
similarity index 98%
rename from static/javadoc/server/dev/plex/world/BlockMapChunkGenerator.html
rename to static/javadoc/dev/plex/world/BlockMapChunkGenerator.html
index 8de4d46..2167fc1 100644
--- a/static/javadoc/server/dev/plex/world/BlockMapChunkGenerator.html
+++ b/static/javadoc/dev/plex/world/BlockMapChunkGenerator.html
@@ -1,229 +1,229 @@
-
-
-
-
-BlockMapChunkGenerator (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-
Nested classes/interfaces inherited from class org.bukkit.generator.ChunkGenerator
-org.bukkit.generator.ChunkGenerator.BiomeGrid, org.bukkit.generator.ChunkGenerator.ChunkData
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
-
-
void
-
createLoopChunkData (int x,
- int y,
- int z,
- org.bukkit.generator.ChunkGenerator.ChunkData chunk)
-
-
-
-
-
-
-
-
Methods inherited from class org.bukkit.generator.ChunkGenerator
-canSpawn, createChunkData, createVanillaChunkData, generateBedrock, generateCaves, generateChunkData, generateNoise, getBaseHeight, getDefaultBiomeProvider, getFixedSpawnLocation, isParallelCapable, shouldGenerateBedrock, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateNoise, shouldGenerateStructures, shouldGenerateSurface
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-BlockMapChunkGenerator
-public BlockMapChunkGenerator (LinkedHashMap <org.bukkit.Material,Integer > blockMap,
- org.bukkit.generator.BlockPopulator... populators)
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-createLoopChunkData
-public void createLoopChunkData (int x,
- int y,
- int z,
- org.bukkit.generator.ChunkGenerator.ChunkData chunk)
-
-Specified by:
-createLoopChunkData
in class FlatChunkGenerator
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+BlockMapChunkGenerator (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
Nested classes/interfaces inherited from class org.bukkit.generator.ChunkGenerator
+org.bukkit.generator.ChunkGenerator.BiomeGrid, org.bukkit.generator.ChunkGenerator.ChunkData
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Concrete Methods
+
+
+
+
+
+
void
+
createLoopChunkData (int x,
+ int y,
+ int z,
+ org.bukkit.generator.ChunkGenerator.ChunkData chunk)
+
+
+
+
+
+
+
+
Methods inherited from class org.bukkit.generator.ChunkGenerator
+canSpawn, createChunkData, createVanillaChunkData, generateBedrock, generateCaves, generateChunkData, generateNoise, getBaseHeight, getDefaultBiomeProvider, getFixedSpawnLocation, isParallelCapable, shouldGenerateBedrock, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateNoise, shouldGenerateStructures, shouldGenerateSurface
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+BlockMapChunkGenerator
+public BlockMapChunkGenerator (LinkedHashMap <org.bukkit.Material,Integer > blockMap,
+ org.bukkit.generator.BlockPopulator... populators)
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+createLoopChunkData
+public void createLoopChunkData (int x,
+ int y,
+ int z,
+ org.bukkit.generator.ChunkGenerator.ChunkData chunk)
+
+Specified by:
+createLoopChunkData
in class FlatChunkGenerator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/world/ConfigurationChunkGenerator.html b/static/javadoc/dev/plex/world/ConfigurationChunkGenerator.html
similarity index 98%
rename from static/javadoc/server/dev/plex/world/ConfigurationChunkGenerator.html
rename to static/javadoc/dev/plex/world/ConfigurationChunkGenerator.html
index 2c6ff4e..32d1c17 100644
--- a/static/javadoc/server/dev/plex/world/ConfigurationChunkGenerator.html
+++ b/static/javadoc/dev/plex/world/ConfigurationChunkGenerator.html
@@ -1,223 +1,223 @@
-
-
-
-
-ConfigurationChunkGenerator (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-
Nested classes/interfaces inherited from class org.bukkit.generator.ChunkGenerator
-org.bukkit.generator.ChunkGenerator.BiomeGrid, org.bukkit.generator.ChunkGenerator.ChunkData
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
private static final Plex
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Concrete Methods
-
-
-
-
-
-
-
Methods inherited from class org.bukkit.generator.ChunkGenerator
-canSpawn, createChunkData, createVanillaChunkData, generateBedrock, generateCaves, generateChunkData, generateNoise, getBaseHeight, getDefaultBiomeProvider, getFixedSpawnLocation, isParallelCapable, shouldGenerateBedrock, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateNoise, shouldGenerateStructures, shouldGenerateSurface
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-plugin
-private static final Plex plugin
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-ConfigurationChunkGenerator
-public ConfigurationChunkGenerator (String worldName,
- org.bukkit.generator.BlockPopulator... populators)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ConfigurationChunkGenerator (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
Nested classes/interfaces inherited from class org.bukkit.generator.ChunkGenerator
+org.bukkit.generator.ChunkGenerator.BiomeGrid, org.bukkit.generator.ChunkGenerator.ChunkData
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private static final Plex
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Concrete Methods
+
+
+
+
+
+
+
Methods inherited from class org.bukkit.generator.ChunkGenerator
+canSpawn, createChunkData, createVanillaChunkData, generateBedrock, generateCaves, generateChunkData, generateNoise, getBaseHeight, getDefaultBiomeProvider, getFixedSpawnLocation, isParallelCapable, shouldGenerateBedrock, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateNoise, shouldGenerateStructures, shouldGenerateSurface
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+plugin
+private static final Plex plugin
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+ConfigurationChunkGenerator
+public ConfigurationChunkGenerator (String worldName,
+ org.bukkit.generator.BlockPopulator... populators)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/world/CustomChunkGenerator.html b/static/javadoc/dev/plex/world/CustomChunkGenerator.html
similarity index 98%
rename from static/javadoc/server/dev/plex/world/CustomChunkGenerator.html
rename to static/javadoc/dev/plex/world/CustomChunkGenerator.html
index ed53437..3749cba 100644
--- a/static/javadoc/server/dev/plex/world/CustomChunkGenerator.html
+++ b/static/javadoc/dev/plex/world/CustomChunkGenerator.html
@@ -1,236 +1,236 @@
-
-
-
-
-CustomChunkGenerator (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-java.lang.Object
-
org.bukkit.generator.ChunkGenerator
-
dev.plex.world.CustomChunkGenerator
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-
Nested classes/interfaces inherited from class org.bukkit.generator.ChunkGenerator
-org.bukkit.generator.ChunkGenerator.BiomeGrid, org.bukkit.generator.ChunkGenerator.ChunkData
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
protected int
-
-
-
private final List <org.bukkit.generator.BlockPopulator>
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Abstract Methods Concrete Methods
-
-
-
-
-
-
abstract void
-
createLoopChunkData (int x,
- int y,
- int z,
- org.bukkit.generator.ChunkGenerator.ChunkData chunk)
-
-
List <org.bukkit.generator.BlockPopulator>
-
-
-
-
-
-
-
Methods inherited from class org.bukkit.generator.ChunkGenerator
-canSpawn, createChunkData, createVanillaChunkData, generateBedrock, generateCaves, generateChunkData, generateNoise, generateSurface, getBaseHeight, getDefaultBiomeProvider, getFixedSpawnLocation, isParallelCapable, shouldGenerateBedrock, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateNoise, shouldGenerateStructures, shouldGenerateSurface
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-populators
-private final List <org.bukkit.generator.BlockPopulator> populators
-
-
-
-
-height
-protected int height
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-CustomChunkGenerator
-protected CustomChunkGenerator (int height,
- org.bukkit.generator.BlockPopulator... populators)
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-getDefaultPopulators
-public List <org.bukkit.generator.BlockPopulator> getDefaultPopulators (org.bukkit.World world)
-
-Overrides:
-getDefaultPopulators
in class org.bukkit.generator.ChunkGenerator
-
-
-
-
-
-createLoopChunkData
-public abstract void createLoopChunkData (int x,
- int y,
- int z,
- org.bukkit.generator.ChunkGenerator.ChunkData chunk)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+CustomChunkGenerator (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+java.lang.Object
+
org.bukkit.generator.ChunkGenerator
+
dev.plex.world.CustomChunkGenerator
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
Nested classes/interfaces inherited from class org.bukkit.generator.ChunkGenerator
+org.bukkit.generator.ChunkGenerator.BiomeGrid, org.bukkit.generator.ChunkGenerator.ChunkData
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
protected int
+
+
+
private final List <org.bukkit.generator.BlockPopulator>
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Abstract Methods Concrete Methods
+
+
+
+
+
+
abstract void
+
createLoopChunkData (int x,
+ int y,
+ int z,
+ org.bukkit.generator.ChunkGenerator.ChunkData chunk)
+
+
List <org.bukkit.generator.BlockPopulator>
+
+
+
+
+
+
+
Methods inherited from class org.bukkit.generator.ChunkGenerator
+canSpawn, createChunkData, createVanillaChunkData, generateBedrock, generateCaves, generateChunkData, generateNoise, generateSurface, getBaseHeight, getDefaultBiomeProvider, getFixedSpawnLocation, isParallelCapable, shouldGenerateBedrock, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateNoise, shouldGenerateStructures, shouldGenerateSurface
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+populators
+private final List <org.bukkit.generator.BlockPopulator> populators
+
+
+
+
+height
+protected int height
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+CustomChunkGenerator
+protected CustomChunkGenerator (int height,
+ org.bukkit.generator.BlockPopulator... populators)
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+getDefaultPopulators
+public List <org.bukkit.generator.BlockPopulator> getDefaultPopulators (org.bukkit.World world)
+
+Overrides:
+getDefaultPopulators
in class org.bukkit.generator.ChunkGenerator
+
+
+
+
+
+createLoopChunkData
+public abstract void createLoopChunkData (int x,
+ int y,
+ int z,
+ org.bukkit.generator.ChunkGenerator.ChunkData chunk)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/world/CustomWorld.html b/static/javadoc/dev/plex/world/CustomWorld.html
similarity index 98%
rename from static/javadoc/server/dev/plex/world/CustomWorld.html
rename to static/javadoc/dev/plex/world/CustomWorld.html
index 4e874fd..39eb912 100644
--- a/static/javadoc/server/dev/plex/world/CustomWorld.html
+++ b/static/javadoc/dev/plex/world/CustomWorld.html
@@ -1,224 +1,224 @@
-
-
-
-
-CustomWorld (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-public class CustomWorld
-extends org.bukkit.WorldCreator
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-
private static final Plex
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Static Methods Instance Methods Concrete Methods
-
-
-
-
-
-
org.bukkit.World
-
-
-
static org.bukkit.World
-
-
-
org.bukkit.generator.ChunkGenerator
-
-
-
-
-
-
-
Methods inherited from class org.bukkit.WorldCreator
-biomeProvider, biomeProvider, biomeProvider, biomeProvider, copy, copy, createWorld, environment, environment, generateStructures, generateStructures, generator, generator, generator, generatorSettings, generatorSettings, getBiomeProviderForName, getGeneratorForName, hardcore, hardcore, keepSpawnLoaded, keepSpawnLoaded, key, name, name, ofKey, ofNameAndKey, seed, seed, type, type
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-plugin
-private static final Plex plugin
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-generateConfigFlatWorld
-public static org.bukkit.World generateConfigFlatWorld (String name)
-
-
-
-
-generator
-public org.bukkit.generator.ChunkGenerator generator ()
-
-Overrides:
-generator
in class org.bukkit.WorldCreator
-
-
-
-
-
-generate
-public org.bukkit.World generate ()
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+CustomWorld (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+public class CustomWorld
+extends org.bukkit.WorldCreator
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+
private static final Plex
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Static Methods Instance Methods Concrete Methods
+
+
+
+
+
+
org.bukkit.World
+
+
+
static org.bukkit.World
+
+
+
org.bukkit.generator.ChunkGenerator
+
+
+
+
+
+
+
Methods inherited from class org.bukkit.WorldCreator
+biomeProvider, biomeProvider, biomeProvider, biomeProvider, copy, copy, createWorld, environment, environment, generateStructures, generateStructures, generator, generator, generator, generatorSettings, generatorSettings, getBiomeProviderForName, getGeneratorForName, hardcore, hardcore, keepSpawnLoaded, keepSpawnLoaded, key, name, name, ofKey, ofNameAndKey, seed, seed, type, type
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+plugin
+private static final Plex plugin
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+generateConfigFlatWorld
+public static org.bukkit.World generateConfigFlatWorld (String name)
+
+
+
+
+generator
+public org.bukkit.generator.ChunkGenerator generator ()
+
+Overrides:
+generator
in class org.bukkit.WorldCreator
+
+
+
+
+
+generate
+public org.bukkit.World generate ()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/world/FlatChunkGenerator.html b/static/javadoc/dev/plex/world/FlatChunkGenerator.html
similarity index 98%
rename from static/javadoc/server/dev/plex/world/FlatChunkGenerator.html
rename to static/javadoc/dev/plex/world/FlatChunkGenerator.html
index 314f243..4decc39 100644
--- a/static/javadoc/server/dev/plex/world/FlatChunkGenerator.html
+++ b/static/javadoc/dev/plex/world/FlatChunkGenerator.html
@@ -1,222 +1,222 @@
-
-
-
-
-FlatChunkGenerator (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-
Nested classes/interfaces inherited from class org.bukkit.generator.ChunkGenerator
-org.bukkit.generator.ChunkGenerator.BiomeGrid, org.bukkit.generator.ChunkGenerator.ChunkData
-
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Abstract Methods Concrete Methods
-
-
-
-
-
-
abstract void
-
createLoopChunkData (int x,
- int y,
- int z,
- org.bukkit.generator.ChunkGenerator.ChunkData chunk)
-
-
void
-
generateSurface (org.bukkit.generator.WorldInfo worldInfo,
- Random random,
- int x,
- int z,
- org.bukkit.generator.ChunkGenerator.ChunkData chunk)
-
-
-
-
-
-
-
Methods inherited from class org.bukkit.generator.ChunkGenerator
-canSpawn, createChunkData, createVanillaChunkData, generateBedrock, generateCaves, generateChunkData, generateNoise, getBaseHeight, getDefaultBiomeProvider, getFixedSpawnLocation, isParallelCapable, shouldGenerateBedrock, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateNoise, shouldGenerateStructures, shouldGenerateSurface
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-FlatChunkGenerator
-public FlatChunkGenerator (int height,
- org.bukkit.generator.BlockPopulator... populators)
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-generateSurface
-public void generateSurface (org.bukkit.generator.WorldInfo worldInfo,
- Random random,
- int x,
- int z,
- org.bukkit.generator.ChunkGenerator.ChunkData chunk)
-
-Overrides:
-generateSurface
in class org.bukkit.generator.ChunkGenerator
-
-
-
-
-
-createLoopChunkData
-public abstract void createLoopChunkData (int x,
- int y,
- int z,
- org.bukkit.generator.ChunkGenerator.ChunkData chunk)
-
-Specified by:
-createLoopChunkData
in class CustomChunkGenerator
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+FlatChunkGenerator (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
Nested classes/interfaces inherited from class org.bukkit.generator.ChunkGenerator
+org.bukkit.generator.ChunkGenerator.BiomeGrid, org.bukkit.generator.ChunkGenerator.ChunkData
+
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Abstract Methods Concrete Methods
+
+
+
+
+
+
abstract void
+
createLoopChunkData (int x,
+ int y,
+ int z,
+ org.bukkit.generator.ChunkGenerator.ChunkData chunk)
+
+
void
+
generateSurface (org.bukkit.generator.WorldInfo worldInfo,
+ Random random,
+ int x,
+ int z,
+ org.bukkit.generator.ChunkGenerator.ChunkData chunk)
+
+
+
+
+
+
+
Methods inherited from class org.bukkit.generator.ChunkGenerator
+canSpawn, createChunkData, createVanillaChunkData, generateBedrock, generateCaves, generateChunkData, generateNoise, getBaseHeight, getDefaultBiomeProvider, getFixedSpawnLocation, isParallelCapable, shouldGenerateBedrock, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateNoise, shouldGenerateStructures, shouldGenerateSurface
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+FlatChunkGenerator
+public FlatChunkGenerator (int height,
+ org.bukkit.generator.BlockPopulator... populators)
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+generateSurface
+public void generateSurface (org.bukkit.generator.WorldInfo worldInfo,
+ Random random,
+ int x,
+ int z,
+ org.bukkit.generator.ChunkGenerator.ChunkData chunk)
+
+Overrides:
+generateSurface
in class org.bukkit.generator.ChunkGenerator
+
+
+
+
+
+createLoopChunkData
+public abstract void createLoopChunkData (int x,
+ int y,
+ int z,
+ org.bukkit.generator.ChunkGenerator.ChunkData chunk)
+
+Specified by:
+createLoopChunkData
in class CustomChunkGenerator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/world/NoiseChunkGenerator.html b/static/javadoc/dev/plex/world/NoiseChunkGenerator.html
similarity index 98%
rename from static/javadoc/server/dev/plex/world/NoiseChunkGenerator.html
rename to static/javadoc/dev/plex/world/NoiseChunkGenerator.html
index f7000f3..1ee6cdf 100644
--- a/static/javadoc/server/dev/plex/world/NoiseChunkGenerator.html
+++ b/static/javadoc/dev/plex/world/NoiseChunkGenerator.html
@@ -1,243 +1,243 @@
-
-
-
-
-NoiseChunkGenerator (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-
Nested classes/interfaces inherited from class org.bukkit.generator.ChunkGenerator
-org.bukkit.generator.ChunkGenerator.BiomeGrid, org.bukkit.generator.ChunkGenerator.ChunkData
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Abstract Methods Concrete Methods
-
-
-
-
-
-
abstract void
-
createLoopChunkData (int x,
- int y,
- int z,
- org.bukkit.generator.ChunkGenerator.ChunkData chunk)
-
-
void
-
generateNoise (org.bukkit.generator.WorldInfo worldInfo,
- Random random,
- int x,
- int z,
- org.bukkit.generator.ChunkGenerator.ChunkData chunk)
-
-
-
-
-
-
-
Methods inherited from class org.bukkit.generator.ChunkGenerator
-canSpawn, createChunkData, createVanillaChunkData, generateBedrock, generateCaves, generateChunkData, generateSurface, getBaseHeight, getDefaultBiomeProvider, getFixedSpawnLocation, isParallelCapable, shouldGenerateBedrock, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateNoise, shouldGenerateStructures, shouldGenerateSurface
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-NoiseChunkGenerator
-public NoiseChunkGenerator (int height,
- NoiseOptions options,
- org.bukkit.generator.BlockPopulator... populators)
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-generateNoise
-public void generateNoise (org.bukkit.generator.WorldInfo worldInfo,
- Random random,
- int x,
- int z,
- org.bukkit.generator.ChunkGenerator.ChunkData chunk)
-
-Overrides:
-generateNoise
in class org.bukkit.generator.ChunkGenerator
-
-
-
-
-
-createLoopChunkData
-public abstract void createLoopChunkData (int x,
- int y,
- int z,
- org.bukkit.generator.ChunkGenerator.ChunkData chunk)
-
-Specified by:
-createLoopChunkData
in class CustomChunkGenerator
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+NoiseChunkGenerator (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
Nested classes/interfaces inherited from class org.bukkit.generator.ChunkGenerator
+org.bukkit.generator.ChunkGenerator.BiomeGrid, org.bukkit.generator.ChunkGenerator.ChunkData
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Abstract Methods Concrete Methods
+
+
+
+
+
+
abstract void
+
createLoopChunkData (int x,
+ int y,
+ int z,
+ org.bukkit.generator.ChunkGenerator.ChunkData chunk)
+
+
void
+
generateNoise (org.bukkit.generator.WorldInfo worldInfo,
+ Random random,
+ int x,
+ int z,
+ org.bukkit.generator.ChunkGenerator.ChunkData chunk)
+
+
+
+
+
+
+
Methods inherited from class org.bukkit.generator.ChunkGenerator
+canSpawn, createChunkData, createVanillaChunkData, generateBedrock, generateCaves, generateChunkData, generateSurface, getBaseHeight, getDefaultBiomeProvider, getFixedSpawnLocation, isParallelCapable, shouldGenerateBedrock, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateNoise, shouldGenerateStructures, shouldGenerateSurface
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+NoiseChunkGenerator
+public NoiseChunkGenerator (int height,
+ NoiseOptions options,
+ org.bukkit.generator.BlockPopulator... populators)
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+generateNoise
+public void generateNoise (org.bukkit.generator.WorldInfo worldInfo,
+ Random random,
+ int x,
+ int z,
+ org.bukkit.generator.ChunkGenerator.ChunkData chunk)
+
+Overrides:
+generateNoise
in class org.bukkit.generator.ChunkGenerator
+
+
+
+
+
+createLoopChunkData
+public abstract void createLoopChunkData (int x,
+ int y,
+ int z,
+ org.bukkit.generator.ChunkGenerator.ChunkData chunk)
+
+Specified by:
+createLoopChunkData
in class CustomChunkGenerator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/world/NoiseOptions.html b/static/javadoc/dev/plex/world/NoiseOptions.html
similarity index 97%
rename from static/javadoc/server/dev/plex/world/NoiseOptions.html
rename to static/javadoc/dev/plex/world/NoiseOptions.html
index 87a394d..0cceebc 100644
--- a/static/javadoc/server/dev/plex/world/NoiseOptions.html
+++ b/static/javadoc/dev/plex/world/NoiseOptions.html
@@ -1,203 +1,203 @@
-
-
-
-
-NoiseOptions (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
private final double
-
-
-
private final double
-
-
-
private final boolean
-
-
-
private final int
-
-
-
private final int
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
NoiseOptions (int x,
- int y,
- double frequency,
- double amplitude,
- boolean normalized)
-
-
-
-
-
-
-
-Method Summary
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-x
-private final int x
-
-
-
-
-y
-private final int y
-
-
-
-
-frequency
-private final double frequency
-
-
-
-
-amplitude
-private final double amplitude
-
-
-
-
-normalized
-private final boolean normalized
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-NoiseOptions
-public NoiseOptions (int x,
- int y,
- double frequency,
- double amplitude,
- boolean normalized)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+NoiseOptions (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private final double
+
+
+
private final double
+
+
+
private final boolean
+
+
+
private final int
+
+
+
private final int
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
NoiseOptions (int x,
+ int y,
+ double frequency,
+ double amplitude,
+ boolean normalized)
+
+
+
+
+
+
+
+Method Summary
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+x
+private final int x
+
+
+
+
+y
+private final int y
+
+
+
+
+frequency
+private final double frequency
+
+
+
+
+amplitude
+private final double amplitude
+
+
+
+
+normalized
+private final boolean normalized
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+NoiseOptions
+public NoiseOptions (int x,
+ int y,
+ double frequency,
+ double amplitude,
+ boolean normalized)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/world/OctaveChunkGenerator.html b/static/javadoc/dev/plex/world/OctaveChunkGenerator.html
similarity index 98%
rename from static/javadoc/server/dev/plex/world/OctaveChunkGenerator.html
rename to static/javadoc/dev/plex/world/OctaveChunkGenerator.html
index 85531cb..aba445e 100644
--- a/static/javadoc/server/dev/plex/world/OctaveChunkGenerator.html
+++ b/static/javadoc/dev/plex/world/OctaveChunkGenerator.html
@@ -1,246 +1,246 @@
-
-
-
-
-OctaveChunkGenerator (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Nested Class Summary
-
-
Nested classes/interfaces inherited from class org.bukkit.generator.ChunkGenerator
-org.bukkit.generator.ChunkGenerator.BiomeGrid, org.bukkit.generator.ChunkGenerator.ChunkData
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Abstract Methods Concrete Methods
-
-
-
-
-
-
abstract void
-
createLoopChunkData (int x,
- int y,
- int z,
- org.bukkit.generator.ChunkGenerator.ChunkData chunk)
-
-
void
-
generateNoise (@NotNull org.bukkit.generator.WorldInfo worldInfo,
- @NotNull Random random,
- int x,
- int z,
- @NotNull org.bukkit.generator.ChunkGenerator.ChunkData chunk)
-
-
-
-
-
-
-
Methods inherited from class org.bukkit.generator.ChunkGenerator
-canSpawn, createChunkData, createVanillaChunkData, generateBedrock, generateCaves, generateChunkData, generateSurface, getBaseHeight, getDefaultBiomeProvider, getFixedSpawnLocation, isParallelCapable, shouldGenerateBedrock, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateNoise, shouldGenerateStructures, shouldGenerateSurface
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-OctaveChunkGenerator
-public OctaveChunkGenerator (int height,
- OctaveOptions options,
- org.bukkit.generator.BlockPopulator... populators)
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-generateNoise
-public void generateNoise (@NotNull
- @NotNull org.bukkit.generator.WorldInfo worldInfo,
- @NotNull
- @NotNull Random random,
- int x,
- int z,
- @NotNull
- @NotNull org.bukkit.generator.ChunkGenerator.ChunkData chunk)
-
-Overrides:
-generateNoise
in class org.bukkit.generator.ChunkGenerator
-
-
-
-
-
-createLoopChunkData
-public abstract void createLoopChunkData (int x,
- int y,
- int z,
- org.bukkit.generator.ChunkGenerator.ChunkData chunk)
-
-Specified by:
-createLoopChunkData
in class CustomChunkGenerator
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+OctaveChunkGenerator (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Nested Class Summary
+
+
Nested classes/interfaces inherited from class org.bukkit.generator.ChunkGenerator
+org.bukkit.generator.ChunkGenerator.BiomeGrid, org.bukkit.generator.ChunkGenerator.ChunkData
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
+
+
+Method Summary
+
+
All Methods Instance Methods Abstract Methods Concrete Methods
+
+
+
+
+
+
abstract void
+
createLoopChunkData (int x,
+ int y,
+ int z,
+ org.bukkit.generator.ChunkGenerator.ChunkData chunk)
+
+
void
+
generateNoise (@NotNull org.bukkit.generator.WorldInfo worldInfo,
+ @NotNull Random random,
+ int x,
+ int z,
+ @NotNull org.bukkit.generator.ChunkGenerator.ChunkData chunk)
+
+
+
+
+
+
+
Methods inherited from class org.bukkit.generator.ChunkGenerator
+canSpawn, createChunkData, createVanillaChunkData, generateBedrock, generateCaves, generateChunkData, generateSurface, getBaseHeight, getDefaultBiomeProvider, getFixedSpawnLocation, isParallelCapable, shouldGenerateBedrock, shouldGenerateCaves, shouldGenerateDecorations, shouldGenerateMobs, shouldGenerateNoise, shouldGenerateStructures, shouldGenerateSurface
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+OctaveChunkGenerator
+public OctaveChunkGenerator (int height,
+ OctaveOptions options,
+ org.bukkit.generator.BlockPopulator... populators)
+
+
+
+
+
+
+
+
+Method Details
+
+
+
+generateNoise
+public void generateNoise (@NotNull
+ @NotNull org.bukkit.generator.WorldInfo worldInfo,
+ @NotNull
+ @NotNull Random random,
+ int x,
+ int z,
+ @NotNull
+ @NotNull org.bukkit.generator.ChunkGenerator.ChunkData chunk)
+
+Overrides:
+generateNoise
in class org.bukkit.generator.ChunkGenerator
+
+
+
+
+
+createLoopChunkData
+public abstract void createLoopChunkData (int x,
+ int y,
+ int z,
+ org.bukkit.generator.ChunkGenerator.ChunkData chunk)
+
+Specified by:
+createLoopChunkData
in class CustomChunkGenerator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/world/OctaveOptions.html b/static/javadoc/dev/plex/world/OctaveOptions.html
similarity index 97%
rename from static/javadoc/server/dev/plex/world/OctaveOptions.html
rename to static/javadoc/dev/plex/world/OctaveOptions.html
index 10086fc..64363c5 100644
--- a/static/javadoc/server/dev/plex/world/OctaveOptions.html
+++ b/static/javadoc/dev/plex/world/OctaveOptions.html
@@ -1,167 +1,167 @@
-
-
-
-
-OctaveOptions (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-Fields
-
-
-
-
-
private final int
-
-
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
OctaveOptions (int x,
- int y,
- double frequency,
- double amplitude,
- boolean normalized,
- int octaves)
-
-
-
-
-
-
-
-Method Summary
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Field Details
-
-
-
-octaves
-private final int octaves
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-OctaveOptions
-public OctaveOptions (int x,
- int y,
- double frequency,
- double amplitude,
- boolean normalized,
- int octaves)
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+OctaveOptions (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+Fields
+
+
+
+
+
private final int
+
+
+
+
+
+
+
+
+Constructor Summary
+Constructors
+
+
+
+
OctaveOptions (int x,
+ int y,
+ double frequency,
+ double amplitude,
+ boolean normalized,
+ int octaves)
+
+
+
+
+
+
+
+Method Summary
+
+
Methods inherited from class java.lang.Object
+
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
+
+
+
+
+
+
+
+
+
+Field Details
+
+
+
+octaves
+private final int octaves
+
+
+
+
+
+
+
+
+Constructor Details
+
+
+
+OctaveOptions
+public OctaveOptions (int x,
+ int y,
+ double frequency,
+ double amplitude,
+ boolean normalized,
+ int octaves)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/world/package-summary.html b/static/javadoc/dev/plex/world/package-summary.html
similarity index 97%
rename from static/javadoc/server/dev/plex/world/package-summary.html
rename to static/javadoc/dev/plex/world/package-summary.html
index 93dd6f2..27ae7cf 100644
--- a/static/javadoc/server/dev/plex/world/package-summary.html
+++ b/static/javadoc/dev/plex/world/package-summary.html
@@ -1,108 +1,108 @@
-
-
-
-
-dev.plex.world (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.world
-
-
-
-
-
-
-
-
Classes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.world (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+package dev.plex.world
+
+
+
+
+
+
+
+
Classes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/world/package-tree.html b/static/javadoc/dev/plex/world/package-tree.html
similarity index 96%
rename from static/javadoc/server/dev/plex/world/package-tree.html
rename to static/javadoc/dev/plex/world/package-tree.html
index 0c7d2f7..0648157 100644
--- a/static/javadoc/server/dev/plex/world/package-tree.html
+++ b/static/javadoc/dev/plex/world/package-tree.html
@@ -1,98 +1,98 @@
-
-
-
-
-dev.plex.world Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-Class Hierarchy
-
-java.lang.Object
-
-org.bukkit.generator.ChunkGenerator
-
-
-dev.plex.world.NoiseOptions
-
-
-org.bukkit.WorldCreator
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+dev.plex.world Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+Class Hierarchy
+
+java.lang.Object
+
+org.bukkit.generator.ChunkGenerator
+
+
+dev.plex.world.NoiseOptions
+
+
+org.bukkit.WorldCreator
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/element-list b/static/javadoc/element-list
similarity index 92%
rename from static/javadoc/server/element-list
rename to static/javadoc/element-list
index 81f2e79..eca7109 100644
--- a/static/javadoc/server/element-list
+++ b/static/javadoc/element-list
@@ -1,39 +1,40 @@
-dev.plex
-dev.plex.admin
-dev.plex.cache
-dev.plex.command
-dev.plex.command.annotation
-dev.plex.command.blocking
-dev.plex.command.exception
-dev.plex.command.impl
-dev.plex.command.source
-dev.plex.config
-dev.plex.handlers
-dev.plex.hook
-dev.plex.listener
-dev.plex.listener.annotation
-dev.plex.listener.impl
-dev.plex.menu
-dev.plex.module
-dev.plex.module.exception
-dev.plex.module.loader
-dev.plex.permission
-dev.plex.permission.handler
-dev.plex.player
-dev.plex.punishment
-dev.plex.punishment.extra
-dev.plex.rank
-dev.plex.rank.enums
-dev.plex.services
-dev.plex.services.impl
-dev.plex.storage
-dev.plex.storage.codec
-dev.plex.storage.permission
-dev.plex.storage.player
-dev.plex.storage.punishment
-dev.plex.util
-dev.plex.util.adapter
-dev.plex.util.item
-dev.plex.util.menu
-dev.plex.util.minimessage
-dev.plex.world
+dev.plex
+dev.plex.admin
+dev.plex.cache
+dev.plex.command
+dev.plex.command.annotation
+dev.plex.command.blocking
+dev.plex.command.exception
+dev.plex.command.impl
+dev.plex.command.source
+dev.plex.config
+dev.plex.event
+dev.plex.handlers
+dev.plex.hook
+dev.plex.listener
+dev.plex.listener.annotation
+dev.plex.listener.impl
+dev.plex.menu
+dev.plex.module
+dev.plex.module.exception
+dev.plex.module.loader
+dev.plex.permission
+dev.plex.player
+dev.plex.punishment
+dev.plex.punishment.extra
+dev.plex.rank
+dev.plex.rank.enums
+dev.plex.services
+dev.plex.services.impl
+dev.plex.storage
+dev.plex.storage.codec
+dev.plex.storage.permission
+dev.plex.storage.player
+dev.plex.storage.punishment
+dev.plex.util
+dev.plex.util.adapter
+dev.plex.util.item
+dev.plex.util.menu
+dev.plex.util.minimessage
+dev.plex.util.redis
+dev.plex.world
diff --git a/static/javadoc/server/help-doc.html b/static/javadoc/help-doc.html
similarity index 97%
rename from static/javadoc/server/help-doc.html
rename to static/javadoc/help-doc.html
index ed97324..0f3949e 100644
--- a/static/javadoc/server/help-doc.html
+++ b/static/javadoc/help-doc.html
@@ -1,185 +1,185 @@
-
-
-
-
-API Help (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-JavaDoc Help
-
-
-
-
Navigation
-Starting from the
Overview page, you can browse the documentation using the links in each page, and in the navigation bar at the top of each page. The
Index and Search box allow you to navigate to specific declarations and summary pages, including:
All Packages ,
All Classes and Interfaces
-
-Search
-You can search for definitions of modules, packages, types, fields, methods, system properties and other terms defined in the API, using some or all of the name, optionally using "camelCase" abbreviations. For example:
-
-j.l.obj
will match "java.lang.Object"
-InpStr
will match "java.io.InputStream"
-HM.cK
will match "java.util.HashMap.containsKey(Object)"
-
-Refer to the Javadoc Search Specification for a full description of search features.
-
-
-
-
-
Kinds of Pages
-The following sections describe the different kinds of pages in this collection.
-
-Overview
-The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.
-
-
-Package
-Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain the following categories:
-
-Interfaces
-Classes
-Enum Classes
-Exceptions
-Errors
-Annotation Interfaces
-
-
-
-Class or Interface
-Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a declaration and description, member summary tables, and detailed member descriptions. Entries in each of these sections are omitted if they are empty or not applicable.
-
-Class Inheritance Diagram
-Direct Subclasses
-All Known Subinterfaces
-All Known Implementing Classes
-Class or Interface Declaration
-Class or Interface Description
-
-
-
-Nested Class Summary
-Enum Constant Summary
-Field Summary
-Property Summary
-Constructor Summary
-Method Summary
-Required Element Summary
-Optional Element Summary
-
-
-
-Enum Constant Details
-Field Details
-Property Details
-Constructor Details
-Method Details
-Element Details
-
-Note: Annotation interfaces have required and optional elements, but not methods. Only enum classes have enum constants. The components of a record class are displayed as part of the declaration of the record class. Properties are a feature of JavaFX.
-The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
-
-
-Other Files
-Packages and modules may contain pages with additional information related to the declarations nearby.
-
-
-Tree (Class Hierarchy)
-There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with java.lang.Object
. Interfaces do not inherit from java.lang.Object
.
-
-When viewing the Overview page, clicking on TREE displays the hierarchy for all packages.
-When viewing a particular package, class or interface page, clicking on TREE displays the hierarchy for only that package.
-
-
-
-
-
-All Packages
-The All Packages page contains an alphabetic index of all packages contained in the documentation.
-
-
-All Classes and Interfaces
-The All Classes and Interfaces page contains an alphabetic index of all classes and interfaces contained in the documentation, including annotation interfaces, enum classes, and record classes.
-
-
-
-
-
-
-
-
-
+
+
+
+
+API Help (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+JavaDoc Help
+
+
+
+
Navigation
+Starting from the
Overview page, you can browse the documentation using the links in each page, and in the navigation bar at the top of each page. The
Index and Search box allow you to navigate to specific declarations and summary pages, including:
All Packages ,
All Classes and Interfaces
+
+Search
+You can search for definitions of modules, packages, types, fields, methods, system properties and other terms defined in the API, using some or all of the name, optionally using "camelCase" abbreviations. For example:
+
+j.l.obj
will match "java.lang.Object"
+InpStr
will match "java.io.InputStream"
+HM.cK
will match "java.util.HashMap.containsKey(Object)"
+
+Refer to the Javadoc Search Specification for a full description of search features.
+
+
+
+
+
Kinds of Pages
+The following sections describe the different kinds of pages in this collection.
+
+Overview
+The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.
+
+
+Package
+Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain the following categories:
+
+Interfaces
+Classes
+Enum Classes
+Exceptions
+Errors
+Annotation Interfaces
+
+
+
+Class or Interface
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a declaration and description, member summary tables, and detailed member descriptions. Entries in each of these sections are omitted if they are empty or not applicable.
+
+Class Inheritance Diagram
+Direct Subclasses
+All Known Subinterfaces
+All Known Implementing Classes
+Class or Interface Declaration
+Class or Interface Description
+
+
+
+Nested Class Summary
+Enum Constant Summary
+Field Summary
+Property Summary
+Constructor Summary
+Method Summary
+Required Element Summary
+Optional Element Summary
+
+
+
+Enum Constant Details
+Field Details
+Property Details
+Constructor Details
+Method Details
+Element Details
+
+Note: Annotation interfaces have required and optional elements, but not methods. Only enum classes have enum constants. The components of a record class are displayed as part of the declaration of the record class. Properties are a feature of JavaFX.
+The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+
+
+Other Files
+Packages and modules may contain pages with additional information related to the declarations nearby.
+
+
+Tree (Class Hierarchy)
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with java.lang.Object
. Interfaces do not inherit from java.lang.Object
.
+
+When viewing the Overview page, clicking on TREE displays the hierarchy for all packages.
+When viewing a particular package, class or interface page, clicking on TREE displays the hierarchy for only that package.
+
+
+
+
+
+All Packages
+The All Packages page contains an alphabetic index of all packages contained in the documentation.
+
+
+All Classes and Interfaces
+The All Classes and Interfaces page contains an alphabetic index of all classes and interfaces contained in the documentation, including annotation interfaces, enum classes, and record classes.
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/index-all.html b/static/javadoc/index-all.html
similarity index 93%
rename from static/javadoc/server/index-all.html
rename to static/javadoc/index-all.html
index 50dc93a..9824d97 100644
--- a/static/javadoc/server/index-all.html
+++ b/static/javadoc/index-all.html
@@ -1,2423 +1,2575 @@
-
-
-
-
-Index (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-A B C D E F G H I J K L M N O P R S T U V W X Y Z All Classes and Interfaces | All Packages | Constant Field Values | Serialized Form
-A
-
-AbstractMenu - Class in dev.plex.util.menu
-
-AbstractMenu(String) - Constructor for class dev.plex.util.menu.AbstractMenu
-
-AbstractService - Class in dev.plex.services
-
-AbstractService(boolean, boolean) - Constructor for class dev.plex.services.AbstractService
-
-active - Variable in class dev.plex.punishment.Punishment
-
-addAttributeModifier(Attribute, AttributeModifier) - Method in class dev.plex.util.item.ItemBuilder
-
-addDefaultMessage(String, Object) - Method in class dev.plex.module.PlexModule
-
-Adds a message to the messages.yml file
-
-addDefaultMessage(String, Object, String...) - Method in class dev.plex.module.PlexModule
-
-Adds a message to the messages.yml with a comment
-
-added - Variable in class dev.plex.config.Config
-
-Whether new entries were added to the file automatically
-
-addEnchantment(Enchantment, int) - Method in class dev.plex.util.item.ItemBuilder
-
-addItemFlag(ItemFlag...) - Method in class dev.plex.util.item.ItemBuilder
-
-addNote(Note) - Method in class dev.plex.storage.punishment.SQLNotes
-
-addPermission(Permission) - Method in class dev.plex.storage.permission.SQLPermissions
-
-addPermission(PlexPlayer, Permission) - Static method in class dev.plex.util.PermissionsUtil
-
-addPermission(PlexPlayer, String) - Static method in class dev.plex.util.PermissionsUtil
-
-addToArrayList(List<T>, T) - Static method in class dev.plex.util.PlexUtils
-
-addToCache(Admin) - Method in class dev.plex.admin.AdminList
-
-Adds the admin to cache
-
-Admin - Class in dev.plex.admin
-
-Admin object to handle cached admins
-
-Admin(UUID) - Constructor for class dev.plex.admin.Admin
-
-Creates an admin with the ADMIN rank as the default rank
-
-ADMIN - Enum constant in enum class dev.plex.rank.enums.Rank
-
-adminActive - Variable in class dev.plex.player.PlexPlayer
-
-adminChat - Variable in class dev.plex.admin.Admin
-
-Returns if the admin has admin chat toggled or not
-
- Contains a #isAdminChat and #setAdminChat by Lombok
-
-adminChat(CommandSender, String) - Method in class dev.plex.command.impl.AdminChatCMD
-
-AdminChatCMD - Class in dev.plex.command.impl
-
-AdminChatCMD() - Constructor for class dev.plex.command.impl.AdminChatCMD
-
-AdminCMD - Class in dev.plex.command.impl
-
-AdminCMD() - Constructor for class dev.plex.command.impl.AdminCMD
-
-adminList - Variable in class dev.plex.Plex
-
-AdminList - Class in dev.plex.admin
-
-Cached storage for Admin objects
-
-AdminList() - Constructor for class dev.plex.admin.AdminList
-
-AdminListener - Class in dev.plex.listener.impl
-
-AdminListener() - Constructor for class dev.plex.listener.impl.AdminListener
-
-admins - Variable in class dev.plex.admin.AdminList
-
-Key / Value storage, where the key is the unique ID of the admin
-
-AdminworldCMD - Class in dev.plex.command.impl
-
-AdminworldCMD() - Constructor for class dev.plex.command.impl.AdminworldCMD
-
-AdventureCMD - Class in dev.plex.command.impl
-
-AdventureCMD() - Constructor for class dev.plex.command.impl.AdventureCMD
-
-aliases() - Element in annotation interface dev.plex.command.annotation.CommandParameters
-
-The aliases (optional)
-
-allowed - Variable in class dev.plex.permission.Permission
-
-amplitude - Variable in class dev.plex.world.NoiseOptions
-
-AntiNukerListener - Class in dev.plex.listener.impl
-
-AntiNukerListener() - Constructor for class dev.plex.listener.impl.AntiNukerListener
-
-AntiSpamListener - Class in dev.plex.listener.impl
-
-AntiSpamListener() - Constructor for class dev.plex.listener.impl.AntiSpamListener
-
-ANY - Enum constant in enum class dev.plex.command.source.RequiredCommandSource
-
-AshconInfo - Class in dev.plex.util
-
-AshconInfo() - Constructor for class dev.plex.util.AshconInfo
-
-AshconInfo.SkinData - Class in dev.plex.util
-
-AshconInfo.Textures - Class in dev.plex.util
-
-AshconInfo.UsernameHistory - Class in dev.plex.util
-
-asynchronous - Variable in class dev.plex.services.AbstractService
-
-author - Static variable in class dev.plex.util.BuildInfo
-
-AutoWipeService - Class in dev.plex.services.impl
-
-AutoWipeService() - Constructor for class dev.plex.services.impl.AutoWipeService
-
-
-B
-
-BAN - Enum constant in enum class dev.plex.punishment.PunishmentType
-
-BanCMD - Class in dev.plex.command.impl
-
-BanCMD() - Constructor for class dev.plex.command.impl.BanCMD
-
-BanListener - Class in dev.plex.listener.impl
-
-BanListener() - Constructor for class dev.plex.listener.impl.BanListener
-
-BanService - Class in dev.plex.services.impl
-
-BanService() - Constructor for class dev.plex.services.impl.BanService
-
-banUrl - Static variable in class dev.plex.punishment.Punishment
-
-before - Variable in class dev.plex.listener.impl.ChatListener.PlexChatRenderer
-
-bl - Variable in class dev.plex.command.impl.BlockEditCMD
-
-BLOCKED_COMMANDS - Static variable in class dev.plex.services.impl.CommandBlockerService
-
-blockedBlocks - Static variable in class dev.plex.listener.impl.BlockListener
-
-BlockedCommand - Class in dev.plex.command.blocking
-
-BlockedCommand() - Constructor for class dev.plex.command.blocking.BlockedCommand
-
-BlockEditCMD - Class in dev.plex.command.impl
-
-BlockEditCMD() - Constructor for class dev.plex.command.impl.BlockEditCMD
-
-blockedPlayers - Variable in class dev.plex.listener.impl.BlockListener
-
-BlockListener - Class in dev.plex.listener.impl
-
-BlockListener() - Constructor for class dev.plex.listener.impl.BlockListener
-
-blockMap - Variable in class dev.plex.world.BlockMapChunkGenerator
-
-BlockMapChunkGenerator - Class in dev.plex.world
-
-BlockMapChunkGenerator(LinkedHashMap<Material, Integer>, BlockPopulator...) - Constructor for class dev.plex.world.BlockMapChunkGenerator
-
-BlockUtils - Class in dev.plex.util
-
-BlockUtils() - Constructor for class dev.plex.util.BlockUtils
-
-BookListener - Class in dev.plex.listener.impl
-
-BookListener() - Constructor for class dev.plex.listener.impl.BookListener
-
-BRANCH - Variable in class dev.plex.util.UpdateChecker
-
-broadcast(String) - Static method in class dev.plex.util.PlexUtils
-
-broadcast(Component) - Static method in class dev.plex.util.PlexUtils
-
-broadcastToAdmins(Component) - Static method in class dev.plex.util.PlexUtils
-
-build - Static variable in class dev.plex.Plex
-
-build() - Method in class dev.plex.util.item.ItemBuilder
-
-BuildInfo - Class in dev.plex.util
-
-BuildInfo() - Constructor for class dev.plex.util.BuildInfo
-
-BungeeUtil - Class in dev.plex.util
-
-BungeeUtil() - Constructor for class dev.plex.util.BungeeUtil
-
-
-C
-
-cachedBlockedBlocksConfig - Static variable in class dev.plex.listener.impl.BlockListener
-
-canEnterWorld(Player) - Method in class dev.plex.listener.impl.WorldListener
-
-Check if a Player has the ability to enter the requested world
-
-canModifyWorld(Player, boolean) - Method in class dev.plex.listener.impl.WorldListener
-
-Check if a Player has the ability to modify the world they are in
-
-CHAT - Static variable in class dev.plex.hook.VaultHook
-
-ChatHandlerImpl() - Constructor for class dev.plex.listener.impl.ChatListener.ChatHandlerImpl
-
-ChatListener - Class in dev.plex.listener.impl
-
-ChatListener() - Constructor for class dev.plex.listener.impl.ChatListener
-
-ChatListener.ChatHandlerImpl - Class in dev.plex.listener.impl
-
-ChatListener.PlexChatRenderer - Class in dev.plex.listener.impl
-
-check(T) - Static method in class dev.plex.util.GameRuleUtil
-
-checkLevel(PlexPlayer, String[]) - Method in class dev.plex.listener.impl.WorldListener
-
-checkRank(CommandSender, Rank, String) - Method in class dev.plex.command.PlexCommand
-
-Checks whether a sender has enough permissions or is high enough a rank
-
-checkRank(Player, Rank, String) - Method in class dev.plex.command.PlexCommand
-
-Checks whether a player has enough permissions or is high enough a rank
-
-checkTab(CommandSender, Rank, String) - Method in class dev.plex.command.PlexCommand
-
-Checks whether a sender has enough permissions or is high enough a rank
-
-checkTab(Player, Rank, String) - Method in class dev.plex.command.PlexCommand
-
-Checks whether a player has enough permissions or is high enough a rank
-
-chunks - Variable in class dev.plex.world.CustomWorld
-
-coins - Variable in class dev.plex.player.PlexPlayer
-
-color - Variable in enum class dev.plex.rank.enums.Rank
-
-color - Variable in enum class dev.plex.rank.enums.Title
-
-command - Variable in class dev.plex.command.blocking.BlockedCommand
-
-commandAliases - Variable in class dev.plex.command.blocking.BlockedCommand
-
-CommandBlockerService - Class in dev.plex.services.impl
-
-CommandBlockerService() - Constructor for class dev.plex.services.impl.CommandBlockerService
-
-CommandFailException - Exception in dev.plex.command.exception
-
-CommandFailException(String) - Constructor for exception dev.plex.command.exception.CommandFailException
-
-CommandHandler - Class in dev.plex.handlers
-
-CommandHandler() - Constructor for class dev.plex.handlers.CommandHandler
-
-CommandListener - Class in dev.plex.listener.impl
-
-CommandListener() - Constructor for class dev.plex.listener.impl.CommandListener
-
-CommandParameters - Annotation Interface in dev.plex.command.annotation
-
-Storage for a command's parameters
-
-CommandPermissions - Annotation Interface in dev.plex.command.annotation
-
-Storage for the command's permissions
-
-commands - Variable in class dev.plex.listener.impl.MuteListener
-
-commands - Variable in class dev.plex.module.PlexModule
-
-commands - Variable in class dev.plex.Plex
-
-commandSource - Variable in class dev.plex.command.PlexCommand
-
-Required command source fetched from the permissions
-
-commandSpy - Variable in class dev.plex.admin.Admin
-
-Returns if the admin has command spy or not
-
- Contains a #isCommandSpy and #setCommandSpy by Lombok
-
-commandSpy - Variable in class dev.plex.player.PlexPlayer
-
-CommandSpyCMD - Class in dev.plex.command.impl
-
-CommandSpyCMD() - Constructor for class dev.plex.command.impl.CommandSpyCMD
-
-commitGlobalGameRules(World) - Static method in class dev.plex.util.GameRuleUtil
-
-commitSpecificGameRules(World) - Static method in class dev.plex.util.GameRuleUtil
-
-componentFromString(String) - Method in class dev.plex.command.PlexCommand
-
-Converts a String to a legacy Kyori Component
-
-config - Variable in class dev.plex.Plex
-
-Config - Class in dev.plex.config
-
-Creates a custom Config object
-
-Config(Plex, String) - Constructor for class dev.plex.config.Config
-
-Creates a config object
-
-ConfigurationChunkGenerator - Class in dev.plex.world
-
-ConfigurationChunkGenerator(String, BlockPopulator...) - Constructor for class dev.plex.world.ConfigurationChunkGenerator
-
-CONSOLE - Enum constant in enum class dev.plex.command.source.RequiredCommandSource
-
-ConsoleMustDefinePlayerException - Exception in dev.plex.command.exception
-
-ConsoleMustDefinePlayerException() - Constructor for exception dev.plex.command.exception.ConsoleMustDefinePlayerException
-
-ConsoleOnlyException - Exception in dev.plex.command.exception
-
-ConsoleOnlyException() - Constructor for exception dev.plex.command.exception.ConsoleOnlyException
-
-ConsoleSayCMD - Class in dev.plex.command.impl
-
-ConsoleSayCMD() - Constructor for class dev.plex.command.impl.ConsoleSayCMD
-
-createBlockMap(String) - Static method in class dev.plex.world.ConfigurationChunkGenerator
-
-createDate(String) - Static method in class dev.plex.util.TimeUtils
-
-createLoader(PlexModule, PlexModuleFile) - Method in class dev.plex.module.loader.LibraryLoader
-
-createLoopChunkData(int, int, int, ChunkGenerator.ChunkData) - Method in class dev.plex.world.BlockMapChunkGenerator
-
-createLoopChunkData(int, int, int, ChunkGenerator.ChunkData) - Method in class dev.plex.world.CustomChunkGenerator
-
-createLoopChunkData(int, int, int, ChunkGenerator.ChunkData) - Method in class dev.plex.world.FlatChunkGenerator
-
-createLoopChunkData(int, int, int, ChunkGenerator.ChunkData) - Method in class dev.plex.world.NoiseChunkGenerator
-
-createLoopChunkData(int, int, int, ChunkGenerator.ChunkData) - Method in class dev.plex.world.OctaveChunkGenerator
-
-CreativeCMD - Class in dev.plex.command.impl
-
-CreativeCMD() - Constructor for class dev.plex.command.impl.CreativeCMD
-
-custom - Variable in class dev.plex.util.AshconInfo.Textures
-
-CustomChunkGenerator - Class in dev.plex.world
-
-CustomChunkGenerator(int, BlockPopulator...) - Constructor for class dev.plex.world.CustomChunkGenerator
-
-CustomClassLoader - Class in dev.plex.module.loader
-
-CustomClassLoader(URL, ClassLoader) - Constructor for class dev.plex.module.loader.CustomClassLoader
-
-customTime - Variable in class dev.plex.punishment.Punishment
-
-CustomWorld - Class in dev.plex.world
-
-CustomWorld(String, CustomChunkGenerator) - Constructor for class dev.plex.world.CustomWorld
-
-
-D
-
-dataFolder - Variable in class dev.plex.module.PlexModule
-
-dataSource - Variable in class dev.plex.storage.SQLConnection
-
-datastore - Variable in class dev.plex.storage.player.MongoPlayerData
-
-The datastore object / database
-
-DataUtils - Class in dev.plex.cache
-
-Parent cache class
-
-DataUtils() - Constructor for class dev.plex.cache.DataUtils
-
-date - Static variable in class dev.plex.util.BuildInfo
-
-DATE_FORMAT - Static variable in class dev.plex.util.TimeUtils
-
-debug() - Element in annotation interface dev.plex.command.annotation.System
-
-debug(String, Object...) - Static method in class dev.plex.util.PlexLog
-
-DebugCMD - Class in dev.plex.command.impl
-
-DebugCMD() - Constructor for class dev.plex.command.impl.DebugCMD
-
-decode(BsonReader, DecoderContext) - Method in class dev.plex.storage.codec.ZonedDateTimeCodec
-
-DELETE - Static variable in class dev.plex.storage.punishment.SQLNotes
-
-deleteNote(int, UUID) - Method in class dev.plex.storage.punishment.SQLNotes
-
-DeopAllCMD - Class in dev.plex.command.impl
-
-DeopAllCMD() - Constructor for class dev.plex.command.impl.DeopAllCMD
-
-DeopCMD - Class in dev.plex.command.impl
-
-DeopCMD() - Constructor for class dev.plex.command.impl.DeopCMD
-
-description - Variable in class dev.plex.module.PlexModuleFile
-
-description() - Element in annotation interface dev.plex.command.annotation.CommandParameters
-
-The description
-
-deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class dev.plex.util.adapter.ZonedDateTimeDeserializer
-
-DEV - Enum constant in enum class dev.plex.rank.enums.Title
-
-dev.plex - package dev.plex
-
-dev.plex.admin - package dev.plex.admin
-
-dev.plex.cache - package dev.plex.cache
-
-dev.plex.command - package dev.plex.command
-
-dev.plex.command.annotation - package dev.plex.command.annotation
-
-dev.plex.command.blocking - package dev.plex.command.blocking
-
-dev.plex.command.exception - package dev.plex.command.exception
-
-dev.plex.command.impl - package dev.plex.command.impl
-
-dev.plex.command.source - package dev.plex.command.source
-
-dev.plex.config - package dev.plex.config
-
-dev.plex.handlers - package dev.plex.handlers
-
-dev.plex.hook - package dev.plex.hook
-
-dev.plex.listener - package dev.plex.listener
-
-dev.plex.listener.annotation - package dev.plex.listener.annotation
-
-dev.plex.listener.impl - package dev.plex.listener.impl
-
-dev.plex.menu - package dev.plex.menu
-
-dev.plex.module - package dev.plex.module
-
-dev.plex.module.exception - package dev.plex.module.exception
-
-dev.plex.module.loader - package dev.plex.module.loader
-
-dev.plex.permission - package dev.plex.permission
-
-dev.plex.permission.handler - package dev.plex.permission.handler
-
-dev.plex.player - package dev.plex.player
-
-dev.plex.punishment - package dev.plex.punishment
-
-dev.plex.punishment.extra - package dev.plex.punishment.extra
-
-dev.plex.rank - package dev.plex.rank
-
-dev.plex.rank.enums - package dev.plex.rank.enums
-
-dev.plex.services - package dev.plex.services
-
-dev.plex.services.impl - package dev.plex.services.impl
-
-dev.plex.storage - package dev.plex.storage
-
-dev.plex.storage.codec - package dev.plex.storage.codec
-
-dev.plex.storage.permission - package dev.plex.storage.permission
-
-dev.plex.storage.player - package dev.plex.storage.player
-
-dev.plex.storage.punishment - package dev.plex.storage.punishment
-
-dev.plex.util - package dev.plex.util
-
-dev.plex.util.adapter - package dev.plex.util.adapter
-
-dev.plex.util.item - package dev.plex.util.item
-
-dev.plex.util.menu - package dev.plex.util.menu
-
-dev.plex.util.minimessage - package dev.plex.util.minimessage
-
-dev.plex.world - package dev.plex.world
-
-DEVELOPERS - Static variable in class dev.plex.util.PlexUtils
-
-disable() - Method in class dev.plex.module.PlexModule
-
-disabledEffect(Player, Location) - Static method in class dev.plex.util.PlexUtils
-
-disabledEffectMultiple(Player[], Location) - Static method in class dev.plex.util.PlexUtils
-
-disableModules() - Method in class dev.plex.module.ModuleManager
-
-displayName() - Method in class dev.plex.player.PlexPlayer
-
-displayName(Component) - Method in class dev.plex.util.item.ItemBuilder
-
-distance - Variable in class dev.plex.util.UpdateChecker
-
-doChat(AsyncChatEvent) - Method in class dev.plex.listener.impl.ChatListener.ChatHandlerImpl
-
-doPunishment(PlexPlayer, Punishment) - Method in class dev.plex.punishment.PunishmentManager
-
-DOWNLOAD_PAGE - Variable in class dev.plex.util.UpdateChecker
-
-DropListener - Class in dev.plex.listener.impl
-
-DropListener() - Constructor for class dev.plex.listener.impl.DropListener
-
-
-E
-
-EDIT_COMMANDS - Variable in class dev.plex.listener.impl.WorldListener
-
-enable() - Method in class dev.plex.module.PlexModule
-
-enableModules() - Method in class dev.plex.module.ModuleManager
-
-encode(BsonWriter, ZonedDateTime, EncoderContext) - Method in class dev.plex.storage.codec.ZonedDateTimeCodec
-
-endDate - Variable in class dev.plex.punishment.Punishment
-
-endService(AbstractService) - Method in class dev.plex.services.ServiceManager
-
-endService(AbstractService, boolean) - Method in class dev.plex.services.ServiceManager
-
-endServices() - Method in class dev.plex.services.ServiceManager
-
-EntityWipeCMD - Class in dev.plex.command.impl
-
-EntityWipeCMD() - Constructor for class dev.plex.command.impl.EntityWipeCMD
-
-error(String, Object...) - Static method in class dev.plex.util.PlexLog
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.BlockEditCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.CommandSpyCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.EntityWipeCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.MobPurgeCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.TFMCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.PlexCommand
-
-Executes the command
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.AdminChatCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.AdminCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.AdminworldCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.AdventureCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.BanCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.ConsoleSayCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.CreativeCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.DebugCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.DeopAllCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.DeopCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.FlatlandsCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.FreezeCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.GamemodeCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.KickCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.ListCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.LocalSpawnCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.LockupCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.MasterbuilderworldCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.MuteCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.NameHistoryCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.NotesCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.OpAllCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.OpCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.PlexCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.PunishmentsCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.RankCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.RawSayCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.SayCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.SmiteCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.SpectatorCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.SurvivalCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.TagCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.TempbanCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.ToggleCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.UnbanCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.UnfreezeCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.UnmuteCMD
-
-execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.WorldCMD
-
-EXECUTIVE - Enum constant in enum class dev.plex.rank.enums.Rank
-
-exists(String) - Method in class dev.plex.storage.player.MongoPlayerData
-
-exists(String) - Method in class dev.plex.storage.player.SQLPlayerData
-
-exists(UUID) - Method in class dev.plex.storage.player.MongoPlayerData
-
-Checks whether the player exists in mongo's database
-
-exists(UUID) - Method in class dev.plex.storage.player.SQLPlayerData
-
-Checks if a player exists in the SQL database
-
-extractJar(URL) - Static method in class dev.plex.module.loader.CustomClassLoader
-
-
-F
-
-fetchDistanceFromGitHub(String, String, String) - Method in class dev.plex.util.UpdateChecker
-
-file - Variable in class dev.plex.config.Config
-
-The File instance
-
-file - Variable in class dev.plex.config.ModuleConfig
-
-The File instance
-
-FlatChunkGenerator - Class in dev.plex.world
-
-FlatChunkGenerator(int, BlockPopulator...) - Constructor for class dev.plex.world.FlatChunkGenerator
-
-FlatlandsCMD - Class in dev.plex.command.impl
-
-FlatlandsCMD() - Constructor for class dev.plex.command.impl.FlatlandsCMD
-
-FREEZE - Enum constant in enum class dev.plex.punishment.PunishmentType
-
-FreezeCMD - Class in dev.plex.command.impl
-
-FreezeCMD() - Constructor for class dev.plex.command.impl.FreezeCMD
-
-FreezeListener - Class in dev.plex.listener.impl
-
-FreezeListener() - Constructor for class dev.plex.listener.impl.FreezeListener
-
-frequency - Variable in class dev.plex.world.NoiseOptions
-
-from - Variable in class dev.plex.config.ModuleConfig
-
-Where the file is in the module JAR
-
-fromJson(String) - Static method in class dev.plex.punishment.Punishment
-
-frozen - Variable in class dev.plex.player.PlexPlayer
-
-
-G
-
-gamemode - Variable in class dev.plex.command.impl.GamemodeCMD
-
-GamemodeCMD - Class in dev.plex.command.impl
-
-GamemodeCMD() - Constructor for class dev.plex.command.impl.GamemodeCMD
-
-GameModeListener - Class in dev.plex.listener.impl
-
-GameModeListener() - Constructor for class dev.plex.listener.impl.GameModeListener
-
-GameRuleService - Class in dev.plex.services.impl
-
-GameRuleService() - Constructor for class dev.plex.services.impl.GameRuleService
-
-GameRuleUtil - Class in dev.plex.util
-
-GameRuleUtil() - Constructor for class dev.plex.util.GameRuleUtil
-
-generate() - Method in class dev.plex.world.CustomWorld
-
-generateBanMessage(Punishment) - Static method in class dev.plex.punishment.Punishment
-
-generateConfigFlatWorld(String) - Static method in class dev.plex.world.CustomWorld
-
-generateDefaultRanks() - Method in class dev.plex.rank.RankManager
-
-generateIndefBanMessage(String) - Static method in class dev.plex.punishment.Punishment
-
-generateNoise(WorldInfo, Random, int, int, ChunkGenerator.ChunkData) - Method in class dev.plex.world.OctaveChunkGenerator
-
-generateNoise(WorldInfo, Random, int, int, ChunkGenerator.ChunkData) - Method in class dev.plex.world.NoiseChunkGenerator
-
-generateSurface(WorldInfo, Random, int, int, ChunkGenerator.ChunkData) - Method in class dev.plex.world.FlatChunkGenerator
-
-generateWorlds() - Method in class dev.plex.Plex
-
-generator() - Method in class dev.plex.world.CustomWorld
-
-get() - Static method in class dev.plex.Plex
-
-getActiveBans() - Method in class dev.plex.punishment.PunishmentManager
-
-getAllAdminPlayers() - Method in class dev.plex.admin.AdminList
-
-Gathers every admin (cached and in the database)
-
-getAllAdmins() - Method in class dev.plex.admin.AdminList
-
-Gathers every admins username (cached and in the database)
-
-getApi() - Method in class dev.plex.Plex
-
-getByIP(String) - Method in class dev.plex.storage.player.MongoPlayerData
-
-Gets the player from cache or from mongo's database
-
-getByIP(String) - Method in class dev.plex.storage.player.SQLPlayerData
-
-Gets the player from cache or from the SQL database
-
-getByName(String) - Method in class dev.plex.storage.player.MongoPlayerData
-
-getByName(String) - Method in class dev.plex.storage.player.SQLPlayerData
-
-getByName(String, boolean) - Method in class dev.plex.storage.player.SQLPlayerData
-
-getByUUID(UUID) - Method in class dev.plex.storage.player.MongoPlayerData
-
-Gets the player from cache or from mongo's database
-
-getByUUID(UUID) - Method in class dev.plex.storage.player.SQLPlayerData
-
-getByUUID(UUID, boolean) - Method in class dev.plex.storage.player.SQLPlayerData
-
-Gets the player from cache or from the SQL database
-
-getChat() - Static method in class dev.plex.hook.VaultHook
-
-getClassesBySubType(String, Class<T>) - Static method in class dev.plex.util.ReflectionsUtil
-
-getClassesFrom(String) - Static method in class dev.plex.util.ReflectionsUtil
-
-getClassNamesFromJar(JarFile) - Method in class dev.plex.module.loader.LibraryLoader
-
-getColor(PlexPlayer) - Method in class dev.plex.rank.RankManager
-
-getCommand(String) - Method in class dev.plex.module.PlexModule
-
-getCon() - Method in class dev.plex.storage.SQLConnection
-
-getCount(UUID) - Method in class dev.plex.listener.impl.AntiNukerListener
-
-getCount(UUID) - Method in class dev.plex.listener.impl.AntiSpamListener
-
-getCurrentInventoryIndex(Inventory) - Method in class dev.plex.menu.PunishedPlayerMenu
-
-getCurrentInventoryIndex(Inventory) - Method in class dev.plex.menu.PunishmentMenu
-
-getCurrentInventoryIndex(Inventory) - Method in class dev.plex.menu.ToggleMenu
-
-getDatastore() - Method in class dev.plex.storage.MongoConnection
-
-getDefaultPopulators(World) - Method in class dev.plex.world.CustomChunkGenerator
-
-getEncoderClass() - Method in class dev.plex.storage.codec.ZonedDateTimeCodec
-
-getFromName(String) - Static method in class dev.plex.util.WebUtils
-
-getInfo(String) - Static method in class dev.plex.util.MojangUtils
-
-getInventory() - Method in class dev.plex.menu.PunishedPlayerMenu
-
-getInventory() - Method in class dev.plex.menu.PunishmentMenu
-
-getInventory() - Method in interface dev.plex.util.menu.IMenu
-
-getJedis() - Method in class dev.plex.storage.RedisConnection
-
-getLevel() - Method in class dev.plex.command.PlexCommand
-
-getLoginMessage(PlexPlayer) - Method in class dev.plex.rank.RankManager
-
-getMap() - Method in class dev.plex.command.PlexCommand
-
-getName() - Method in class dev.plex.util.menu.AbstractMenu
-
-getNonNullPlayer(String) - Method in class dev.plex.command.PlexCommand
-
-getNonNullWorld(String) - Method in class dev.plex.command.PlexCommand
-
-getNotes(UUID) - Method in class dev.plex.storage.punishment.SQLNotes
-
-getOfflinePlexPlayer(UUID) - Method in class dev.plex.command.PlexCommand
-
-getOnlinePlexPlayer(String) - Method in class dev.plex.command.PlexCommand
-
-getPermission() - Static method in class dev.plex.hook.VaultHook
-
-getPermissions(UUID) - Method in class dev.plex.storage.permission.SQLPermissions
-
-getPlayer(String) - Static method in class dev.plex.cache.DataUtils
-
-getPlayer(String, boolean) - Static method in class dev.plex.cache.DataUtils
-
-getPlayer(UUID) - Static method in class dev.plex.cache.DataUtils
-
-Gets a player from cache or from the database
-
-getPlayer(UUID, boolean) - Static method in class dev.plex.cache.DataUtils
-
-getPlayerByIP(String) - Static method in class dev.plex.cache.DataUtils
-
-Gets a player from cache or from the database
-
-getPlayerCache() - Method in class dev.plex.PlexProvider
-
-getPlayerNameList() - Static method in class dev.plex.util.PlexUtils
-
-getPlayers() - Method in class dev.plex.storage.player.MongoPlayerData
-
-getPlexPlayer(Player) - Method in class dev.plex.command.PlexCommand
-
-Gets a PlexPlayer from Player object
-
-getPlexPlayer(UUID) - Method in class dev.plex.cache.PlayerCache
-
-getPlexPlayerMap() - Method in class dev.plex.cache.PlayerCache
-
-A key/value pair where the key is the unique ID of the Punished Player
-
-getPlugin() - Method in class dev.plex.command.PlexCommand
-
-The plugin
-
-getPrefix() - Method in enum class dev.plex.rank.enums.Rank
-
-getPrefix() - Method in enum class dev.plex.rank.enums.Title
-
-getPrefix(PlexPlayer) - Method in class dev.plex.rank.RankManager
-
-getPunishments() - Method in class dev.plex.storage.punishment.SQLPunishment
-
-getPunishments(UUID) - Method in class dev.plex.storage.punishment.SQLPunishment
-
-getRandomColor() - Static method in class dev.plex.util.RandomUtil
-
-getRankFromString() - Method in class dev.plex.player.PlexPlayer
-
-getRankFromString(String) - Method in class dev.plex.rank.RankManager
-
-getResource(String) - Method in class dev.plex.module.PlexModule
-
-getService(Class<? extends AbstractService>) - Method in class dev.plex.services.ServiceManager
-
-getTextFromComponent(Component) - Static method in class dev.plex.util.PlexUtils
-
-getTextFromComponents(Component...) - Static method in class dev.plex.util.PlexUtils
-
-getUpdateStatusMessage(CommandSender, boolean, int) - Method in class dev.plex.util.UpdateChecker
-
-getUUID(CommandSender) - Method in class dev.plex.command.PlexCommand
-
-Gets the UUID of the sender
-
-
-H
-
-has(String) - Method in class dev.plex.util.minimessage.SafeMiniMessage.SafeMiniMessageTagResolver
-
-hasCommandSpy(PlexPlayer) - Method in class dev.plex.listener.impl.CommandListener
-
-hasPermission(OfflinePlayer, String) - Method in class dev.plex.permission.handler.VaultPermissionHandler
-
-hasPlayedBefore(String) - Static method in class dev.plex.cache.DataUtils
-
-hasPlayedBefore(UUID) - Static method in class dev.plex.cache.DataUtils
-
-Checks if the player has been on the server before
-
-hasPrefix - Variable in class dev.plex.listener.impl.ChatListener.PlexChatRenderer
-
-hasUpdateAccess(Player, CommandSender) - Method in class dev.plex.command.impl.PlexCMD
-
-head - Static variable in class dev.plex.util.BuildInfo
-
-height - Variable in class dev.plex.world.CustomChunkGenerator
-
-
-I
-
-id - Variable in class dev.plex.player.PlexPlayer
-
-id - Variable in class dev.plex.punishment.extra.Note
-
-IGNORED_TAGS - Static variable in class dev.plex.util.minimessage.SafeMiniMessage.SafeMiniMessageTagResolver
-
-IMenu - Interface in dev.plex.util.menu
-
-importDefaultRanks() - Method in class dev.plex.rank.RankManager
-
-IMPOSTOR - Enum constant in enum class dev.plex.rank.enums.Rank
-
-IN_GAME - Enum constant in enum class dev.plex.command.source.RequiredCommandSource
-
-indefBans - Variable in class dev.plex.Plex
-
-IndefiniteBan() - Constructor for class dev.plex.punishment.PunishmentManager.IndefiniteBan
-
-indefiniteBans - Variable in class dev.plex.punishment.PunishmentManager
-
-insert(PlexPlayer) - Static method in class dev.plex.cache.DataUtils
-
-Inserts a player's information in the database
-
-insert(PlexPlayer) - Method in class dev.plex.storage.player.SQLPlayerData
-
-Inserts the player's information in the database
-
-INSERT - Static variable in class dev.plex.storage.permission.SQLPermissions
-
-INSERT - Variable in class dev.plex.storage.player.SQLPlayerData
-
-INSERT - Static variable in class dev.plex.storage.punishment.SQLNotes
-
-INSERT - Static variable in class dev.plex.storage.punishment.SQLPunishment
-
-insertPunishment(Punishment) - Method in class dev.plex.storage.punishment.SQLPunishment
-
-inventories - Variable in class dev.plex.menu.PunishedPlayerMenu
-
-inventories - Variable in class dev.plex.menu.PunishmentMenu
-
-inventories - Variable in class dev.plex.menu.ToggleMenu
-
-ip - Variable in class dev.plex.punishment.Punishment
-
-ips - Variable in class dev.plex.player.PlexPlayer
-
-ips - Variable in class dev.plex.punishment.PunishmentManager.IndefiniteBan
-
-isAdmin(PlexPlayer) - Method in class dev.plex.command.PlexCommand
-
-Checks if a player is an admin
-
-isAdmin(PlexPlayer) - Method in class dev.plex.rank.RankManager
-
-isAdmin(String) - Method in class dev.plex.command.PlexCommand
-
-Checks if a username is an admin
-
-isAdmin(CommandSender) - Method in class dev.plex.command.PlexCommand
-
-Checks if a sender is an admin
-
-isAsyncBanned(UUID) - Method in class dev.plex.punishment.PunishmentManager
-
-isAtLeast(Rank) - Method in enum class dev.plex.rank.enums.Rank
-
-isBanned(PlexPlayer) - Method in class dev.plex.punishment.PunishmentManager
-
-isBanned(UUID) - Method in class dev.plex.punishment.PunishmentManager
-
-isBungeeCord() - Static method in class dev.plex.util.BungeeUtil
-
-isConsole(CommandSender) - Method in class dev.plex.command.PlexCommand
-
-Checks whether a sender is console
-
-isEnabled() - Method in class dev.plex.storage.RedisConnection
-
-IService - Interface in dev.plex.services
-
-isIndefIPBanned(String) - Method in class dev.plex.punishment.PunishmentManager
-
-isIndefUserBanned(String) - Method in class dev.plex.punishment.PunishmentManager
-
-isIndefUUIDBanned(UUID) - Method in class dev.plex.punishment.PunishmentManager
-
-isNotEmpty(File) - Method in class dev.plex.punishment.PunishmentManager
-
-isPluginCMD(String, String) - Static method in class dev.plex.util.PlexUtils
-
-isSeniorAdmin(PlexPlayer) - Method in class dev.plex.rank.RankManager
-
-isSeniorAdmin(CommandSender) - Method in class dev.plex.command.PlexCommand
-
-Checks if a sender is a senior admin
-
-issueBan(Map.Entry<UUID, Long>) - Method in class dev.plex.services.impl.TimingService
-
-issuePunishment(PlexPlayer, Punishment) - Method in class dev.plex.punishment.PunishmentManager
-
-isValidInventory(Inventory) - Method in class dev.plex.menu.PunishedPlayerMenu
-
-isValidInventory(Inventory) - Method in class dev.plex.menu.PunishmentMenu
-
-isValidInventory(Inventory) - Method in class dev.plex.menu.ToggleMenu
-
-isVelocity() - Static method in class dev.plex.util.BungeeUtil
-
-ItemBuilder - Class in dev.plex.util.item
-
-ItemBuilder(Material) - Constructor for class dev.plex.util.item.ItemBuilder
-
-itemStack - Variable in class dev.plex.util.item.ItemBuilder
-
-
-J
-
-jedis - Variable in class dev.plex.storage.RedisConnection
-
-
-K
-
-KICK - Enum constant in enum class dev.plex.punishment.PunishmentType
-
-KickCMD - Class in dev.plex.command.impl
-
-KickCMD() - Constructor for class dev.plex.command.impl.KickCMD
-
-kickPlayer(Player, Component) - Static method in class dev.plex.util.BungeeUtil
-
-
-L
-
-level - Variable in class dev.plex.command.PlexCommand
-
-Minimum required rank fetched from the permissions
-
-level - Variable in enum class dev.plex.rank.enums.Rank
-
-level - Variable in enum class dev.plex.rank.enums.Title
-
-level() - Element in annotation interface dev.plex.command.annotation.CommandPermissions
-
-Minimum rank required
-
-libraries - Variable in class dev.plex.module.PlexModuleFile
-
-libraryLoader - Variable in class dev.plex.module.ModuleManager
-
-LibraryLoader - Class in dev.plex.module.loader
-
-LibraryLoader(Logger) - Constructor for class dev.plex.module.loader.LibraryLoader
-
-ListCMD - Class in dev.plex.command.impl
-
-ListCMD() - Constructor for class dev.plex.command.impl.ListCMD
-
-ListenerHandler - Class in dev.plex.handlers
-
-ListenerHandler() - Constructor for class dev.plex.handlers.ListenerHandler
-
-listeners - Variable in class dev.plex.module.PlexModule
-
-load() - Method in class dev.plex.config.Config
-
-load() - Method in class dev.plex.config.ModuleConfig
-
-load() - Method in class dev.plex.module.PlexModule
-
-load(boolean) - Method in class dev.plex.config.Config
-
-Loads the configuration file
-
-load(Plex) - Method in class dev.plex.util.BuildInfo
-
-loadAllModules() - Method in class dev.plex.module.ModuleManager
-
-loadModules() - Method in class dev.plex.module.ModuleManager
-
-loadNotes() - Method in class dev.plex.player.PlexPlayer
-
-loadPunishments() - Method in class dev.plex.player.PlexPlayer
-
-LocalSpawnCMD - Class in dev.plex.command.impl
-
-LocalSpawnCMD() - Constructor for class dev.plex.command.impl.LocalSpawnCMD
-
-lockedUp - Variable in class dev.plex.player.PlexPlayer
-
-LockupCMD - Class in dev.plex.command.impl
-
-LockupCMD() - Constructor for class dev.plex.command.impl.LockupCMD
-
-log(String, Object...) - Static method in class dev.plex.util.PlexLog
-
-log(Component) - Static method in class dev.plex.util.PlexLog
-
-logger - Variable in class dev.plex.module.loader.LibraryLoader
-
-logger - Variable in class dev.plex.module.PlexModule
-
-loginMessage - Variable in class dev.plex.player.PlexPlayer
-
-loginMessage - Variable in enum class dev.plex.rank.enums.Rank
-
-loginMessage - Variable in enum class dev.plex.rank.enums.Title
-
-lore(Component...) - Method in class dev.plex.util.item.ItemBuilder
-
-
-M
-
-main - Variable in class dev.plex.module.PlexModuleFile
-
-MARIADB - Enum constant in enum class dev.plex.storage.StorageType
-
-MASTER_BUILDER - Enum constant in enum class dev.plex.rank.enums.Title
-
-MasterbuilderworldCMD - Class in dev.plex.command.impl
-
-MasterbuilderworldCMD() - Constructor for class dev.plex.command.impl.MasterbuilderworldCMD
-
-matches(String) - Method in class dev.plex.command.PlexCommand
-
-Checks if the String given is a matching command
-
-mergeIndefiniteBans() - Method in class dev.plex.punishment.PunishmentManager
-
-message - Variable in class dev.plex.command.blocking.BlockedCommand
-
-messageComponent(String, Object...) - Method in class dev.plex.command.PlexCommand
-
-Converts a message entry from the "messages.yml" to a Component
-
-messageComponent(String, Object...) - Static method in class dev.plex.util.PlexUtils
-
-messageComponent(String, Component...) - Method in class dev.plex.command.PlexCommand
-
-Converts a message entry from the "messages.yml" to a Component
-
-messageComponent(String, Component...) - Static method in class dev.plex.util.PlexUtils
-
-messages - Variable in class dev.plex.Plex
-
-messageString(String, Object...) - Method in class dev.plex.command.PlexCommand
-
-Converts a message entry from the "messages.yml" to a String
-
-messageString(String, Object...) - Static method in class dev.plex.util.PlexUtils
-
-meta - Variable in class dev.plex.util.item.ItemBuilder
-
-MINI_MESSAGE - Static variable in class dev.plex.util.minimessage.SafeMiniMessage
-
-MINI_MESSAGE - Static variable in class dev.plex.util.PlexUtils
-
-mmCustomDeserialize(String, TagResolver...) - Static method in class dev.plex.util.PlexUtils
-
-mmDeserialize(String) - Static method in class dev.plex.util.minimessage.SafeMiniMessage
-
-mmDeserialize(String) - Static method in class dev.plex.util.PlexUtils
-
-mmDeserializeWithoutEvents(String) - Static method in class dev.plex.util.minimessage.SafeMiniMessage
-
-mmSerialize(Component) - Static method in class dev.plex.util.minimessage.SafeMiniMessage
-
-mmSerializeWithoutEvents(Component) - Static method in class dev.plex.util.minimessage.SafeMiniMessage
-
-mmString(String) - Method in class dev.plex.command.PlexCommand
-
-Converts a String to a MiniMessage Component
-
-mmStripColor(String) - Static method in class dev.plex.util.PlexUtils
-
-MobListener - Class in dev.plex.listener.impl
-
-MobListener() - Constructor for class dev.plex.listener.impl.MobListener
-
-MobPurgeCMD - Class in dev.plex.command.impl
-
-MobPurgeCMD() - Constructor for class dev.plex.command.impl.MobPurgeCMD
-
-module - Variable in class dev.plex.config.ModuleConfig
-
-The plugin instance
-
-ModuleConfig - Class in dev.plex.config
-
-Creates a custom Config object
-
-ModuleConfig(PlexModule, String, String) - Constructor for class dev.plex.config.ModuleConfig
-
-Creates a config object
-
-ModuleLoadException - Exception in dev.plex.module.exception
-
-ModuleLoadException(String) - Constructor for exception dev.plex.module.exception.ModuleLoadException
-
-moduleManager - Variable in class dev.plex.Plex
-
-ModuleManager - Class in dev.plex.module
-
-ModuleManager() - Constructor for class dev.plex.module.ModuleManager
-
-modules - Variable in class dev.plex.module.ModuleManager
-
-modulesFolder - Variable in class dev.plex.Plex
-
-MojangUtils - Class in dev.plex.util
-
-MojangUtils() - Constructor for class dev.plex.util.MojangUtils
-
-mongoConnection - Variable in class dev.plex.Plex
-
-MongoConnection - Class in dev.plex.storage
-
-MongoConnection() - Constructor for class dev.plex.storage.MongoConnection
-
-MONGODB - Enum constant in enum class dev.plex.storage.StorageType
-
-mongoPlayerData - Variable in class dev.plex.Plex
-
-MongoPlayerData - Class in dev.plex.storage.player
-
-Mongo fetching utilities for players
-
-MongoPlayerData() - Constructor for class dev.plex.storage.player.MongoPlayerData
-
-Creates an instance of the player data
-
-MUTE - Enum constant in enum class dev.plex.punishment.PunishmentType
-
-MuteCMD - Class in dev.plex.command.impl
-
-MuteCMD() - Constructor for class dev.plex.command.impl.MuteCMD
-
-muted - Variable in class dev.plex.player.PlexPlayer
-
-MuteListener - Class in dev.plex.listener.impl
-
-MuteListener() - Constructor for class dev.plex.listener.impl.MuteListener
-
-
-N
-
-name - Variable in class dev.plex.config.Config
-
-The file name
-
-name - Variable in class dev.plex.module.PlexModuleFile
-
-name - Variable in class dev.plex.player.PlexPlayer
-
-name - Variable in class dev.plex.util.menu.AbstractMenu
-
-name() - Element in annotation interface dev.plex.command.annotation.CommandParameters
-
-The name
-
-NameHistoryCMD - Class in dev.plex.command.impl
-
-NameHistoryCMD() - Constructor for class dev.plex.command.impl.NameHistoryCMD
-
-NativePermissionHandler - Class in dev.plex.permission.handler
-
-NativePermissionHandler() - Constructor for class dev.plex.permission.handler.NativePermissionHandler
-
-newVersion - Variable in class dev.plex.services.impl.UpdateCheckerService
-
-noColorComponentFromString(String) - Method in class dev.plex.command.PlexCommand
-
-NoiseChunkGenerator - Class in dev.plex.world
-
-NoiseChunkGenerator(int, NoiseOptions, BlockPopulator...) - Constructor for class dev.plex.world.NoiseChunkGenerator
-
-NoiseOptions - Class in dev.plex.world
-
-NoiseOptions(int, int, double, double, boolean) - Constructor for class dev.plex.world.NoiseOptions
-
-NONOP - Enum constant in enum class dev.plex.rank.enums.Rank
-
-normalized - Variable in class dev.plex.world.NoiseOptions
-
-note - Variable in class dev.plex.punishment.extra.Note
-
-Note - Class in dev.plex.punishment.extra
-
-Note() - Constructor for class dev.plex.punishment.extra.Note
-
-notes - Variable in class dev.plex.player.PlexPlayer
-
-NotesCMD - Class in dev.plex.command.impl
-
-NotesCMD() - Constructor for class dev.plex.command.impl.NotesCMD
-
-nukerCooldown - Static variable in class dev.plex.services.impl.TimingService
-
-number - Static variable in class dev.plex.util.BuildInfo
-
-
-O
-
-OctaveChunkGenerator - Class in dev.plex.world
-
-OctaveChunkGenerator(int, OctaveOptions, BlockPopulator...) - Constructor for class dev.plex.world.OctaveChunkGenerator
-
-OctaveOptions - Class in dev.plex.world
-
-OctaveOptions(int, int, double, double, boolean, int) - Constructor for class dev.plex.world.OctaveOptions
-
-octaves - Variable in class dev.plex.world.OctaveOptions
-
-onAdminAdd(AdminAddEvent) - Method in class dev.plex.listener.impl.AdminListener
-
-onAdminAdd(AdminAddEvent) - Method in class dev.plex.listener.impl.TabListener
-
-onAdminRemove(AdminRemoveEvent) - Method in class dev.plex.listener.impl.AdminListener
-
-onAdminRemove(AdminRemoveEvent) - Method in class dev.plex.listener.impl.TabListener
-
-onAdminSetRank(AdminSetRankEvent) - Method in class dev.plex.listener.impl.AdminListener
-
-onAdminSetRank(AdminSetRankEvent) - Method in class dev.plex.listener.impl.TabListener
-
-onBlockBreak(BlockBreakEvent) - Method in class dev.plex.listener.impl.AntiNukerListener
-
-onBlockBreak(BlockBreakEvent) - Method in class dev.plex.listener.impl.BlockListener
-
-onBlockBreak(BlockBreakEvent) - Method in class dev.plex.listener.impl.WorldListener
-
-onBlockExplode(ExplosionPrimeEvent) - Method in class dev.plex.listener.impl.TogglesListener
-
-onBlockPlace(BlockPlaceEvent) - Method in class dev.plex.listener.impl.AntiNukerListener
-
-onBlockPlace(BlockPlaceEvent) - Method in class dev.plex.listener.impl.BlockListener
-
-onBlockPlace(BlockPlaceEvent) - Method in class dev.plex.listener.impl.WorldListener
-
-onBlockRedstone(BlockRedstoneEvent) - Method in class dev.plex.listener.impl.TogglesListener
-
-onBookEdit(PlayerEditBookEvent) - Method in class dev.plex.listener.impl.BookListener
-
-onChat(AsyncChatEvent) - Method in class dev.plex.listener.impl.AntiSpamListener
-
-onChat(AsyncChatEvent) - Method in class dev.plex.listener.impl.ChatListener
-
-onChat(AsyncChatEvent) - Method in class dev.plex.listener.impl.MuteListener
-
-onClick(InventoryClickEvent) - Method in class dev.plex.menu.PunishedPlayerMenu
-
-onClick(InventoryClickEvent) - Method in class dev.plex.menu.PunishmentMenu
-
-onClick(InventoryClickEvent) - Method in class dev.plex.menu.ToggleMenu
-
-onClick(InventoryClickEvent) - Method in interface dev.plex.util.menu.IMenu
-
-onCommand(PlayerCommandPreprocessEvent) - Method in class dev.plex.listener.impl.MuteListener
-
-onCommandBlocking(PlayerCommandPreprocessEvent) - Method in class dev.plex.listener.impl.CommandListener
-
-onDisable() - Method in class dev.plex.Plex
-
-onDispense(BlockDispenseEvent) - Method in class dev.plex.listener.impl.MobListener
-
-onEnable() - Method in class dev.plex.Plex
-
-onEnd() - Method in class dev.plex.services.AbstractService
-
-onEntityClick(PlayerInteractEntityEvent) - Method in class dev.plex.listener.impl.MobListener
-
-onEntityExplode(EntityExplodeEvent) - Method in class dev.plex.listener.impl.TogglesListener
-
-onEntitySpawn(EntitySpawnEvent) - Method in class dev.plex.listener.impl.MobListener
-
-onEntitySpawn(EntitySpawnEvent) - Method in class dev.plex.listener.impl.WorldListener
-
-onFluidSpread(BlockFromToEvent) - Method in class dev.plex.listener.impl.TogglesListener
-
-onFluidSpread(PlayerDropItemEvent) - Method in class dev.plex.listener.impl.TogglesListener
-
-onGameModeUpdate(GameModeUpdateEvent) - Method in class dev.plex.listener.impl.GameModeListener
-
-onInventoryClick(InventoryClickEvent) - Method in class dev.plex.listener.impl.PlayerListener
-
-onLoad() - Method in class dev.plex.Plex
-
-onPlayerCommandPreprocess(PlayerCommandPreprocessEvent) - Method in class dev.plex.listener.impl.AntiSpamListener
-
-onPlayerCommandPreprocess(PlayerCommandPreprocessEvent) - Method in class dev.plex.listener.impl.CommandListener
-
-onPlayerCommandPreprocess(PlayerCommandPreprocessEvent) - Method in class dev.plex.listener.impl.WorldListener
-
-onPlayerDropItem(PlayerDropItemEvent) - Method in class dev.plex.listener.impl.DropListener
-
-onPlayerInteract(PlayerInteractEvent) - Method in class dev.plex.listener.impl.MobListener
-
-onPlayerInventoryClose(InventoryCloseEvent) - Method in class dev.plex.listener.impl.PlayerListener
-
-onPlayerJoin(PlayerJoinEvent) - Method in class dev.plex.listener.impl.TabListener
-
-onPlayerMove(PlayerMoveEvent) - Method in class dev.plex.listener.impl.FreezeListener
-
-onPlayerSave(PlayerQuitEvent) - Method in class dev.plex.listener.impl.PlayerListener
-
-onPlayerSetup(PlayerJoinEvent) - Method in class dev.plex.listener.impl.PlayerListener
-
-onPlayerTeleport(PlayerTeleportEvent) - Method in class dev.plex.listener.impl.FreezeListener
-
-onPreLogin(AsyncPlayerPreLoginEvent) - Method in class dev.plex.listener.impl.BanListener
-
-onServerPing(PaperServerListPingEvent) - Method in class dev.plex.listener.impl.ServerListener
-
-onSignEdit(SignChangeEvent) - Method in class dev.plex.listener.impl.SignListener
-
-onStart() - Method in class dev.plex.services.AbstractService
-
-onWorldTeleport(PlayerTeleportEvent) - Method in class dev.plex.listener.impl.WorldListener
-
-OP - Enum constant in enum class dev.plex.rank.enums.Rank
-
-OpAllCMD - Class in dev.plex.command.impl
-
-OpAllCMD() - Constructor for class dev.plex.command.impl.OpAllCMD
-
-OpCMD - Class in dev.plex.command.impl
-
-OpCMD() - Constructor for class dev.plex.command.impl.OpCMD
-
-openInv(Player) - Method in interface dev.plex.util.menu.IMenu
-
-openInv(Player, int) - Method in class dev.plex.menu.PunishedPlayerMenu
-
-openInv(Player, int) - Method in class dev.plex.menu.PunishmentMenu
-
-openInv(Player, int) - Method in class dev.plex.menu.ToggleMenu
-
-options - Variable in class dev.plex.rank.RankManager
-
-options - Variable in class dev.plex.world.NoiseChunkGenerator
-
-options - Variable in class dev.plex.world.OctaveChunkGenerator
-
-OWNER - Enum constant in enum class dev.plex.rank.enums.Title
-
-
-P
-
-params - Variable in class dev.plex.command.PlexCommand
-
-The parameters for the command
-
-parseInteger(String) - Static method in class dev.plex.util.TimeUtils
-
-permission - Variable in class dev.plex.permission.Permission
-
-permission() - Element in annotation interface dev.plex.command.annotation.CommandPermissions
-
-The permission
-
-Permission - Class in dev.plex.permission
-
-Permission() - Constructor for class dev.plex.permission.Permission
-
-permissionAttachment - Variable in class dev.plex.player.PlexPlayer
-
-permissions - Variable in class dev.plex.player.PlexPlayer
-
-PERMISSIONS - Static variable in class dev.plex.hook.VaultHook
-
-PermissionsUtil - Class in dev.plex.util
-
-PermissionsUtil() - Constructor for class dev.plex.util.PermissionsUtil
-
-perms - Variable in class dev.plex.command.PlexCommand
-
-The permissions for the command
-
-player - Variable in class dev.plex.player.PlexPlayer
-
-playerCache - Variable in class dev.plex.Plex
-
-PlayerCache - Class in dev.plex.cache
-
-Cache storage
-
-PlayerCache() - Constructor for class dev.plex.cache.PlayerCache
-
-PlayerListener <T > - Class in dev.plex.listener.impl
-
-PlayerListener() - Constructor for class dev.plex.listener.impl.PlayerListener
-
-PlayerNotBannedException - Exception in dev.plex.command.exception
-
-PlayerNotBannedException() - Constructor for exception dev.plex.command.exception.PlayerNotBannedException
-
-PlayerNotFoundException - Exception in dev.plex.command.exception
-
-PlayerNotFoundException() - Constructor for exception dev.plex.command.exception.PlayerNotFoundException
-
-plex - Variable in class dev.plex.module.PlexModule
-
-Plex - Class in dev.plex
-
-Plex() - Constructor for class dev.plex.Plex
-
-PlexBase - Interface in dev.plex
-
-PlexChatRenderer() - Constructor for class dev.plex.listener.impl.ChatListener.PlexChatRenderer
-
-PlexCMD - Class in dev.plex.command.impl
-
-PlexCMD() - Constructor for class dev.plex.command.impl.PlexCMD
-
-PlexCommand - Class in dev.plex.command
-
-Superclass for all commands
-
-PlexCommand() - Constructor for class dev.plex.command.PlexCommand
-
-PlexCommand(boolean) - Constructor for class dev.plex.command.PlexCommand
-
-Creates an instance of the command
-
-PlexListener - Class in dev.plex.listener
-
-PlexListener() - Constructor for class dev.plex.listener.PlexListener
-
-PlexLog - Class in dev.plex.util
-
-PlexLog() - Constructor for class dev.plex.util.PlexLog
-
-PlexModule - Class in dev.plex.module
-
-PlexModule() - Constructor for class dev.plex.module.PlexModule
-
-plexModuleFile - Variable in class dev.plex.module.PlexModule
-
-PlexModuleFile - Class in dev.plex.module
-
-PlexModuleFile() - Constructor for class dev.plex.module.PlexModuleFile
-
-PlexPlayer - Class in dev.plex.player
-
-PlexPlayer() - Constructor for class dev.plex.player.PlexPlayer
-
-PlexPlayer(UUID) - Constructor for class dev.plex.player.PlexPlayer
-
-PlexPlayer(UUID, boolean) - Constructor for class dev.plex.player.PlexPlayer
-
-plexPlayerMap - Static variable in class dev.plex.cache.PlayerCache
-
-A key/value pair where the key is the unique ID of the Plex Player
-
-PlexProvider - Class in dev.plex
-
-PlexProvider() - Constructor for class dev.plex.PlexProvider
-
-PlexUtils - Class in dev.plex.util
-
-PlexUtils() - Constructor for class dev.plex.util.PlexUtils
-
-plugin - Static variable in class dev.plex.command.PlexCommand
-
-Returns the instance of the plugin
-
-plugin - Variable in class dev.plex.config.Config
-
-The plugin instance
-
-plugin - Static variable in class dev.plex.Plex
-
-plugin - Static variable in interface dev.plex.PlexBase
-
-plugin - Static variable in class dev.plex.world.ConfigurationChunkGenerator
-
-plugin - Static variable in class dev.plex.world.CustomWorld
-
-populators - Variable in class dev.plex.world.CustomChunkGenerator
-
-prefix - Variable in class dev.plex.listener.impl.ChatListener.PlexChatRenderer
-
-prefix - Variable in class dev.plex.player.PlexPlayer
-
-prefix - Variable in enum class dev.plex.rank.enums.Rank
-
-prefix - Variable in enum class dev.plex.rank.enums.Title
-
-provider - Variable in class dev.plex.Plex
-
-punish(PlexPlayer, Punishment) - Method in class dev.plex.punishment.PunishmentManager
-
-punished - Variable in class dev.plex.punishment.Punishment
-
-punishedPlayer - Variable in class dev.plex.menu.PunishedPlayerMenu
-
-PunishedPlayerMenu - Class in dev.plex.menu
-
-PunishedPlayerMenu(PlexPlayer) - Constructor for class dev.plex.menu.PunishedPlayerMenu
-
-punishedUsername - Variable in class dev.plex.punishment.Punishment
-
-punisher - Variable in class dev.plex.punishment.Punishment
-
-Punishment - Class in dev.plex.punishment
-
-Punishment() - Constructor for class dev.plex.punishment.Punishment
-
-Punishment(UUID, UUID) - Constructor for class dev.plex.punishment.Punishment
-
-punishmentManager - Variable in class dev.plex.Plex
-
-PunishmentManager - Class in dev.plex.punishment
-
-PunishmentManager() - Constructor for class dev.plex.punishment.PunishmentManager
-
-PunishmentManager.IndefiniteBan - Class in dev.plex.punishment
-
-PunishmentMenu - Class in dev.plex.menu
-
-PunishmentMenu() - Constructor for class dev.plex.menu.PunishmentMenu
-
-punishments - Variable in class dev.plex.player.PlexPlayer
-
-PunishmentsCMD - Class in dev.plex.command.impl
-
-PunishmentsCMD() - Constructor for class dev.plex.command.impl.PunishmentsCMD
-
-PunishmentType - Enum Class in dev.plex.punishment
-
-PunishmentType() - Constructor for enum class dev.plex.punishment.PunishmentType
-
-
-R
-
-randomBoolean() - Static method in class dev.plex.util.RandomUtil
-
-randomNum() - Static method in class dev.plex.util.RandomUtil
-
-randomNum(int) - Static method in class dev.plex.util.RandomUtil
-
-randomNum(int, int) - Static method in class dev.plex.util.RandomUtil
-
-RandomUtil - Class in dev.plex.util
-
-RandomUtil() - Constructor for class dev.plex.util.RandomUtil
-
-rank - Variable in class dev.plex.admin.Admin
-
-Gets the rank of the admin
-
- Contains a #setRank and #getRank by lombok
-
-rank - Variable in class dev.plex.player.PlexPlayer
-
-Rank - Enum Class in dev.plex.rank.enums
-
-Rank(int, String, String, String, NamedTextColor) - Constructor for enum class dev.plex.rank.enums.Rank
-
-RankCMD - Class in dev.plex.command.impl
-
-RankCMD() - Constructor for class dev.plex.command.impl.RankCMD
-
-rankExists(String) - Method in class dev.plex.command.impl.AdminCMD
-
-rankManager - Variable in class dev.plex.Plex
-
-RankManager - Class in dev.plex.rank
-
-RankManager() - Constructor for class dev.plex.rank.RankManager
-
-raw - Variable in class dev.plex.util.AshconInfo.Textures
-
-RawSayCMD - Class in dev.plex.command.impl
-
-RawSayCMD() - Constructor for class dev.plex.command.impl.RawSayCMD
-
-readable - Variable in enum class dev.plex.rank.enums.Rank
-
-readable - Variable in enum class dev.plex.rank.enums.Title
-
-readGameRules(World, String) - Static method in class dev.plex.util.GameRuleUtil
-
-readNotes(CommandSender, PlexPlayer, List<Note>) - Method in class dev.plex.command.impl.NotesCMD
-
-reason - Variable in class dev.plex.punishment.Punishment
-
-redisConnection - Variable in class dev.plex.Plex
-
-RedisConnection - Class in dev.plex.storage
-
-RedisConnection() - Constructor for class dev.plex.storage.RedisConnection
-
-ReflectionsUtil - Class in dev.plex.util
-
-ReflectionsUtil() - Constructor for class dev.plex.util.ReflectionsUtil
-
-regex - Variable in class dev.plex.command.blocking.BlockedCommand
-
-registerCommand(PlexCommand) - Method in class dev.plex.module.PlexModule
-
-Registers a PlexCommand within a module
-
-registerListener(PlexListener) - Method in class dev.plex.module.PlexModule
-
-Registers a PlexListener within a module
-
-registerService(AbstractService) - Method in class dev.plex.services.ServiceManager
-
-relative(Location, BlockFace) - Static method in class dev.plex.util.BlockUtils
-
-reloadModules() - Method in class dev.plex.module.ModuleManager
-
-reloadPlayers() - Method in class dev.plex.Plex
-
-REMOVE_PERMISSION - Static variable in class dev.plex.storage.permission.SQLPermissions
-
-removeBan(UUID) - Method in class dev.plex.storage.punishment.SQLPunishment
-
-removeFromCache(UUID) - Method in class dev.plex.admin.AdminList
-
-Removes an admin from the cache
-
-removePermission(Permission) - Method in class dev.plex.storage.permission.SQLPermissions
-
-removePermission(PlexPlayer, String) - Static method in class dev.plex.util.PermissionsUtil
-
-removePermission(UUID, String) - Method in class dev.plex.storage.permission.SQLPermissions
-
-render(Player, Component, Component, Audience) - Method in class dev.plex.listener.impl.ChatListener.PlexChatRenderer
-
-renderer - Variable in class dev.plex.listener.impl.ChatListener.ChatHandlerImpl
-
-repeating - Variable in class dev.plex.services.AbstractService
-
-repeatInSeconds() - Method in class dev.plex.services.impl.AutoWipeService
-
-repeatInSeconds() - Method in class dev.plex.services.impl.BanService
-
-repeatInSeconds() - Method in class dev.plex.services.impl.CommandBlockerService
-
-repeatInSeconds() - Method in class dev.plex.services.impl.GameRuleService
-
-repeatInSeconds() - Method in class dev.plex.services.impl.TimingService
-
-repeatInSeconds() - Method in class dev.plex.services.impl.UpdateCheckerService
-
-repeatInSeconds() - Method in interface dev.plex.services.IService
-
-REPO - Variable in class dev.plex.util.UpdateChecker
-
-repositories - Variable in class dev.plex.module.loader.LibraryLoader
-
-repository - Variable in class dev.plex.module.loader.LibraryLoader
-
-RequiredCommandSource - Enum Class in dev.plex.command.source
-
-RequiredCommandSource() - Constructor for enum class dev.plex.command.source.RequiredCommandSource
-
-requiredLevel - Variable in class dev.plex.command.blocking.BlockedCommand
-
-resetDropsItem(Inventory) - Method in class dev.plex.menu.ToggleMenu
-
-resetExplosionItem(Inventory) - Method in class dev.plex.menu.ToggleMenu
-
-resetFluidspreadItem(Inventory) - Method in class dev.plex.menu.ToggleMenu
-
-resetRedstoneItem(Inventory) - Method in class dev.plex.menu.ToggleMenu
-
-resolve(String, ArgumentQueue, Context) - Method in class dev.plex.util.minimessage.SafeMiniMessage.SafeMiniMessageTagResolver
-
-run() - Method in class dev.plex.services.impl.AutoWipeService
-
-run() - Method in class dev.plex.services.impl.BanService
-
-run() - Method in class dev.plex.services.impl.CommandBlockerService
-
-run() - Method in class dev.plex.services.impl.GameRuleService
-
-run() - Method in class dev.plex.services.impl.TimingService
-
-run() - Method in class dev.plex.services.impl.UpdateCheckerService
-
-run() - Method in interface dev.plex.services.IService
-
-runAsync(Consumer<Jedis>) - Method in class dev.plex.storage.RedisConnection
-
-
-S
-
-SafeMiniMessage - Class in dev.plex.util.minimessage
-
-SafeMiniMessage() - Constructor for class dev.plex.util.minimessage.SafeMiniMessage
-
-SafeMiniMessage.SafeMiniMessageTagResolver - Class in dev.plex.util.minimessage
-
-SafeMiniMessageTagResolver() - Constructor for class dev.plex.util.minimessage.SafeMiniMessage.SafeMiniMessageTagResolver
-
-save() - Method in class dev.plex.config.Config
-
-Saves the configuration file
-
-save() - Method in class dev.plex.config.ModuleConfig
-
-Saves the configuration file
-
-save(PlexPlayer) - Method in class dev.plex.storage.player.MongoPlayerData
-
-Saves the player's information in the database
-
-saveDefault() - Method in class dev.plex.config.Config
-
-Moves the configuration file from the plugin's resources folder to the data folder (plugins/Plex/)
-
-saveDefault() - Method in class dev.plex.config.ModuleConfig
-
-Moves the configuration file from the plugin's resources folder to the data folder (plugins/Plex/)
-
-SayCMD - Class in dev.plex.command.impl
-
-SayCMD() - Constructor for class dev.plex.command.impl.SayCMD
-
-SELECT - Static variable in class dev.plex.storage.permission.SQLPermissions
-
-SELECT - Variable in class dev.plex.storage.player.SQLPlayerData
-
-SELECT - Static variable in class dev.plex.storage.punishment.SQLNotes
-
-SELECT - Static variable in class dev.plex.storage.punishment.SQLPunishment
-
-SELECT_BY - Static variable in class dev.plex.storage.punishment.SQLPunishment
-
-send(Audience, String) - Method in class dev.plex.command.PlexCommand
-
-Sends a message to an Audience
-
-send(Audience, Component) - Method in class dev.plex.command.PlexCommand
-
-Sends a message to an Audience
-
-SENIOR_ADMIN - Enum constant in enum class dev.plex.rank.enums.Rank
-
-serialize(ZonedDateTime, Type, JsonSerializationContext) - Method in class dev.plex.util.adapter.ZonedDateTimeSerializer
-
-ServerListener - Class in dev.plex.listener.impl
-
-ServerListener() - Constructor for class dev.plex.listener.impl.ServerListener
-
-serviceCount() - Method in class dev.plex.services.ServiceManager
-
-serviceManager - Variable in class dev.plex.Plex
-
-ServiceManager - Class in dev.plex.services
-
-ServiceManager() - Constructor for class dev.plex.services.ServiceManager
-
-services - Variable in class dev.plex.services.ServiceManager
-
-session - Variable in class dev.plex.module.loader.LibraryLoader
-
-setupChat() - Static method in class dev.plex.hook.VaultHook
-
-setupPermissions() - Static method in class dev.plex.hook.VaultHook
-
-setupPermissions(Player) - Static method in class dev.plex.util.PermissionsUtil
-
-signature - Variable in class dev.plex.util.AshconInfo.SkinData
-
-SignListener - Class in dev.plex.listener.impl
-
-SignListener() - Constructor for class dev.plex.listener.impl.SignListener
-
-SIGNS - Static variable in class dev.plex.listener.impl.BlockListener
-
-silentCheckRank(Player, Rank, String) - Method in class dev.plex.command.PlexCommand
-
-simpleGET(String) - Static method in class dev.plex.util.WebUtils
-
-SkinData() - Constructor for class dev.plex.util.AshconInfo.SkinData
-
-slim - Variable in class dev.plex.util.AshconInfo.Textures
-
-SMITE - Enum constant in enum class dev.plex.punishment.PunishmentType
-
-SmiteCMD - Class in dev.plex.command.impl
-
-SmiteCMD() - Constructor for class dev.plex.command.impl.SmiteCMD
-
-source() - Element in annotation interface dev.plex.command.annotation.CommandPermissions
-
-Required command source
-
-spamCooldown - Static variable in class dev.plex.services.impl.TimingService
-
-SPAWN_EGGS - Static variable in class dev.plex.listener.impl.MobListener
-
-spawnEggToEntityType(Material) - Static method in class dev.plex.listener.impl.MobListener
-
-SpectatorCMD - Class in dev.plex.command.impl
-
-SpectatorCMD() - Constructor for class dev.plex.command.impl.SpectatorCMD
-
-sqlConnection - Variable in class dev.plex.Plex
-
-SQLConnection - Class in dev.plex.storage
-
-SQLConnection() - Constructor for class dev.plex.storage.SQLConnection
-
-SQLITE - Enum constant in enum class dev.plex.storage.StorageType
-
-sqlNotes - Variable in class dev.plex.Plex
-
-SQLNotes - Class in dev.plex.storage.punishment
-
-SQLNotes() - Constructor for class dev.plex.storage.punishment.SQLNotes
-
-sqlPermissions - Variable in class dev.plex.Plex
-
-SQLPermissions - Class in dev.plex.storage.permission
-
-SQLPermissions() - Constructor for class dev.plex.storage.permission.SQLPermissions
-
-sqlPlayerData - Variable in class dev.plex.Plex
-
-SQLPlayerData - Class in dev.plex.storage.player
-
-SQL fetching utilities for players
-
-SQLPlayerData() - Constructor for class dev.plex.storage.player.SQLPlayerData
-
-sqlPunishment - Variable in class dev.plex.Plex
-
-SQLPunishment - Class in dev.plex.storage.punishment
-
-SQLPunishment() - Constructor for class dev.plex.storage.punishment.SQLPunishment
-
-STANDARD_RESOLVER - Static variable in class dev.plex.util.minimessage.SafeMiniMessage.SafeMiniMessageTagResolver
-
-startService(AbstractService) - Method in class dev.plex.services.ServiceManager
-
-startServices() - Method in class dev.plex.services.ServiceManager
-
-status(String) - Method in class dev.plex.command.impl.ToggleCMD
-
-storageType - Variable in class dev.plex.Plex
-
-StorageType - Enum Class in dev.plex.storage
-
-StorageType() - Constructor for enum class dev.plex.storage.StorageType
-
-strikes - Static variable in class dev.plex.services.impl.TimingService
-
-SurvivalCMD - Class in dev.plex.command.impl
-
-SurvivalCMD() - Constructor for class dev.plex.command.impl.SurvivalCMD
-
-syncRemoveBan(UUID) - Method in class dev.plex.storage.punishment.SQLPunishment
-
-system - Variable in class dev.plex.Plex
-
-System - Annotation Interface in dev.plex.command.annotation
-
-
-T
-
-tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.AdminCMD
-
-tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.AdventureCMD
-
-tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.BanCMD
-
-tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.CreativeCMD
-
-tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.DebugCMD
-
-tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.DeopCMD
-
-tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.EntityWipeCMD
-
-tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.FreezeCMD
-
-tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.GamemodeCMD
-
-tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.LockupCMD
-
-tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.MuteCMD
-
-tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.NameHistoryCMD
-
-tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.NotesCMD
-
-tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.OpCMD
-
-tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.PlexCMD
-
-tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.PunishmentsCMD
-
-tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.RankCMD
-
-tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.SmiteCMD
-
-tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.SpectatorCMD
-
-tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.SurvivalCMD
-
-tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.TempbanCMD
-
-tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.ToggleCMD
-
-tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.UnbanCMD
-
-tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.UnfreezeCMD
-
-tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.UnmuteCMD
-
-tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.WorldCMD
-
-TabListener - Class in dev.plex.listener.impl
-
-TabListener() - Constructor for class dev.plex.listener.impl.TabListener
-
-TagCMD - Class in dev.plex.command.impl
-
-TagCMD() - Constructor for class dev.plex.command.impl.TagCMD
-
-taskId - Variable in class dev.plex.services.AbstractService
-
-TEMPBAN - Enum constant in enum class dev.plex.punishment.PunishmentType
-
-TempbanCMD - Class in dev.plex.command.impl
-
-TempbanCMD() - Constructor for class dev.plex.command.impl.TempbanCMD
-
-testConnections() - Static method in class dev.plex.util.PlexUtils
-
-textures - Variable in class dev.plex.util.AshconInfo
-
-Textures() - Constructor for class dev.plex.util.AshconInfo.Textures
-
-TFMCMD - Class in dev.plex.command.impl
-
-TFMCMD() - Constructor for class dev.plex.command.impl.TFMCMD
-
-timestamp - Variable in class dev.plex.punishment.extra.Note
-
-timeUnits - Static variable in class dev.plex.util.TimeUtils
-
-TimeUtils - Class in dev.plex.util
-
-TimeUtils() - Constructor for class dev.plex.util.TimeUtils
-
-TIMEZONE - Static variable in class dev.plex.util.adapter.ZonedDateTimeDeserializer
-
-TIMEZONE - Static variable in class dev.plex.util.adapter.ZonedDateTimeSerializer
-
-TIMEZONE - Static variable in class dev.plex.util.TimeUtils
-
-TIMEZONES - Static variable in class dev.plex.util.TimeUtils
-
-TimingService - Class in dev.plex.services.impl
-
-TimingService() - Constructor for class dev.plex.services.impl.TimingService
-
-Title - Enum Class in dev.plex.rank.enums
-
-Title(int, String, String, String, NamedTextColor) - Constructor for enum class dev.plex.rank.enums.Title
-
-to - Variable in class dev.plex.config.ModuleConfig
-
-Where it should be copied to in the module folder
-
-toggle(String) - Method in class dev.plex.command.impl.ToggleCMD
-
-Toggleable - Annotation Interface in dev.plex.listener.annotation
-
-ToggleCMD - Class in dev.plex.command.impl
-
-ToggleCMD() - Constructor for class dev.plex.command.impl.ToggleCMD
-
-ToggleMenu - Class in dev.plex.menu
-
-ToggleMenu() - Constructor for class dev.plex.menu.ToggleMenu
-
-toggles - Variable in class dev.plex.Plex
-
-TogglesListener - Class in dev.plex.listener.impl
-
-TogglesListener() - Constructor for class dev.plex.listener.impl.TogglesListener
-
-toJSON() - Method in class dev.plex.player.PlexPlayer
-
-toJSON() - Method in class dev.plex.punishment.extra.Note
-
-toJSON() - Method in class dev.plex.punishment.Punishment
-
-toJSON() - Method in enum class dev.plex.rank.enums.Rank
-
-toJSON() - Method in enum class dev.plex.rank.enums.Title
-
-type - Variable in class dev.plex.punishment.Punishment
-
-
-U
-
-unban(Punishment) - Method in class dev.plex.punishment.PunishmentManager
-
-unban(UUID) - Method in class dev.plex.punishment.PunishmentManager
-
-UnbanCMD - Class in dev.plex.command.impl
-
-UnbanCMD() - Constructor for class dev.plex.command.impl.UnbanCMD
-
-UnfreezeCMD - Class in dev.plex.command.impl
-
-UnfreezeCMD() - Constructor for class dev.plex.command.impl.UnfreezeCMD
-
-unloadModules() - Method in class dev.plex.module.ModuleManager
-
-UnmuteCMD - Class in dev.plex.command.impl
-
-UnmuteCMD() - Constructor for class dev.plex.command.impl.UnmuteCMD
-
-unregisterCommand(PlexCommand) - Method in class dev.plex.module.PlexModule
-
-Unregisters a PlexCommand.
-
-unregisterListener(PlexListener) - Method in class dev.plex.module.PlexModule
-
-Unregisters a PlexListener.
-
-update(PlexPlayer) - Static method in class dev.plex.cache.DataUtils
-
-Updates a player's information in the database
-
-update(PlexPlayer) - Method in class dev.plex.storage.player.MongoPlayerData
-
-Updates a player's information in the mongo database
-
-update(PlexPlayer) - Method in class dev.plex.storage.player.SQLPlayerData
-
-Updates a player's information in the SQL database
-
-update(CommandSender, Player, GameMode) - Method in class dev.plex.command.impl.GamemodeCMD
-
-UPDATE - Variable in class dev.plex.storage.player.SQLPlayerData
-
-UPDATE_BAN - Static variable in class dev.plex.storage.punishment.SQLPunishment
-
-UPDATE_PERMISSION - Static variable in class dev.plex.storage.permission.SQLPermissions
-
-updateChecker - Variable in class dev.plex.Plex
-
-UpdateChecker - Class in dev.plex.util
-
-UpdateChecker() - Constructor for class dev.plex.util.UpdateChecker
-
-UpdateCheckerService - Class in dev.plex.services.impl
-
-UpdateCheckerService() - Constructor for class dev.plex.services.impl.UpdateCheckerService
-
-updateJar(CommandSender, String, boolean) - Method in class dev.plex.util.UpdateChecker
-
-updatePermission(Permission, boolean) - Method in class dev.plex.storage.permission.SQLPermissions
-
-updatePermission(PlexPlayer, String, boolean) - Static method in class dev.plex.util.PermissionsUtil
-
-URL_REPLACEMENT_CONFIG - Static variable in class dev.plex.listener.impl.ChatListener
-
-usage() - Element in annotation interface dev.plex.command.annotation.CommandParameters
-
-The usage (optional)
-
-usage() - Method in class dev.plex.command.PlexCommand
-
-Converts usage to a Component
-
-usage(String) - Method in class dev.plex.command.PlexCommand
-
-Converts usage to a Component
-
-username - Variable in class dev.plex.util.AshconInfo
-
-username - Variable in class dev.plex.util.AshconInfo.UsernameHistory
-
-usernameHistories - Variable in class dev.plex.util.AshconInfo
-
-UsernameHistory() - Constructor for class dev.plex.util.AshconInfo.UsernameHistory
-
-usernames - Variable in class dev.plex.punishment.PunishmentManager.IndefiniteBan
-
-useTimezone(LocalDateTime) - Static method in class dev.plex.util.TimeUtils
-
-useTimezone(ZonedDateTime) - Static method in class dev.plex.util.TimeUtils
-
-uuid - Variable in class dev.plex.admin.Admin
-
-Gets the unique ID of an admin (immutable)
-
-uuid - Variable in class dev.plex.permission.Permission
-
-uuid - Variable in class dev.plex.player.PlexPlayer
-
-uuid - Variable in class dev.plex.punishment.extra.Note
-
-uuid - Variable in class dev.plex.util.AshconInfo
-
-uuids - Variable in class dev.plex.punishment.PunishmentManager.IndefiniteBan
-
-
-V
-
-value - Variable in class dev.plex.util.AshconInfo.SkinData
-
-value() - Element in annotation interface dev.plex.command.annotation.System
-
-value() - Element in annotation interface dev.plex.listener.annotation.Toggleable
-
-valueOf(String) - Static method in enum class dev.plex.command.source.RequiredCommandSource
-
-Returns the enum constant of this class with the specified name.
-
-valueOf(String) - Static method in enum class dev.plex.punishment.PunishmentType
-
-Returns the enum constant of this class with the specified name.
-
-valueOf(String) - Static method in enum class dev.plex.rank.enums.Rank
-
-Returns the enum constant of this class with the specified name.
-
-valueOf(String) - Static method in enum class dev.plex.rank.enums.Title
-
-Returns the enum constant of this class with the specified name.
-
-valueOf(String) - Static method in enum class dev.plex.storage.StorageType
-
-Returns the enum constant of this class with the specified name.
-
-values() - Static method in enum class dev.plex.command.source.RequiredCommandSource
-
-Returns an array containing the constants of this enum class, in
-the order they are declared.
-
-values() - Static method in enum class dev.plex.punishment.PunishmentType
-
-Returns an array containing the constants of this enum class, in
-the order they are declared.
-
-values() - Static method in enum class dev.plex.rank.enums.Rank
-
-Returns an array containing the constants of this enum class, in
-the order they are declared.
-
-values() - Static method in enum class dev.plex.rank.enums.Title
-
-Returns an array containing the constants of this enum class, in
-the order they are declared.
-
-values() - Static method in enum class dev.plex.storage.StorageType
-
-Returns an array containing the constants of this enum class, in
-the order they are declared.
-
-vanished - Variable in class dev.plex.player.PlexPlayer
-
-VaultHook - Class in dev.plex.hook
-
-VaultHook() - Constructor for class dev.plex.hook.VaultHook
-
-VaultPermissionHandler - Class in dev.plex.permission.handler
-
-VaultPermissionHandler() - Constructor for class dev.plex.permission.handler.VaultPermissionHandler
-
-version - Variable in class dev.plex.module.PlexModuleFile
-
-
-W
-
-warn(String, Object...) - Static method in class dev.plex.util.PlexLog
-
-WebUtils - Class in dev.plex.util
-
-WebUtils() - Constructor for class dev.plex.util.WebUtils
-
-WorldCMD - Class in dev.plex.command.impl
-
-WorldCMD() - Constructor for class dev.plex.command.impl.WorldCMD
-
-WorldListener - Class in dev.plex.listener.impl
-
-WorldListener() - Constructor for class dev.plex.listener.impl.WorldListener
-
-writtenBy - Variable in class dev.plex.punishment.extra.Note
-
-
-X
-
-x - Variable in class dev.plex.world.NoiseOptions
-
-
-Y
-
-y - Variable in class dev.plex.world.NoiseOptions
-
-
-Z
-
-zonedDateTime - Variable in class dev.plex.util.AshconInfo.UsernameHistory
-
-ZonedDateTimeCodec - Class in dev.plex.storage.codec
-
-ZonedDateTimeCodec() - Constructor for class dev.plex.storage.codec.ZonedDateTimeCodec
-
-ZonedDateTimeDeserializer - Class in dev.plex.util.adapter
-
-ZonedDateTimeDeserializer() - Constructor for class dev.plex.util.adapter.ZonedDateTimeDeserializer
-
-ZonedDateTimeSerializer - Class in dev.plex.util.adapter
-
-ZonedDateTimeSerializer() - Constructor for class dev.plex.util.adapter.ZonedDateTimeSerializer
-
-
-A B C D E F G H I J K L M N O P R S T U V W X Y Z All Classes and Interfaces | All Packages | Constant Field Values | Serialized Form
-
-
-
-
+
+
+
+
+Index (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+A B C D E F G H I J K L M N O P R S T U V W X Y Z All Classes and Interfaces | All Packages | Constant Field Values | Serialized Form
+A
+
+AbstractMenu - Class in dev.plex.util.menu
+
+AbstractMenu(String) - Constructor for class dev.plex.util.menu.AbstractMenu
+
+AbstractService - Class in dev.plex.services
+
+AbstractService(boolean, boolean) - Constructor for class dev.plex.services.AbstractService
+
+active - Variable in class dev.plex.punishment.Punishment
+
+addAttributeModifier(Attribute, AttributeModifier) - Method in class dev.plex.util.item.ItemBuilder
+
+addDefaultMessage(String, Object) - Method in class dev.plex.module.PlexModule
+
+Adds a message to the messages.yml file
+
+addDefaultMessage(String, Object, String...) - Method in class dev.plex.module.PlexModule
+
+Adds a message to the messages.yml with a comment
+
+added - Variable in class dev.plex.config.Config
+
+Whether new entries were added to the file automatically
+
+addEnchantment(Enchantment, int) - Method in class dev.plex.util.item.ItemBuilder
+
+addItemFlag(ItemFlag...) - Method in class dev.plex.util.item.ItemBuilder
+
+addNote(Note) - Method in class dev.plex.storage.punishment.SQLNotes
+
+addPermission(Permission) - Method in class dev.plex.storage.permission.SQLPermissions
+
+addPermission(PlexPlayer, Permission) - Static method in class dev.plex.util.PermissionsUtil
+
+addPermission(PlexPlayer, String) - Static method in class dev.plex.util.PermissionsUtil
+
+addToArrayList(List<T>, T) - Static method in class dev.plex.util.PlexUtils
+
+addToCache(Admin) - Method in class dev.plex.admin.AdminList
+
+Adds the admin to cache
+
+Admin - Class in dev.plex.admin
+
+Admin object to handle cached admins
+
+Admin(UUID) - Constructor for class dev.plex.admin.Admin
+
+Creates an admin with the ADMIN rank as the default rank
+
+ADMIN - Enum constant in enum class dev.plex.rank.enums.Rank
+
+adminActive - Variable in class dev.plex.player.PlexPlayer
+
+AdminAddEvent - Class in dev.plex.event
+
+Event that is run when a player is added to the admin list
+
+AdminAddEvent() - Constructor for class dev.plex.event.AdminAddEvent
+
+adminChat - Variable in class dev.plex.admin.Admin
+
+Returns if the admin has admin chat toggled or not
+
+ Contains a #isAdminChat and #setAdminChat by Lombok
+
+adminChat(String, String, UUID...) - Static method in class dev.plex.util.PlexUtils
+
+AdminChatCMD - Class in dev.plex.command.impl
+
+AdminChatCMD() - Constructor for class dev.plex.command.impl.AdminChatCMD
+
+AdminCMD - Class in dev.plex.command.impl
+
+AdminCMD() - Constructor for class dev.plex.command.impl.AdminCMD
+
+adminList - Variable in class dev.plex.Plex
+
+AdminList - Class in dev.plex.admin
+
+Cached storage for Admin objects
+
+AdminList() - Constructor for class dev.plex.admin.AdminList
+
+AdminListener - Class in dev.plex.listener.impl
+
+AdminListener() - Constructor for class dev.plex.listener.impl.AdminListener
+
+AdminRemoveEvent - Class in dev.plex.event
+
+Event that is run when a player is removed from the admin list
+
+AdminRemoveEvent() - Constructor for class dev.plex.event.AdminRemoveEvent
+
+admins - Variable in class dev.plex.admin.AdminList
+
+Key / Value storage, where the key is the unique ID of the admin
+
+AdminSetRankEvent - Class in dev.plex.event
+
+Event that is run when an admins rank is set
+
+AdminSetRankEvent() - Constructor for class dev.plex.event.AdminSetRankEvent
+
+AdminworldCMD - Class in dev.plex.command.impl
+
+AdminworldCMD() - Constructor for class dev.plex.command.impl.AdminworldCMD
+
+AdventureCMD - Class in dev.plex.command.impl
+
+AdventureCMD() - Constructor for class dev.plex.command.impl.AdventureCMD
+
+aliases() - Element in annotation interface dev.plex.command.annotation.CommandParameters
+
+The aliases (optional)
+
+allowed - Variable in class dev.plex.permission.Permission
+
+amplitude - Variable in class dev.plex.world.NoiseOptions
+
+AntiNukerListener - Class in dev.plex.listener.impl
+
+AntiNukerListener() - Constructor for class dev.plex.listener.impl.AntiNukerListener
+
+AntiSpamListener - Class in dev.plex.listener.impl
+
+AntiSpamListener() - Constructor for class dev.plex.listener.impl.AntiSpamListener
+
+ANY - Enum constant in enum class dev.plex.command.source.RequiredCommandSource
+
+AshconInfo - Class in dev.plex.util
+
+AshconInfo() - Constructor for class dev.plex.util.AshconInfo
+
+AshconInfo.SkinData - Class in dev.plex.util
+
+AshconInfo.Textures - Class in dev.plex.util
+
+AshconInfo.UsernameHistory - Class in dev.plex.util
+
+asynchronous - Variable in class dev.plex.services.AbstractService
+
+author - Static variable in class dev.plex.util.BuildInfo
+
+AutoWipeService - Class in dev.plex.services.impl
+
+AutoWipeService() - Constructor for class dev.plex.services.impl.AutoWipeService
+
+
+B
+
+BAN - Enum constant in enum class dev.plex.punishment.PunishmentType
+
+BanCMD - Class in dev.plex.command.impl
+
+BanCMD() - Constructor for class dev.plex.command.impl.BanCMD
+
+BanListener - Class in dev.plex.listener.impl
+
+BanListener() - Constructor for class dev.plex.listener.impl.BanListener
+
+BanService - Class in dev.plex.services.impl
+
+BanService() - Constructor for class dev.plex.services.impl.BanService
+
+banUrl - Static variable in class dev.plex.punishment.Punishment
+
+before - Variable in class dev.plex.listener.impl.ChatListener.PlexChatRenderer
+
+bl - Variable in class dev.plex.command.impl.BlockEditCMD
+
+BLOCKED_COMMANDS - Static variable in class dev.plex.services.impl.CommandBlockerService
+
+blockedBlocks - Static variable in class dev.plex.listener.impl.BlockListener
+
+BlockedCommand - Class in dev.plex.command.blocking
+
+BlockedCommand() - Constructor for class dev.plex.command.blocking.BlockedCommand
+
+BlockEditCMD - Class in dev.plex.command.impl
+
+BlockEditCMD() - Constructor for class dev.plex.command.impl.BlockEditCMD
+
+blockedPlayers - Variable in class dev.plex.listener.impl.BlockListener
+
+BlockListener - Class in dev.plex.listener.impl
+
+BlockListener() - Constructor for class dev.plex.listener.impl.BlockListener
+
+blockMap - Variable in class dev.plex.world.BlockMapChunkGenerator
+
+BlockMapChunkGenerator - Class in dev.plex.world
+
+BlockMapChunkGenerator(LinkedHashMap<Material, Integer>, BlockPopulator...) - Constructor for class dev.plex.world.BlockMapChunkGenerator
+
+BlockUtils - Class in dev.plex.util
+
+BlockUtils() - Constructor for class dev.plex.util.BlockUtils
+
+BookListener - Class in dev.plex.listener.impl
+
+BookListener() - Constructor for class dev.plex.listener.impl.BookListener
+
+BRANCH - Variable in class dev.plex.util.UpdateChecker
+
+broadcast(String) - Static method in class dev.plex.util.PlexUtils
+
+broadcast(Component) - Static method in class dev.plex.util.PlexUtils
+
+broadcastToAdmins(Component) - Static method in class dev.plex.util.PlexUtils
+
+build - Static variable in class dev.plex.Plex
+
+build() - Method in class dev.plex.util.item.ItemBuilder
+
+BuildInfo - Class in dev.plex.util
+
+BuildInfo() - Constructor for class dev.plex.util.BuildInfo
+
+BungeeUtil - Class in dev.plex.util
+
+BungeeUtil() - Constructor for class dev.plex.util.BungeeUtil
+
+
+C
+
+cachedBlockedBlocksConfig - Static variable in class dev.plex.listener.impl.BlockListener
+
+cancelled - Variable in class dev.plex.event.PunishedPlayerEvent
+
+Whether the event was cancelled
+
+canEnterWorld(Player) - Method in class dev.plex.listener.impl.WorldListener
+
+Check if a Player has the ability to enter the requested world
+
+canModifyWorld(Player, boolean) - Method in class dev.plex.listener.impl.WorldListener
+
+Check if a Player has the ability to modify the world they are in
+
+chat - Variable in class dev.plex.Plex
+
+CHAT - Static variable in class dev.plex.hook.VaultHook
+
+ChatListener - Class in dev.plex.listener.impl
+
+ChatListener() - Constructor for class dev.plex.listener.impl.ChatListener
+
+ChatListener.PlexChatRenderer - Class in dev.plex.listener.impl
+
+check(T) - Static method in class dev.plex.util.GameRuleUtil
+
+checkLevel(PlexPlayer, String[]) - Method in class dev.plex.listener.impl.WorldListener
+
+checkRank(CommandSender, Rank, String) - Method in class dev.plex.command.PlexCommand
+
+Checks whether a sender has enough permissions or is high enough a rank
+
+checkRank(Player, Rank, String) - Method in class dev.plex.command.PlexCommand
+
+Checks whether a player has enough permissions or is high enough a rank
+
+checkTab(CommandSender, Rank, String) - Method in class dev.plex.command.PlexCommand
+
+Checks whether a sender has enough permissions or is high enough a rank
+
+checkTab(Player, Rank, String) - Method in class dev.plex.command.PlexCommand
+
+Checks whether a player has enough permissions or is high enough a rank
+
+chunks - Variable in class dev.plex.world.CustomWorld
+
+cleanString(String) - Static method in class dev.plex.util.PlexUtils
+
+coins - Variable in class dev.plex.player.PlexPlayer
+
+color - Variable in enum class dev.plex.rank.enums.Rank
+
+color - Variable in enum class dev.plex.rank.enums.Title
+
+command - Variable in class dev.plex.command.blocking.BlockedCommand
+
+commandAliases - Variable in class dev.plex.command.blocking.BlockedCommand
+
+CommandBlockerService - Class in dev.plex.services.impl
+
+CommandBlockerService() - Constructor for class dev.plex.services.impl.CommandBlockerService
+
+CommandFailException - Exception in dev.plex.command.exception
+
+CommandFailException(String) - Constructor for exception dev.plex.command.exception.CommandFailException
+
+CommandHandler - Class in dev.plex.handlers
+
+CommandHandler() - Constructor for class dev.plex.handlers.CommandHandler
+
+CommandListener - Class in dev.plex.listener.impl
+
+CommandListener() - Constructor for class dev.plex.listener.impl.CommandListener
+
+CommandParameters - Annotation Interface in dev.plex.command.annotation
+
+Storage for a command's parameters
+
+CommandPermissions - Annotation Interface in dev.plex.command.annotation
+
+Storage for the command's permissions
+
+commands - Variable in class dev.plex.listener.impl.MuteListener
+
+commands - Variable in class dev.plex.module.PlexModule
+
+commands - Variable in class dev.plex.Plex
+
+commandSource - Variable in class dev.plex.command.PlexCommand
+
+Required command source fetched from the permissions
+
+commandSpy - Variable in class dev.plex.admin.Admin
+
+Returns if the admin has command spy or not
+
+ Contains a #isCommandSpy and #setCommandSpy by Lombok
+
+commandSpy - Variable in class dev.plex.player.PlexPlayer
+
+CommandSpyCMD - Class in dev.plex.command.impl
+
+CommandSpyCMD() - Constructor for class dev.plex.command.impl.CommandSpyCMD
+
+commitGlobalGameRules(World) - Static method in class dev.plex.util.GameRuleUtil
+
+commitSpecificGameRules(World) - Static method in class dev.plex.util.GameRuleUtil
+
+componentFromString(String) - Method in class dev.plex.command.PlexCommand
+
+Converts a String to a legacy Kyori Component
+
+config - Variable in class dev.plex.Plex
+
+Config - Class in dev.plex.config
+
+Creates a custom Config object
+
+Config(Plex, String) - Constructor for class dev.plex.config.Config
+
+Creates a config object
+
+ConfigurationChunkGenerator - Class in dev.plex.world
+
+ConfigurationChunkGenerator(String, BlockPopulator...) - Constructor for class dev.plex.world.ConfigurationChunkGenerator
+
+CONSOLE - Enum constant in enum class dev.plex.command.source.RequiredCommandSource
+
+ConsoleMustDefinePlayerException - Exception in dev.plex.command.exception
+
+ConsoleMustDefinePlayerException() - Constructor for exception dev.plex.command.exception.ConsoleMustDefinePlayerException
+
+ConsoleOnlyException - Exception in dev.plex.command.exception
+
+ConsoleOnlyException() - Constructor for exception dev.plex.command.exception.ConsoleOnlyException
+
+ConsoleSayCMD - Class in dev.plex.command.impl
+
+ConsoleSayCMD() - Constructor for class dev.plex.command.impl.ConsoleSayCMD
+
+createBlockMap(String) - Static method in class dev.plex.world.ConfigurationChunkGenerator
+
+createDate(String) - Static method in class dev.plex.util.TimeUtils
+
+createLoader(PlexModule, PlexModuleFile) - Method in class dev.plex.module.loader.LibraryLoader
+
+createLoopChunkData(int, int, int, ChunkGenerator.ChunkData) - Method in class dev.plex.world.BlockMapChunkGenerator
+
+createLoopChunkData(int, int, int, ChunkGenerator.ChunkData) - Method in class dev.plex.world.CustomChunkGenerator
+
+createLoopChunkData(int, int, int, ChunkGenerator.ChunkData) - Method in class dev.plex.world.FlatChunkGenerator
+
+createLoopChunkData(int, int, int, ChunkGenerator.ChunkData) - Method in class dev.plex.world.NoiseChunkGenerator
+
+createLoopChunkData(int, int, int, ChunkGenerator.ChunkData) - Method in class dev.plex.world.OctaveChunkGenerator
+
+CreativeCMD - Class in dev.plex.command.impl
+
+CreativeCMD() - Constructor for class dev.plex.command.impl.CreativeCMD
+
+custom - Variable in class dev.plex.util.AshconInfo.Textures
+
+CustomChunkGenerator - Class in dev.plex.world
+
+CustomChunkGenerator(int, BlockPopulator...) - Constructor for class dev.plex.world.CustomChunkGenerator
+
+CustomClassLoader - Class in dev.plex.module.loader
+
+CustomClassLoader(URL, ClassLoader) - Constructor for class dev.plex.module.loader.CustomClassLoader
+
+customTime - Variable in class dev.plex.punishment.Punishment
+
+CustomWorld - Class in dev.plex.world
+
+CustomWorld(String, CustomChunkGenerator) - Constructor for class dev.plex.world.CustomWorld
+
+
+D
+
+dataFolder - Variable in class dev.plex.module.PlexModule
+
+dataSource - Variable in class dev.plex.storage.SQLConnection
+
+datastore - Variable in class dev.plex.storage.player.MongoPlayerData
+
+The datastore object / database
+
+DataUtils - Class in dev.plex.cache
+
+Parent cache class
+
+DataUtils() - Constructor for class dev.plex.cache.DataUtils
+
+date - Static variable in class dev.plex.util.BuildInfo
+
+DATE_FORMAT - Static variable in class dev.plex.util.TimeUtils
+
+debug() - Element in annotation interface dev.plex.command.annotation.System
+
+debug(String, Object...) - Static method in class dev.plex.util.PlexLog
+
+DebugCMD - Class in dev.plex.command.impl
+
+DebugCMD() - Constructor for class dev.plex.command.impl.DebugCMD
+
+decode(BsonReader, DecoderContext) - Method in class dev.plex.storage.codec.ZonedDateTimeCodec
+
+DELETE - Static variable in class dev.plex.storage.punishment.SQLNotes
+
+deleteNote(int, UUID) - Method in class dev.plex.storage.punishment.SQLNotes
+
+DeopAllCMD - Class in dev.plex.command.impl
+
+DeopAllCMD() - Constructor for class dev.plex.command.impl.DeopAllCMD
+
+DeopCMD - Class in dev.plex.command.impl
+
+DeopCMD() - Constructor for class dev.plex.command.impl.DeopCMD
+
+description - Variable in class dev.plex.module.PlexModuleFile
+
+description() - Element in annotation interface dev.plex.command.annotation.CommandParameters
+
+The description
+
+deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class dev.plex.util.adapter.ZonedDateTimeDeserializer
+
+DEV - Enum constant in enum class dev.plex.rank.enums.Title
+
+dev.plex - package dev.plex
+
+dev.plex.admin - package dev.plex.admin
+
+dev.plex.cache - package dev.plex.cache
+
+dev.plex.command - package dev.plex.command
+
+dev.plex.command.annotation - package dev.plex.command.annotation
+
+dev.plex.command.blocking - package dev.plex.command.blocking
+
+dev.plex.command.exception - package dev.plex.command.exception
+
+dev.plex.command.impl - package dev.plex.command.impl
+
+dev.plex.command.source - package dev.plex.command.source
+
+dev.plex.config - package dev.plex.config
+
+dev.plex.event - package dev.plex.event
+
+dev.plex.handlers - package dev.plex.handlers
+
+dev.plex.hook - package dev.plex.hook
+
+dev.plex.listener - package dev.plex.listener
+
+dev.plex.listener.annotation - package dev.plex.listener.annotation
+
+dev.plex.listener.impl - package dev.plex.listener.impl
+
+dev.plex.menu - package dev.plex.menu
+
+dev.plex.module - package dev.plex.module
+
+dev.plex.module.exception - package dev.plex.module.exception
+
+dev.plex.module.loader - package dev.plex.module.loader
+
+dev.plex.permission - package dev.plex.permission
+
+dev.plex.player - package dev.plex.player
+
+dev.plex.punishment - package dev.plex.punishment
+
+dev.plex.punishment.extra - package dev.plex.punishment.extra
+
+dev.plex.rank - package dev.plex.rank
+
+dev.plex.rank.enums - package dev.plex.rank.enums
+
+dev.plex.services - package dev.plex.services
+
+dev.plex.services.impl - package dev.plex.services.impl
+
+dev.plex.storage - package dev.plex.storage
+
+dev.plex.storage.codec - package dev.plex.storage.codec
+
+dev.plex.storage.permission - package dev.plex.storage.permission
+
+dev.plex.storage.player - package dev.plex.storage.player
+
+dev.plex.storage.punishment - package dev.plex.storage.punishment
+
+dev.plex.util - package dev.plex.util
+
+dev.plex.util.adapter - package dev.plex.util.adapter
+
+dev.plex.util.item - package dev.plex.util.item
+
+dev.plex.util.menu - package dev.plex.util.menu
+
+dev.plex.util.minimessage - package dev.plex.util.minimessage
+
+dev.plex.util.redis - package dev.plex.util.redis
+
+dev.plex.world - package dev.plex.world
+
+DEVELOPERS - Static variable in class dev.plex.util.PlexUtils
+
+disable() - Method in class dev.plex.module.PlexModule
+
+disabledEffect(Player, Location) - Static method in class dev.plex.util.PlexUtils
+
+disabledEffectMultiple(Player[], Location) - Static method in class dev.plex.util.PlexUtils
+
+disableModules() - Method in class dev.plex.module.ModuleManager
+
+displayName() - Method in class dev.plex.player.PlexPlayer
+
+displayName(Component) - Method in class dev.plex.util.item.ItemBuilder
+
+distance - Variable in class dev.plex.util.UpdateChecker
+
+doPunishment(PlexPlayer, Punishment) - Method in class dev.plex.punishment.PunishmentManager
+
+DOWNLOAD_PAGE - Variable in class dev.plex.util.UpdateChecker
+
+DropListener - Class in dev.plex.listener.impl
+
+DropListener() - Constructor for class dev.plex.listener.impl.DropListener
+
+
+E
+
+EDIT_COMMANDS - Variable in class dev.plex.listener.impl.WorldListener
+
+enable() - Method in class dev.plex.module.PlexModule
+
+enableModules() - Method in class dev.plex.module.ModuleManager
+
+encode(BsonWriter, ZonedDateTime, EncoderContext) - Method in class dev.plex.storage.codec.ZonedDateTimeCodec
+
+endDate - Variable in class dev.plex.punishment.Punishment
+
+endService(AbstractService) - Method in class dev.plex.services.ServiceManager
+
+endService(AbstractService, boolean) - Method in class dev.plex.services.ServiceManager
+
+endServices() - Method in class dev.plex.services.ServiceManager
+
+EntityWipeCMD - Class in dev.plex.command.impl
+
+EntityWipeCMD() - Constructor for class dev.plex.command.impl.EntityWipeCMD
+
+error(String, Object...) - Static method in class dev.plex.util.PlexLog
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.BlockEditCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.CommandSpyCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.EntityWipeCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.MobPurgeCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.TFMCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.PlexCommand
+
+Executes the command
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.AdminChatCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.AdminCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.AdminworldCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.AdventureCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.BanCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.ConsoleSayCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.CreativeCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.DebugCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.DeopAllCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.DeopCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.FlatlandsCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.FreezeCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.GamemodeCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.KickCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.ListCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.LocalSpawnCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.LockupCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.MasterbuilderworldCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.MuteCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.NameHistoryCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.NotesCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.OpAllCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.OpCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.PlexCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.PunishmentsCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.RankCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.RawSayCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.SayCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.SmiteCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.SpectatorCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.SurvivalCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.TagCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.TempbanCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.ToggleCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.UnbanCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.UnfreezeCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.UnmuteCMD
+
+execute(CommandSender, Player, String[]) - Method in class dev.plex.command.impl.WorldCMD
+
+EXECUTIVE - Enum constant in enum class dev.plex.rank.enums.Rank
+
+exists(String) - Method in class dev.plex.storage.player.MongoPlayerData
+
+exists(String) - Method in class dev.plex.storage.player.SQLPlayerData
+
+exists(UUID) - Method in class dev.plex.storage.player.MongoPlayerData
+
+Checks whether the player exists in mongo's database
+
+exists(UUID) - Method in class dev.plex.storage.player.SQLPlayerData
+
+Checks if a player exists in the SQL database
+
+extractJar(URL) - Static method in class dev.plex.module.loader.CustomClassLoader
+
+
+F
+
+fetchDistanceFromGitHub(String, String, String) - Method in class dev.plex.util.UpdateChecker
+
+file - Variable in class dev.plex.config.Config
+
+The File instance
+
+file - Variable in class dev.plex.config.ModuleConfig
+
+The File instance
+
+FlatChunkGenerator - Class in dev.plex.world
+
+FlatChunkGenerator(int, BlockPopulator...) - Constructor for class dev.plex.world.FlatChunkGenerator
+
+FlatlandsCMD - Class in dev.plex.command.impl
+
+FlatlandsCMD() - Constructor for class dev.plex.command.impl.FlatlandsCMD
+
+FREEZE - Enum constant in enum class dev.plex.punishment.PunishmentType
+
+FreezeCMD - Class in dev.plex.command.impl
+
+FreezeCMD() - Constructor for class dev.plex.command.impl.FreezeCMD
+
+FreezeListener - Class in dev.plex.listener.impl
+
+FreezeListener() - Constructor for class dev.plex.listener.impl.FreezeListener
+
+frequency - Variable in class dev.plex.world.NoiseOptions
+
+from - Variable in class dev.plex.config.ModuleConfig
+
+Where the file is in the module JAR
+
+fromJson(String) - Static method in class dev.plex.punishment.Punishment
+
+frozen - Variable in class dev.plex.event.PunishedPlayerFreezeEvent
+
+New frozen state of the player
+
+frozen - Variable in class dev.plex.player.PlexPlayer
+
+
+G
+
+gamemode - Variable in class dev.plex.command.impl.GamemodeCMD
+
+gameMode - Variable in class dev.plex.event.GameModeUpdateEvent
+
+GamemodeCMD - Class in dev.plex.command.impl
+
+GamemodeCMD() - Constructor for class dev.plex.command.impl.GamemodeCMD
+
+GameModeListener - Class in dev.plex.listener.impl
+
+GameModeListener() - Constructor for class dev.plex.listener.impl.GameModeListener
+
+GameModeUpdateEvent - Class in dev.plex.event
+
+GameModeUpdateEvent() - Constructor for class dev.plex.event.GameModeUpdateEvent
+
+GameRuleService - Class in dev.plex.services.impl
+
+GameRuleService() - Constructor for class dev.plex.services.impl.GameRuleService
+
+GameRuleUtil - Class in dev.plex.util
+
+GameRuleUtil() - Constructor for class dev.plex.util.GameRuleUtil
+
+generate() - Method in class dev.plex.world.CustomWorld
+
+generateBanMessage(Punishment) - Static method in class dev.plex.punishment.Punishment
+
+generateConfigFlatWorld(String) - Static method in class dev.plex.world.CustomWorld
+
+generateDefaultRanks() - Method in class dev.plex.rank.RankManager
+
+generateIndefBanMessage(String) - Static method in class dev.plex.punishment.Punishment
+
+generateNoise(WorldInfo, Random, int, int, ChunkGenerator.ChunkData) - Method in class dev.plex.world.OctaveChunkGenerator
+
+generateNoise(WorldInfo, Random, int, int, ChunkGenerator.ChunkData) - Method in class dev.plex.world.NoiseChunkGenerator
+
+generateSurface(WorldInfo, Random, int, int, ChunkGenerator.ChunkData) - Method in class dev.plex.world.FlatChunkGenerator
+
+generateWorlds() - Method in class dev.plex.Plex
+
+generator() - Method in class dev.plex.world.CustomWorld
+
+get() - Static method in class dev.plex.Plex
+
+getActiveBans() - Method in class dev.plex.punishment.PunishmentManager
+
+getAllAdminPlayers() - Method in class dev.plex.admin.AdminList
+
+Gathers every admin (cached and in the database)
+
+getAllAdmins() - Method in class dev.plex.admin.AdminList
+
+Gathers every admins username (cached and in the database)
+
+getByIP(String) - Method in class dev.plex.storage.player.MongoPlayerData
+
+Gets the player from cache or from mongo's database
+
+getByIP(String) - Method in class dev.plex.storage.player.SQLPlayerData
+
+Gets the player from cache or from the SQL database
+
+getByName(String) - Method in class dev.plex.storage.player.MongoPlayerData
+
+getByName(String) - Method in class dev.plex.storage.player.SQLPlayerData
+
+getByName(String, boolean) - Method in class dev.plex.storage.player.SQLPlayerData
+
+getByUUID(UUID) - Method in class dev.plex.storage.player.MongoPlayerData
+
+Gets the player from cache or from mongo's database
+
+getByUUID(UUID) - Method in class dev.plex.storage.player.SQLPlayerData
+
+getByUUID(UUID, boolean) - Method in class dev.plex.storage.player.SQLPlayerData
+
+Gets the player from cache or from the SQL database
+
+getChat() - Static method in class dev.plex.hook.VaultHook
+
+getClassesBySubType(String, Class<T>) - Static method in class dev.plex.util.ReflectionsUtil
+
+getClassesFrom(String) - Static method in class dev.plex.util.ReflectionsUtil
+
+getClassNamesFromJar(JarFile) - Method in class dev.plex.module.loader.LibraryLoader
+
+getColor(PlexPlayer) - Method in class dev.plex.rank.RankManager
+
+getCommand(String) - Method in class dev.plex.module.PlexModule
+
+getCon() - Method in class dev.plex.storage.SQLConnection
+
+getCount(UUID) - Method in class dev.plex.listener.impl.AntiNukerListener
+
+getCount(UUID) - Method in class dev.plex.listener.impl.AntiSpamListener
+
+getCurrentInventoryIndex(Inventory) - Method in class dev.plex.menu.PunishedPlayerMenu
+
+getCurrentInventoryIndex(Inventory) - Method in class dev.plex.menu.PunishmentMenu
+
+getCurrentInventoryIndex(Inventory) - Method in class dev.plex.menu.ToggleMenu
+
+getDatastore() - Method in class dev.plex.storage.MongoConnection
+
+getDefaultPopulators(World) - Method in class dev.plex.world.CustomChunkGenerator
+
+getEncoderClass() - Method in class dev.plex.storage.codec.ZonedDateTimeCodec
+
+getFromName(String) - Static method in class dev.plex.util.WebUtils
+
+getHandlerList() - Static method in class dev.plex.event.AdminAddEvent
+
+getHandlerList() - Static method in class dev.plex.event.AdminRemoveEvent
+
+getHandlerList() - Static method in class dev.plex.event.AdminSetRankEvent
+
+getHandlerList() - Static method in class dev.plex.event.GameModeUpdateEvent
+
+getHandlerList() - Static method in class dev.plex.event.PunishedPlayerFreezeEvent
+
+getHandlerList() - Static method in class dev.plex.event.PunishedPlayerLockupEvent
+
+getHandlerList() - Static method in class dev.plex.event.PunishedPlayerMuteEvent
+
+getHandlers() - Method in class dev.plex.event.AdminAddEvent
+
+getHandlers() - Method in class dev.plex.event.AdminRemoveEvent
+
+getHandlers() - Method in class dev.plex.event.AdminSetRankEvent
+
+getHandlers() - Method in class dev.plex.event.GameModeUpdateEvent
+
+getHandlers() - Method in class dev.plex.event.PunishedPlayerFreezeEvent
+
+getHandlers() - Method in class dev.plex.event.PunishedPlayerLockupEvent
+
+getHandlers() - Method in class dev.plex.event.PunishedPlayerMuteEvent
+
+getInfo(String) - Static method in class dev.plex.util.MojangUtils
+
+getInventory() - Method in class dev.plex.menu.PunishedPlayerMenu
+
+getInventory() - Method in class dev.plex.menu.PunishmentMenu
+
+getInventory() - Method in interface dev.plex.util.menu.IMenu
+
+getJedis() - Method in class dev.plex.storage.RedisConnection
+
+getLevel() - Method in class dev.plex.command.PlexCommand
+
+getLoginMessage(PlexPlayer) - Method in class dev.plex.rank.RankManager
+
+getMap() - Method in class dev.plex.command.PlexCommand
+
+getName() - Method in class dev.plex.util.menu.AbstractMenu
+
+getNonNullPlayer(String) - Method in class dev.plex.command.PlexCommand
+
+getNonNullWorld(String) - Method in class dev.plex.command.PlexCommand
+
+getNotes(UUID) - Method in class dev.plex.storage.punishment.SQLNotes
+
+getOfflinePlexPlayer(UUID) - Method in class dev.plex.command.PlexCommand
+
+getOnlinePlexPlayer(String) - Method in class dev.plex.command.PlexCommand
+
+getPermission() - Static method in class dev.plex.hook.VaultHook
+
+getPermissions(UUID) - Method in class dev.plex.storage.permission.SQLPermissions
+
+getPlayer() - Method in class dev.plex.player.PlexPlayer
+
+getPlayer(String) - Static method in class dev.plex.cache.DataUtils
+
+getPlayer(String, boolean) - Static method in class dev.plex.cache.DataUtils
+
+getPlayer(UUID) - Static method in class dev.plex.cache.DataUtils
+
+Gets a player from cache or from the database
+
+getPlayer(UUID, boolean) - Static method in class dev.plex.cache.DataUtils
+
+getPlayerByIP(String) - Static method in class dev.plex.cache.DataUtils
+
+Gets a player from cache or from the database
+
+getPlayerNameList() - Static method in class dev.plex.util.PlexUtils
+
+getPlayers() - Method in class dev.plex.storage.player.MongoPlayerData
+
+getPlexPlayer(Player) - Method in class dev.plex.command.PlexCommand
+
+Gets a PlexPlayer from Player object
+
+getPlexPlayer(UUID) - Method in class dev.plex.cache.PlayerCache
+
+getPlexPlayerMap() - Method in class dev.plex.cache.PlayerCache
+
+A key/value pair where the key is the unique ID of the Punished Player
+
+getPlugin() - Method in class dev.plex.command.PlexCommand
+
+The plugin
+
+getPrefix() - Method in enum class dev.plex.rank.enums.Rank
+
+getPrefix() - Method in enum class dev.plex.rank.enums.Title
+
+getPrefix(PlexPlayer) - Method in class dev.plex.rank.RankManager
+
+getPunishments() - Method in class dev.plex.storage.punishment.SQLPunishment
+
+getPunishments(UUID) - Method in class dev.plex.storage.punishment.SQLPunishment
+
+getRandomColor() - Static method in class dev.plex.util.RandomUtil
+
+getRankFromString() - Method in class dev.plex.player.PlexPlayer
+
+getRankFromString(String) - Method in class dev.plex.rank.RankManager
+
+getResource(String) - Method in class dev.plex.module.PlexModule
+
+getService(Class<? extends AbstractService>) - Method in class dev.plex.services.ServiceManager
+
+getTextFromComponent(Component) - Static method in class dev.plex.util.PlexUtils
+
+getTextFromComponents(Component...) - Static method in class dev.plex.util.PlexUtils
+
+getUpdateStatusMessage(CommandSender, boolean, int) - Method in class dev.plex.util.UpdateChecker
+
+getUUID(CommandSender) - Method in class dev.plex.command.PlexCommand
+
+Gets the UUID of the sender
+
+GSON - Static variable in class dev.plex.util.redis.MessageUtil
+
+
+H
+
+handlers - Static variable in class dev.plex.event.AdminAddEvent
+
+handlers - Static variable in class dev.plex.event.AdminRemoveEvent
+
+handlers - Static variable in class dev.plex.event.AdminSetRankEvent
+
+handlers - Static variable in class dev.plex.event.GameModeUpdateEvent
+
+handlers - Static variable in class dev.plex.event.PunishedPlayerFreezeEvent
+
+handlers - Static variable in class dev.plex.event.PunishedPlayerLockupEvent
+
+handlers - Static variable in class dev.plex.event.PunishedPlayerMuteEvent
+
+has(String) - Method in class dev.plex.util.minimessage.SafeMiniMessage.SafeMiniMessageTagResolver
+
+hasCommandSpy(PlexPlayer) - Method in class dev.plex.listener.impl.CommandListener
+
+hasPlayedBefore(String) - Static method in class dev.plex.cache.DataUtils
+
+hasPlayedBefore(UUID) - Static method in class dev.plex.cache.DataUtils
+
+Checks if the player has been on the server before
+
+hasPrefix - Variable in class dev.plex.listener.impl.ChatListener.PlexChatRenderer
+
+hasUpdateAccess(Player, CommandSender) - Method in class dev.plex.command.impl.PlexCMD
+
+head - Static variable in class dev.plex.util.BuildInfo
+
+height - Variable in class dev.plex.world.CustomChunkGenerator
+
+
+I
+
+id - Variable in class dev.plex.player.PlexPlayer
+
+id - Variable in class dev.plex.punishment.extra.Note
+
+IGNORED_TAGS - Static variable in class dev.plex.util.minimessage.SafeMiniMessage.SafeMiniMessageTagResolver
+
+IMenu - Interface in dev.plex.util.menu
+
+importDefaultRanks() - Method in class dev.plex.rank.RankManager
+
+IMPOSTOR - Enum constant in enum class dev.plex.rank.enums.Rank
+
+IN_GAME - Enum constant in enum class dev.plex.command.source.RequiredCommandSource
+
+indefBans - Variable in class dev.plex.Plex
+
+IndefiniteBan() - Constructor for class dev.plex.punishment.PunishmentManager.IndefiniteBan
+
+indefiniteBans - Variable in class dev.plex.punishment.PunishmentManager
+
+insert(PlexPlayer) - Static method in class dev.plex.cache.DataUtils
+
+Inserts a player's information in the database
+
+insert(PlexPlayer) - Method in class dev.plex.storage.player.SQLPlayerData
+
+Inserts the player's information in the database
+
+INSERT - Static variable in class dev.plex.storage.permission.SQLPermissions
+
+INSERT - Variable in class dev.plex.storage.player.SQLPlayerData
+
+INSERT - Static variable in class dev.plex.storage.punishment.SQLNotes
+
+INSERT - Static variable in class dev.plex.storage.punishment.SQLPunishment
+
+insertPunishment(Punishment) - Method in class dev.plex.storage.punishment.SQLPunishment
+
+inventories - Variable in class dev.plex.menu.PunishedPlayerMenu
+
+inventories - Variable in class dev.plex.menu.PunishmentMenu
+
+inventories - Variable in class dev.plex.menu.ToggleMenu
+
+ip - Variable in class dev.plex.punishment.Punishment
+
+ips - Variable in class dev.plex.player.PlexPlayer
+
+ips - Variable in class dev.plex.punishment.PunishmentManager.IndefiniteBan
+
+isAdmin(PlexPlayer) - Method in class dev.plex.command.PlexCommand
+
+Checks if a player is an admin
+
+isAdmin(PlexPlayer) - Method in class dev.plex.rank.RankManager
+
+isAdmin(String) - Method in class dev.plex.command.PlexCommand
+
+Checks if a username is an admin
+
+isAdmin(CommandSender) - Method in class dev.plex.command.PlexCommand
+
+Checks if a sender is an admin
+
+isAsyncBanned(UUID) - Method in class dev.plex.punishment.PunishmentManager
+
+isAtLeast(Rank) - Method in enum class dev.plex.rank.enums.Rank
+
+isBanned(PlexPlayer) - Method in class dev.plex.punishment.PunishmentManager
+
+isBanned(UUID) - Method in class dev.plex.punishment.PunishmentManager
+
+isBungeeCord() - Static method in class dev.plex.util.BungeeUtil
+
+isConsole(CommandSender) - Method in class dev.plex.command.PlexCommand
+
+Checks whether a sender is console
+
+isEnabled() - Method in class dev.plex.storage.RedisConnection
+
+IService - Interface in dev.plex.services
+
+isIndefIPBanned(String) - Method in class dev.plex.punishment.PunishmentManager
+
+isIndefUserBanned(String) - Method in class dev.plex.punishment.PunishmentManager
+
+isIndefUUIDBanned(UUID) - Method in class dev.plex.punishment.PunishmentManager
+
+isNotEmpty(File) - Method in class dev.plex.punishment.PunishmentManager
+
+isPluginCMD(String, String) - Static method in class dev.plex.util.PlexUtils
+
+isSeniorAdmin(PlexPlayer) - Method in class dev.plex.rank.RankManager
+
+isSeniorAdmin(CommandSender) - Method in class dev.plex.command.PlexCommand
+
+Checks if a sender is a senior admin
+
+issueBan(Map.Entry<UUID, Long>) - Method in class dev.plex.services.impl.TimingService
+
+issuePunishment(PlexPlayer, Punishment) - Method in class dev.plex.punishment.PunishmentManager
+
+isValidInventory(Inventory) - Method in class dev.plex.menu.PunishedPlayerMenu
+
+isValidInventory(Inventory) - Method in class dev.plex.menu.PunishmentMenu
+
+isValidInventory(Inventory) - Method in class dev.plex.menu.ToggleMenu
+
+isVelocity() - Static method in class dev.plex.util.BungeeUtil
+
+ItemBuilder - Class in dev.plex.util.item
+
+ItemBuilder(Material) - Constructor for class dev.plex.util.item.ItemBuilder
+
+itemStack - Variable in class dev.plex.util.item.ItemBuilder
+
+
+J
+
+jedis - Variable in class dev.plex.storage.RedisConnection
+
+
+K
+
+KICK - Enum constant in enum class dev.plex.punishment.PunishmentType
+
+KickCMD - Class in dev.plex.command.impl
+
+KickCMD() - Constructor for class dev.plex.command.impl.KickCMD
+
+kickPlayer(Player, Component) - Static method in class dev.plex.util.BungeeUtil
+
+
+L
+
+level - Variable in class dev.plex.command.PlexCommand
+
+Minimum required rank fetched from the permissions
+
+level - Variable in enum class dev.plex.rank.enums.Rank
+
+level - Variable in enum class dev.plex.rank.enums.Title
+
+level() - Element in annotation interface dev.plex.command.annotation.CommandPermissions
+
+Minimum rank required
+
+libraries - Variable in class dev.plex.module.PlexModuleFile
+
+libraryLoader - Variable in class dev.plex.module.ModuleManager
+
+LibraryLoader - Class in dev.plex.module.loader
+
+LibraryLoader(Logger) - Constructor for class dev.plex.module.loader.LibraryLoader
+
+ListCMD - Class in dev.plex.command.impl
+
+ListCMD() - Constructor for class dev.plex.command.impl.ListCMD
+
+ListenerHandler - Class in dev.plex.handlers
+
+ListenerHandler() - Constructor for class dev.plex.handlers.ListenerHandler
+
+listeners - Variable in class dev.plex.module.PlexModule
+
+load() - Method in class dev.plex.config.Config
+
+load() - Method in class dev.plex.config.ModuleConfig
+
+load() - Method in class dev.plex.module.PlexModule
+
+load(boolean) - Method in class dev.plex.config.Config
+
+Loads the configuration file
+
+load(Plex) - Method in class dev.plex.util.BuildInfo
+
+loadAllModules() - Method in class dev.plex.module.ModuleManager
+
+loadModules() - Method in class dev.plex.module.ModuleManager
+
+loadNotes() - Method in class dev.plex.player.PlexPlayer
+
+loadPunishments() - Method in class dev.plex.player.PlexPlayer
+
+LocalSpawnCMD - Class in dev.plex.command.impl
+
+LocalSpawnCMD() - Constructor for class dev.plex.command.impl.LocalSpawnCMD
+
+lockedUp - Variable in class dev.plex.event.PunishedPlayerLockupEvent
+
+New lock up state of the player
+
+lockedUp - Variable in class dev.plex.player.PlexPlayer
+
+LockupCMD - Class in dev.plex.command.impl
+
+LockupCMD() - Constructor for class dev.plex.command.impl.LockupCMD
+
+log(String, Object...) - Static method in class dev.plex.util.PlexLog
+
+log(Component) - Static method in class dev.plex.util.PlexLog
+
+logger - Variable in class dev.plex.module.loader.LibraryLoader
+
+logger - Variable in class dev.plex.module.PlexModule
+
+logger - Static variable in class dev.plex.util.PlexLog
+
+loginMessage - Variable in class dev.plex.player.PlexPlayer
+
+loginMessage - Variable in enum class dev.plex.rank.enums.Rank
+
+loginMessage - Variable in enum class dev.plex.rank.enums.Title
+
+lore(Component...) - Method in class dev.plex.util.item.ItemBuilder
+
+
+M
+
+main - Variable in class dev.plex.module.PlexModuleFile
+
+MARIADB - Enum constant in enum class dev.plex.storage.StorageType
+
+MASTER_BUILDER - Enum constant in enum class dev.plex.rank.enums.Title
+
+MasterbuilderworldCMD - Class in dev.plex.command.impl
+
+MasterbuilderworldCMD() - Constructor for class dev.plex.command.impl.MasterbuilderworldCMD
+
+matches(String) - Method in class dev.plex.command.PlexCommand
+
+Checks if the String given is a matching command
+
+mergeIndefiniteBans() - Method in class dev.plex.punishment.PunishmentManager
+
+message - Variable in class dev.plex.command.blocking.BlockedCommand
+
+messageComponent(String, Object...) - Method in class dev.plex.command.PlexCommand
+
+Converts a message entry from the "messages.yml" to a Component
+
+messageComponent(String, Object...) - Static method in class dev.plex.util.PlexUtils
+
+messageComponent(String, Component...) - Method in class dev.plex.command.PlexCommand
+
+Converts a message entry from the "messages.yml" to a Component
+
+messageComponent(String, Component...) - Static method in class dev.plex.util.PlexUtils
+
+messages - Variable in class dev.plex.Plex
+
+messageString(String, Object...) - Method in class dev.plex.command.PlexCommand
+
+Converts a message entry from the "messages.yml" to a String
+
+messageString(String, Object...) - Static method in class dev.plex.util.PlexUtils
+
+MessageUtil - Class in dev.plex.util.redis
+
+MessageUtil() - Constructor for class dev.plex.util.redis.MessageUtil
+
+meta - Variable in class dev.plex.util.item.ItemBuilder
+
+MINI_MESSAGE - Static variable in class dev.plex.util.minimessage.SafeMiniMessage
+
+MINI_MESSAGE - Static variable in class dev.plex.util.PlexUtils
+
+mmCustomDeserialize(String, TagResolver...) - Static method in class dev.plex.util.PlexUtils
+
+mmDeserialize(String) - Static method in class dev.plex.util.minimessage.SafeMiniMessage
+
+mmDeserialize(String) - Static method in class dev.plex.util.PlexUtils
+
+mmDeserializeWithoutEvents(String) - Static method in class dev.plex.util.minimessage.SafeMiniMessage
+
+mmSerialize(Component) - Static method in class dev.plex.util.minimessage.SafeMiniMessage
+
+mmSerializeWithoutEvents(Component) - Static method in class dev.plex.util.minimessage.SafeMiniMessage
+
+mmString(String) - Method in class dev.plex.command.PlexCommand
+
+Converts a String to a MiniMessage Component
+
+mmStripColor(String) - Static method in class dev.plex.util.PlexUtils
+
+MobListener - Class in dev.plex.listener.impl
+
+MobListener() - Constructor for class dev.plex.listener.impl.MobListener
+
+MobPurgeCMD - Class in dev.plex.command.impl
+
+MobPurgeCMD() - Constructor for class dev.plex.command.impl.MobPurgeCMD
+
+module - Variable in class dev.plex.config.ModuleConfig
+
+The plugin instance
+
+ModuleConfig - Class in dev.plex.config
+
+Creates a custom Config object
+
+ModuleConfig(PlexModule, String, String) - Constructor for class dev.plex.config.ModuleConfig
+
+Creates a config object
+
+ModuleLoadException - Exception in dev.plex.module.exception
+
+ModuleLoadException(String) - Constructor for exception dev.plex.module.exception.ModuleLoadException
+
+moduleManager - Variable in class dev.plex.Plex
+
+ModuleManager - Class in dev.plex.module
+
+ModuleManager() - Constructor for class dev.plex.module.ModuleManager
+
+modules - Variable in class dev.plex.module.ModuleManager
+
+modulesFolder - Variable in class dev.plex.Plex
+
+MojangUtils - Class in dev.plex.util
+
+MojangUtils() - Constructor for class dev.plex.util.MojangUtils
+
+mongoConnection - Variable in class dev.plex.Plex
+
+MongoConnection - Class in dev.plex.storage
+
+MongoConnection() - Constructor for class dev.plex.storage.MongoConnection
+
+MONGODB - Enum constant in enum class dev.plex.storage.StorageType
+
+mongoPlayerData - Variable in class dev.plex.Plex
+
+MongoPlayerData - Class in dev.plex.storage.player
+
+Mongo fetching utilities for players
+
+MongoPlayerData() - Constructor for class dev.plex.storage.player.MongoPlayerData
+
+Creates an instance of the player data
+
+MUTE - Enum constant in enum class dev.plex.punishment.PunishmentType
+
+MuteCMD - Class in dev.plex.command.impl
+
+MuteCMD() - Constructor for class dev.plex.command.impl.MuteCMD
+
+muted - Variable in class dev.plex.event.PunishedPlayerMuteEvent
+
+New muted state of the player
+
+muted - Variable in class dev.plex.player.PlexPlayer
+
+MuteListener - Class in dev.plex.listener.impl
+
+MuteListener() - Constructor for class dev.plex.listener.impl.MuteListener
+
+
+N
+
+name - Variable in class dev.plex.config.Config
+
+The file name
+
+name - Variable in class dev.plex.module.PlexModuleFile
+
+name - Variable in class dev.plex.player.PlexPlayer
+
+name - Variable in class dev.plex.util.menu.AbstractMenu
+
+name() - Element in annotation interface dev.plex.command.annotation.CommandParameters
+
+The name
+
+NameHistoryCMD - Class in dev.plex.command.impl
+
+NameHistoryCMD() - Constructor for class dev.plex.command.impl.NameHistoryCMD
+
+newVersion - Variable in class dev.plex.services.impl.UpdateCheckerService
+
+noColorComponentFromString(String) - Method in class dev.plex.command.PlexCommand
+
+NoiseChunkGenerator - Class in dev.plex.world
+
+NoiseChunkGenerator(int, NoiseOptions, BlockPopulator...) - Constructor for class dev.plex.world.NoiseChunkGenerator
+
+NoiseOptions - Class in dev.plex.world
+
+NoiseOptions(int, int, double, double, boolean) - Constructor for class dev.plex.world.NoiseOptions
+
+NONOP - Enum constant in enum class dev.plex.rank.enums.Rank
+
+normalized - Variable in class dev.plex.world.NoiseOptions
+
+note - Variable in class dev.plex.punishment.extra.Note
+
+Note - Class in dev.plex.punishment.extra
+
+Note() - Constructor for class dev.plex.punishment.extra.Note
+
+notes - Variable in class dev.plex.player.PlexPlayer
+
+NotesCMD - Class in dev.plex.command.impl
+
+NotesCMD() - Constructor for class dev.plex.command.impl.NotesCMD
+
+nukerCooldown - Static variable in class dev.plex.services.impl.TimingService
+
+number - Static variable in class dev.plex.util.BuildInfo
+
+
+O
+
+OctaveChunkGenerator - Class in dev.plex.world
+
+OctaveChunkGenerator(int, OctaveOptions, BlockPopulator...) - Constructor for class dev.plex.world.OctaveChunkGenerator
+
+OctaveOptions - Class in dev.plex.world
+
+OctaveOptions(int, int, double, double, boolean, int) - Constructor for class dev.plex.world.OctaveOptions
+
+octaves - Variable in class dev.plex.world.OctaveOptions
+
+onAdminAdd(AdminAddEvent) - Method in class dev.plex.listener.impl.AdminListener
+
+onAdminAdd(AdminAddEvent) - Method in class dev.plex.listener.impl.TabListener
+
+onAdminRemove(AdminRemoveEvent) - Method in class dev.plex.listener.impl.AdminListener
+
+onAdminRemove(AdminRemoveEvent) - Method in class dev.plex.listener.impl.TabListener
+
+onAdminSetRank(AdminSetRankEvent) - Method in class dev.plex.listener.impl.AdminListener
+
+onAdminSetRank(AdminSetRankEvent) - Method in class dev.plex.listener.impl.TabListener
+
+onBlockBreak(BlockBreakEvent) - Method in class dev.plex.listener.impl.AntiNukerListener
+
+onBlockBreak(BlockBreakEvent) - Method in class dev.plex.listener.impl.BlockListener
+
+onBlockBreak(BlockBreakEvent) - Method in class dev.plex.listener.impl.WorldListener
+
+onBlockExplode(ExplosionPrimeEvent) - Method in class dev.plex.listener.impl.TogglesListener
+
+onBlockPlace(BlockPlaceEvent) - Method in class dev.plex.listener.impl.AntiNukerListener
+
+onBlockPlace(BlockPlaceEvent) - Method in class dev.plex.listener.impl.BlockListener
+
+onBlockPlace(BlockPlaceEvent) - Method in class dev.plex.listener.impl.WorldListener
+
+onBlockRedstone(BlockRedstoneEvent) - Method in class dev.plex.listener.impl.TogglesListener
+
+onBookEdit(PlayerEditBookEvent) - Method in class dev.plex.listener.impl.BookListener
+
+onChat(AsyncChatEvent) - Method in class dev.plex.listener.impl.AntiSpamListener
+
+onChat(AsyncChatEvent) - Method in class dev.plex.listener.impl.ChatListener
+
+onChat(AsyncChatEvent) - Method in class dev.plex.listener.impl.MuteListener
+
+onClick(InventoryClickEvent) - Method in class dev.plex.menu.PunishedPlayerMenu
+
+onClick(InventoryClickEvent) - Method in class dev.plex.menu.PunishmentMenu
+
+onClick(InventoryClickEvent) - Method in class dev.plex.menu.ToggleMenu
+
+onClick(InventoryClickEvent) - Method in interface dev.plex.util.menu.IMenu
+
+onCommand(PlayerCommandPreprocessEvent) - Method in class dev.plex.listener.impl.MuteListener
+
+onCommandBlocking(PlayerCommandPreprocessEvent) - Method in class dev.plex.listener.impl.CommandListener
+
+onDisable() - Method in class dev.plex.Plex
+
+onDispense(BlockDispenseEvent) - Method in class dev.plex.listener.impl.MobListener
+
+onEnable() - Method in class dev.plex.Plex
+
+onEnd() - Method in class dev.plex.services.AbstractService
+
+onEntityClick(PlayerInteractEntityEvent) - Method in class dev.plex.listener.impl.MobListener
+
+onEntityExplode(EntityExplodeEvent) - Method in class dev.plex.listener.impl.TogglesListener
+
+onEntitySpawn(EntitySpawnEvent) - Method in class dev.plex.listener.impl.MobListener
+
+onEntitySpawn(EntitySpawnEvent) - Method in class dev.plex.listener.impl.WorldListener
+
+onFluidSpread(BlockFromToEvent) - Method in class dev.plex.listener.impl.TogglesListener
+
+onFluidSpread(PlayerDropItemEvent) - Method in class dev.plex.listener.impl.TogglesListener
+
+onGameModeUpdate(GameModeUpdateEvent) - Method in class dev.plex.listener.impl.GameModeListener
+
+onInventoryClick(InventoryClickEvent) - Method in class dev.plex.listener.impl.PlayerListener
+
+onLoad() - Method in class dev.plex.Plex
+
+onPlayerCommandPreprocess(PlayerCommandPreprocessEvent) - Method in class dev.plex.listener.impl.AntiSpamListener
+
+onPlayerCommandPreprocess(PlayerCommandPreprocessEvent) - Method in class dev.plex.listener.impl.CommandListener
+
+onPlayerCommandPreprocess(PlayerCommandPreprocessEvent) - Method in class dev.plex.listener.impl.WorldListener
+
+onPlayerDropItem(PlayerDropItemEvent) - Method in class dev.plex.listener.impl.DropListener
+
+onPlayerInteract(PlayerInteractEvent) - Method in class dev.plex.listener.impl.MobListener
+
+onPlayerInventoryClose(InventoryCloseEvent) - Method in class dev.plex.listener.impl.PlayerListener
+
+onPlayerJoin(PlayerJoinEvent) - Method in class dev.plex.listener.impl.TabListener
+
+onPlayerMove(PlayerMoveEvent) - Method in class dev.plex.listener.impl.FreezeListener
+
+onPlayerSave(PlayerQuitEvent) - Method in class dev.plex.listener.impl.PlayerListener
+
+onPlayerSetup(PlayerJoinEvent) - Method in class dev.plex.listener.impl.PlayerListener
+
+onPlayerTeleport(PlayerTeleportEvent) - Method in class dev.plex.listener.impl.FreezeListener
+
+onPreLogin(AsyncPlayerPreLoginEvent) - Method in class dev.plex.listener.impl.BanListener
+
+onServerPing(PaperServerListPingEvent) - Method in class dev.plex.listener.impl.ServerListener
+
+onSignEdit(SignChangeEvent) - Method in class dev.plex.listener.impl.SignListener
+
+onStart() - Method in class dev.plex.services.AbstractService
+
+onWorldTeleport(PlayerTeleportEvent) - Method in class dev.plex.listener.impl.WorldListener
+
+OP - Enum constant in enum class dev.plex.rank.enums.Rank
+
+OpAllCMD - Class in dev.plex.command.impl
+
+OpAllCMD() - Constructor for class dev.plex.command.impl.OpAllCMD
+
+OpCMD - Class in dev.plex.command.impl
+
+OpCMD() - Constructor for class dev.plex.command.impl.OpCMD
+
+openInv(Player) - Method in interface dev.plex.util.menu.IMenu
+
+openInv(Player, int) - Method in class dev.plex.menu.PunishedPlayerMenu
+
+openInv(Player, int) - Method in class dev.plex.menu.PunishmentMenu
+
+openInv(Player, int) - Method in class dev.plex.menu.ToggleMenu
+
+options - Variable in class dev.plex.rank.RankManager
+
+options - Variable in class dev.plex.world.NoiseChunkGenerator
+
+options - Variable in class dev.plex.world.OctaveChunkGenerator
+
+OWNER - Enum constant in enum class dev.plex.rank.enums.Title
+
+
+P
+
+params - Variable in class dev.plex.command.PlexCommand
+
+The parameters for the command
+
+parseInteger(String) - Static method in class dev.plex.util.TimeUtils
+
+permission - Variable in class dev.plex.permission.Permission
+
+permission() - Element in annotation interface dev.plex.command.annotation.CommandPermissions
+
+The permission
+
+Permission - Class in dev.plex.permission
+
+Permission() - Constructor for class dev.plex.permission.Permission
+
+permissionAttachment - Variable in class dev.plex.player.PlexPlayer
+
+permissions - Variable in class dev.plex.player.PlexPlayer
+
+permissions - Variable in class dev.plex.Plex
+
+PERMISSIONS - Static variable in class dev.plex.hook.VaultHook
+
+PermissionsUtil - Class in dev.plex.util
+
+PermissionsUtil() - Constructor for class dev.plex.util.PermissionsUtil
+
+perms - Variable in class dev.plex.command.PlexCommand
+
+The permissions for the command
+
+player - Variable in class dev.plex.event.GameModeUpdateEvent
+
+playerCache - Variable in class dev.plex.Plex
+
+PlayerCache - Class in dev.plex.cache
+
+Cache storage
+
+PlayerCache() - Constructor for class dev.plex.cache.PlayerCache
+
+PlayerListener <T > - Class in dev.plex.listener.impl
+
+PlayerListener() - Constructor for class dev.plex.listener.impl.PlayerListener
+
+PlayerNotBannedException - Exception in dev.plex.command.exception
+
+PlayerNotBannedException() - Constructor for exception dev.plex.command.exception.PlayerNotBannedException
+
+PlayerNotFoundException - Exception in dev.plex.command.exception
+
+PlayerNotFoundException() - Constructor for exception dev.plex.command.exception.PlayerNotFoundException
+
+plex - Variable in class dev.plex.module.PlexModule
+
+Plex - Class in dev.plex
+
+Plex() - Constructor for class dev.plex.Plex
+
+PlexBase - Interface in dev.plex
+
+PlexChatRenderer() - Constructor for class dev.plex.listener.impl.ChatListener.PlexChatRenderer
+
+PlexCMD - Class in dev.plex.command.impl
+
+PlexCMD() - Constructor for class dev.plex.command.impl.PlexCMD
+
+PlexCommand - Class in dev.plex.command
+
+Superclass for all commands
+
+PlexCommand() - Constructor for class dev.plex.command.PlexCommand
+
+PlexCommand(boolean) - Constructor for class dev.plex.command.PlexCommand
+
+Creates an instance of the command
+
+PlexListener - Class in dev.plex.listener
+
+PlexListener() - Constructor for class dev.plex.listener.PlexListener
+
+PlexLog - Class in dev.plex.util
+
+PlexLog() - Constructor for class dev.plex.util.PlexLog
+
+PlexModule - Class in dev.plex.module
+
+PlexModule() - Constructor for class dev.plex.module.PlexModule
+
+plexModuleFile - Variable in class dev.plex.module.PlexModule
+
+PlexModuleFile - Class in dev.plex.module
+
+PlexModuleFile() - Constructor for class dev.plex.module.PlexModuleFile
+
+plexPlayer - Variable in class dev.plex.event.AdminAddEvent
+
+The PlexPlayer that was added
+
+plexPlayer - Variable in class dev.plex.event.AdminRemoveEvent
+
+The PlexPlayer that was removed
+
+plexPlayer - Variable in class dev.plex.event.AdminSetRankEvent
+
+The PlexPlayer that was removed
+
+PlexPlayer - Class in dev.plex.player
+
+PlexPlayer() - Constructor for class dev.plex.player.PlexPlayer
+
+PlexPlayer(UUID) - Constructor for class dev.plex.player.PlexPlayer
+
+PlexPlayer(UUID, boolean) - Constructor for class dev.plex.player.PlexPlayer
+
+plexPlayerMap - Static variable in class dev.plex.cache.PlayerCache
+
+A key/value pair where the key is the unique ID of the Plex Player
+
+PlexUtils - Class in dev.plex.util
+
+PlexUtils() - Constructor for class dev.plex.util.PlexUtils
+
+plugin - Static variable in class dev.plex.command.PlexCommand
+
+Returns the instance of the plugin
+
+plugin - Variable in class dev.plex.config.Config
+
+The plugin instance
+
+plugin - Static variable in class dev.plex.Plex
+
+plugin - Static variable in interface dev.plex.PlexBase
+
+plugin - Static variable in class dev.plex.world.ConfigurationChunkGenerator
+
+plugin - Static variable in class dev.plex.world.CustomWorld
+
+populators - Variable in class dev.plex.world.CustomChunkGenerator
+
+prefix - Variable in class dev.plex.listener.impl.ChatListener.PlexChatRenderer
+
+prefix - Variable in class dev.plex.player.PlexPlayer
+
+prefix - Variable in enum class dev.plex.rank.enums.Rank
+
+prefix - Variable in enum class dev.plex.rank.enums.Title
+
+punish(PlexPlayer, Punishment) - Method in class dev.plex.punishment.PunishmentManager
+
+punished - Variable in class dev.plex.punishment.Punishment
+
+punishedPlayer - Variable in class dev.plex.event.PunishedPlayerEvent
+
+The player who was punished
+
+punishedPlayer - Variable in class dev.plex.menu.PunishedPlayerMenu
+
+PunishedPlayerEvent - Class in dev.plex.event
+
+Superclass for punishment events
+
+PunishedPlayerEvent(PlexPlayer) - Constructor for class dev.plex.event.PunishedPlayerEvent
+
+Creates an event object
+
+PunishedPlayerFreezeEvent - Class in dev.plex.event
+
+Event that is called when a player is frozen or unfrozen
+
+PunishedPlayerFreezeEvent(PlexPlayer, boolean) - Constructor for class dev.plex.event.PunishedPlayerFreezeEvent
+
+Creates a new event instance
+
+PunishedPlayerLockupEvent - Class in dev.plex.event
+
+Event that is called when a player is frozen or unfrozen
+
+PunishedPlayerLockupEvent(PlexPlayer, boolean) - Constructor for class dev.plex.event.PunishedPlayerLockupEvent
+
+Creates a new event instance
+
+PunishedPlayerMenu - Class in dev.plex.menu
+
+PunishedPlayerMenu(PlexPlayer) - Constructor for class dev.plex.menu.PunishedPlayerMenu
+
+PunishedPlayerMuteEvent - Class in dev.plex.event
+
+Event that is called when a player is frozen or unfrozen
+
+PunishedPlayerMuteEvent(PlexPlayer, boolean) - Constructor for class dev.plex.event.PunishedPlayerMuteEvent
+
+Creates a new event instance
+
+punishedUsername - Variable in class dev.plex.punishment.Punishment
+
+punisher - Variable in class dev.plex.punishment.Punishment
+
+Punishment - Class in dev.plex.punishment
+
+Punishment() - Constructor for class dev.plex.punishment.Punishment
+
+Punishment(UUID, UUID) - Constructor for class dev.plex.punishment.Punishment
+
+punishmentManager - Variable in class dev.plex.Plex
+
+PunishmentManager - Class in dev.plex.punishment
+
+PunishmentManager() - Constructor for class dev.plex.punishment.PunishmentManager
+
+PunishmentManager.IndefiniteBan - Class in dev.plex.punishment
+
+PunishmentMenu - Class in dev.plex.menu
+
+PunishmentMenu() - Constructor for class dev.plex.menu.PunishmentMenu
+
+punishments - Variable in class dev.plex.player.PlexPlayer
+
+PunishmentsCMD - Class in dev.plex.command.impl
+
+PunishmentsCMD() - Constructor for class dev.plex.command.impl.PunishmentsCMD
+
+PunishmentType - Enum Class in dev.plex.punishment
+
+PunishmentType() - Constructor for enum class dev.plex.punishment.PunishmentType
+
+
+R
+
+randomBoolean() - Static method in class dev.plex.util.RandomUtil
+
+randomNum() - Static method in class dev.plex.util.RandomUtil
+
+randomNum(int) - Static method in class dev.plex.util.RandomUtil
+
+randomNum(int, int) - Static method in class dev.plex.util.RandomUtil
+
+RandomUtil - Class in dev.plex.util
+
+RandomUtil() - Constructor for class dev.plex.util.RandomUtil
+
+rank - Variable in class dev.plex.admin.Admin
+
+Gets the rank of the admin
+
+ Contains a #setRank and #getRank by lombok
+
+rank - Variable in class dev.plex.event.AdminSetRankEvent
+
+The rank the player was set to
+
+rank - Variable in class dev.plex.player.PlexPlayer
+
+Rank - Enum Class in dev.plex.rank.enums
+
+Rank(int, String, String, String, NamedTextColor) - Constructor for enum class dev.plex.rank.enums.Rank
+
+RankCMD - Class in dev.plex.command.impl
+
+RankCMD() - Constructor for class dev.plex.command.impl.RankCMD
+
+rankExists(String) - Method in class dev.plex.command.impl.AdminCMD
+
+rankManager - Variable in class dev.plex.Plex
+
+RankManager - Class in dev.plex.rank
+
+RankManager() - Constructor for class dev.plex.rank.RankManager
+
+raw - Variable in class dev.plex.util.AshconInfo.Textures
+
+RawSayCMD - Class in dev.plex.command.impl
+
+RawSayCMD() - Constructor for class dev.plex.command.impl.RawSayCMD
+
+readable - Variable in enum class dev.plex.rank.enums.Rank
+
+readable - Variable in enum class dev.plex.rank.enums.Title
+
+readGameRules(World, String) - Static method in class dev.plex.util.GameRuleUtil
+
+readNotes(CommandSender, PlexPlayer, List<Note>) - Method in class dev.plex.command.impl.NotesCMD
+
+reason - Variable in class dev.plex.punishment.Punishment
+
+redisConnection - Variable in class dev.plex.Plex
+
+RedisConnection - Class in dev.plex.storage
+
+RedisConnection() - Constructor for class dev.plex.storage.RedisConnection
+
+ReflectionsUtil - Class in dev.plex.util
+
+ReflectionsUtil() - Constructor for class dev.plex.util.ReflectionsUtil
+
+regex - Variable in class dev.plex.command.blocking.BlockedCommand
+
+registerCommand(PlexCommand) - Method in class dev.plex.module.PlexModule
+
+Registers a PlexCommand within a module
+
+registerListener(PlexListener) - Method in class dev.plex.module.PlexModule
+
+Registers a PlexListener within a module
+
+registerService(AbstractService) - Method in class dev.plex.services.ServiceManager
+
+relative(Location, BlockFace) - Static method in class dev.plex.util.BlockUtils
+
+reloadModules() - Method in class dev.plex.module.ModuleManager
+
+reloadPlayers() - Method in class dev.plex.Plex
+
+REMOVE_PERMISSION - Static variable in class dev.plex.storage.permission.SQLPermissions
+
+removeBan(UUID) - Method in class dev.plex.storage.punishment.SQLPunishment
+
+removeFromCache(UUID) - Method in class dev.plex.admin.AdminList
+
+Removes an admin from the cache
+
+removePermission(Permission) - Method in class dev.plex.storage.permission.SQLPermissions
+
+removePermission(PlexPlayer, String) - Static method in class dev.plex.util.PermissionsUtil
+
+removePermission(UUID, String) - Method in class dev.plex.storage.permission.SQLPermissions
+
+render(Player, Component, Component, Audience) - Method in class dev.plex.listener.impl.ChatListener.PlexChatRenderer
+
+renderer - Variable in class dev.plex.listener.impl.ChatListener
+
+repeating - Variable in class dev.plex.services.AbstractService
+
+repeatInSeconds() - Method in class dev.plex.services.impl.AutoWipeService
+
+repeatInSeconds() - Method in class dev.plex.services.impl.BanService
+
+repeatInSeconds() - Method in class dev.plex.services.impl.CommandBlockerService
+
+repeatInSeconds() - Method in class dev.plex.services.impl.GameRuleService
+
+repeatInSeconds() - Method in class dev.plex.services.impl.TimingService
+
+repeatInSeconds() - Method in class dev.plex.services.impl.UpdateCheckerService
+
+repeatInSeconds() - Method in interface dev.plex.services.IService
+
+REPO - Variable in class dev.plex.util.UpdateChecker
+
+repositories - Variable in class dev.plex.module.loader.LibraryLoader
+
+repository - Variable in class dev.plex.module.loader.LibraryLoader
+
+RequiredCommandSource - Enum Class in dev.plex.command.source
+
+RequiredCommandSource() - Constructor for enum class dev.plex.command.source.RequiredCommandSource
+
+requiredLevel - Variable in class dev.plex.command.blocking.BlockedCommand
+
+resetDropsItem(Inventory) - Method in class dev.plex.menu.ToggleMenu
+
+resetExplosionItem(Inventory) - Method in class dev.plex.menu.ToggleMenu
+
+resetFluidspreadItem(Inventory) - Method in class dev.plex.menu.ToggleMenu
+
+resetRedstoneItem(Inventory) - Method in class dev.plex.menu.ToggleMenu
+
+resolve(String, ArgumentQueue, Context) - Method in class dev.plex.util.minimessage.SafeMiniMessage.SafeMiniMessageTagResolver
+
+run() - Method in class dev.plex.services.impl.AutoWipeService
+
+run() - Method in class dev.plex.services.impl.BanService
+
+run() - Method in class dev.plex.services.impl.CommandBlockerService
+
+run() - Method in class dev.plex.services.impl.GameRuleService
+
+run() - Method in class dev.plex.services.impl.TimingService
+
+run() - Method in class dev.plex.services.impl.UpdateCheckerService
+
+run() - Method in interface dev.plex.services.IService
+
+runAsync(Consumer<Jedis>) - Method in class dev.plex.storage.RedisConnection
+
+
+S
+
+SafeMiniMessage - Class in dev.plex.util.minimessage
+
+SafeMiniMessage() - Constructor for class dev.plex.util.minimessage.SafeMiniMessage
+
+SafeMiniMessage.SafeMiniMessageTagResolver - Class in dev.plex.util.minimessage
+
+SafeMiniMessageTagResolver() - Constructor for class dev.plex.util.minimessage.SafeMiniMessage.SafeMiniMessageTagResolver
+
+save() - Method in class dev.plex.config.Config
+
+Saves the configuration file
+
+save() - Method in class dev.plex.config.ModuleConfig
+
+Saves the configuration file
+
+save(PlexPlayer) - Method in class dev.plex.storage.player.MongoPlayerData
+
+Saves the player's information in the database
+
+saveDefault() - Method in class dev.plex.config.Config
+
+Moves the configuration file from the plugin's resources folder to the data folder (plugins/Plex/)
+
+saveDefault() - Method in class dev.plex.config.ModuleConfig
+
+Moves the configuration file from the plugin's resources folder to the data folder (plugins/Plex/)
+
+SayCMD - Class in dev.plex.command.impl
+
+SayCMD() - Constructor for class dev.plex.command.impl.SayCMD
+
+SELECT - Static variable in class dev.plex.storage.permission.SQLPermissions
+
+SELECT - Variable in class dev.plex.storage.player.SQLPlayerData
+
+SELECT - Static variable in class dev.plex.storage.punishment.SQLNotes
+
+SELECT - Static variable in class dev.plex.storage.punishment.SQLPunishment
+
+SELECT_BY - Static variable in class dev.plex.storage.punishment.SQLPunishment
+
+send(Audience, String) - Method in class dev.plex.command.PlexCommand
+
+Sends a message to an Audience
+
+send(Audience, Component) - Method in class dev.plex.command.PlexCommand
+
+Sends a message to an Audience
+
+sender - Variable in class dev.plex.event.AdminAddEvent
+
+The sender who added the player
+
+sender - Variable in class dev.plex.event.AdminRemoveEvent
+
+The sender who added the player
+
+sender - Variable in class dev.plex.event.AdminSetRankEvent
+
+The sender who added the player
+
+sender - Variable in class dev.plex.event.GameModeUpdateEvent
+
+sendStaffChat(CommandSender, Component, UUID...) - Static method in class dev.plex.util.redis.MessageUtil
+
+SENIOR_ADMIN - Enum constant in enum class dev.plex.rank.enums.Rank
+
+serialize(ZonedDateTime, Type, JsonSerializationContext) - Method in class dev.plex.util.adapter.ZonedDateTimeSerializer
+
+ServerListener - Class in dev.plex.listener.impl
+
+ServerListener() - Constructor for class dev.plex.listener.impl.ServerListener
+
+serviceCount() - Method in class dev.plex.services.ServiceManager
+
+serviceManager - Variable in class dev.plex.Plex
+
+ServiceManager - Class in dev.plex.services
+
+ServiceManager() - Constructor for class dev.plex.services.ServiceManager
+
+services - Variable in class dev.plex.services.ServiceManager
+
+session - Variable in class dev.plex.module.loader.LibraryLoader
+
+setupChat() - Static method in class dev.plex.hook.VaultHook
+
+setupChat() - Method in class dev.plex.Plex
+
+setupPermissions() - Static method in class dev.plex.hook.VaultHook
+
+setupPermissions() - Method in class dev.plex.Plex
+
+setupPermissions(Player) - Static method in class dev.plex.util.PermissionsUtil
+
+signature - Variable in class dev.plex.util.AshconInfo.SkinData
+
+SignListener - Class in dev.plex.listener.impl
+
+SignListener() - Constructor for class dev.plex.listener.impl.SignListener
+
+SIGNS - Static variable in class dev.plex.listener.impl.BlockListener
+
+silentCheckRank(Player, Rank, String) - Method in class dev.plex.command.PlexCommand
+
+simpleGET(String) - Static method in class dev.plex.util.WebUtils
+
+SkinData() - Constructor for class dev.plex.util.AshconInfo.SkinData
+
+slim - Variable in class dev.plex.util.AshconInfo.Textures
+
+SMITE - Enum constant in enum class dev.plex.punishment.PunishmentType
+
+SmiteCMD - Class in dev.plex.command.impl
+
+SmiteCMD() - Constructor for class dev.plex.command.impl.SmiteCMD
+
+source() - Element in annotation interface dev.plex.command.annotation.CommandPermissions
+
+Required command source
+
+spamCooldown - Static variable in class dev.plex.services.impl.TimingService
+
+SPAWN_EGGS - Static variable in class dev.plex.listener.impl.MobListener
+
+spawnEggToEntityType(Material) - Static method in class dev.plex.listener.impl.MobListener
+
+SpectatorCMD - Class in dev.plex.command.impl
+
+SpectatorCMD() - Constructor for class dev.plex.command.impl.SpectatorCMD
+
+sqlConnection - Variable in class dev.plex.Plex
+
+SQLConnection - Class in dev.plex.storage
+
+SQLConnection() - Constructor for class dev.plex.storage.SQLConnection
+
+SQLITE - Enum constant in enum class dev.plex.storage.StorageType
+
+sqlNotes - Variable in class dev.plex.Plex
+
+SQLNotes - Class in dev.plex.storage.punishment
+
+SQLNotes() - Constructor for class dev.plex.storage.punishment.SQLNotes
+
+sqlPermissions - Variable in class dev.plex.Plex
+
+SQLPermissions - Class in dev.plex.storage.permission
+
+SQLPermissions() - Constructor for class dev.plex.storage.permission.SQLPermissions
+
+sqlPlayerData - Variable in class dev.plex.Plex
+
+SQLPlayerData - Class in dev.plex.storage.player
+
+SQL fetching utilities for players
+
+SQLPlayerData() - Constructor for class dev.plex.storage.player.SQLPlayerData
+
+sqlPunishment - Variable in class dev.plex.Plex
+
+SQLPunishment - Class in dev.plex.storage.punishment
+
+SQLPunishment() - Constructor for class dev.plex.storage.punishment.SQLPunishment
+
+staffChat - Variable in class dev.plex.player.PlexPlayer
+
+STANDARD_RESOLVER - Static variable in class dev.plex.util.minimessage.SafeMiniMessage.SafeMiniMessageTagResolver
+
+startService(AbstractService) - Method in class dev.plex.services.ServiceManager
+
+startServices() - Method in class dev.plex.services.ServiceManager
+
+status(String) - Method in class dev.plex.command.impl.ToggleCMD
+
+storageType - Variable in class dev.plex.Plex
+
+StorageType - Enum Class in dev.plex.storage
+
+StorageType() - Constructor for enum class dev.plex.storage.StorageType
+
+strikes - Static variable in class dev.plex.services.impl.TimingService
+
+subscribe() - Static method in class dev.plex.util.redis.MessageUtil
+
+SUBSCRIBER - Static variable in class dev.plex.util.redis.MessageUtil
+
+SurvivalCMD - Class in dev.plex.command.impl
+
+SurvivalCMD() - Constructor for class dev.plex.command.impl.SurvivalCMD
+
+syncRemoveBan(UUID) - Method in class dev.plex.storage.punishment.SQLPunishment
+
+system - Variable in class dev.plex.Plex
+
+System - Annotation Interface in dev.plex.command.annotation
+
+
+T
+
+tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.AdminCMD
+
+tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.AdventureCMD
+
+tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.BanCMD
+
+tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.CreativeCMD
+
+tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.DebugCMD
+
+tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.DeopCMD
+
+tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.EntityWipeCMD
+
+tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.FreezeCMD
+
+tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.GamemodeCMD
+
+tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.LockupCMD
+
+tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.MuteCMD
+
+tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.NameHistoryCMD
+
+tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.NotesCMD
+
+tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.OpCMD
+
+tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.PlexCMD
+
+tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.PunishmentsCMD
+
+tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.RankCMD
+
+tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.SmiteCMD
+
+tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.SpectatorCMD
+
+tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.SurvivalCMD
+
+tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.TempbanCMD
+
+tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.ToggleCMD
+
+tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.UnbanCMD
+
+tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.UnfreezeCMD
+
+tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.UnmuteCMD
+
+tabComplete(CommandSender, String, String[]) - Method in class dev.plex.command.impl.WorldCMD
+
+TabListener - Class in dev.plex.listener.impl
+
+TabListener() - Constructor for class dev.plex.listener.impl.TabListener
+
+TagCMD - Class in dev.plex.command.impl
+
+TagCMD() - Constructor for class dev.plex.command.impl.TagCMD
+
+taskId - Variable in class dev.plex.services.AbstractService
+
+TEMPBAN - Enum constant in enum class dev.plex.punishment.PunishmentType
+
+TempbanCMD - Class in dev.plex.command.impl
+
+TempbanCMD() - Constructor for class dev.plex.command.impl.TempbanCMD
+
+testConnections() - Static method in class dev.plex.util.PlexUtils
+
+textures - Variable in class dev.plex.util.AshconInfo
+
+Textures() - Constructor for class dev.plex.util.AshconInfo.Textures
+
+TFMCMD - Class in dev.plex.command.impl
+
+TFMCMD() - Constructor for class dev.plex.command.impl.TFMCMD
+
+timestamp - Variable in class dev.plex.punishment.extra.Note
+
+timeUnits - Static variable in class dev.plex.util.TimeUtils
+
+TimeUtils - Class in dev.plex.util
+
+TimeUtils() - Constructor for class dev.plex.util.TimeUtils
+
+TIMEZONE - Static variable in class dev.plex.util.adapter.ZonedDateTimeDeserializer
+
+TIMEZONE - Static variable in class dev.plex.util.adapter.ZonedDateTimeSerializer
+
+TIMEZONE - Static variable in class dev.plex.util.TimeUtils
+
+TIMEZONES - Static variable in class dev.plex.util.TimeUtils
+
+TimingService - Class in dev.plex.services.impl
+
+TimingService() - Constructor for class dev.plex.services.impl.TimingService
+
+Title - Enum Class in dev.plex.rank.enums
+
+Title(int, String, String, String, NamedTextColor) - Constructor for enum class dev.plex.rank.enums.Title
+
+to - Variable in class dev.plex.config.ModuleConfig
+
+Where it should be copied to in the module folder
+
+toggle(String) - Method in class dev.plex.command.impl.ToggleCMD
+
+Toggleable - Annotation Interface in dev.plex.listener.annotation
+
+ToggleCMD - Class in dev.plex.command.impl
+
+ToggleCMD() - Constructor for class dev.plex.command.impl.ToggleCMD
+
+ToggleMenu - Class in dev.plex.menu
+
+ToggleMenu() - Constructor for class dev.plex.menu.ToggleMenu
+
+toggles - Variable in class dev.plex.Plex
+
+TogglesListener - Class in dev.plex.listener.impl
+
+TogglesListener() - Constructor for class dev.plex.listener.impl.TogglesListener
+
+toJSON() - Method in class dev.plex.player.PlexPlayer
+
+toJSON() - Method in class dev.plex.punishment.extra.Note
+
+toJSON() - Method in class dev.plex.punishment.Punishment
+
+toJSON() - Method in enum class dev.plex.rank.enums.Rank
+
+toJSON() - Method in enum class dev.plex.rank.enums.Title
+
+type - Variable in class dev.plex.punishment.Punishment
+
+
+U
+
+unban(Punishment) - Method in class dev.plex.punishment.PunishmentManager
+
+unban(UUID) - Method in class dev.plex.punishment.PunishmentManager
+
+UnbanCMD - Class in dev.plex.command.impl
+
+UnbanCMD() - Constructor for class dev.plex.command.impl.UnbanCMD
+
+UnfreezeCMD - Class in dev.plex.command.impl
+
+UnfreezeCMD() - Constructor for class dev.plex.command.impl.UnfreezeCMD
+
+unloadModules() - Method in class dev.plex.module.ModuleManager
+
+UnmuteCMD - Class in dev.plex.command.impl
+
+UnmuteCMD() - Constructor for class dev.plex.command.impl.UnmuteCMD
+
+unregisterCommand(PlexCommand) - Method in class dev.plex.module.PlexModule
+
+Unregisters a PlexCommand.
+
+unregisterListener(PlexListener) - Method in class dev.plex.module.PlexModule
+
+Unregisters a PlexListener.
+
+update(PlexPlayer) - Static method in class dev.plex.cache.DataUtils
+
+Updates a player's information in the database
+
+update(PlexPlayer) - Method in class dev.plex.storage.player.MongoPlayerData
+
+Updates a player's information in the mongo database
+
+update(PlexPlayer) - Method in class dev.plex.storage.player.SQLPlayerData
+
+Updates a player's information in the SQL database
+
+update(CommandSender, Player, GameMode) - Method in class dev.plex.command.impl.GamemodeCMD
+
+UPDATE - Variable in class dev.plex.storage.player.SQLPlayerData
+
+UPDATE_BAN - Static variable in class dev.plex.storage.punishment.SQLPunishment
+
+UPDATE_PERMISSION - Static variable in class dev.plex.storage.permission.SQLPermissions
+
+updateChecker - Variable in class dev.plex.Plex
+
+UpdateChecker - Class in dev.plex.util
+
+UpdateChecker() - Constructor for class dev.plex.util.UpdateChecker
+
+UpdateCheckerService - Class in dev.plex.services.impl
+
+UpdateCheckerService() - Constructor for class dev.plex.services.impl.UpdateCheckerService
+
+updateJar(CommandSender, String, boolean) - Method in class dev.plex.util.UpdateChecker
+
+updatePermission(Permission, boolean) - Method in class dev.plex.storage.permission.SQLPermissions
+
+updatePermission(PlexPlayer, String, boolean) - Static method in class dev.plex.util.PermissionsUtil
+
+URL_REPLACEMENT_CONFIG - Static variable in class dev.plex.listener.impl.ChatListener
+
+usage() - Element in annotation interface dev.plex.command.annotation.CommandParameters
+
+The usage (optional)
+
+usage() - Method in class dev.plex.command.PlexCommand
+
+Converts usage to a Component
+
+usage(String) - Method in class dev.plex.command.PlexCommand
+
+Converts usage to a Component
+
+username - Variable in class dev.plex.util.AshconInfo
+
+username - Variable in class dev.plex.util.AshconInfo.UsernameHistory
+
+usernameHistories - Variable in class dev.plex.util.AshconInfo
+
+UsernameHistory() - Constructor for class dev.plex.util.AshconInfo.UsernameHistory
+
+usernames - Variable in class dev.plex.punishment.PunishmentManager.IndefiniteBan
+
+useTimezone(LocalDateTime) - Static method in class dev.plex.util.TimeUtils
+
+useTimezone(ZonedDateTime) - Static method in class dev.plex.util.TimeUtils
+
+uuid - Variable in class dev.plex.admin.Admin
+
+Gets the unique ID of an admin (immutable)
+
+uuid - Variable in class dev.plex.permission.Permission
+
+uuid - Variable in class dev.plex.player.PlexPlayer
+
+uuid - Variable in class dev.plex.punishment.extra.Note
+
+uuid - Variable in class dev.plex.util.AshconInfo
+
+uuids - Variable in class dev.plex.punishment.PunishmentManager.IndefiniteBan
+
+
+V
+
+value - Variable in class dev.plex.util.AshconInfo.SkinData
+
+value() - Element in annotation interface dev.plex.command.annotation.System
+
+value() - Element in annotation interface dev.plex.listener.annotation.Toggleable
+
+valueOf(String) - Static method in enum class dev.plex.command.source.RequiredCommandSource
+
+Returns the enum constant of this class with the specified name.
+
+valueOf(String) - Static method in enum class dev.plex.punishment.PunishmentType
+
+Returns the enum constant of this class with the specified name.
+
+valueOf(String) - Static method in enum class dev.plex.rank.enums.Rank
+
+Returns the enum constant of this class with the specified name.
+
+valueOf(String) - Static method in enum class dev.plex.rank.enums.Title
+
+Returns the enum constant of this class with the specified name.
+
+valueOf(String) - Static method in enum class dev.plex.storage.StorageType
+
+Returns the enum constant of this class with the specified name.
+
+values() - Static method in enum class dev.plex.command.source.RequiredCommandSource
+
+Returns an array containing the constants of this enum class, in
+the order they are declared.
+
+values() - Static method in enum class dev.plex.punishment.PunishmentType
+
+Returns an array containing the constants of this enum class, in
+the order they are declared.
+
+values() - Static method in enum class dev.plex.rank.enums.Rank
+
+Returns an array containing the constants of this enum class, in
+the order they are declared.
+
+values() - Static method in enum class dev.plex.rank.enums.Title
+
+Returns an array containing the constants of this enum class, in
+the order they are declared.
+
+values() - Static method in enum class dev.plex.storage.StorageType
+
+Returns an array containing the constants of this enum class, in
+the order they are declared.
+
+vanished - Variable in class dev.plex.player.PlexPlayer
+
+VaultHook - Class in dev.plex.hook
+
+VaultHook() - Constructor for class dev.plex.hook.VaultHook
+
+version - Variable in class dev.plex.module.PlexModuleFile
+
+
+W
+
+warn(String, Object...) - Static method in class dev.plex.util.PlexLog
+
+WebUtils - Class in dev.plex.util
+
+WebUtils() - Constructor for class dev.plex.util.WebUtils
+
+WorldCMD - Class in dev.plex.command.impl
+
+WorldCMD() - Constructor for class dev.plex.command.impl.WorldCMD
+
+WorldListener - Class in dev.plex.listener.impl
+
+WorldListener() - Constructor for class dev.plex.listener.impl.WorldListener
+
+writtenBy - Variable in class dev.plex.punishment.extra.Note
+
+
+X
+
+x - Variable in class dev.plex.world.NoiseOptions
+
+
+Y
+
+y - Variable in class dev.plex.world.NoiseOptions
+
+
+Z
+
+zonedDateTime - Variable in class dev.plex.util.AshconInfo.UsernameHistory
+
+ZonedDateTimeCodec - Class in dev.plex.storage.codec
+
+ZonedDateTimeCodec() - Constructor for class dev.plex.storage.codec.ZonedDateTimeCodec
+
+ZonedDateTimeDeserializer - Class in dev.plex.util.adapter
+
+ZonedDateTimeDeserializer() - Constructor for class dev.plex.util.adapter.ZonedDateTimeDeserializer
+
+ZonedDateTimeSerializer - Class in dev.plex.util.adapter
+
+ZonedDateTimeSerializer() - Constructor for class dev.plex.util.adapter.ZonedDateTimeSerializer
+
+
+A B C D E F G H I J K L M N O P R S T U V W X Y Z All Classes and Interfaces | All Packages | Constant Field Values | Serialized Form
+
+
+
+
diff --git a/static/javadoc/server/index.html b/static/javadoc/index.html
similarity index 88%
rename from static/javadoc/server/index.html
rename to static/javadoc/index.html
index 2ba96b7..5563527 100644
--- a/static/javadoc/server/index.html
+++ b/static/javadoc/index.html
@@ -1,141 +1,143 @@
-
-
-
-
-Overview (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
Packages
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+Overview (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Packages
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/jquery-ui.overrides.css b/static/javadoc/jquery-ui.overrides.css
similarity index 97%
rename from static/javadoc/server/jquery-ui.overrides.css
rename to static/javadoc/jquery-ui.overrides.css
index a46bfe7..f89acb6 100644
--- a/static/javadoc/server/jquery-ui.overrides.css
+++ b/static/javadoc/jquery-ui.overrides.css
@@ -1,34 +1,34 @@
-/*
- * Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * This code is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation. Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the LICENSE file that accompanied this code.
- *
- * This code 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
- * version 2 for more details (a copy is included in the LICENSE file that
- * accompanied this code).
- *
- * You should have received a copy of the GNU General Public License version
- * 2 along with this work; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
- * or visit www.oracle.com if you need additional information or have any
- * questions.
- */
-
-.ui-state-active,
-.ui-widget-content .ui-state-active,
-.ui-widget-header .ui-state-active,
-a.ui-button:active,
-.ui-button:active,
-.ui-button.ui-state-active:hover {
- /* Overrides the color of selection used in jQuery UI */
- background: #F8981D;
-}
+/*
+ * Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation. Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the LICENSE file that accompanied this code.
+ *
+ * This code 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ */
+
+.ui-state-active,
+.ui-widget-content .ui-state-active,
+.ui-widget-header .ui-state-active,
+a.ui-button:active,
+.ui-button:active,
+.ui-button.ui-state-active:hover {
+ /* Overrides the color of selection used in jQuery UI */
+ background: #F8981D;
+}
diff --git a/static/javadoc/legal/ADDITIONAL_LICENSE_INFO b/static/javadoc/legal/ADDITIONAL_LICENSE_INFO
new file mode 100644
index 0000000..ff700cd
--- /dev/null
+++ b/static/javadoc/legal/ADDITIONAL_LICENSE_INFO
@@ -0,0 +1,37 @@
+ ADDITIONAL INFORMATION ABOUT LICENSING
+
+Certain files distributed by Oracle America, Inc. and/or its affiliates are
+subject to the following clarification and special exception to the GPLv2,
+based on the GNU Project exception for its Classpath libraries, known as the
+GNU Classpath Exception.
+
+Note that Oracle includes multiple, independent programs in this software
+package. Some of those programs are provided under licenses deemed
+incompatible with the GPLv2 by the Free Software Foundation and others.
+For example, the package includes programs licensed under the Apache
+License, Version 2.0 and may include FreeType. Such programs are licensed
+to you under their original licenses.
+
+Oracle facilitates your further distribution of this package by adding the
+Classpath Exception to the necessary parts of its GPLv2 code, which permits
+you to use that code in combination with other independent modules not
+licensed under the GPLv2. However, note that this would not permit you to
+commingle code under an incompatible license with Oracle's GPLv2 licensed
+code by, for example, cutting and pasting such code into a file also
+containing Oracle's GPLv2 licensed code and then distributing the result.
+
+Additionally, if you were to remove the Classpath Exception from any of the
+files to which it applies and distribute the result, you would likely be
+required to license some or all of the other code in that distribution under
+the GPLv2 as well, and since the GPLv2 is incompatible with the license terms
+of some items included in the distribution by Oracle, removing the Classpath
+Exception could therefore effectively compromise your ability to further
+distribute the package.
+
+Failing to distribute notices associated with some files may also create
+unexpected legal consequences.
+
+Proceed with caution and we recommend that you obtain the advice of a lawyer
+skilled in open source matters before removing the Classpath Exception or
+making modifications to this package which may subsequently be redistributed
+and/or involve the use of third party software.
diff --git a/static/javadoc/legal/ASSEMBLY_EXCEPTION b/static/javadoc/legal/ASSEMBLY_EXCEPTION
new file mode 100644
index 0000000..065b8d9
--- /dev/null
+++ b/static/javadoc/legal/ASSEMBLY_EXCEPTION
@@ -0,0 +1,27 @@
+
+OPENJDK ASSEMBLY EXCEPTION
+
+The OpenJDK source code made available by Oracle America, Inc. (Oracle) at
+openjdk.java.net ("OpenJDK Code") is distributed under the terms of the GNU
+General Public License version 2
+only ("GPL2"), with the following clarification and special exception.
+
+ Linking this OpenJDK Code statically or dynamically with other code
+ is making a combined work based on this library. Thus, the terms
+ and conditions of GPL2 cover the whole combination.
+
+ As a special exception, Oracle gives you permission to link this
+ OpenJDK Code with certain code licensed by Oracle as indicated at
+ http://openjdk.java.net/legal/exception-modules-2007-05-08.html
+ ("Designated Exception Modules") to produce an executable,
+ regardless of the license terms of the Designated Exception Modules,
+ and to copy and distribute the resulting executable under GPL2,
+ provided that the Designated Exception Modules continue to be
+ governed by the licenses under which they were offered by Oracle.
+
+As such, it allows licensees and sublicensees of Oracle's GPL2 OpenJDK Code
+to build an executable that includes those portions of necessary code that
+Oracle could not provide under GPL2 (or that Oracle has provided under GPL2
+with the Classpath exception). If you modify or add to the OpenJDK code,
+that new GPL2 code may still be combined with Designated Exception Modules
+if the new code is made subject to this exception by its copyright holder.
diff --git a/static/javadoc/legal/LICENSE b/static/javadoc/legal/LICENSE
new file mode 100644
index 0000000..8b400c7
--- /dev/null
+++ b/static/javadoc/legal/LICENSE
@@ -0,0 +1,347 @@
+The GNU General Public License (GPL)
+
+Version 2, June 1991
+
+Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+Everyone is permitted to copy and distribute verbatim copies of this license
+document, but changing it is not allowed.
+
+Preamble
+
+The licenses for most software are designed to take away your freedom to share
+and change it. By contrast, the GNU General Public License is intended to
+guarantee your freedom to share and change free software--to make sure the
+software is free for all its users. This General Public License applies to
+most of the Free Software Foundation's software and to any other program whose
+authors commit to using it. (Some other Free Software Foundation software is
+covered by the GNU Library General Public License instead.) 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 this service 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 make restrictions that forbid anyone to deny
+you these rights or to ask you to surrender the rights. These restrictions
+translate to certain responsibilities for you if you distribute copies of the
+software, or if you modify it.
+
+For example, if you distribute copies of such a program, whether gratis or for
+a fee, you must give the recipients all the rights that you have. 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.
+
+We protect your rights with two steps: (1) copyright the software, and (2)
+offer you this license which gives you legal permission to copy, distribute
+and/or modify the software.
+
+Also, for each author's protection and ours, we want to make certain that
+everyone understands that there is no warranty for this free software. If the
+software is modified by someone else and passed on, we want its recipients to
+know that what they have is not the original, so that any problems introduced
+by others will not reflect on the original authors' reputations.
+
+Finally, any free program is threatened constantly by software patents. We
+wish to avoid the danger that redistributors of a free program will
+individually obtain patent licenses, in effect making the program proprietary.
+To prevent this, we have made it clear that any patent must be licensed for
+everyone's free use or not licensed at all.
+
+The precise terms and conditions for copying, distribution and modification
+follow.
+
+TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+0. This License applies to any program or other work which contains a notice
+placed by the copyright holder saying it may be distributed under the terms of
+this General Public License. The "Program", below, refers to any such program
+or work, and a "work based on the Program" means either the Program or any
+derivative work under copyright law: that is to say, a work containing the
+Program or a portion of it, either verbatim or with modifications and/or
+translated into another language. (Hereinafter, translation is included
+without limitation in the term "modification".) Each licensee is addressed as
+"you".
+
+Activities other than copying, distribution and modification are not covered by
+this License; they are outside its scope. The act of running the Program is
+not restricted, and the output from the Program is covered only if its contents
+constitute a work based on the Program (independent of having been made by
+running the Program). Whether that is true depends on what the Program does.
+
+1. You may copy and distribute 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 and
+disclaimer of warranty; keep intact all the notices that refer to this License
+and to the absence of any warranty; and give any other recipients of the
+Program a copy of this License along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and you may
+at your option offer warranty protection in exchange for a fee.
+
+2. You may modify your copy or copies of the Program or any portion of it, thus
+forming a work based on the Program, and copy and distribute such modifications
+or work under the terms of Section 1 above, provided that you also meet all of
+these conditions:
+
+ a) You must cause the modified files to carry prominent notices stating
+ that you changed the files and the date of any change.
+
+ b) You must cause any work that you distribute or publish, that in whole or
+ in part contains or is derived from the Program or any part thereof, to be
+ licensed as a whole at no charge to all third parties under the terms of
+ this License.
+
+ c) If the modified program normally reads commands interactively when run,
+ you must cause it, when started running for such interactive use in the
+ most ordinary way, to print or display an announcement including an
+ appropriate copyright notice and a notice that there is no warranty (or
+ else, saying that you provide a warranty) and that users may redistribute
+ the program under these conditions, and telling the user how to view a copy
+ of this License. (Exception: if the Program itself is interactive but does
+ not normally print such an announcement, your work based on the Program is
+ not required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If identifiable
+sections of that work are not derived from the Program, and can be reasonably
+considered independent and separate works in themselves, then this License, and
+its terms, do not apply to those sections when you distribute them as separate
+works. But when you distribute the same sections as part of a whole which is a
+work based on the Program, the distribution of the whole must be on the terms
+of this License, whose permissions for other licensees extend to the entire
+whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest your
+rights to work written entirely by you; rather, the intent is to exercise the
+right to control the distribution of derivative or collective works based on
+the Program.
+
+In addition, mere aggregation of another work not based on the Program with the
+Program (or with a work based on the Program) on a volume of a storage or
+distribution medium does not bring the other work under the scope of this
+License.
+
+3. You may copy and distribute the Program (or a work based on it, under
+Section 2) in object code or executable form under the terms of Sections 1 and
+2 above provided that you also do one of the following:
+
+ a) Accompany it with the complete corresponding machine-readable source
+ code, which must be distributed under the terms of Sections 1 and 2 above
+ on a medium customarily used for software interchange; or,
+
+ b) Accompany it with a written offer, valid for at least three years, to
+ give any third party, for a charge no more than your cost of physically
+ performing source distribution, a complete machine-readable copy of the
+ corresponding source code, to be distributed under the terms of Sections 1
+ and 2 above on a medium customarily used for software interchange; or,
+
+ c) Accompany it with the information you received as to the offer to
+ distribute corresponding source code. (This alternative is allowed only
+ for noncommercial distribution and only if you received the program in
+ object code or executable form with such an offer, in accord with
+ Subsection b above.)
+
+The source code for a work means the preferred form of the work for making
+modifications to it. For an executable work, complete source code means all
+the source code for all modules it contains, plus any associated interface
+definition files, plus the scripts used to control compilation and installation
+of the executable. However, as a special exception, the source code
+distributed need not include anything that is normally distributed (in either
+source or binary form) with the major components (compiler, kernel, and so on)
+of the operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering access to copy
+from a designated place, then offering equivalent access to copy the source
+code from the same place counts as distribution of the source code, even though
+third parties are not compelled to copy the source along with the object code.
+
+4. You may not copy, modify, sublicense, or distribute the Program except as
+expressly provided under this License. Any attempt otherwise to copy, modify,
+sublicense or distribute the Program is void, and will automatically terminate
+your rights under this License. However, parties who have received copies, or
+rights, from you under this License will not have their licenses terminated so
+long as such parties remain in full compliance.
+
+5. You are not required to accept this License, since you have not signed it.
+However, nothing else grants you permission to modify or distribute the Program
+or its derivative works. These actions are prohibited by law if you do not
+accept this License. Therefore, by modifying or distributing the Program (or
+any work based on the Program), you indicate your acceptance of this License to
+do so, and all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+6. Each time you redistribute the Program (or any work based on the Program),
+the recipient automatically receives a license from the original licensor to
+copy, distribute or modify the Program subject to these terms and conditions.
+You may not impose any further restrictions on the recipients' exercise of the
+rights granted herein. You are not responsible for enforcing compliance by
+third parties to this License.
+
+7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues), 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 distribute so as to satisfy
+simultaneously your obligations under this License and any other pertinent
+obligations, then as a consequence you may not distribute the Program at all.
+For example, if a patent license would not permit royalty-free redistribution
+of the Program by all those who receive copies directly or indirectly through
+you, then the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under any
+particular circumstance, the balance of the section is intended to apply and
+the section as a whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to infringe any patents or
+other property right claims or to contest validity of any such claims; this
+section has the sole purpose of protecting the integrity of the free software
+distribution system, which is implemented by public license practices. Many
+people have made generous contributions to the wide range of software
+distributed through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing to
+distribute software through any other system and a licensee cannot impose that
+choice.
+
+This section is intended to make thoroughly clear what is believed to be a
+consequence of the rest of this License.
+
+8. If the distribution and/or use of the Program is restricted in certain
+countries either by patents or by copyrighted interfaces, the original
+copyright holder who places the Program under this License may add an explicit
+geographical distribution limitation excluding those countries, so that
+distribution is permitted only in or among countries not thus excluded. In
+such case, this License incorporates the limitation as if written in the body
+of this License.
+
+9. The Free Software Foundation may publish revised and/or new versions of the
+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 a version number of this License which applies to it and "any later
+version", you have the option of following the terms and conditions either of
+that version or of any later version published by the Free Software Foundation.
+If the Program does not specify a version number of this License, you may
+choose any version ever published by the Free Software Foundation.
+
+10. If you wish to incorporate parts of the Program into other free programs
+whose distribution conditions are different, write to the author to ask for
+permission. For software which is copyrighted by the Free Software Foundation,
+write to the Free Software Foundation; we sometimes make exceptions for this.
+Our decision will be guided by the two goals of preserving the free status of
+all derivatives of our free software and of promoting the sharing and reuse of
+software generally.
+
+NO WARRANTY
+
+11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, 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.
+
+12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL
+ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE 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.
+
+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 convey the exclusion
+of warranty; and each file should have at least the "copyright" line and a
+pointer to where the full notice is found.
+
+ One line to give the program's name and a brief idea of what it does.
+
+ 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 2 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, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this when it
+starts in an interactive mode:
+
+ Gnomovision version 69, Copyright (C) year name of author Gnomovision 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, the commands you use may be
+called something other than 'show w' and 'show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your school,
+if any, to sign a "copyright disclaimer" for the program, if necessary. Here
+is a sample; alter the names:
+
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+ 'Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+ signature of Ty Coon, 1 April 1989
+
+ Ty Coon, President of Vice
+
+This 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 Library General Public
+License instead of this License.
+
+
+"CLASSPATH" EXCEPTION TO THE GPL
+
+Certain source files distributed by Oracle America and/or its affiliates are
+subject to the following clarification and special exception to the GPL, but
+only where Oracle has expressly included in the particular source file's header
+the words "Oracle designates this particular file as subject to the "Classpath"
+exception as provided by Oracle in the LICENSE file that accompanied this code."
+
+ Linking this library statically or dynamically with other modules is making
+ a combined work based on this library. Thus, the terms and conditions of
+ the GNU General Public License cover the whole combination.
+
+ As a special exception, the copyright holders of this library give you
+ permission to link this library with independent modules to produce an
+ executable, regardless of the license terms of these independent modules,
+ and to copy and distribute the resulting executable under terms of your
+ choice, provided that you also meet, for each linked independent module,
+ the terms and conditions of the license of that module. An independent
+ module is a module which is not derived from or based on this library. If
+ you modify this library, you may extend this exception to your version of
+ the library, but you are not obligated to do so. If you do not wish to do
+ so, delete this exception statement from your version.
diff --git a/static/javadoc/api/legal/jquery.md b/static/javadoc/legal/jquery.md
similarity index 100%
rename from static/javadoc/api/legal/jquery.md
rename to static/javadoc/legal/jquery.md
diff --git a/static/javadoc/api/legal/jqueryUI.md b/static/javadoc/legal/jqueryUI.md
similarity index 100%
rename from static/javadoc/api/legal/jqueryUI.md
rename to static/javadoc/legal/jqueryUI.md
diff --git a/static/javadoc/member-search-index.js b/static/javadoc/member-search-index.js
new file mode 100644
index 0000000..43d9371
--- /dev/null
+++ b/static/javadoc/member-search-index.js
@@ -0,0 +1 @@
+memberSearchIndex = [{"p":"dev.plex.util.menu","c":"AbstractMenu","l":"AbstractMenu(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"dev.plex.services","c":"AbstractService","l":"AbstractService(boolean, boolean)","u":"%3Cinit%3E(boolean,boolean)"},{"p":"dev.plex.punishment","c":"Punishment","l":"active"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"addAttributeModifier(Attribute, AttributeModifier)","u":"addAttributeModifier(org.bukkit.attribute.Attribute,org.bukkit.attribute.AttributeModifier)"},{"p":"dev.plex.module","c":"PlexModule","l":"addDefaultMessage(String, Object)","u":"addDefaultMessage(java.lang.String,java.lang.Object)"},{"p":"dev.plex.module","c":"PlexModule","l":"addDefaultMessage(String, Object, String...)","u":"addDefaultMessage(java.lang.String,java.lang.Object,java.lang.String...)"},{"p":"dev.plex.config","c":"Config","l":"added"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"addEnchantment(Enchantment, int)","u":"addEnchantment(org.bukkit.enchantments.Enchantment,int)"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"addItemFlag(ItemFlag...)","u":"addItemFlag(org.bukkit.inventory.ItemFlag...)"},{"p":"dev.plex.storage.punishment","c":"SQLNotes","l":"addNote(Note)","u":"addNote(dev.plex.punishment.extra.Note)"},{"p":"dev.plex.storage.permission","c":"SQLPermissions","l":"addPermission(Permission)","u":"addPermission(dev.plex.permission.Permission)"},{"p":"dev.plex.util","c":"PermissionsUtil","l":"addPermission(PlexPlayer, Permission)","u":"addPermission(dev.plex.player.PlexPlayer,dev.plex.permission.Permission)"},{"p":"dev.plex.util","c":"PermissionsUtil","l":"addPermission(PlexPlayer, String)","u":"addPermission(dev.plex.player.PlexPlayer,java.lang.String)"},{"p":"dev.plex.util","c":"PlexUtils","l":"addToArrayList(List, T)","u":"addToArrayList(java.util.List,T)"},{"p":"dev.plex.admin","c":"AdminList","l":"addToCache(Admin)","u":"addToCache(dev.plex.admin.Admin)"},{"p":"dev.plex.rank.enums","c":"Rank","l":"ADMIN"},{"p":"dev.plex.admin","c":"Admin","l":"Admin(UUID)","u":"%3Cinit%3E(java.util.UUID)"},{"p":"dev.plex.player","c":"PlexPlayer","l":"adminActive"},{"p":"dev.plex.event","c":"AdminAddEvent","l":"AdminAddEvent()","u":"%3Cinit%3E()"},{"p":"dev.plex.admin","c":"Admin","l":"adminChat"},{"p":"dev.plex.util","c":"PlexUtils","l":"adminChat(String, String, UUID...)","u":"adminChat(java.lang.String,java.lang.String,java.util.UUID...)"},{"p":"dev.plex.command.impl","c":"AdminChatCMD","l":"AdminChatCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"AdminCMD","l":"AdminCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex","c":"Plex","l":"adminList"},{"p":"dev.plex.admin","c":"AdminList","l":"AdminList()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"AdminListener","l":"AdminListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.event","c":"AdminRemoveEvent","l":"AdminRemoveEvent()","u":"%3Cinit%3E()"},{"p":"dev.plex.admin","c":"AdminList","l":"admins"},{"p":"dev.plex.event","c":"AdminSetRankEvent","l":"AdminSetRankEvent()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"AdminworldCMD","l":"AdminworldCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"AdventureCMD","l":"AdventureCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.annotation","c":"CommandParameters","l":"aliases()"},{"p":"dev.plex.permission","c":"Permission","l":"allowed"},{"p":"dev.plex.world","c":"NoiseOptions","l":"amplitude"},{"p":"dev.plex.listener.impl","c":"AntiNukerListener","l":"AntiNukerListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"AntiSpamListener","l":"AntiSpamListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.source","c":"RequiredCommandSource","l":"ANY"},{"p":"dev.plex.util","c":"AshconInfo","l":"AshconInfo()","u":"%3Cinit%3E()"},{"p":"dev.plex.services","c":"AbstractService","l":"asynchronous"},{"p":"dev.plex.util","c":"BuildInfo","l":"author"},{"p":"dev.plex.services.impl","c":"AutoWipeService","l":"AutoWipeService()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"BAN"},{"p":"dev.plex.command.impl","c":"BanCMD","l":"BanCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"BanListener","l":"BanListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.services.impl","c":"BanService","l":"BanService()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment","c":"Punishment","l":"banUrl"},{"p":"dev.plex.listener.impl","c":"ChatListener.PlexChatRenderer","l":"before"},{"p":"dev.plex.command.impl","c":"BlockEditCMD","l":"bl"},{"p":"dev.plex.services.impl","c":"CommandBlockerService","l":"BLOCKED_COMMANDS"},{"p":"dev.plex.listener.impl","c":"BlockListener","l":"blockedBlocks"},{"p":"dev.plex.command.blocking","c":"BlockedCommand","l":"BlockedCommand()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"BlockEditCMD","l":"BlockEditCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"BlockListener","l":"blockedPlayers"},{"p":"dev.plex.listener.impl","c":"BlockListener","l":"BlockListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.world","c":"BlockMapChunkGenerator","l":"blockMap"},{"p":"dev.plex.world","c":"BlockMapChunkGenerator","l":"BlockMapChunkGenerator(LinkedHashMap, BlockPopulator...)","u":"%3Cinit%3E(java.util.LinkedHashMap,org.bukkit.generator.BlockPopulator...)"},{"p":"dev.plex.util","c":"BlockUtils","l":"BlockUtils()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"BookListener","l":"BookListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"UpdateChecker","l":"BRANCH"},{"p":"dev.plex.util","c":"PlexUtils","l":"broadcast(Component)","u":"broadcast(net.kyori.adventure.text.Component)"},{"p":"dev.plex.util","c":"PlexUtils","l":"broadcast(String)","u":"broadcast(java.lang.String)"},{"p":"dev.plex.util","c":"PlexUtils","l":"broadcastToAdmins(Component)","u":"broadcastToAdmins(net.kyori.adventure.text.Component)"},{"p":"dev.plex","c":"Plex","l":"build"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"build()"},{"p":"dev.plex.util","c":"BuildInfo","l":"BuildInfo()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"BungeeUtil","l":"BungeeUtil()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"BlockListener","l":"cachedBlockedBlocksConfig"},{"p":"dev.plex.event","c":"PunishedPlayerEvent","l":"cancelled"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"canEnterWorld(Player)","u":"canEnterWorld(org.bukkit.entity.Player)"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"canModifyWorld(Player, boolean)","u":"canModifyWorld(org.bukkit.entity.Player,boolean)"},{"p":"dev.plex","c":"Plex","l":"chat"},{"p":"dev.plex.hook","c":"VaultHook","l":"CHAT"},{"p":"dev.plex.listener.impl","c":"ChatListener","l":"ChatListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"GameRuleUtil","l":"check(T)"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"checkLevel(PlexPlayer, String[])","u":"checkLevel(dev.plex.player.PlexPlayer,java.lang.String[])"},{"p":"dev.plex.command","c":"PlexCommand","l":"checkRank(CommandSender, Rank, String)","u":"checkRank(org.bukkit.command.CommandSender,dev.plex.rank.enums.Rank,java.lang.String)"},{"p":"dev.plex.command","c":"PlexCommand","l":"checkRank(Player, Rank, String)","u":"checkRank(org.bukkit.entity.Player,dev.plex.rank.enums.Rank,java.lang.String)"},{"p":"dev.plex.command","c":"PlexCommand","l":"checkTab(CommandSender, Rank, String)","u":"checkTab(org.bukkit.command.CommandSender,dev.plex.rank.enums.Rank,java.lang.String)"},{"p":"dev.plex.command","c":"PlexCommand","l":"checkTab(Player, Rank, String)","u":"checkTab(org.bukkit.entity.Player,dev.plex.rank.enums.Rank,java.lang.String)"},{"p":"dev.plex.world","c":"CustomWorld","l":"chunks"},{"p":"dev.plex.util","c":"PlexUtils","l":"cleanString(String)","u":"cleanString(java.lang.String)"},{"p":"dev.plex.player","c":"PlexPlayer","l":"coins"},{"p":"dev.plex.rank.enums","c":"Rank","l":"color"},{"p":"dev.plex.rank.enums","c":"Title","l":"color"},{"p":"dev.plex.command.blocking","c":"BlockedCommand","l":"command"},{"p":"dev.plex.command.blocking","c":"BlockedCommand","l":"commandAliases"},{"p":"dev.plex.services.impl","c":"CommandBlockerService","l":"CommandBlockerService()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.exception","c":"CommandFailException","l":"CommandFailException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"dev.plex.handlers","c":"CommandHandler","l":"CommandHandler()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"CommandListener","l":"CommandListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"MuteListener","l":"commands"},{"p":"dev.plex.module","c":"PlexModule","l":"commands"},{"p":"dev.plex","c":"Plex","l":"commands"},{"p":"dev.plex.command","c":"PlexCommand","l":"commandSource"},{"p":"dev.plex.admin","c":"Admin","l":"commandSpy"},{"p":"dev.plex.player","c":"PlexPlayer","l":"commandSpy"},{"p":"dev.plex.command.impl","c":"CommandSpyCMD","l":"CommandSpyCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"GameRuleUtil","l":"commitGlobalGameRules(World)","u":"commitGlobalGameRules(org.bukkit.World)"},{"p":"dev.plex.util","c":"GameRuleUtil","l":"commitSpecificGameRules(World)","u":"commitSpecificGameRules(org.bukkit.World)"},{"p":"dev.plex.command","c":"PlexCommand","l":"componentFromString(String)","u":"componentFromString(java.lang.String)"},{"p":"dev.plex","c":"Plex","l":"config"},{"p":"dev.plex.config","c":"Config","l":"Config(Plex, String)","u":"%3Cinit%3E(dev.plex.Plex,java.lang.String)"},{"p":"dev.plex.world","c":"ConfigurationChunkGenerator","l":"ConfigurationChunkGenerator(String, BlockPopulator...)","u":"%3Cinit%3E(java.lang.String,org.bukkit.generator.BlockPopulator...)"},{"p":"dev.plex.command.source","c":"RequiredCommandSource","l":"CONSOLE"},{"p":"dev.plex.command.exception","c":"ConsoleMustDefinePlayerException","l":"ConsoleMustDefinePlayerException()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.exception","c":"ConsoleOnlyException","l":"ConsoleOnlyException()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"ConsoleSayCMD","l":"ConsoleSayCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.world","c":"ConfigurationChunkGenerator","l":"createBlockMap(String)","u":"createBlockMap(java.lang.String)"},{"p":"dev.plex.util","c":"TimeUtils","l":"createDate(String)","u":"createDate(java.lang.String)"},{"p":"dev.plex.module.loader","c":"LibraryLoader","l":"createLoader(PlexModule, PlexModuleFile)","u":"createLoader(dev.plex.module.PlexModule,dev.plex.module.PlexModuleFile)"},{"p":"dev.plex.world","c":"BlockMapChunkGenerator","l":"createLoopChunkData(int, int, int, ChunkGenerator.ChunkData)","u":"createLoopChunkData(int,int,int,org.bukkit.generator.ChunkGenerator.ChunkData)"},{"p":"dev.plex.world","c":"CustomChunkGenerator","l":"createLoopChunkData(int, int, int, ChunkGenerator.ChunkData)","u":"createLoopChunkData(int,int,int,org.bukkit.generator.ChunkGenerator.ChunkData)"},{"p":"dev.plex.world","c":"FlatChunkGenerator","l":"createLoopChunkData(int, int, int, ChunkGenerator.ChunkData)","u":"createLoopChunkData(int,int,int,org.bukkit.generator.ChunkGenerator.ChunkData)"},{"p":"dev.plex.world","c":"NoiseChunkGenerator","l":"createLoopChunkData(int, int, int, ChunkGenerator.ChunkData)","u":"createLoopChunkData(int,int,int,org.bukkit.generator.ChunkGenerator.ChunkData)"},{"p":"dev.plex.world","c":"OctaveChunkGenerator","l":"createLoopChunkData(int, int, int, ChunkGenerator.ChunkData)","u":"createLoopChunkData(int,int,int,org.bukkit.generator.ChunkGenerator.ChunkData)"},{"p":"dev.plex.command.impl","c":"CreativeCMD","l":"CreativeCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"AshconInfo.Textures","l":"custom"},{"p":"dev.plex.world","c":"CustomChunkGenerator","l":"CustomChunkGenerator(int, BlockPopulator...)","u":"%3Cinit%3E(int,org.bukkit.generator.BlockPopulator...)"},{"p":"dev.plex.module.loader","c":"CustomClassLoader","l":"CustomClassLoader(URL, ClassLoader)","u":"%3Cinit%3E(java.net.URL,java.lang.ClassLoader)"},{"p":"dev.plex.punishment","c":"Punishment","l":"customTime"},{"p":"dev.plex.world","c":"CustomWorld","l":"CustomWorld(String, CustomChunkGenerator)","u":"%3Cinit%3E(java.lang.String,dev.plex.world.CustomChunkGenerator)"},{"p":"dev.plex.module","c":"PlexModule","l":"dataFolder"},{"p":"dev.plex.storage","c":"SQLConnection","l":"dataSource"},{"p":"dev.plex.storage.player","c":"MongoPlayerData","l":"datastore"},{"p":"dev.plex.cache","c":"DataUtils","l":"DataUtils()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"BuildInfo","l":"date"},{"p":"dev.plex.util","c":"TimeUtils","l":"DATE_FORMAT"},{"p":"dev.plex.command.annotation","c":"System","l":"debug()"},{"p":"dev.plex.util","c":"PlexLog","l":"debug(String, Object...)","u":"debug(java.lang.String,java.lang.Object...)"},{"p":"dev.plex.command.impl","c":"DebugCMD","l":"DebugCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.storage.codec","c":"ZonedDateTimeCodec","l":"decode(BsonReader, DecoderContext)","u":"decode(org.bson.BsonReader,org.bson.codecs.DecoderContext)"},{"p":"dev.plex.storage.punishment","c":"SQLNotes","l":"DELETE"},{"p":"dev.plex.storage.punishment","c":"SQLNotes","l":"deleteNote(int, UUID)","u":"deleteNote(int,java.util.UUID)"},{"p":"dev.plex.command.impl","c":"DeopAllCMD","l":"DeopAllCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"DeopCMD","l":"DeopCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.module","c":"PlexModuleFile","l":"description"},{"p":"dev.plex.command.annotation","c":"CommandParameters","l":"description()"},{"p":"dev.plex.util.adapter","c":"ZonedDateTimeDeserializer","l":"deserialize(JsonElement, Type, JsonDeserializationContext)","u":"deserialize(com.google.gson.JsonElement,java.lang.reflect.Type,com.google.gson.JsonDeserializationContext)"},{"p":"dev.plex.rank.enums","c":"Title","l":"DEV"},{"p":"dev.plex.util","c":"PlexUtils","l":"DEVELOPERS"},{"p":"dev.plex.module","c":"PlexModule","l":"disable()"},{"p":"dev.plex.util","c":"PlexUtils","l":"disabledEffect(Player, Location)","u":"disabledEffect(org.bukkit.entity.Player,org.bukkit.Location)"},{"p":"dev.plex.util","c":"PlexUtils","l":"disabledEffectMultiple(Player[], Location)","u":"disabledEffectMultiple(org.bukkit.entity.Player[],org.bukkit.Location)"},{"p":"dev.plex.module","c":"ModuleManager","l":"disableModules()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"displayName()"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"displayName(Component)","u":"displayName(net.kyori.adventure.text.Component)"},{"p":"dev.plex.util","c":"UpdateChecker","l":"distance"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"doPunishment(PlexPlayer, Punishment)","u":"doPunishment(dev.plex.player.PlexPlayer,dev.plex.punishment.Punishment)"},{"p":"dev.plex.util","c":"UpdateChecker","l":"DOWNLOAD_PAGE"},{"p":"dev.plex.listener.impl","c":"DropListener","l":"DropListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"EDIT_COMMANDS"},{"p":"dev.plex.module","c":"PlexModule","l":"enable()"},{"p":"dev.plex.module","c":"ModuleManager","l":"enableModules()"},{"p":"dev.plex.storage.codec","c":"ZonedDateTimeCodec","l":"encode(BsonWriter, ZonedDateTime, EncoderContext)","u":"encode(org.bson.BsonWriter,java.time.ZonedDateTime,org.bson.codecs.EncoderContext)"},{"p":"dev.plex.punishment","c":"Punishment","l":"endDate"},{"p":"dev.plex.services","c":"ServiceManager","l":"endService(AbstractService)","u":"endService(dev.plex.services.AbstractService)"},{"p":"dev.plex.services","c":"ServiceManager","l":"endService(AbstractService, boolean)","u":"endService(dev.plex.services.AbstractService,boolean)"},{"p":"dev.plex.services","c":"ServiceManager","l":"endServices()"},{"p":"dev.plex.command.impl","c":"EntityWipeCMD","l":"EntityWipeCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"PlexLog","l":"error(String, Object...)","u":"error(java.lang.String,java.lang.Object...)"},{"p":"dev.plex.command.impl","c":"BlockEditCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"CommandSpyCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"EntityWipeCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"MobPurgeCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"TFMCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command","c":"PlexCommand","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"AdminChatCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"AdminCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"AdminworldCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"AdventureCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"BanCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"ConsoleSayCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"CreativeCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"DebugCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"DeopAllCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"DeopCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"FlatlandsCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"FreezeCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"GamemodeCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"KickCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"ListCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"LocalSpawnCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"LockupCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"MasterbuilderworldCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"MuteCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"NameHistoryCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"NotesCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"OpAllCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"OpCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"PlexCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"PunishmentsCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"RankCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"RawSayCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"SayCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"SmiteCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"SpectatorCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"SurvivalCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"TagCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"TempbanCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"ToggleCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"UnbanCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"UnfreezeCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"UnmuteCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"WorldCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.rank.enums","c":"Rank","l":"EXECUTIVE"},{"p":"dev.plex.storage.player","c":"MongoPlayerData","l":"exists(String)","u":"exists(java.lang.String)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"exists(String)","u":"exists(java.lang.String)"},{"p":"dev.plex.storage.player","c":"MongoPlayerData","l":"exists(UUID)","u":"exists(java.util.UUID)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"exists(UUID)","u":"exists(java.util.UUID)"},{"p":"dev.plex.module.loader","c":"CustomClassLoader","l":"extractJar(URL)","u":"extractJar(java.net.URL)"},{"p":"dev.plex.util","c":"UpdateChecker","l":"fetchDistanceFromGitHub(String, String, String)","u":"fetchDistanceFromGitHub(java.lang.String,java.lang.String,java.lang.String)"},{"p":"dev.plex.config","c":"Config","l":"file"},{"p":"dev.plex.config","c":"ModuleConfig","l":"file"},{"p":"dev.plex.world","c":"FlatChunkGenerator","l":"FlatChunkGenerator(int, BlockPopulator...)","u":"%3Cinit%3E(int,org.bukkit.generator.BlockPopulator...)"},{"p":"dev.plex.command.impl","c":"FlatlandsCMD","l":"FlatlandsCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"FREEZE"},{"p":"dev.plex.command.impl","c":"FreezeCMD","l":"FreezeCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"FreezeListener","l":"FreezeListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.world","c":"NoiseOptions","l":"frequency"},{"p":"dev.plex.config","c":"ModuleConfig","l":"from"},{"p":"dev.plex.punishment","c":"Punishment","l":"fromJson(String)","u":"fromJson(java.lang.String)"},{"p":"dev.plex.event","c":"PunishedPlayerFreezeEvent","l":"frozen"},{"p":"dev.plex.player","c":"PlexPlayer","l":"frozen"},{"p":"dev.plex.command.impl","c":"GamemodeCMD","l":"gamemode"},{"p":"dev.plex.event","c":"GameModeUpdateEvent","l":"gameMode"},{"p":"dev.plex.command.impl","c":"GamemodeCMD","l":"GamemodeCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"GameModeListener","l":"GameModeListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.event","c":"GameModeUpdateEvent","l":"GameModeUpdateEvent()","u":"%3Cinit%3E()"},{"p":"dev.plex.services.impl","c":"GameRuleService","l":"GameRuleService()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"GameRuleUtil","l":"GameRuleUtil()","u":"%3Cinit%3E()"},{"p":"dev.plex.world","c":"CustomWorld","l":"generate()"},{"p":"dev.plex.punishment","c":"Punishment","l":"generateBanMessage(Punishment)","u":"generateBanMessage(dev.plex.punishment.Punishment)"},{"p":"dev.plex.world","c":"CustomWorld","l":"generateConfigFlatWorld(String)","u":"generateConfigFlatWorld(java.lang.String)"},{"p":"dev.plex.rank","c":"RankManager","l":"generateDefaultRanks()"},{"p":"dev.plex.punishment","c":"Punishment","l":"generateIndefBanMessage(String)","u":"generateIndefBanMessage(java.lang.String)"},{"p":"dev.plex.world","c":"OctaveChunkGenerator","l":"generateNoise(WorldInfo, Random, int, int, ChunkGenerator.ChunkData)","u":"generateNoise(org.bukkit.generator.WorldInfo,java.util.Random,int,int,org.bukkit.generator.ChunkGenerator.ChunkData)"},{"p":"dev.plex.world","c":"NoiseChunkGenerator","l":"generateNoise(WorldInfo, Random, int, int, ChunkGenerator.ChunkData)","u":"generateNoise(org.bukkit.generator.WorldInfo,java.util.Random,int,int,org.bukkit.generator.ChunkGenerator.ChunkData)"},{"p":"dev.plex.world","c":"FlatChunkGenerator","l":"generateSurface(WorldInfo, Random, int, int, ChunkGenerator.ChunkData)","u":"generateSurface(org.bukkit.generator.WorldInfo,java.util.Random,int,int,org.bukkit.generator.ChunkGenerator.ChunkData)"},{"p":"dev.plex","c":"Plex","l":"generateWorlds()"},{"p":"dev.plex.world","c":"CustomWorld","l":"generator()"},{"p":"dev.plex","c":"Plex","l":"get()"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"getActiveBans()"},{"p":"dev.plex.admin","c":"AdminList","l":"getAllAdminPlayers()"},{"p":"dev.plex.admin","c":"AdminList","l":"getAllAdmins()"},{"p":"dev.plex.storage.player","c":"MongoPlayerData","l":"getByIP(String)","u":"getByIP(java.lang.String)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"getByIP(String)","u":"getByIP(java.lang.String)"},{"p":"dev.plex.storage.player","c":"MongoPlayerData","l":"getByName(String)","u":"getByName(java.lang.String)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"getByName(String)","u":"getByName(java.lang.String)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"getByName(String, boolean)","u":"getByName(java.lang.String,boolean)"},{"p":"dev.plex.storage.player","c":"MongoPlayerData","l":"getByUUID(UUID)","u":"getByUUID(java.util.UUID)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"getByUUID(UUID)","u":"getByUUID(java.util.UUID)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"getByUUID(UUID, boolean)","u":"getByUUID(java.util.UUID,boolean)"},{"p":"dev.plex.hook","c":"VaultHook","l":"getChat()"},{"p":"dev.plex.util","c":"ReflectionsUtil","l":"getClassesBySubType(String, Class)","u":"getClassesBySubType(java.lang.String,java.lang.Class)"},{"p":"dev.plex.util","c":"ReflectionsUtil","l":"getClassesFrom(String)","u":"getClassesFrom(java.lang.String)"},{"p":"dev.plex.module.loader","c":"LibraryLoader","l":"getClassNamesFromJar(JarFile)","u":"getClassNamesFromJar(java.util.jar.JarFile)"},{"p":"dev.plex.rank","c":"RankManager","l":"getColor(PlexPlayer)","u":"getColor(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.module","c":"PlexModule","l":"getCommand(String)","u":"getCommand(java.lang.String)"},{"p":"dev.plex.storage","c":"SQLConnection","l":"getCon()"},{"p":"dev.plex.listener.impl","c":"AntiNukerListener","l":"getCount(UUID)","u":"getCount(java.util.UUID)"},{"p":"dev.plex.listener.impl","c":"AntiSpamListener","l":"getCount(UUID)","u":"getCount(java.util.UUID)"},{"p":"dev.plex.menu","c":"PunishedPlayerMenu","l":"getCurrentInventoryIndex(Inventory)","u":"getCurrentInventoryIndex(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.menu","c":"PunishmentMenu","l":"getCurrentInventoryIndex(Inventory)","u":"getCurrentInventoryIndex(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.menu","c":"ToggleMenu","l":"getCurrentInventoryIndex(Inventory)","u":"getCurrentInventoryIndex(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.storage","c":"MongoConnection","l":"getDatastore()"},{"p":"dev.plex.world","c":"CustomChunkGenerator","l":"getDefaultPopulators(World)","u":"getDefaultPopulators(org.bukkit.World)"},{"p":"dev.plex.storage.codec","c":"ZonedDateTimeCodec","l":"getEncoderClass()"},{"p":"dev.plex.util","c":"WebUtils","l":"getFromName(String)","u":"getFromName(java.lang.String)"},{"p":"dev.plex.event","c":"AdminAddEvent","l":"getHandlerList()"},{"p":"dev.plex.event","c":"AdminRemoveEvent","l":"getHandlerList()"},{"p":"dev.plex.event","c":"AdminSetRankEvent","l":"getHandlerList()"},{"p":"dev.plex.event","c":"GameModeUpdateEvent","l":"getHandlerList()"},{"p":"dev.plex.event","c":"PunishedPlayerFreezeEvent","l":"getHandlerList()"},{"p":"dev.plex.event","c":"PunishedPlayerLockupEvent","l":"getHandlerList()"},{"p":"dev.plex.event","c":"PunishedPlayerMuteEvent","l":"getHandlerList()"},{"p":"dev.plex.event","c":"AdminAddEvent","l":"getHandlers()"},{"p":"dev.plex.event","c":"AdminRemoveEvent","l":"getHandlers()"},{"p":"dev.plex.event","c":"AdminSetRankEvent","l":"getHandlers()"},{"p":"dev.plex.event","c":"GameModeUpdateEvent","l":"getHandlers()"},{"p":"dev.plex.event","c":"PunishedPlayerFreezeEvent","l":"getHandlers()"},{"p":"dev.plex.event","c":"PunishedPlayerLockupEvent","l":"getHandlers()"},{"p":"dev.plex.event","c":"PunishedPlayerMuteEvent","l":"getHandlers()"},{"p":"dev.plex.util","c":"MojangUtils","l":"getInfo(String)","u":"getInfo(java.lang.String)"},{"p":"dev.plex.menu","c":"PunishedPlayerMenu","l":"getInventory()"},{"p":"dev.plex.menu","c":"PunishmentMenu","l":"getInventory()"},{"p":"dev.plex.util.menu","c":"IMenu","l":"getInventory()"},{"p":"dev.plex.storage","c":"RedisConnection","l":"getJedis()"},{"p":"dev.plex.command","c":"PlexCommand","l":"getLevel()"},{"p":"dev.plex.rank","c":"RankManager","l":"getLoginMessage(PlexPlayer)","u":"getLoginMessage(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.command","c":"PlexCommand","l":"getMap()"},{"p":"dev.plex.util.menu","c":"AbstractMenu","l":"getName()"},{"p":"dev.plex.command","c":"PlexCommand","l":"getNonNullPlayer(String)","u":"getNonNullPlayer(java.lang.String)"},{"p":"dev.plex.command","c":"PlexCommand","l":"getNonNullWorld(String)","u":"getNonNullWorld(java.lang.String)"},{"p":"dev.plex.storage.punishment","c":"SQLNotes","l":"getNotes(UUID)","u":"getNotes(java.util.UUID)"},{"p":"dev.plex.command","c":"PlexCommand","l":"getOfflinePlexPlayer(UUID)","u":"getOfflinePlexPlayer(java.util.UUID)"},{"p":"dev.plex.command","c":"PlexCommand","l":"getOnlinePlexPlayer(String)","u":"getOnlinePlexPlayer(java.lang.String)"},{"p":"dev.plex.hook","c":"VaultHook","l":"getPermission()"},{"p":"dev.plex.storage.permission","c":"SQLPermissions","l":"getPermissions(UUID)","u":"getPermissions(java.util.UUID)"},{"p":"dev.plex.player","c":"PlexPlayer","l":"getPlayer()"},{"p":"dev.plex.cache","c":"DataUtils","l":"getPlayer(String)","u":"getPlayer(java.lang.String)"},{"p":"dev.plex.cache","c":"DataUtils","l":"getPlayer(String, boolean)","u":"getPlayer(java.lang.String,boolean)"},{"p":"dev.plex.cache","c":"DataUtils","l":"getPlayer(UUID)","u":"getPlayer(java.util.UUID)"},{"p":"dev.plex.cache","c":"DataUtils","l":"getPlayer(UUID, boolean)","u":"getPlayer(java.util.UUID,boolean)"},{"p":"dev.plex.cache","c":"DataUtils","l":"getPlayerByIP(String)","u":"getPlayerByIP(java.lang.String)"},{"p":"dev.plex.util","c":"PlexUtils","l":"getPlayerNameList()"},{"p":"dev.plex.storage.player","c":"MongoPlayerData","l":"getPlayers()"},{"p":"dev.plex.command","c":"PlexCommand","l":"getPlexPlayer(Player)","u":"getPlexPlayer(org.bukkit.entity.Player)"},{"p":"dev.plex.cache","c":"PlayerCache","l":"getPlexPlayer(UUID)","u":"getPlexPlayer(java.util.UUID)"},{"p":"dev.plex.cache","c":"PlayerCache","l":"getPlexPlayerMap()"},{"p":"dev.plex.command","c":"PlexCommand","l":"getPlugin()"},{"p":"dev.plex.rank.enums","c":"Rank","l":"getPrefix()"},{"p":"dev.plex.rank.enums","c":"Title","l":"getPrefix()"},{"p":"dev.plex.rank","c":"RankManager","l":"getPrefix(PlexPlayer)","u":"getPrefix(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"getPunishments()"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"getPunishments(UUID)","u":"getPunishments(java.util.UUID)"},{"p":"dev.plex.util","c":"RandomUtil","l":"getRandomColor()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"getRankFromString()"},{"p":"dev.plex.rank","c":"RankManager","l":"getRankFromString(String)","u":"getRankFromString(java.lang.String)"},{"p":"dev.plex.module","c":"PlexModule","l":"getResource(String)","u":"getResource(java.lang.String)"},{"p":"dev.plex.services","c":"ServiceManager","l":"getService(Class extends AbstractService>)","u":"getService(java.lang.Class)"},{"p":"dev.plex.util","c":"PlexUtils","l":"getTextFromComponent(Component)","u":"getTextFromComponent(net.kyori.adventure.text.Component)"},{"p":"dev.plex.util","c":"PlexUtils","l":"getTextFromComponents(Component...)","u":"getTextFromComponents(net.kyori.adventure.text.Component...)"},{"p":"dev.plex.util","c":"UpdateChecker","l":"getUpdateStatusMessage(CommandSender, boolean, int)","u":"getUpdateStatusMessage(org.bukkit.command.CommandSender,boolean,int)"},{"p":"dev.plex.command","c":"PlexCommand","l":"getUUID(CommandSender)","u":"getUUID(org.bukkit.command.CommandSender)"},{"p":"dev.plex.util.redis","c":"MessageUtil","l":"GSON"},{"p":"dev.plex.event","c":"AdminAddEvent","l":"handlers"},{"p":"dev.plex.event","c":"AdminRemoveEvent","l":"handlers"},{"p":"dev.plex.event","c":"AdminSetRankEvent","l":"handlers"},{"p":"dev.plex.event","c":"GameModeUpdateEvent","l":"handlers"},{"p":"dev.plex.event","c":"PunishedPlayerFreezeEvent","l":"handlers"},{"p":"dev.plex.event","c":"PunishedPlayerLockupEvent","l":"handlers"},{"p":"dev.plex.event","c":"PunishedPlayerMuteEvent","l":"handlers"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage.SafeMiniMessageTagResolver","l":"has(String)","u":"has(java.lang.String)"},{"p":"dev.plex.listener.impl","c":"CommandListener","l":"hasCommandSpy(PlexPlayer)","u":"hasCommandSpy(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.cache","c":"DataUtils","l":"hasPlayedBefore(String)","u":"hasPlayedBefore(java.lang.String)"},{"p":"dev.plex.cache","c":"DataUtils","l":"hasPlayedBefore(UUID)","u":"hasPlayedBefore(java.util.UUID)"},{"p":"dev.plex.listener.impl","c":"ChatListener.PlexChatRenderer","l":"hasPrefix"},{"p":"dev.plex.command.impl","c":"PlexCMD","l":"hasUpdateAccess(Player, CommandSender)","u":"hasUpdateAccess(org.bukkit.entity.Player,org.bukkit.command.CommandSender)"},{"p":"dev.plex.util","c":"BuildInfo","l":"head"},{"p":"dev.plex.world","c":"CustomChunkGenerator","l":"height"},{"p":"dev.plex.player","c":"PlexPlayer","l":"id"},{"p":"dev.plex.punishment.extra","c":"Note","l":"id"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage.SafeMiniMessageTagResolver","l":"IGNORED_TAGS"},{"p":"dev.plex.rank","c":"RankManager","l":"importDefaultRanks()"},{"p":"dev.plex.rank.enums","c":"Rank","l":"IMPOSTOR"},{"p":"dev.plex.command.source","c":"RequiredCommandSource","l":"IN_GAME"},{"p":"dev.plex","c":"Plex","l":"indefBans"},{"p":"dev.plex.punishment","c":"PunishmentManager.IndefiniteBan","l":"IndefiniteBan()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"indefiniteBans"},{"p":"dev.plex.storage.permission","c":"SQLPermissions","l":"INSERT"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"INSERT"},{"p":"dev.plex.storage.punishment","c":"SQLNotes","l":"INSERT"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"INSERT"},{"p":"dev.plex.cache","c":"DataUtils","l":"insert(PlexPlayer)","u":"insert(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"insert(PlexPlayer)","u":"insert(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"insertPunishment(Punishment)","u":"insertPunishment(dev.plex.punishment.Punishment)"},{"p":"dev.plex.menu","c":"PunishedPlayerMenu","l":"inventories"},{"p":"dev.plex.menu","c":"PunishmentMenu","l":"inventories"},{"p":"dev.plex.menu","c":"ToggleMenu","l":"inventories"},{"p":"dev.plex.punishment","c":"Punishment","l":"ip"},{"p":"dev.plex.player","c":"PlexPlayer","l":"ips"},{"p":"dev.plex.punishment","c":"PunishmentManager.IndefiniteBan","l":"ips"},{"p":"dev.plex.command","c":"PlexCommand","l":"isAdmin(CommandSender)","u":"isAdmin(org.bukkit.command.CommandSender)"},{"p":"dev.plex.command","c":"PlexCommand","l":"isAdmin(PlexPlayer)","u":"isAdmin(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.rank","c":"RankManager","l":"isAdmin(PlexPlayer)","u":"isAdmin(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.command","c":"PlexCommand","l":"isAdmin(String)","u":"isAdmin(java.lang.String)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"isAsyncBanned(UUID)","u":"isAsyncBanned(java.util.UUID)"},{"p":"dev.plex.rank.enums","c":"Rank","l":"isAtLeast(Rank)","u":"isAtLeast(dev.plex.rank.enums.Rank)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"isBanned(PlexPlayer)","u":"isBanned(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"isBanned(UUID)","u":"isBanned(java.util.UUID)"},{"p":"dev.plex.util","c":"BungeeUtil","l":"isBungeeCord()"},{"p":"dev.plex.command","c":"PlexCommand","l":"isConsole(CommandSender)","u":"isConsole(org.bukkit.command.CommandSender)"},{"p":"dev.plex.storage","c":"RedisConnection","l":"isEnabled()"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"isIndefIPBanned(String)","u":"isIndefIPBanned(java.lang.String)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"isIndefUserBanned(String)","u":"isIndefUserBanned(java.lang.String)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"isIndefUUIDBanned(UUID)","u":"isIndefUUIDBanned(java.util.UUID)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"isNotEmpty(File)","u":"isNotEmpty(java.io.File)"},{"p":"dev.plex.util","c":"PlexUtils","l":"isPluginCMD(String, String)","u":"isPluginCMD(java.lang.String,java.lang.String)"},{"p":"dev.plex.command","c":"PlexCommand","l":"isSeniorAdmin(CommandSender)","u":"isSeniorAdmin(org.bukkit.command.CommandSender)"},{"p":"dev.plex.rank","c":"RankManager","l":"isSeniorAdmin(PlexPlayer)","u":"isSeniorAdmin(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.services.impl","c":"TimingService","l":"issueBan(Map.Entry)","u":"issueBan(java.util.Map.Entry)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"issuePunishment(PlexPlayer, Punishment)","u":"issuePunishment(dev.plex.player.PlexPlayer,dev.plex.punishment.Punishment)"},{"p":"dev.plex.menu","c":"PunishedPlayerMenu","l":"isValidInventory(Inventory)","u":"isValidInventory(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.menu","c":"PunishmentMenu","l":"isValidInventory(Inventory)","u":"isValidInventory(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.menu","c":"ToggleMenu","l":"isValidInventory(Inventory)","u":"isValidInventory(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.util","c":"BungeeUtil","l":"isVelocity()"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"ItemBuilder(Material)","u":"%3Cinit%3E(org.bukkit.Material)"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"itemStack"},{"p":"dev.plex.storage","c":"RedisConnection","l":"jedis"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"KICK"},{"p":"dev.plex.command.impl","c":"KickCMD","l":"KickCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"BungeeUtil","l":"kickPlayer(Player, Component)","u":"kickPlayer(org.bukkit.entity.Player,net.kyori.adventure.text.Component)"},{"p":"dev.plex.command","c":"PlexCommand","l":"level"},{"p":"dev.plex.rank.enums","c":"Rank","l":"level"},{"p":"dev.plex.rank.enums","c":"Title","l":"level"},{"p":"dev.plex.command.annotation","c":"CommandPermissions","l":"level()"},{"p":"dev.plex.module","c":"PlexModuleFile","l":"libraries"},{"p":"dev.plex.module","c":"ModuleManager","l":"libraryLoader"},{"p":"dev.plex.module.loader","c":"LibraryLoader","l":"LibraryLoader(Logger)","u":"%3Cinit%3E(java.util.logging.Logger)"},{"p":"dev.plex.command.impl","c":"ListCMD","l":"ListCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.handlers","c":"ListenerHandler","l":"ListenerHandler()","u":"%3Cinit%3E()"},{"p":"dev.plex.module","c":"PlexModule","l":"listeners"},{"p":"dev.plex.config","c":"Config","l":"load()"},{"p":"dev.plex.config","c":"ModuleConfig","l":"load()"},{"p":"dev.plex.module","c":"PlexModule","l":"load()"},{"p":"dev.plex.config","c":"Config","l":"load(boolean)"},{"p":"dev.plex.util","c":"BuildInfo","l":"load(Plex)","u":"load(dev.plex.Plex)"},{"p":"dev.plex.module","c":"ModuleManager","l":"loadAllModules()"},{"p":"dev.plex.module","c":"ModuleManager","l":"loadModules()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"loadNotes()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"loadPunishments()"},{"p":"dev.plex.command.impl","c":"LocalSpawnCMD","l":"LocalSpawnCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.event","c":"PunishedPlayerLockupEvent","l":"lockedUp"},{"p":"dev.plex.player","c":"PlexPlayer","l":"lockedUp"},{"p":"dev.plex.command.impl","c":"LockupCMD","l":"LockupCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"PlexLog","l":"log(Component)","u":"log(net.kyori.adventure.text.Component)"},{"p":"dev.plex.util","c":"PlexLog","l":"log(String, Object...)","u":"log(java.lang.String,java.lang.Object...)"},{"p":"dev.plex.module.loader","c":"LibraryLoader","l":"logger"},{"p":"dev.plex.module","c":"PlexModule","l":"logger"},{"p":"dev.plex.util","c":"PlexLog","l":"logger"},{"p":"dev.plex.player","c":"PlexPlayer","l":"loginMessage"},{"p":"dev.plex.rank.enums","c":"Rank","l":"loginMessage"},{"p":"dev.plex.rank.enums","c":"Title","l":"loginMessage"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"lore(Component...)","u":"lore(net.kyori.adventure.text.Component...)"},{"p":"dev.plex.module","c":"PlexModuleFile","l":"main"},{"p":"dev.plex.storage","c":"StorageType","l":"MARIADB"},{"p":"dev.plex.rank.enums","c":"Title","l":"MASTER_BUILDER"},{"p":"dev.plex.command.impl","c":"MasterbuilderworldCMD","l":"MasterbuilderworldCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command","c":"PlexCommand","l":"matches(String)","u":"matches(java.lang.String)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"mergeIndefiniteBans()"},{"p":"dev.plex.command.blocking","c":"BlockedCommand","l":"message"},{"p":"dev.plex.command","c":"PlexCommand","l":"messageComponent(String, Component...)","u":"messageComponent(java.lang.String,net.kyori.adventure.text.Component...)"},{"p":"dev.plex.util","c":"PlexUtils","l":"messageComponent(String, Component...)","u":"messageComponent(java.lang.String,net.kyori.adventure.text.Component...)"},{"p":"dev.plex.command","c":"PlexCommand","l":"messageComponent(String, Object...)","u":"messageComponent(java.lang.String,java.lang.Object...)"},{"p":"dev.plex.util","c":"PlexUtils","l":"messageComponent(String, Object...)","u":"messageComponent(java.lang.String,java.lang.Object...)"},{"p":"dev.plex","c":"Plex","l":"messages"},{"p":"dev.plex.command","c":"PlexCommand","l":"messageString(String, Object...)","u":"messageString(java.lang.String,java.lang.Object...)"},{"p":"dev.plex.util","c":"PlexUtils","l":"messageString(String, Object...)","u":"messageString(java.lang.String,java.lang.Object...)"},{"p":"dev.plex.util.redis","c":"MessageUtil","l":"MessageUtil()","u":"%3Cinit%3E()"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"meta"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage","l":"MINI_MESSAGE"},{"p":"dev.plex.util","c":"PlexUtils","l":"MINI_MESSAGE"},{"p":"dev.plex.util","c":"PlexUtils","l":"mmCustomDeserialize(String, TagResolver...)","u":"mmCustomDeserialize(java.lang.String,net.kyori.adventure.text.minimessage.tag.resolver.TagResolver...)"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage","l":"mmDeserialize(String)","u":"mmDeserialize(java.lang.String)"},{"p":"dev.plex.util","c":"PlexUtils","l":"mmDeserialize(String)","u":"mmDeserialize(java.lang.String)"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage","l":"mmDeserializeWithoutEvents(String)","u":"mmDeserializeWithoutEvents(java.lang.String)"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage","l":"mmSerialize(Component)","u":"mmSerialize(net.kyori.adventure.text.Component)"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage","l":"mmSerializeWithoutEvents(Component)","u":"mmSerializeWithoutEvents(net.kyori.adventure.text.Component)"},{"p":"dev.plex.command","c":"PlexCommand","l":"mmString(String)","u":"mmString(java.lang.String)"},{"p":"dev.plex.util","c":"PlexUtils","l":"mmStripColor(String)","u":"mmStripColor(java.lang.String)"},{"p":"dev.plex.listener.impl","c":"MobListener","l":"MobListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"MobPurgeCMD","l":"MobPurgeCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.config","c":"ModuleConfig","l":"module"},{"p":"dev.plex.config","c":"ModuleConfig","l":"ModuleConfig(PlexModule, String, String)","u":"%3Cinit%3E(dev.plex.module.PlexModule,java.lang.String,java.lang.String)"},{"p":"dev.plex.module.exception","c":"ModuleLoadException","l":"ModuleLoadException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"dev.plex","c":"Plex","l":"moduleManager"},{"p":"dev.plex.module","c":"ModuleManager","l":"ModuleManager()","u":"%3Cinit%3E()"},{"p":"dev.plex.module","c":"ModuleManager","l":"modules"},{"p":"dev.plex","c":"Plex","l":"modulesFolder"},{"p":"dev.plex.util","c":"MojangUtils","l":"MojangUtils()","u":"%3Cinit%3E()"},{"p":"dev.plex","c":"Plex","l":"mongoConnection"},{"p":"dev.plex.storage","c":"MongoConnection","l":"MongoConnection()","u":"%3Cinit%3E()"},{"p":"dev.plex.storage","c":"StorageType","l":"MONGODB"},{"p":"dev.plex","c":"Plex","l":"mongoPlayerData"},{"p":"dev.plex.storage.player","c":"MongoPlayerData","l":"MongoPlayerData()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"MUTE"},{"p":"dev.plex.command.impl","c":"MuteCMD","l":"MuteCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.event","c":"PunishedPlayerMuteEvent","l":"muted"},{"p":"dev.plex.player","c":"PlexPlayer","l":"muted"},{"p":"dev.plex.listener.impl","c":"MuteListener","l":"MuteListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.config","c":"Config","l":"name"},{"p":"dev.plex.module","c":"PlexModuleFile","l":"name"},{"p":"dev.plex.player","c":"PlexPlayer","l":"name"},{"p":"dev.plex.util.menu","c":"AbstractMenu","l":"name"},{"p":"dev.plex.command.annotation","c":"CommandParameters","l":"name()"},{"p":"dev.plex.command.impl","c":"NameHistoryCMD","l":"NameHistoryCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.services.impl","c":"UpdateCheckerService","l":"newVersion"},{"p":"dev.plex.command","c":"PlexCommand","l":"noColorComponentFromString(String)","u":"noColorComponentFromString(java.lang.String)"},{"p":"dev.plex.world","c":"NoiseChunkGenerator","l":"NoiseChunkGenerator(int, NoiseOptions, BlockPopulator...)","u":"%3Cinit%3E(int,dev.plex.world.NoiseOptions,org.bukkit.generator.BlockPopulator...)"},{"p":"dev.plex.world","c":"NoiseOptions","l":"NoiseOptions(int, int, double, double, boolean)","u":"%3Cinit%3E(int,int,double,double,boolean)"},{"p":"dev.plex.rank.enums","c":"Rank","l":"NONOP"},{"p":"dev.plex.world","c":"NoiseOptions","l":"normalized"},{"p":"dev.plex.punishment.extra","c":"Note","l":"note"},{"p":"dev.plex.punishment.extra","c":"Note","l":"Note()","u":"%3Cinit%3E()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"notes"},{"p":"dev.plex.command.impl","c":"NotesCMD","l":"NotesCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.services.impl","c":"TimingService","l":"nukerCooldown"},{"p":"dev.plex.util","c":"BuildInfo","l":"number"},{"p":"dev.plex.world","c":"OctaveChunkGenerator","l":"OctaveChunkGenerator(int, OctaveOptions, BlockPopulator...)","u":"%3Cinit%3E(int,dev.plex.world.OctaveOptions,org.bukkit.generator.BlockPopulator...)"},{"p":"dev.plex.world","c":"OctaveOptions","l":"OctaveOptions(int, int, double, double, boolean, int)","u":"%3Cinit%3E(int,int,double,double,boolean,int)"},{"p":"dev.plex.world","c":"OctaveOptions","l":"octaves"},{"p":"dev.plex.listener.impl","c":"AdminListener","l":"onAdminAdd(AdminAddEvent)","u":"onAdminAdd(dev.plex.event.AdminAddEvent)"},{"p":"dev.plex.listener.impl","c":"TabListener","l":"onAdminAdd(AdminAddEvent)","u":"onAdminAdd(dev.plex.event.AdminAddEvent)"},{"p":"dev.plex.listener.impl","c":"AdminListener","l":"onAdminRemove(AdminRemoveEvent)","u":"onAdminRemove(dev.plex.event.AdminRemoveEvent)"},{"p":"dev.plex.listener.impl","c":"TabListener","l":"onAdminRemove(AdminRemoveEvent)","u":"onAdminRemove(dev.plex.event.AdminRemoveEvent)"},{"p":"dev.plex.listener.impl","c":"AdminListener","l":"onAdminSetRank(AdminSetRankEvent)","u":"onAdminSetRank(dev.plex.event.AdminSetRankEvent)"},{"p":"dev.plex.listener.impl","c":"TabListener","l":"onAdminSetRank(AdminSetRankEvent)","u":"onAdminSetRank(dev.plex.event.AdminSetRankEvent)"},{"p":"dev.plex.listener.impl","c":"AntiNukerListener","l":"onBlockBreak(BlockBreakEvent)","u":"onBlockBreak(org.bukkit.event.block.BlockBreakEvent)"},{"p":"dev.plex.listener.impl","c":"BlockListener","l":"onBlockBreak(BlockBreakEvent)","u":"onBlockBreak(org.bukkit.event.block.BlockBreakEvent)"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"onBlockBreak(BlockBreakEvent)","u":"onBlockBreak(org.bukkit.event.block.BlockBreakEvent)"},{"p":"dev.plex.listener.impl","c":"TogglesListener","l":"onBlockExplode(ExplosionPrimeEvent)","u":"onBlockExplode(org.bukkit.event.entity.ExplosionPrimeEvent)"},{"p":"dev.plex.listener.impl","c":"AntiNukerListener","l":"onBlockPlace(BlockPlaceEvent)","u":"onBlockPlace(org.bukkit.event.block.BlockPlaceEvent)"},{"p":"dev.plex.listener.impl","c":"BlockListener","l":"onBlockPlace(BlockPlaceEvent)","u":"onBlockPlace(org.bukkit.event.block.BlockPlaceEvent)"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"onBlockPlace(BlockPlaceEvent)","u":"onBlockPlace(org.bukkit.event.block.BlockPlaceEvent)"},{"p":"dev.plex.listener.impl","c":"TogglesListener","l":"onBlockRedstone(BlockRedstoneEvent)","u":"onBlockRedstone(org.bukkit.event.block.BlockRedstoneEvent)"},{"p":"dev.plex.listener.impl","c":"BookListener","l":"onBookEdit(PlayerEditBookEvent)","u":"onBookEdit(org.bukkit.event.player.PlayerEditBookEvent)"},{"p":"dev.plex.listener.impl","c":"AntiSpamListener","l":"onChat(AsyncChatEvent)","u":"onChat(io.papermc.paper.event.player.AsyncChatEvent)"},{"p":"dev.plex.listener.impl","c":"ChatListener","l":"onChat(AsyncChatEvent)","u":"onChat(io.papermc.paper.event.player.AsyncChatEvent)"},{"p":"dev.plex.listener.impl","c":"MuteListener","l":"onChat(AsyncChatEvent)","u":"onChat(io.papermc.paper.event.player.AsyncChatEvent)"},{"p":"dev.plex.menu","c":"PunishedPlayerMenu","l":"onClick(InventoryClickEvent)","u":"onClick(org.bukkit.event.inventory.InventoryClickEvent)"},{"p":"dev.plex.menu","c":"PunishmentMenu","l":"onClick(InventoryClickEvent)","u":"onClick(org.bukkit.event.inventory.InventoryClickEvent)"},{"p":"dev.plex.menu","c":"ToggleMenu","l":"onClick(InventoryClickEvent)","u":"onClick(org.bukkit.event.inventory.InventoryClickEvent)"},{"p":"dev.plex.util.menu","c":"IMenu","l":"onClick(InventoryClickEvent)","u":"onClick(org.bukkit.event.inventory.InventoryClickEvent)"},{"p":"dev.plex.listener.impl","c":"MuteListener","l":"onCommand(PlayerCommandPreprocessEvent)","u":"onCommand(org.bukkit.event.player.PlayerCommandPreprocessEvent)"},{"p":"dev.plex.listener.impl","c":"CommandListener","l":"onCommandBlocking(PlayerCommandPreprocessEvent)","u":"onCommandBlocking(org.bukkit.event.player.PlayerCommandPreprocessEvent)"},{"p":"dev.plex","c":"Plex","l":"onDisable()"},{"p":"dev.plex.listener.impl","c":"MobListener","l":"onDispense(BlockDispenseEvent)","u":"onDispense(org.bukkit.event.block.BlockDispenseEvent)"},{"p":"dev.plex","c":"Plex","l":"onEnable()"},{"p":"dev.plex.services","c":"AbstractService","l":"onEnd()"},{"p":"dev.plex.listener.impl","c":"MobListener","l":"onEntityClick(PlayerInteractEntityEvent)","u":"onEntityClick(org.bukkit.event.player.PlayerInteractEntityEvent)"},{"p":"dev.plex.listener.impl","c":"TogglesListener","l":"onEntityExplode(EntityExplodeEvent)","u":"onEntityExplode(org.bukkit.event.entity.EntityExplodeEvent)"},{"p":"dev.plex.listener.impl","c":"MobListener","l":"onEntitySpawn(EntitySpawnEvent)","u":"onEntitySpawn(org.bukkit.event.entity.EntitySpawnEvent)"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"onEntitySpawn(EntitySpawnEvent)","u":"onEntitySpawn(org.bukkit.event.entity.EntitySpawnEvent)"},{"p":"dev.plex.listener.impl","c":"TogglesListener","l":"onFluidSpread(BlockFromToEvent)","u":"onFluidSpread(org.bukkit.event.block.BlockFromToEvent)"},{"p":"dev.plex.listener.impl","c":"TogglesListener","l":"onFluidSpread(PlayerDropItemEvent)","u":"onFluidSpread(org.bukkit.event.player.PlayerDropItemEvent)"},{"p":"dev.plex.listener.impl","c":"GameModeListener","l":"onGameModeUpdate(GameModeUpdateEvent)","u":"onGameModeUpdate(dev.plex.event.GameModeUpdateEvent)"},{"p":"dev.plex.listener.impl","c":"PlayerListener","l":"onInventoryClick(InventoryClickEvent)","u":"onInventoryClick(org.bukkit.event.inventory.InventoryClickEvent)"},{"p":"dev.plex","c":"Plex","l":"onLoad()"},{"p":"dev.plex.listener.impl","c":"AntiSpamListener","l":"onPlayerCommandPreprocess(PlayerCommandPreprocessEvent)","u":"onPlayerCommandPreprocess(org.bukkit.event.player.PlayerCommandPreprocessEvent)"},{"p":"dev.plex.listener.impl","c":"CommandListener","l":"onPlayerCommandPreprocess(PlayerCommandPreprocessEvent)","u":"onPlayerCommandPreprocess(org.bukkit.event.player.PlayerCommandPreprocessEvent)"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"onPlayerCommandPreprocess(PlayerCommandPreprocessEvent)","u":"onPlayerCommandPreprocess(org.bukkit.event.player.PlayerCommandPreprocessEvent)"},{"p":"dev.plex.listener.impl","c":"DropListener","l":"onPlayerDropItem(PlayerDropItemEvent)","u":"onPlayerDropItem(org.bukkit.event.player.PlayerDropItemEvent)"},{"p":"dev.plex.listener.impl","c":"MobListener","l":"onPlayerInteract(PlayerInteractEvent)","u":"onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent)"},{"p":"dev.plex.listener.impl","c":"PlayerListener","l":"onPlayerInventoryClose(InventoryCloseEvent)","u":"onPlayerInventoryClose(org.bukkit.event.inventory.InventoryCloseEvent)"},{"p":"dev.plex.listener.impl","c":"TabListener","l":"onPlayerJoin(PlayerJoinEvent)","u":"onPlayerJoin(org.bukkit.event.player.PlayerJoinEvent)"},{"p":"dev.plex.listener.impl","c":"FreezeListener","l":"onPlayerMove(PlayerMoveEvent)","u":"onPlayerMove(org.bukkit.event.player.PlayerMoveEvent)"},{"p":"dev.plex.listener.impl","c":"PlayerListener","l":"onPlayerSave(PlayerQuitEvent)","u":"onPlayerSave(org.bukkit.event.player.PlayerQuitEvent)"},{"p":"dev.plex.listener.impl","c":"PlayerListener","l":"onPlayerSetup(PlayerJoinEvent)","u":"onPlayerSetup(org.bukkit.event.player.PlayerJoinEvent)"},{"p":"dev.plex.listener.impl","c":"FreezeListener","l":"onPlayerTeleport(PlayerTeleportEvent)","u":"onPlayerTeleport(org.bukkit.event.player.PlayerTeleportEvent)"},{"p":"dev.plex.listener.impl","c":"BanListener","l":"onPreLogin(AsyncPlayerPreLoginEvent)","u":"onPreLogin(org.bukkit.event.player.AsyncPlayerPreLoginEvent)"},{"p":"dev.plex.listener.impl","c":"ServerListener","l":"onServerPing(PaperServerListPingEvent)","u":"onServerPing(com.destroystokyo.paper.event.server.PaperServerListPingEvent)"},{"p":"dev.plex.listener.impl","c":"SignListener","l":"onSignEdit(SignChangeEvent)","u":"onSignEdit(org.bukkit.event.block.SignChangeEvent)"},{"p":"dev.plex.services","c":"AbstractService","l":"onStart()"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"onWorldTeleport(PlayerTeleportEvent)","u":"onWorldTeleport(org.bukkit.event.player.PlayerTeleportEvent)"},{"p":"dev.plex.rank.enums","c":"Rank","l":"OP"},{"p":"dev.plex.command.impl","c":"OpAllCMD","l":"OpAllCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"OpCMD","l":"OpCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.util.menu","c":"IMenu","l":"openInv(Player)","u":"openInv(org.bukkit.entity.Player)"},{"p":"dev.plex.menu","c":"PunishedPlayerMenu","l":"openInv(Player, int)","u":"openInv(org.bukkit.entity.Player,int)"},{"p":"dev.plex.menu","c":"PunishmentMenu","l":"openInv(Player, int)","u":"openInv(org.bukkit.entity.Player,int)"},{"p":"dev.plex.menu","c":"ToggleMenu","l":"openInv(Player, int)","u":"openInv(org.bukkit.entity.Player,int)"},{"p":"dev.plex.rank","c":"RankManager","l":"options"},{"p":"dev.plex.world","c":"NoiseChunkGenerator","l":"options"},{"p":"dev.plex.world","c":"OctaveChunkGenerator","l":"options"},{"p":"dev.plex.rank.enums","c":"Title","l":"OWNER"},{"p":"dev.plex.command","c":"PlexCommand","l":"params"},{"p":"dev.plex.util","c":"TimeUtils","l":"parseInteger(String)","u":"parseInteger(java.lang.String)"},{"p":"dev.plex.permission","c":"Permission","l":"permission"},{"p":"dev.plex.command.annotation","c":"CommandPermissions","l":"permission()"},{"p":"dev.plex.permission","c":"Permission","l":"Permission()","u":"%3Cinit%3E()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"permissionAttachment"},{"p":"dev.plex.player","c":"PlexPlayer","l":"permissions"},{"p":"dev.plex","c":"Plex","l":"permissions"},{"p":"dev.plex.hook","c":"VaultHook","l":"PERMISSIONS"},{"p":"dev.plex.util","c":"PermissionsUtil","l":"PermissionsUtil()","u":"%3Cinit%3E()"},{"p":"dev.plex.command","c":"PlexCommand","l":"perms"},{"p":"dev.plex.event","c":"GameModeUpdateEvent","l":"player"},{"p":"dev.plex","c":"Plex","l":"playerCache"},{"p":"dev.plex.cache","c":"PlayerCache","l":"PlayerCache()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"PlayerListener","l":"PlayerListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.exception","c":"PlayerNotBannedException","l":"PlayerNotBannedException()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.exception","c":"PlayerNotFoundException","l":"PlayerNotFoundException()","u":"%3Cinit%3E()"},{"p":"dev.plex.module","c":"PlexModule","l":"plex"},{"p":"dev.plex","c":"Plex","l":"Plex()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"ChatListener.PlexChatRenderer","l":"PlexChatRenderer()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"PlexCMD","l":"PlexCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command","c":"PlexCommand","l":"PlexCommand()","u":"%3Cinit%3E()"},{"p":"dev.plex.command","c":"PlexCommand","l":"PlexCommand(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"dev.plex.listener","c":"PlexListener","l":"PlexListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"PlexLog","l":"PlexLog()","u":"%3Cinit%3E()"},{"p":"dev.plex.module","c":"PlexModule","l":"PlexModule()","u":"%3Cinit%3E()"},{"p":"dev.plex.module","c":"PlexModule","l":"plexModuleFile"},{"p":"dev.plex.module","c":"PlexModuleFile","l":"PlexModuleFile()","u":"%3Cinit%3E()"},{"p":"dev.plex.event","c":"AdminAddEvent","l":"plexPlayer"},{"p":"dev.plex.event","c":"AdminRemoveEvent","l":"plexPlayer"},{"p":"dev.plex.event","c":"AdminSetRankEvent","l":"plexPlayer"},{"p":"dev.plex.player","c":"PlexPlayer","l":"PlexPlayer()","u":"%3Cinit%3E()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"PlexPlayer(UUID)","u":"%3Cinit%3E(java.util.UUID)"},{"p":"dev.plex.player","c":"PlexPlayer","l":"PlexPlayer(UUID, boolean)","u":"%3Cinit%3E(java.util.UUID,boolean)"},{"p":"dev.plex.cache","c":"PlayerCache","l":"plexPlayerMap"},{"p":"dev.plex.util","c":"PlexUtils","l":"PlexUtils()","u":"%3Cinit%3E()"},{"p":"dev.plex.command","c":"PlexCommand","l":"plugin"},{"p":"dev.plex.config","c":"Config","l":"plugin"},{"p":"dev.plex","c":"Plex","l":"plugin"},{"p":"dev.plex","c":"PlexBase","l":"plugin"},{"p":"dev.plex.world","c":"ConfigurationChunkGenerator","l":"plugin"},{"p":"dev.plex.world","c":"CustomWorld","l":"plugin"},{"p":"dev.plex.world","c":"CustomChunkGenerator","l":"populators"},{"p":"dev.plex.listener.impl","c":"ChatListener.PlexChatRenderer","l":"prefix"},{"p":"dev.plex.player","c":"PlexPlayer","l":"prefix"},{"p":"dev.plex.rank.enums","c":"Rank","l":"prefix"},{"p":"dev.plex.rank.enums","c":"Title","l":"prefix"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"punish(PlexPlayer, Punishment)","u":"punish(dev.plex.player.PlexPlayer,dev.plex.punishment.Punishment)"},{"p":"dev.plex.punishment","c":"Punishment","l":"punished"},{"p":"dev.plex.event","c":"PunishedPlayerEvent","l":"punishedPlayer"},{"p":"dev.plex.menu","c":"PunishedPlayerMenu","l":"punishedPlayer"},{"p":"dev.plex.event","c":"PunishedPlayerEvent","l":"PunishedPlayerEvent(PlexPlayer)","u":"%3Cinit%3E(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.event","c":"PunishedPlayerFreezeEvent","l":"PunishedPlayerFreezeEvent(PlexPlayer, boolean)","u":"%3Cinit%3E(dev.plex.player.PlexPlayer,boolean)"},{"p":"dev.plex.event","c":"PunishedPlayerLockupEvent","l":"PunishedPlayerLockupEvent(PlexPlayer, boolean)","u":"%3Cinit%3E(dev.plex.player.PlexPlayer,boolean)"},{"p":"dev.plex.menu","c":"PunishedPlayerMenu","l":"PunishedPlayerMenu(PlexPlayer)","u":"%3Cinit%3E(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.event","c":"PunishedPlayerMuteEvent","l":"PunishedPlayerMuteEvent(PlexPlayer, boolean)","u":"%3Cinit%3E(dev.plex.player.PlexPlayer,boolean)"},{"p":"dev.plex.punishment","c":"Punishment","l":"punishedUsername"},{"p":"dev.plex.punishment","c":"Punishment","l":"punisher"},{"p":"dev.plex.punishment","c":"Punishment","l":"Punishment()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment","c":"Punishment","l":"Punishment(UUID, UUID)","u":"%3Cinit%3E(java.util.UUID,java.util.UUID)"},{"p":"dev.plex","c":"Plex","l":"punishmentManager"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"PunishmentManager()","u":"%3Cinit%3E()"},{"p":"dev.plex.menu","c":"PunishmentMenu","l":"PunishmentMenu()","u":"%3Cinit%3E()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"punishments"},{"p":"dev.plex.command.impl","c":"PunishmentsCMD","l":"PunishmentsCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"PunishmentType()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"RandomUtil","l":"randomBoolean()"},{"p":"dev.plex.util","c":"RandomUtil","l":"randomNum()"},{"p":"dev.plex.util","c":"RandomUtil","l":"randomNum(int)"},{"p":"dev.plex.util","c":"RandomUtil","l":"randomNum(int, int)","u":"randomNum(int,int)"},{"p":"dev.plex.util","c":"RandomUtil","l":"RandomUtil()","u":"%3Cinit%3E()"},{"p":"dev.plex.admin","c":"Admin","l":"rank"},{"p":"dev.plex.event","c":"AdminSetRankEvent","l":"rank"},{"p":"dev.plex.player","c":"PlexPlayer","l":"rank"},{"p":"dev.plex.rank.enums","c":"Rank","l":"Rank(int, String, String, String, NamedTextColor)","u":"%3Cinit%3E(int,java.lang.String,java.lang.String,java.lang.String,net.kyori.adventure.text.format.NamedTextColor)"},{"p":"dev.plex.command.impl","c":"RankCMD","l":"RankCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"AdminCMD","l":"rankExists(String)","u":"rankExists(java.lang.String)"},{"p":"dev.plex","c":"Plex","l":"rankManager"},{"p":"dev.plex.rank","c":"RankManager","l":"RankManager()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"AshconInfo.Textures","l":"raw"},{"p":"dev.plex.command.impl","c":"RawSayCMD","l":"RawSayCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.rank.enums","c":"Rank","l":"readable"},{"p":"dev.plex.rank.enums","c":"Title","l":"readable"},{"p":"dev.plex.util","c":"GameRuleUtil","l":"readGameRules(World, String)","u":"readGameRules(org.bukkit.World,java.lang.String)"},{"p":"dev.plex.command.impl","c":"NotesCMD","l":"readNotes(CommandSender, PlexPlayer, List)","u":"readNotes(org.bukkit.command.CommandSender,dev.plex.player.PlexPlayer,java.util.List)"},{"p":"dev.plex.punishment","c":"Punishment","l":"reason"},{"p":"dev.plex","c":"Plex","l":"redisConnection"},{"p":"dev.plex.storage","c":"RedisConnection","l":"RedisConnection()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"ReflectionsUtil","l":"ReflectionsUtil()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.blocking","c":"BlockedCommand","l":"regex"},{"p":"dev.plex.module","c":"PlexModule","l":"registerCommand(PlexCommand)","u":"registerCommand(dev.plex.command.PlexCommand)"},{"p":"dev.plex.module","c":"PlexModule","l":"registerListener(PlexListener)","u":"registerListener(dev.plex.listener.PlexListener)"},{"p":"dev.plex.services","c":"ServiceManager","l":"registerService(AbstractService)","u":"registerService(dev.plex.services.AbstractService)"},{"p":"dev.plex.util","c":"BlockUtils","l":"relative(Location, BlockFace)","u":"relative(org.bukkit.Location,org.bukkit.block.BlockFace)"},{"p":"dev.plex.module","c":"ModuleManager","l":"reloadModules()"},{"p":"dev.plex","c":"Plex","l":"reloadPlayers()"},{"p":"dev.plex.storage.permission","c":"SQLPermissions","l":"REMOVE_PERMISSION"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"removeBan(UUID)","u":"removeBan(java.util.UUID)"},{"p":"dev.plex.admin","c":"AdminList","l":"removeFromCache(UUID)","u":"removeFromCache(java.util.UUID)"},{"p":"dev.plex.storage.permission","c":"SQLPermissions","l":"removePermission(Permission)","u":"removePermission(dev.plex.permission.Permission)"},{"p":"dev.plex.util","c":"PermissionsUtil","l":"removePermission(PlexPlayer, String)","u":"removePermission(dev.plex.player.PlexPlayer,java.lang.String)"},{"p":"dev.plex.storage.permission","c":"SQLPermissions","l":"removePermission(UUID, String)","u":"removePermission(java.util.UUID,java.lang.String)"},{"p":"dev.plex.listener.impl","c":"ChatListener.PlexChatRenderer","l":"render(Player, Component, Component, Audience)","u":"render(org.bukkit.entity.Player,net.kyori.adventure.text.Component,net.kyori.adventure.text.Component,net.kyori.adventure.audience.Audience)"},{"p":"dev.plex.listener.impl","c":"ChatListener","l":"renderer"},{"p":"dev.plex.services","c":"AbstractService","l":"repeating"},{"p":"dev.plex.services.impl","c":"AutoWipeService","l":"repeatInSeconds()"},{"p":"dev.plex.services.impl","c":"BanService","l":"repeatInSeconds()"},{"p":"dev.plex.services.impl","c":"CommandBlockerService","l":"repeatInSeconds()"},{"p":"dev.plex.services.impl","c":"GameRuleService","l":"repeatInSeconds()"},{"p":"dev.plex.services.impl","c":"TimingService","l":"repeatInSeconds()"},{"p":"dev.plex.services.impl","c":"UpdateCheckerService","l":"repeatInSeconds()"},{"p":"dev.plex.services","c":"IService","l":"repeatInSeconds()"},{"p":"dev.plex.util","c":"UpdateChecker","l":"REPO"},{"p":"dev.plex.module.loader","c":"LibraryLoader","l":"repositories"},{"p":"dev.plex.module.loader","c":"LibraryLoader","l":"repository"},{"p":"dev.plex.command.source","c":"RequiredCommandSource","l":"RequiredCommandSource()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.blocking","c":"BlockedCommand","l":"requiredLevel"},{"p":"dev.plex.menu","c":"ToggleMenu","l":"resetDropsItem(Inventory)","u":"resetDropsItem(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.menu","c":"ToggleMenu","l":"resetExplosionItem(Inventory)","u":"resetExplosionItem(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.menu","c":"ToggleMenu","l":"resetFluidspreadItem(Inventory)","u":"resetFluidspreadItem(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.menu","c":"ToggleMenu","l":"resetRedstoneItem(Inventory)","u":"resetRedstoneItem(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage.SafeMiniMessageTagResolver","l":"resolve(String, ArgumentQueue, Context)","u":"resolve(java.lang.String,net.kyori.adventure.text.minimessage.tag.resolver.ArgumentQueue,net.kyori.adventure.text.minimessage.Context)"},{"p":"dev.plex.services.impl","c":"AutoWipeService","l":"run()"},{"p":"dev.plex.services.impl","c":"BanService","l":"run()"},{"p":"dev.plex.services.impl","c":"CommandBlockerService","l":"run()"},{"p":"dev.plex.services.impl","c":"GameRuleService","l":"run()"},{"p":"dev.plex.services.impl","c":"TimingService","l":"run()"},{"p":"dev.plex.services.impl","c":"UpdateCheckerService","l":"run()"},{"p":"dev.plex.services","c":"IService","l":"run()"},{"p":"dev.plex.storage","c":"RedisConnection","l":"runAsync(Consumer)","u":"runAsync(java.util.function.Consumer)"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage","l":"SafeMiniMessage()","u":"%3Cinit%3E()"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage.SafeMiniMessageTagResolver","l":"SafeMiniMessageTagResolver()","u":"%3Cinit%3E()"},{"p":"dev.plex.config","c":"Config","l":"save()"},{"p":"dev.plex.config","c":"ModuleConfig","l":"save()"},{"p":"dev.plex.storage.player","c":"MongoPlayerData","l":"save(PlexPlayer)","u":"save(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.config","c":"Config","l":"saveDefault()"},{"p":"dev.plex.config","c":"ModuleConfig","l":"saveDefault()"},{"p":"dev.plex.command.impl","c":"SayCMD","l":"SayCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.storage.permission","c":"SQLPermissions","l":"SELECT"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"SELECT"},{"p":"dev.plex.storage.punishment","c":"SQLNotes","l":"SELECT"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"SELECT"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"SELECT_BY"},{"p":"dev.plex.command","c":"PlexCommand","l":"send(Audience, Component)","u":"send(net.kyori.adventure.audience.Audience,net.kyori.adventure.text.Component)"},{"p":"dev.plex.command","c":"PlexCommand","l":"send(Audience, String)","u":"send(net.kyori.adventure.audience.Audience,java.lang.String)"},{"p":"dev.plex.event","c":"AdminAddEvent","l":"sender"},{"p":"dev.plex.event","c":"AdminRemoveEvent","l":"sender"},{"p":"dev.plex.event","c":"AdminSetRankEvent","l":"sender"},{"p":"dev.plex.event","c":"GameModeUpdateEvent","l":"sender"},{"p":"dev.plex.util.redis","c":"MessageUtil","l":"sendStaffChat(CommandSender, Component, UUID...)","u":"sendStaffChat(org.bukkit.command.CommandSender,net.kyori.adventure.text.Component,java.util.UUID...)"},{"p":"dev.plex.rank.enums","c":"Rank","l":"SENIOR_ADMIN"},{"p":"dev.plex.util.adapter","c":"ZonedDateTimeSerializer","l":"serialize(ZonedDateTime, Type, JsonSerializationContext)","u":"serialize(java.time.ZonedDateTime,java.lang.reflect.Type,com.google.gson.JsonSerializationContext)"},{"p":"dev.plex.listener.impl","c":"ServerListener","l":"ServerListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.services","c":"ServiceManager","l":"serviceCount()"},{"p":"dev.plex","c":"Plex","l":"serviceManager"},{"p":"dev.plex.services","c":"ServiceManager","l":"ServiceManager()","u":"%3Cinit%3E()"},{"p":"dev.plex.services","c":"ServiceManager","l":"services"},{"p":"dev.plex.module.loader","c":"LibraryLoader","l":"session"},{"p":"dev.plex.hook","c":"VaultHook","l":"setupChat()"},{"p":"dev.plex","c":"Plex","l":"setupChat()"},{"p":"dev.plex.hook","c":"VaultHook","l":"setupPermissions()"},{"p":"dev.plex","c":"Plex","l":"setupPermissions()"},{"p":"dev.plex.util","c":"PermissionsUtil","l":"setupPermissions(Player)","u":"setupPermissions(org.bukkit.entity.Player)"},{"p":"dev.plex.util","c":"AshconInfo.SkinData","l":"signature"},{"p":"dev.plex.listener.impl","c":"SignListener","l":"SignListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"BlockListener","l":"SIGNS"},{"p":"dev.plex.command","c":"PlexCommand","l":"silentCheckRank(Player, Rank, String)","u":"silentCheckRank(org.bukkit.entity.Player,dev.plex.rank.enums.Rank,java.lang.String)"},{"p":"dev.plex.util","c":"WebUtils","l":"simpleGET(String)","u":"simpleGET(java.lang.String)"},{"p":"dev.plex.util","c":"AshconInfo.SkinData","l":"SkinData()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"AshconInfo.Textures","l":"slim"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"SMITE"},{"p":"dev.plex.command.impl","c":"SmiteCMD","l":"SmiteCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.annotation","c":"CommandPermissions","l":"source()"},{"p":"dev.plex.services.impl","c":"TimingService","l":"spamCooldown"},{"p":"dev.plex.listener.impl","c":"MobListener","l":"SPAWN_EGGS"},{"p":"dev.plex.listener.impl","c":"MobListener","l":"spawnEggToEntityType(Material)","u":"spawnEggToEntityType(org.bukkit.Material)"},{"p":"dev.plex.command.impl","c":"SpectatorCMD","l":"SpectatorCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex","c":"Plex","l":"sqlConnection"},{"p":"dev.plex.storage","c":"SQLConnection","l":"SQLConnection()","u":"%3Cinit%3E()"},{"p":"dev.plex.storage","c":"StorageType","l":"SQLITE"},{"p":"dev.plex","c":"Plex","l":"sqlNotes"},{"p":"dev.plex.storage.punishment","c":"SQLNotes","l":"SQLNotes()","u":"%3Cinit%3E()"},{"p":"dev.plex","c":"Plex","l":"sqlPermissions"},{"p":"dev.plex.storage.permission","c":"SQLPermissions","l":"SQLPermissions()","u":"%3Cinit%3E()"},{"p":"dev.plex","c":"Plex","l":"sqlPlayerData"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"SQLPlayerData()","u":"%3Cinit%3E()"},{"p":"dev.plex","c":"Plex","l":"sqlPunishment"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"SQLPunishment()","u":"%3Cinit%3E()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"staffChat"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage.SafeMiniMessageTagResolver","l":"STANDARD_RESOLVER"},{"p":"dev.plex.services","c":"ServiceManager","l":"startService(AbstractService)","u":"startService(dev.plex.services.AbstractService)"},{"p":"dev.plex.services","c":"ServiceManager","l":"startServices()"},{"p":"dev.plex.command.impl","c":"ToggleCMD","l":"status(String)","u":"status(java.lang.String)"},{"p":"dev.plex","c":"Plex","l":"storageType"},{"p":"dev.plex.storage","c":"StorageType","l":"StorageType()","u":"%3Cinit%3E()"},{"p":"dev.plex.services.impl","c":"TimingService","l":"strikes"},{"p":"dev.plex.util.redis","c":"MessageUtil","l":"subscribe()"},{"p":"dev.plex.util.redis","c":"MessageUtil","l":"SUBSCRIBER"},{"p":"dev.plex.command.impl","c":"SurvivalCMD","l":"SurvivalCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"syncRemoveBan(UUID)","u":"syncRemoveBan(java.util.UUID)"},{"p":"dev.plex","c":"Plex","l":"system"},{"p":"dev.plex.command.impl","c":"AdminCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"AdventureCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"BanCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"CreativeCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"DebugCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"DeopCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"EntityWipeCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"FreezeCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"GamemodeCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"LockupCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"MuteCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"NameHistoryCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"NotesCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"OpCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"PlexCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"PunishmentsCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"RankCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"SmiteCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"SpectatorCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"SurvivalCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"TempbanCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"ToggleCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"UnbanCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"UnfreezeCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"UnmuteCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"WorldCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.listener.impl","c":"TabListener","l":"TabListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"TagCMD","l":"TagCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.services","c":"AbstractService","l":"taskId"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"TEMPBAN"},{"p":"dev.plex.command.impl","c":"TempbanCMD","l":"TempbanCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"PlexUtils","l":"testConnections()"},{"p":"dev.plex.util","c":"AshconInfo","l":"textures"},{"p":"dev.plex.util","c":"AshconInfo.Textures","l":"Textures()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"TFMCMD","l":"TFMCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment.extra","c":"Note","l":"timestamp"},{"p":"dev.plex.util","c":"TimeUtils","l":"timeUnits"},{"p":"dev.plex.util","c":"TimeUtils","l":"TimeUtils()","u":"%3Cinit%3E()"},{"p":"dev.plex.util.adapter","c":"ZonedDateTimeDeserializer","l":"TIMEZONE"},{"p":"dev.plex.util.adapter","c":"ZonedDateTimeSerializer","l":"TIMEZONE"},{"p":"dev.plex.util","c":"TimeUtils","l":"TIMEZONE"},{"p":"dev.plex.util","c":"TimeUtils","l":"TIMEZONES"},{"p":"dev.plex.services.impl","c":"TimingService","l":"TimingService()","u":"%3Cinit%3E()"},{"p":"dev.plex.rank.enums","c":"Title","l":"Title(int, String, String, String, NamedTextColor)","u":"%3Cinit%3E(int,java.lang.String,java.lang.String,java.lang.String,net.kyori.adventure.text.format.NamedTextColor)"},{"p":"dev.plex.config","c":"ModuleConfig","l":"to"},{"p":"dev.plex.command.impl","c":"ToggleCMD","l":"toggle(String)","u":"toggle(java.lang.String)"},{"p":"dev.plex.command.impl","c":"ToggleCMD","l":"ToggleCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.menu","c":"ToggleMenu","l":"ToggleMenu()","u":"%3Cinit%3E()"},{"p":"dev.plex","c":"Plex","l":"toggles"},{"p":"dev.plex.listener.impl","c":"TogglesListener","l":"TogglesListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"toJSON()"},{"p":"dev.plex.punishment.extra","c":"Note","l":"toJSON()"},{"p":"dev.plex.punishment","c":"Punishment","l":"toJSON()"},{"p":"dev.plex.rank.enums","c":"Rank","l":"toJSON()"},{"p":"dev.plex.rank.enums","c":"Title","l":"toJSON()"},{"p":"dev.plex.punishment","c":"Punishment","l":"type"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"unban(Punishment)","u":"unban(dev.plex.punishment.Punishment)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"unban(UUID)","u":"unban(java.util.UUID)"},{"p":"dev.plex.command.impl","c":"UnbanCMD","l":"UnbanCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"UnfreezeCMD","l":"UnfreezeCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.module","c":"ModuleManager","l":"unloadModules()"},{"p":"dev.plex.command.impl","c":"UnmuteCMD","l":"UnmuteCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.module","c":"PlexModule","l":"unregisterCommand(PlexCommand)","u":"unregisterCommand(dev.plex.command.PlexCommand)"},{"p":"dev.plex.module","c":"PlexModule","l":"unregisterListener(PlexListener)","u":"unregisterListener(dev.plex.listener.PlexListener)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"UPDATE"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"UPDATE_BAN"},{"p":"dev.plex.storage.permission","c":"SQLPermissions","l":"UPDATE_PERMISSION"},{"p":"dev.plex.command.impl","c":"GamemodeCMD","l":"update(CommandSender, Player, GameMode)","u":"update(org.bukkit.command.CommandSender,org.bukkit.entity.Player,org.bukkit.GameMode)"},{"p":"dev.plex.cache","c":"DataUtils","l":"update(PlexPlayer)","u":"update(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.storage.player","c":"MongoPlayerData","l":"update(PlexPlayer)","u":"update(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"update(PlexPlayer)","u":"update(dev.plex.player.PlexPlayer)"},{"p":"dev.plex","c":"Plex","l":"updateChecker"},{"p":"dev.plex.util","c":"UpdateChecker","l":"UpdateChecker()","u":"%3Cinit%3E()"},{"p":"dev.plex.services.impl","c":"UpdateCheckerService","l":"UpdateCheckerService()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"UpdateChecker","l":"updateJar(CommandSender, String, boolean)","u":"updateJar(org.bukkit.command.CommandSender,java.lang.String,boolean)"},{"p":"dev.plex.storage.permission","c":"SQLPermissions","l":"updatePermission(Permission, boolean)","u":"updatePermission(dev.plex.permission.Permission,boolean)"},{"p":"dev.plex.util","c":"PermissionsUtil","l":"updatePermission(PlexPlayer, String, boolean)","u":"updatePermission(dev.plex.player.PlexPlayer,java.lang.String,boolean)"},{"p":"dev.plex.listener.impl","c":"ChatListener","l":"URL_REPLACEMENT_CONFIG"},{"p":"dev.plex.command.annotation","c":"CommandParameters","l":"usage()"},{"p":"dev.plex.command","c":"PlexCommand","l":"usage()"},{"p":"dev.plex.command","c":"PlexCommand","l":"usage(String)","u":"usage(java.lang.String)"},{"p":"dev.plex.util","c":"AshconInfo","l":"username"},{"p":"dev.plex.util","c":"AshconInfo.UsernameHistory","l":"username"},{"p":"dev.plex.util","c":"AshconInfo","l":"usernameHistories"},{"p":"dev.plex.util","c":"AshconInfo.UsernameHistory","l":"UsernameHistory()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment","c":"PunishmentManager.IndefiniteBan","l":"usernames"},{"p":"dev.plex.util","c":"TimeUtils","l":"useTimezone(LocalDateTime)","u":"useTimezone(java.time.LocalDateTime)"},{"p":"dev.plex.util","c":"TimeUtils","l":"useTimezone(ZonedDateTime)","u":"useTimezone(java.time.ZonedDateTime)"},{"p":"dev.plex.admin","c":"Admin","l":"uuid"},{"p":"dev.plex.permission","c":"Permission","l":"uuid"},{"p":"dev.plex.player","c":"PlexPlayer","l":"uuid"},{"p":"dev.plex.punishment.extra","c":"Note","l":"uuid"},{"p":"dev.plex.util","c":"AshconInfo","l":"uuid"},{"p":"dev.plex.punishment","c":"PunishmentManager.IndefiniteBan","l":"uuids"},{"p":"dev.plex.util","c":"AshconInfo.SkinData","l":"value"},{"p":"dev.plex.command.annotation","c":"System","l":"value()"},{"p":"dev.plex.listener.annotation","c":"Toggleable","l":"value()"},{"p":"dev.plex.command.source","c":"RequiredCommandSource","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"dev.plex.rank.enums","c":"Rank","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"dev.plex.rank.enums","c":"Title","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"dev.plex.storage","c":"StorageType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"dev.plex.command.source","c":"RequiredCommandSource","l":"values()"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"values()"},{"p":"dev.plex.rank.enums","c":"Rank","l":"values()"},{"p":"dev.plex.rank.enums","c":"Title","l":"values()"},{"p":"dev.plex.storage","c":"StorageType","l":"values()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"vanished"},{"p":"dev.plex.hook","c":"VaultHook","l":"VaultHook()","u":"%3Cinit%3E()"},{"p":"dev.plex.module","c":"PlexModuleFile","l":"version"},{"p":"dev.plex.util","c":"PlexLog","l":"warn(String, Object...)","u":"warn(java.lang.String,java.lang.Object...)"},{"p":"dev.plex.util","c":"WebUtils","l":"WebUtils()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"WorldCMD","l":"WorldCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"WorldListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment.extra","c":"Note","l":"writtenBy"},{"p":"dev.plex.world","c":"NoiseOptions","l":"x"},{"p":"dev.plex.world","c":"NoiseOptions","l":"y"},{"p":"dev.plex.util","c":"AshconInfo.UsernameHistory","l":"zonedDateTime"},{"p":"dev.plex.storage.codec","c":"ZonedDateTimeCodec","l":"ZonedDateTimeCodec()","u":"%3Cinit%3E()"},{"p":"dev.plex.util.adapter","c":"ZonedDateTimeDeserializer","l":"ZonedDateTimeDeserializer()","u":"%3Cinit%3E()"},{"p":"dev.plex.util.adapter","c":"ZonedDateTimeSerializer","l":"ZonedDateTimeSerializer()","u":"%3Cinit%3E()"}];updateSearchResults();
\ No newline at end of file
diff --git a/static/javadoc/api/module-search-index.js b/static/javadoc/module-search-index.js
similarity index 100%
rename from static/javadoc/api/module-search-index.js
rename to static/javadoc/module-search-index.js
diff --git a/static/javadoc/api/overview-summary.html b/static/javadoc/overview-summary.html
similarity index 93%
rename from static/javadoc/api/overview-summary.html
rename to static/javadoc/overview-summary.html
index a38fe7a..ab40935 100644
--- a/static/javadoc/api/overview-summary.html
+++ b/static/javadoc/overview-summary.html
@@ -1,25 +1,25 @@
-
-
-
-
-api 1.1.1 API
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-index.html
-
-
-
+
+
+
+
+server 1.2 API
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+index.html
+
+
+
diff --git a/static/javadoc/server/overview-tree.html b/static/javadoc/overview-tree.html
similarity index 94%
rename from static/javadoc/server/overview-tree.html
rename to static/javadoc/overview-tree.html
index 318a2dc..39db520 100644
--- a/static/javadoc/server/overview-tree.html
+++ b/static/javadoc/overview-tree.html
@@ -1,380 +1,393 @@
-
-
-
-
-Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-Annotation Interface Hierarchy
-
-
-
-Enum Class Hierarchy
-
-
-
-
-
-
-
+
+
+
+
+Class Hierarchy (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+Annotation Interface Hierarchy
+
+
+
+Enum Class Hierarchy
+
+
+
+
+
+
+
diff --git a/static/javadoc/package-search-index.js b/static/javadoc/package-search-index.js
new file mode 100644
index 0000000..9626800
--- /dev/null
+++ b/static/javadoc/package-search-index.js
@@ -0,0 +1 @@
+packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"},{"l":"dev.plex"},{"l":"dev.plex.admin"},{"l":"dev.plex.cache"},{"l":"dev.plex.command"},{"l":"dev.plex.command.annotation"},{"l":"dev.plex.command.blocking"},{"l":"dev.plex.command.exception"},{"l":"dev.plex.command.impl"},{"l":"dev.plex.command.source"},{"l":"dev.plex.config"},{"l":"dev.plex.event"},{"l":"dev.plex.handlers"},{"l":"dev.plex.hook"},{"l":"dev.plex.listener"},{"l":"dev.plex.listener.annotation"},{"l":"dev.plex.listener.impl"},{"l":"dev.plex.menu"},{"l":"dev.plex.module"},{"l":"dev.plex.module.exception"},{"l":"dev.plex.module.loader"},{"l":"dev.plex.permission"},{"l":"dev.plex.player"},{"l":"dev.plex.punishment"},{"l":"dev.plex.punishment.extra"},{"l":"dev.plex.rank"},{"l":"dev.plex.rank.enums"},{"l":"dev.plex.services"},{"l":"dev.plex.services.impl"},{"l":"dev.plex.storage"},{"l":"dev.plex.storage.codec"},{"l":"dev.plex.storage.permission"},{"l":"dev.plex.storage.player"},{"l":"dev.plex.storage.punishment"},{"l":"dev.plex.util"},{"l":"dev.plex.util.adapter"},{"l":"dev.plex.util.item"},{"l":"dev.plex.util.menu"},{"l":"dev.plex.util.minimessage"},{"l":"dev.plex.util.redis"},{"l":"dev.plex.world"}];updateSearchResults();
\ No newline at end of file
diff --git a/static/javadoc/api/resources/glass.png b/static/javadoc/resources/glass.png
similarity index 100%
rename from static/javadoc/api/resources/glass.png
rename to static/javadoc/resources/glass.png
diff --git a/static/javadoc/api/resources/x.png b/static/javadoc/resources/x.png
similarity index 100%
rename from static/javadoc/api/resources/x.png
rename to static/javadoc/resources/x.png
diff --git a/static/javadoc/api/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png b/static/javadoc/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png
similarity index 100%
rename from static/javadoc/api/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png
rename to static/javadoc/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png
diff --git a/static/javadoc/api/script-dir/images/ui-bg_glass_65_dadada_1x400.png b/static/javadoc/script-dir/images/ui-bg_glass_65_dadada_1x400.png
similarity index 100%
rename from static/javadoc/api/script-dir/images/ui-bg_glass_65_dadada_1x400.png
rename to static/javadoc/script-dir/images/ui-bg_glass_65_dadada_1x400.png
diff --git a/static/javadoc/api/script-dir/images/ui-bg_glass_75_dadada_1x400.png b/static/javadoc/script-dir/images/ui-bg_glass_75_dadada_1x400.png
similarity index 100%
rename from static/javadoc/api/script-dir/images/ui-bg_glass_75_dadada_1x400.png
rename to static/javadoc/script-dir/images/ui-bg_glass_75_dadada_1x400.png
diff --git a/static/javadoc/api/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png b/static/javadoc/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png
similarity index 100%
rename from static/javadoc/api/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png
rename to static/javadoc/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png
diff --git a/static/javadoc/api/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png b/static/javadoc/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png
similarity index 100%
rename from static/javadoc/api/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png
rename to static/javadoc/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png
diff --git a/static/javadoc/api/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/static/javadoc/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png
similarity index 100%
rename from static/javadoc/api/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png
rename to static/javadoc/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png
diff --git a/static/javadoc/api/script-dir/images/ui-icons_222222_256x240.png b/static/javadoc/script-dir/images/ui-icons_222222_256x240.png
similarity index 100%
rename from static/javadoc/api/script-dir/images/ui-icons_222222_256x240.png
rename to static/javadoc/script-dir/images/ui-icons_222222_256x240.png
diff --git a/static/javadoc/api/script-dir/images/ui-icons_2e83ff_256x240.png b/static/javadoc/script-dir/images/ui-icons_2e83ff_256x240.png
similarity index 100%
rename from static/javadoc/api/script-dir/images/ui-icons_2e83ff_256x240.png
rename to static/javadoc/script-dir/images/ui-icons_2e83ff_256x240.png
diff --git a/static/javadoc/api/script-dir/images/ui-icons_454545_256x240.png b/static/javadoc/script-dir/images/ui-icons_454545_256x240.png
similarity index 100%
rename from static/javadoc/api/script-dir/images/ui-icons_454545_256x240.png
rename to static/javadoc/script-dir/images/ui-icons_454545_256x240.png
diff --git a/static/javadoc/api/script-dir/images/ui-icons_888888_256x240.png b/static/javadoc/script-dir/images/ui-icons_888888_256x240.png
similarity index 100%
rename from static/javadoc/api/script-dir/images/ui-icons_888888_256x240.png
rename to static/javadoc/script-dir/images/ui-icons_888888_256x240.png
diff --git a/static/javadoc/api/script-dir/images/ui-icons_cd0a0a_256x240.png b/static/javadoc/script-dir/images/ui-icons_cd0a0a_256x240.png
similarity index 100%
rename from static/javadoc/api/script-dir/images/ui-icons_cd0a0a_256x240.png
rename to static/javadoc/script-dir/images/ui-icons_cd0a0a_256x240.png
diff --git a/static/javadoc/api/script-dir/jquery-3.5.1.min.js b/static/javadoc/script-dir/jquery-3.5.1.min.js
similarity index 100%
rename from static/javadoc/api/script-dir/jquery-3.5.1.min.js
rename to static/javadoc/script-dir/jquery-3.5.1.min.js
diff --git a/static/javadoc/api/script-dir/jquery-ui.min.css b/static/javadoc/script-dir/jquery-ui.min.css
similarity index 100%
rename from static/javadoc/api/script-dir/jquery-ui.min.css
rename to static/javadoc/script-dir/jquery-ui.min.css
diff --git a/static/javadoc/api/script-dir/jquery-ui.min.js b/static/javadoc/script-dir/jquery-ui.min.js
similarity index 100%
rename from static/javadoc/api/script-dir/jquery-ui.min.js
rename to static/javadoc/script-dir/jquery-ui.min.js
diff --git a/static/javadoc/api/script-dir/jquery-ui.structure.min.css b/static/javadoc/script-dir/jquery-ui.structure.min.css
similarity index 100%
rename from static/javadoc/api/script-dir/jquery-ui.structure.min.css
rename to static/javadoc/script-dir/jquery-ui.structure.min.css
diff --git a/static/javadoc/api/script.js b/static/javadoc/script.js
similarity index 97%
rename from static/javadoc/api/script.js
rename to static/javadoc/script.js
index ccac782..864989c 100644
--- a/static/javadoc/api/script.js
+++ b/static/javadoc/script.js
@@ -1,132 +1,132 @@
-/*
- * Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved.
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * This code is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation. Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the LICENSE file that accompanied this code.
- *
- * This code 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
- * version 2 for more details (a copy is included in the LICENSE file that
- * accompanied this code).
- *
- * You should have received a copy of the GNU General Public License version
- * 2 along with this work; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
- * or visit www.oracle.com if you need additional information or have any
- * questions.
- */
-
-var moduleSearchIndex;
-var packageSearchIndex;
-var typeSearchIndex;
-var memberSearchIndex;
-var tagSearchIndex;
-function loadScripts(doc, tag) {
- createElem(doc, tag, 'search.js');
-
- createElem(doc, tag, 'module-search-index.js');
- createElem(doc, tag, 'package-search-index.js');
- createElem(doc, tag, 'type-search-index.js');
- createElem(doc, tag, 'member-search-index.js');
- createElem(doc, tag, 'tag-search-index.js');
-}
-
-function createElem(doc, tag, path) {
- var script = doc.createElement(tag);
- var scriptElement = doc.getElementsByTagName(tag)[0];
- script.src = pathtoroot + path;
- scriptElement.parentNode.insertBefore(script, scriptElement);
-}
-
-function show(tableId, selected, columns) {
- if (tableId !== selected) {
- document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')')
- .forEach(function(elem) {
- elem.style.display = 'none';
- });
- }
- document.querySelectorAll('div.' + selected)
- .forEach(function(elem, index) {
- elem.style.display = '';
- var isEvenRow = index % (columns * 2) < columns;
- elem.classList.remove(isEvenRow ? oddRowColor : evenRowColor);
- elem.classList.add(isEvenRow ? evenRowColor : oddRowColor);
- });
- updateTabs(tableId, selected);
-}
-
-function updateTabs(tableId, selected) {
- document.querySelector('div#' + tableId +' .summary-table')
- .setAttribute('aria-labelledby', selected);
- document.querySelectorAll('button[id^="' + tableId + '"]')
- .forEach(function(tab, index) {
- if (selected === tab.id || (tableId === selected && index === 0)) {
- tab.className = activeTableTab;
- tab.setAttribute('aria-selected', true);
- tab.setAttribute('tabindex',0);
- } else {
- tab.className = tableTab;
- tab.setAttribute('aria-selected', false);
- tab.setAttribute('tabindex',-1);
- }
- });
-}
-
-function switchTab(e) {
- var selected = document.querySelector('[aria-selected=true]');
- if (selected) {
- if ((e.keyCode === 37 || e.keyCode === 38) && selected.previousSibling) {
- // left or up arrow key pressed: move focus to previous tab
- selected.previousSibling.click();
- selected.previousSibling.focus();
- e.preventDefault();
- } else if ((e.keyCode === 39 || e.keyCode === 40) && selected.nextSibling) {
- // right or down arrow key pressed: move focus to next tab
- selected.nextSibling.click();
- selected.nextSibling.focus();
- e.preventDefault();
- }
- }
-}
-
-var updateSearchResults = function() {};
-
-function indexFilesLoaded() {
- return moduleSearchIndex
- && packageSearchIndex
- && typeSearchIndex
- && memberSearchIndex
- && tagSearchIndex;
-}
-
-// Workaround for scroll position not being included in browser history (8249133)
-document.addEventListener("DOMContentLoaded", function(e) {
- var contentDiv = document.querySelector("div.flex-content");
- window.addEventListener("popstate", function(e) {
- if (e.state !== null) {
- contentDiv.scrollTop = e.state;
- }
- });
- window.addEventListener("hashchange", function(e) {
- history.replaceState(contentDiv.scrollTop, document.title);
- });
- contentDiv.addEventListener("scroll", function(e) {
- var timeoutID;
- if (!timeoutID) {
- timeoutID = setTimeout(function() {
- history.replaceState(contentDiv.scrollTop, document.title);
- timeoutID = null;
- }, 100);
- }
- });
- if (!location.hash) {
- history.replaceState(contentDiv.scrollTop, document.title);
- }
-});
+/*
+ * Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation. Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the LICENSE file that accompanied this code.
+ *
+ * This code 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ */
+
+var moduleSearchIndex;
+var packageSearchIndex;
+var typeSearchIndex;
+var memberSearchIndex;
+var tagSearchIndex;
+function loadScripts(doc, tag) {
+ createElem(doc, tag, 'search.js');
+
+ createElem(doc, tag, 'module-search-index.js');
+ createElem(doc, tag, 'package-search-index.js');
+ createElem(doc, tag, 'type-search-index.js');
+ createElem(doc, tag, 'member-search-index.js');
+ createElem(doc, tag, 'tag-search-index.js');
+}
+
+function createElem(doc, tag, path) {
+ var script = doc.createElement(tag);
+ var scriptElement = doc.getElementsByTagName(tag)[0];
+ script.src = pathtoroot + path;
+ scriptElement.parentNode.insertBefore(script, scriptElement);
+}
+
+function show(tableId, selected, columns) {
+ if (tableId !== selected) {
+ document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')')
+ .forEach(function(elem) {
+ elem.style.display = 'none';
+ });
+ }
+ document.querySelectorAll('div.' + selected)
+ .forEach(function(elem, index) {
+ elem.style.display = '';
+ var isEvenRow = index % (columns * 2) < columns;
+ elem.classList.remove(isEvenRow ? oddRowColor : evenRowColor);
+ elem.classList.add(isEvenRow ? evenRowColor : oddRowColor);
+ });
+ updateTabs(tableId, selected);
+}
+
+function updateTabs(tableId, selected) {
+ document.querySelector('div#' + tableId +' .summary-table')
+ .setAttribute('aria-labelledby', selected);
+ document.querySelectorAll('button[id^="' + tableId + '"]')
+ .forEach(function(tab, index) {
+ if (selected === tab.id || (tableId === selected && index === 0)) {
+ tab.className = activeTableTab;
+ tab.setAttribute('aria-selected', true);
+ tab.setAttribute('tabindex',0);
+ } else {
+ tab.className = tableTab;
+ tab.setAttribute('aria-selected', false);
+ tab.setAttribute('tabindex',-1);
+ }
+ });
+}
+
+function switchTab(e) {
+ var selected = document.querySelector('[aria-selected=true]');
+ if (selected) {
+ if ((e.keyCode === 37 || e.keyCode === 38) && selected.previousSibling) {
+ // left or up arrow key pressed: move focus to previous tab
+ selected.previousSibling.click();
+ selected.previousSibling.focus();
+ e.preventDefault();
+ } else if ((e.keyCode === 39 || e.keyCode === 40) && selected.nextSibling) {
+ // right or down arrow key pressed: move focus to next tab
+ selected.nextSibling.click();
+ selected.nextSibling.focus();
+ e.preventDefault();
+ }
+ }
+}
+
+var updateSearchResults = function() {};
+
+function indexFilesLoaded() {
+ return moduleSearchIndex
+ && packageSearchIndex
+ && typeSearchIndex
+ && memberSearchIndex
+ && tagSearchIndex;
+}
+
+// Workaround for scroll position not being included in browser history (8249133)
+document.addEventListener("DOMContentLoaded", function(e) {
+ var contentDiv = document.querySelector("div.flex-content");
+ window.addEventListener("popstate", function(e) {
+ if (e.state !== null) {
+ contentDiv.scrollTop = e.state;
+ }
+ });
+ window.addEventListener("hashchange", function(e) {
+ history.replaceState(contentDiv.scrollTop, document.title);
+ });
+ contentDiv.addEventListener("scroll", function(e) {
+ var timeoutID;
+ if (!timeoutID) {
+ timeoutID = setTimeout(function() {
+ history.replaceState(contentDiv.scrollTop, document.title);
+ timeoutID = null;
+ }, 100);
+ }
+ });
+ if (!location.hash) {
+ history.replaceState(contentDiv.scrollTop, document.title);
+ }
+});
diff --git a/static/javadoc/api/search.js b/static/javadoc/search.js
similarity index 97%
rename from static/javadoc/api/search.js
rename to static/javadoc/search.js
index 3f826c7..db3b2f4 100644
--- a/static/javadoc/api/search.js
+++ b/static/javadoc/search.js
@@ -1,354 +1,354 @@
-/*
- * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * This code is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation. Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the LICENSE file that accompanied this code.
- *
- * This code 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
- * version 2 for more details (a copy is included in the LICENSE file that
- * accompanied this code).
- *
- * You should have received a copy of the GNU General Public License version
- * 2 along with this work; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
- * or visit www.oracle.com if you need additional information or have any
- * questions.
- */
-
-var noResult = {l: "No results found"};
-var loading = {l: "Loading search index..."};
-var catModules = "Modules";
-var catPackages = "Packages";
-var catTypes = "Classes and Interfaces";
-var catMembers = "Members";
-var catSearchTags = "Search Tags";
-var highlight = "$& ";
-var searchPattern = "";
-var fallbackPattern = "";
-var RANKING_THRESHOLD = 2;
-var NO_MATCH = 0xffff;
-var MIN_RESULTS = 3;
-var MAX_RESULTS = 500;
-var UNNAMED = "";
-function escapeHtml(str) {
- return str.replace(//g, ">");
-}
-function getHighlightedText(item, matcher, fallbackMatcher) {
- var escapedItem = escapeHtml(item);
- var highlighted = escapedItem.replace(matcher, highlight);
- if (highlighted === escapedItem) {
- highlighted = escapedItem.replace(fallbackMatcher, highlight)
- }
- return highlighted;
-}
-function getURLPrefix(ui) {
- var urlPrefix="";
- var slash = "/";
- if (ui.item.category === catModules) {
- return ui.item.l + slash;
- } else if (ui.item.category === catPackages && ui.item.m) {
- return ui.item.m + slash;
- } else if (ui.item.category === catTypes || ui.item.category === catMembers) {
- if (ui.item.m) {
- urlPrefix = ui.item.m + slash;
- } else {
- $.each(packageSearchIndex, function(index, item) {
- if (item.m && ui.item.p === item.l) {
- urlPrefix = item.m + slash;
- }
- });
- }
- }
- return urlPrefix;
-}
-function createSearchPattern(term) {
- var pattern = "";
- var isWordToken = false;
- term.replace(/,\s*/g, ", ").trim().split(/\s+/).forEach(function(w, index) {
- if (index > 0) {
- // whitespace between identifiers is significant
- pattern += (isWordToken && /^\w/.test(w)) ? "\\s+" : "\\s*";
- }
- var tokens = w.split(/(?=[A-Z,.()<>[\/])/);
- for (var i = 0; i < tokens.length; i++) {
- var s = tokens[i];
- if (s === "") {
- continue;
- }
- pattern += $.ui.autocomplete.escapeRegex(s);
- isWordToken = /\w$/.test(s);
- if (isWordToken) {
- pattern += "([a-z0-9_$<>\\[\\]]*?)";
- }
- }
- });
- return pattern;
-}
-function createMatcher(pattern, flags) {
- var isCamelCase = /[A-Z]/.test(pattern);
- return new RegExp(pattern, flags + (isCamelCase ? "" : "i"));
-}
-var watermark = 'Search';
-$(function() {
- var search = $("#search-input");
- var reset = $("#reset-button");
- search.val('');
- search.prop("disabled", false);
- reset.prop("disabled", false);
- search.val(watermark).addClass('watermark');
- search.blur(function() {
- if ($(this).val().length === 0) {
- $(this).val(watermark).addClass('watermark');
- }
- });
- search.on('click keydown paste', function() {
- if ($(this).val() === watermark) {
- $(this).val('').removeClass('watermark');
- }
- });
- reset.click(function() {
- search.val('').focus();
- });
- search.focus()[0].setSelectionRange(0, 0);
-});
-$.widget("custom.catcomplete", $.ui.autocomplete, {
- _create: function() {
- this._super();
- this.widget().menu("option", "items", "> :not(.ui-autocomplete-category)");
- },
- _renderMenu: function(ul, items) {
- var rMenu = this;
- var currentCategory = "";
- rMenu.menu.bindings = $();
- $.each(items, function(index, item) {
- var li;
- if (item.category && item.category !== currentCategory) {
- ul.append("" + item.category + " ");
- currentCategory = item.category;
- }
- li = rMenu._renderItemData(ul, item);
- if (item.category) {
- li.attr("aria-label", item.category + " : " + item.l);
- li.attr("class", "result-item");
- } else {
- li.attr("aria-label", item.l);
- li.attr("class", "result-item");
- }
- });
- },
- _renderItem: function(ul, item) {
- var label = "";
- var matcher = createMatcher(escapeHtml(searchPattern), "g");
- var fallbackMatcher = new RegExp(fallbackPattern, "gi")
- if (item.category === catModules) {
- label = getHighlightedText(item.l, matcher, fallbackMatcher);
- } else if (item.category === catPackages) {
- label = getHighlightedText(item.l, matcher, fallbackMatcher);
- } else if (item.category === catTypes) {
- label = (item.p && item.p !== UNNAMED)
- ? getHighlightedText(item.p + "." + item.l, matcher, fallbackMatcher)
- : getHighlightedText(item.l, matcher, fallbackMatcher);
- } else if (item.category === catMembers) {
- label = (item.p && item.p !== UNNAMED)
- ? getHighlightedText(item.p + "." + item.c + "." + item.l, matcher, fallbackMatcher)
- : getHighlightedText(item.c + "." + item.l, matcher, fallbackMatcher);
- } else if (item.category === catSearchTags) {
- label = getHighlightedText(item.l, matcher, fallbackMatcher);
- } else {
- label = item.l;
- }
- var li = $(" ").appendTo(ul);
- var div = $("
").appendTo(li);
- if (item.category === catSearchTags && item.h) {
- if (item.d) {
- div.html(label + " (" + item.h + ") "
- + item.d + " ");
- } else {
- div.html(label + " (" + item.h + ") ");
- }
- } else {
- if (item.m) {
- div.html(item.m + "/" + label);
- } else {
- div.html(label);
- }
- }
- return li;
- }
-});
-function rankMatch(match, category) {
- if (!match) {
- return NO_MATCH;
- }
- var index = match.index;
- var input = match.input;
- var leftBoundaryMatch = 2;
- var periferalMatch = 0;
- // make sure match is anchored on a left word boundary
- if (index === 0 || /\W/.test(input[index - 1]) || "_" === input[index]) {
- leftBoundaryMatch = 0;
- } else if ("_" === input[index - 1] || (input[index] === input[index].toUpperCase() && !/^[A-Z0-9_$]+$/.test(input))) {
- leftBoundaryMatch = 1;
- }
- var matchEnd = index + match[0].length;
- var leftParen = input.indexOf("(");
- var endOfName = leftParen > -1 ? leftParen : input.length;
- // exclude peripheral matches
- if (category !== catModules && category !== catSearchTags) {
- var delim = category === catPackages ? "/" : ".";
- if (leftParen > -1 && leftParen < index) {
- periferalMatch += 2;
- } else if (input.lastIndexOf(delim, endOfName) >= matchEnd) {
- periferalMatch += 2;
- }
- }
- var delta = match[0].length === endOfName ? 0 : 1; // rank full match higher than partial match
- for (var i = 1; i < match.length; i++) {
- // lower ranking if parts of the name are missing
- if (match[i])
- delta += match[i].length;
- }
- if (category === catTypes) {
- // lower ranking if a type name contains unmatched camel-case parts
- if (/[A-Z]/.test(input.substring(matchEnd)))
- delta += 5;
- if (/[A-Z]/.test(input.substring(0, index)))
- delta += 5;
- }
- return leftBoundaryMatch + periferalMatch + (delta / 200);
-
-}
-function doSearch(request, response) {
- var result = [];
- searchPattern = createSearchPattern(request.term);
- fallbackPattern = createSearchPattern(request.term.toLowerCase());
- if (searchPattern === "") {
- return this.close();
- }
- var camelCaseMatcher = createMatcher(searchPattern, "");
- var fallbackMatcher = new RegExp(fallbackPattern, "i");
-
- function searchIndexWithMatcher(indexArray, matcher, category, nameFunc) {
- if (indexArray) {
- var newResults = [];
- $.each(indexArray, function (i, item) {
- item.category = category;
- var ranking = rankMatch(matcher.exec(nameFunc(item)), category);
- if (ranking < RANKING_THRESHOLD) {
- newResults.push({ranking: ranking, item: item});
- }
- return newResults.length <= MAX_RESULTS;
- });
- return newResults.sort(function(e1, e2) {
- return e1.ranking - e2.ranking;
- }).map(function(e) {
- return e.item;
- });
- }
- return [];
- }
- function searchIndex(indexArray, category, nameFunc) {
- var primaryResults = searchIndexWithMatcher(indexArray, camelCaseMatcher, category, nameFunc);
- result = result.concat(primaryResults);
- if (primaryResults.length <= MIN_RESULTS && !camelCaseMatcher.ignoreCase) {
- var secondaryResults = searchIndexWithMatcher(indexArray, fallbackMatcher, category, nameFunc);
- result = result.concat(secondaryResults.filter(function (item) {
- return primaryResults.indexOf(item) === -1;
- }));
- }
- }
-
- searchIndex(moduleSearchIndex, catModules, function(item) { return item.l; });
- searchIndex(packageSearchIndex, catPackages, function(item) {
- return (item.m && request.term.indexOf("/") > -1)
- ? (item.m + "/" + item.l) : item.l;
- });
- searchIndex(typeSearchIndex, catTypes, function(item) {
- return request.term.indexOf(".") > -1 ? item.p + "." + item.l : item.l;
- });
- searchIndex(memberSearchIndex, catMembers, function(item) {
- return request.term.indexOf(".") > -1
- ? item.p + "." + item.c + "." + item.l : item.l;
- });
- searchIndex(tagSearchIndex, catSearchTags, function(item) { return item.l; });
-
- if (!indexFilesLoaded()) {
- updateSearchResults = function() {
- doSearch(request, response);
- }
- result.unshift(loading);
- } else {
- updateSearchResults = function() {};
- }
- response(result);
-}
-$(function() {
- $("#search-input").catcomplete({
- minLength: 1,
- delay: 300,
- source: doSearch,
- response: function(event, ui) {
- if (!ui.content.length) {
- ui.content.push(noResult);
- } else {
- $("#search-input").empty();
- }
- },
- autoFocus: true,
- focus: function(event, ui) {
- return false;
- },
- position: {
- collision: "flip"
- },
- select: function(event, ui) {
- if (ui.item.category) {
- var url = getURLPrefix(ui);
- if (ui.item.category === catModules) {
- url += "module-summary.html";
- } else if (ui.item.category === catPackages) {
- if (ui.item.u) {
- url = ui.item.u;
- } else {
- url += ui.item.l.replace(/\./g, '/') + "/package-summary.html";
- }
- } else if (ui.item.category === catTypes) {
- if (ui.item.u) {
- url = ui.item.u;
- } else if (ui.item.p === UNNAMED) {
- url += ui.item.l + ".html";
- } else {
- url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.l + ".html";
- }
- } else if (ui.item.category === catMembers) {
- if (ui.item.p === UNNAMED) {
- url += ui.item.c + ".html" + "#";
- } else {
- url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.c + ".html" + "#";
- }
- if (ui.item.u) {
- url += ui.item.u;
- } else {
- url += ui.item.l;
- }
- } else if (ui.item.category === catSearchTags) {
- url += ui.item.u;
- }
- if (top !== window) {
- parent.classFrame.location = pathtoroot + url;
- } else {
- window.location.href = pathtoroot + url;
- }
- $("#search-input").focus();
- }
- }
- });
-});
+/*
+ * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation. Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the LICENSE file that accompanied this code.
+ *
+ * This code 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
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ */
+
+var noResult = {l: "No results found"};
+var loading = {l: "Loading search index..."};
+var catModules = "Modules";
+var catPackages = "Packages";
+var catTypes = "Classes and Interfaces";
+var catMembers = "Members";
+var catSearchTags = "Search Tags";
+var highlight = "$& ";
+var searchPattern = "";
+var fallbackPattern = "";
+var RANKING_THRESHOLD = 2;
+var NO_MATCH = 0xffff;
+var MIN_RESULTS = 3;
+var MAX_RESULTS = 500;
+var UNNAMED = "";
+function escapeHtml(str) {
+ return str.replace(//g, ">");
+}
+function getHighlightedText(item, matcher, fallbackMatcher) {
+ var escapedItem = escapeHtml(item);
+ var highlighted = escapedItem.replace(matcher, highlight);
+ if (highlighted === escapedItem) {
+ highlighted = escapedItem.replace(fallbackMatcher, highlight)
+ }
+ return highlighted;
+}
+function getURLPrefix(ui) {
+ var urlPrefix="";
+ var slash = "/";
+ if (ui.item.category === catModules) {
+ return ui.item.l + slash;
+ } else if (ui.item.category === catPackages && ui.item.m) {
+ return ui.item.m + slash;
+ } else if (ui.item.category === catTypes || ui.item.category === catMembers) {
+ if (ui.item.m) {
+ urlPrefix = ui.item.m + slash;
+ } else {
+ $.each(packageSearchIndex, function(index, item) {
+ if (item.m && ui.item.p === item.l) {
+ urlPrefix = item.m + slash;
+ }
+ });
+ }
+ }
+ return urlPrefix;
+}
+function createSearchPattern(term) {
+ var pattern = "";
+ var isWordToken = false;
+ term.replace(/,\s*/g, ", ").trim().split(/\s+/).forEach(function(w, index) {
+ if (index > 0) {
+ // whitespace between identifiers is significant
+ pattern += (isWordToken && /^\w/.test(w)) ? "\\s+" : "\\s*";
+ }
+ var tokens = w.split(/(?=[A-Z,.()<>[\/])/);
+ for (var i = 0; i < tokens.length; i++) {
+ var s = tokens[i];
+ if (s === "") {
+ continue;
+ }
+ pattern += $.ui.autocomplete.escapeRegex(s);
+ isWordToken = /\w$/.test(s);
+ if (isWordToken) {
+ pattern += "([a-z0-9_$<>\\[\\]]*?)";
+ }
+ }
+ });
+ return pattern;
+}
+function createMatcher(pattern, flags) {
+ var isCamelCase = /[A-Z]/.test(pattern);
+ return new RegExp(pattern, flags + (isCamelCase ? "" : "i"));
+}
+var watermark = 'Search';
+$(function() {
+ var search = $("#search-input");
+ var reset = $("#reset-button");
+ search.val('');
+ search.prop("disabled", false);
+ reset.prop("disabled", false);
+ search.val(watermark).addClass('watermark');
+ search.blur(function() {
+ if ($(this).val().length === 0) {
+ $(this).val(watermark).addClass('watermark');
+ }
+ });
+ search.on('click keydown paste', function() {
+ if ($(this).val() === watermark) {
+ $(this).val('').removeClass('watermark');
+ }
+ });
+ reset.click(function() {
+ search.val('').focus();
+ });
+ search.focus()[0].setSelectionRange(0, 0);
+});
+$.widget("custom.catcomplete", $.ui.autocomplete, {
+ _create: function() {
+ this._super();
+ this.widget().menu("option", "items", "> :not(.ui-autocomplete-category)");
+ },
+ _renderMenu: function(ul, items) {
+ var rMenu = this;
+ var currentCategory = "";
+ rMenu.menu.bindings = $();
+ $.each(items, function(index, item) {
+ var li;
+ if (item.category && item.category !== currentCategory) {
+ ul.append("" + item.category + " ");
+ currentCategory = item.category;
+ }
+ li = rMenu._renderItemData(ul, item);
+ if (item.category) {
+ li.attr("aria-label", item.category + " : " + item.l);
+ li.attr("class", "result-item");
+ } else {
+ li.attr("aria-label", item.l);
+ li.attr("class", "result-item");
+ }
+ });
+ },
+ _renderItem: function(ul, item) {
+ var label = "";
+ var matcher = createMatcher(escapeHtml(searchPattern), "g");
+ var fallbackMatcher = new RegExp(fallbackPattern, "gi")
+ if (item.category === catModules) {
+ label = getHighlightedText(item.l, matcher, fallbackMatcher);
+ } else if (item.category === catPackages) {
+ label = getHighlightedText(item.l, matcher, fallbackMatcher);
+ } else if (item.category === catTypes) {
+ label = (item.p && item.p !== UNNAMED)
+ ? getHighlightedText(item.p + "." + item.l, matcher, fallbackMatcher)
+ : getHighlightedText(item.l, matcher, fallbackMatcher);
+ } else if (item.category === catMembers) {
+ label = (item.p && item.p !== UNNAMED)
+ ? getHighlightedText(item.p + "." + item.c + "." + item.l, matcher, fallbackMatcher)
+ : getHighlightedText(item.c + "." + item.l, matcher, fallbackMatcher);
+ } else if (item.category === catSearchTags) {
+ label = getHighlightedText(item.l, matcher, fallbackMatcher);
+ } else {
+ label = item.l;
+ }
+ var li = $(" ").appendTo(ul);
+ var div = $("
").appendTo(li);
+ if (item.category === catSearchTags && item.h) {
+ if (item.d) {
+ div.html(label + " (" + item.h + ") "
+ + item.d + " ");
+ } else {
+ div.html(label + " (" + item.h + ") ");
+ }
+ } else {
+ if (item.m) {
+ div.html(item.m + "/" + label);
+ } else {
+ div.html(label);
+ }
+ }
+ return li;
+ }
+});
+function rankMatch(match, category) {
+ if (!match) {
+ return NO_MATCH;
+ }
+ var index = match.index;
+ var input = match.input;
+ var leftBoundaryMatch = 2;
+ var periferalMatch = 0;
+ // make sure match is anchored on a left word boundary
+ if (index === 0 || /\W/.test(input[index - 1]) || "_" === input[index]) {
+ leftBoundaryMatch = 0;
+ } else if ("_" === input[index - 1] || (input[index] === input[index].toUpperCase() && !/^[A-Z0-9_$]+$/.test(input))) {
+ leftBoundaryMatch = 1;
+ }
+ var matchEnd = index + match[0].length;
+ var leftParen = input.indexOf("(");
+ var endOfName = leftParen > -1 ? leftParen : input.length;
+ // exclude peripheral matches
+ if (category !== catModules && category !== catSearchTags) {
+ var delim = category === catPackages ? "/" : ".";
+ if (leftParen > -1 && leftParen < index) {
+ periferalMatch += 2;
+ } else if (input.lastIndexOf(delim, endOfName) >= matchEnd) {
+ periferalMatch += 2;
+ }
+ }
+ var delta = match[0].length === endOfName ? 0 : 1; // rank full match higher than partial match
+ for (var i = 1; i < match.length; i++) {
+ // lower ranking if parts of the name are missing
+ if (match[i])
+ delta += match[i].length;
+ }
+ if (category === catTypes) {
+ // lower ranking if a type name contains unmatched camel-case parts
+ if (/[A-Z]/.test(input.substring(matchEnd)))
+ delta += 5;
+ if (/[A-Z]/.test(input.substring(0, index)))
+ delta += 5;
+ }
+ return leftBoundaryMatch + periferalMatch + (delta / 200);
+
+}
+function doSearch(request, response) {
+ var result = [];
+ searchPattern = createSearchPattern(request.term);
+ fallbackPattern = createSearchPattern(request.term.toLowerCase());
+ if (searchPattern === "") {
+ return this.close();
+ }
+ var camelCaseMatcher = createMatcher(searchPattern, "");
+ var fallbackMatcher = new RegExp(fallbackPattern, "i");
+
+ function searchIndexWithMatcher(indexArray, matcher, category, nameFunc) {
+ if (indexArray) {
+ var newResults = [];
+ $.each(indexArray, function (i, item) {
+ item.category = category;
+ var ranking = rankMatch(matcher.exec(nameFunc(item)), category);
+ if (ranking < RANKING_THRESHOLD) {
+ newResults.push({ranking: ranking, item: item});
+ }
+ return newResults.length <= MAX_RESULTS;
+ });
+ return newResults.sort(function(e1, e2) {
+ return e1.ranking - e2.ranking;
+ }).map(function(e) {
+ return e.item;
+ });
+ }
+ return [];
+ }
+ function searchIndex(indexArray, category, nameFunc) {
+ var primaryResults = searchIndexWithMatcher(indexArray, camelCaseMatcher, category, nameFunc);
+ result = result.concat(primaryResults);
+ if (primaryResults.length <= MIN_RESULTS && !camelCaseMatcher.ignoreCase) {
+ var secondaryResults = searchIndexWithMatcher(indexArray, fallbackMatcher, category, nameFunc);
+ result = result.concat(secondaryResults.filter(function (item) {
+ return primaryResults.indexOf(item) === -1;
+ }));
+ }
+ }
+
+ searchIndex(moduleSearchIndex, catModules, function(item) { return item.l; });
+ searchIndex(packageSearchIndex, catPackages, function(item) {
+ return (item.m && request.term.indexOf("/") > -1)
+ ? (item.m + "/" + item.l) : item.l;
+ });
+ searchIndex(typeSearchIndex, catTypes, function(item) {
+ return request.term.indexOf(".") > -1 ? item.p + "." + item.l : item.l;
+ });
+ searchIndex(memberSearchIndex, catMembers, function(item) {
+ return request.term.indexOf(".") > -1
+ ? item.p + "." + item.c + "." + item.l : item.l;
+ });
+ searchIndex(tagSearchIndex, catSearchTags, function(item) { return item.l; });
+
+ if (!indexFilesLoaded()) {
+ updateSearchResults = function() {
+ doSearch(request, response);
+ }
+ result.unshift(loading);
+ } else {
+ updateSearchResults = function() {};
+ }
+ response(result);
+}
+$(function() {
+ $("#search-input").catcomplete({
+ minLength: 1,
+ delay: 300,
+ source: doSearch,
+ response: function(event, ui) {
+ if (!ui.content.length) {
+ ui.content.push(noResult);
+ } else {
+ $("#search-input").empty();
+ }
+ },
+ autoFocus: true,
+ focus: function(event, ui) {
+ return false;
+ },
+ position: {
+ collision: "flip"
+ },
+ select: function(event, ui) {
+ if (ui.item.category) {
+ var url = getURLPrefix(ui);
+ if (ui.item.category === catModules) {
+ url += "module-summary.html";
+ } else if (ui.item.category === catPackages) {
+ if (ui.item.u) {
+ url = ui.item.u;
+ } else {
+ url += ui.item.l.replace(/\./g, '/') + "/package-summary.html";
+ }
+ } else if (ui.item.category === catTypes) {
+ if (ui.item.u) {
+ url = ui.item.u;
+ } else if (ui.item.p === UNNAMED) {
+ url += ui.item.l + ".html";
+ } else {
+ url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.l + ".html";
+ }
+ } else if (ui.item.category === catMembers) {
+ if (ui.item.p === UNNAMED) {
+ url += ui.item.c + ".html" + "#";
+ } else {
+ url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.c + ".html" + "#";
+ }
+ if (ui.item.u) {
+ url += ui.item.u;
+ } else {
+ url += ui.item.l;
+ }
+ } else if (ui.item.category === catSearchTags) {
+ url += ui.item.u;
+ }
+ if (top !== window) {
+ parent.classFrame.location = pathtoroot + url;
+ } else {
+ window.location.href = pathtoroot + url;
+ }
+ $("#search-input").focus();
+ }
+ }
+ });
+});
diff --git a/static/javadoc/server/serialized-form.html b/static/javadoc/serialized-form.html
similarity index 97%
rename from static/javadoc/server/serialized-form.html
rename to static/javadoc/serialized-form.html
index bf0526b..d27e428 100644
--- a/static/javadoc/server/serialized-form.html
+++ b/static/javadoc/serialized-form.html
@@ -1,108 +1,108 @@
-
-
-
-
-Serialized Form (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+Serialized Form (server 1.2 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/javadoc/server/dev/plex/PlexProvider.html b/static/javadoc/server/dev/plex/PlexProvider.html
deleted file mode 100644
index 4c47f3a..0000000
--- a/static/javadoc/server/dev/plex/PlexProvider.html
+++ /dev/null
@@ -1,166 +0,0 @@
-
-
-
-
-PlexProvider (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-dev.plex.api.PlexApi
-
-
-public class PlexProvider
-
extends Object
-implements dev.plex.api.PlexApi
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-PlexProvider
-public PlexProvider ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-getPlayerCache
-public dev.plex.api.IPlayerCache<PlexPlayer > getPlayerCache ()
-
-Specified by:
-getPlayerCache
in interface dev.plex.api.PlexApi
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/static/javadoc/server/dev/plex/permission/handler/NativePermissionHandler.html b/static/javadoc/server/dev/plex/permission/handler/NativePermissionHandler.html
deleted file mode 100644
index a9a0783..0000000
--- a/static/javadoc/server/dev/plex/permission/handler/NativePermissionHandler.html
+++ /dev/null
@@ -1,134 +0,0 @@
-
-
-
-
-NativePermissionHandler (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-dev.plex.api.permission.IPermissionHandler
-
-
-public class NativePermissionHandler
-
extends Object
-implements dev.plex.api.permission.IPermissionHandler
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
Methods inherited from interface dev.plex.api.permission.IPermissionHandler
-hasPermission, hasPermission
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-NativePermissionHandler
-public NativePermissionHandler ()
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/static/javadoc/server/dev/plex/permission/handler/VaultPermissionHandler.html b/static/javadoc/server/dev/plex/permission/handler/VaultPermissionHandler.html
deleted file mode 100644
index 5ac2123..0000000
--- a/static/javadoc/server/dev/plex/permission/handler/VaultPermissionHandler.html
+++ /dev/null
@@ -1,173 +0,0 @@
-
-
-
-
-VaultPermissionHandler (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-dev.plex.api.permission.IPermissionHandler
-
-
-public class VaultPermissionHandler
-
extends Object
-implements dev.plex.api.permission.IPermissionHandler
-
-
-
-
-
-
-Constructor Summary
-Constructors
-
-
-
-
-
-
-Method Summary
-
-
All Methods Instance Methods Concrete Methods
-
-
-
-
Methods inherited from class java.lang.Object
-
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
-
-
Methods inherited from interface dev.plex.api.permission.IPermissionHandler
-hasPermission
-
-
-
-
-
-
-
-
-
-Constructor Details
-
-
-
-VaultPermissionHandler
-public VaultPermissionHandler ()
-
-
-
-
-
-
-
-
-Method Details
-
-
-
-hasPermission
-public boolean hasPermission (@NotNull
- @NotNull org.bukkit.OfflinePlayer player,
- @Nullable
- @Nullable String permission)
-
-Specified by:
-hasPermission
in interface dev.plex.api.permission.IPermissionHandler
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/static/javadoc/server/dev/plex/permission/handler/package-summary.html b/static/javadoc/server/dev/plex/permission/handler/package-summary.html
deleted file mode 100644
index e07f2bf..0000000
--- a/static/javadoc/server/dev/plex/permission/handler/package-summary.html
+++ /dev/null
@@ -1,94 +0,0 @@
-
-
-
-
-dev.plex.permission.handler (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-
-
-package dev.plex.permission.handler
-
-
-
-
-
-
diff --git a/static/javadoc/server/dev/plex/permission/handler/package-tree.html b/static/javadoc/server/dev/plex/permission/handler/package-tree.html
deleted file mode 100644
index f97b2ce..0000000
--- a/static/javadoc/server/dev/plex/permission/handler/package-tree.html
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
-dev.plex.permission.handler Class Hierarchy (server 1.1.1 API)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
diff --git a/static/javadoc/server/legal/ADDITIONAL_LICENSE_INFO b/static/javadoc/server/legal/ADDITIONAL_LICENSE_INFO
deleted file mode 100644
index 3f7e921..0000000
--- a/static/javadoc/server/legal/ADDITIONAL_LICENSE_INFO
+++ /dev/null
@@ -1 +0,0 @@
-Please see ..\java.base\ADDITIONAL_LICENSE_INFO
diff --git a/static/javadoc/server/legal/ASSEMBLY_EXCEPTION b/static/javadoc/server/legal/ASSEMBLY_EXCEPTION
deleted file mode 100644
index e09f918..0000000
--- a/static/javadoc/server/legal/ASSEMBLY_EXCEPTION
+++ /dev/null
@@ -1 +0,0 @@
-Please see ..\java.base\ASSEMBLY_EXCEPTION
diff --git a/static/javadoc/server/legal/LICENSE b/static/javadoc/server/legal/LICENSE
deleted file mode 100644
index 940481e..0000000
--- a/static/javadoc/server/legal/LICENSE
+++ /dev/null
@@ -1 +0,0 @@
-Please see ..\java.base\LICENSE
diff --git a/static/javadoc/server/legal/jquery.md b/static/javadoc/server/legal/jquery.md
deleted file mode 100644
index 8054a34..0000000
--- a/static/javadoc/server/legal/jquery.md
+++ /dev/null
@@ -1,72 +0,0 @@
-## jQuery v3.5.1
-
-### jQuery License
-```
-jQuery v 3.5.1
-Copyright JS Foundation and other contributors, https://js.foundation/
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-******************************************
-
-The jQuery JavaScript Library v3.5.1 also includes Sizzle.js
-
-Sizzle.js includes the following license:
-
-Copyright JS Foundation and other contributors, https://js.foundation/
-
-This software consists of voluntary contributions made by many
-individuals. For exact contribution history, see the revision history
-available at https://github.com/jquery/sizzle
-
-The following license applies to all parts of this software except as
-documented below:
-
-====
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-====
-
-All files located in the node_modules and external directories are
-externally maintained libraries used by this software which have their
-own licenses; we recommend you read them, as their terms may differ from
-the terms above.
-
-*********************
-
-```
diff --git a/static/javadoc/server/legal/jqueryUI.md b/static/javadoc/server/legal/jqueryUI.md
deleted file mode 100644
index 8031bdb..0000000
--- a/static/javadoc/server/legal/jqueryUI.md
+++ /dev/null
@@ -1,49 +0,0 @@
-## jQuery UI v1.12.1
-
-### jQuery UI License
-```
-Copyright jQuery Foundation and other contributors, https://jquery.org/
-
-This software consists of voluntary contributions made by many
-individuals. For exact contribution history, see the revision history
-available at https://github.com/jquery/jquery-ui
-
-The following license applies to all parts of this software except as
-documented below:
-
-====
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-====
-
-Copyright and related rights for sample code are waived via CC0. Sample
-code is defined as all source code contained within the demos directory.
-
-CC0: http://creativecommons.org/publicdomain/zero/1.0/
-
-====
-
-All files located in the node_modules and external directories are
-externally maintained libraries used by this software which have their
-own licenses; we recommend you read them, as their terms may differ from
-the terms above.
-
-```
diff --git a/static/javadoc/server/member-search-index.js b/static/javadoc/server/member-search-index.js
deleted file mode 100644
index 63951cb..0000000
--- a/static/javadoc/server/member-search-index.js
+++ /dev/null
@@ -1 +0,0 @@
-memberSearchIndex = [{"p":"dev.plex.util.menu","c":"AbstractMenu","l":"AbstractMenu(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"dev.plex.services","c":"AbstractService","l":"AbstractService(boolean, boolean)","u":"%3Cinit%3E(boolean,boolean)"},{"p":"dev.plex.punishment","c":"Punishment","l":"active"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"addAttributeModifier(Attribute, AttributeModifier)","u":"addAttributeModifier(org.bukkit.attribute.Attribute,org.bukkit.attribute.AttributeModifier)"},{"p":"dev.plex.module","c":"PlexModule","l":"addDefaultMessage(String, Object)","u":"addDefaultMessage(java.lang.String,java.lang.Object)"},{"p":"dev.plex.module","c":"PlexModule","l":"addDefaultMessage(String, Object, String...)","u":"addDefaultMessage(java.lang.String,java.lang.Object,java.lang.String...)"},{"p":"dev.plex.config","c":"Config","l":"added"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"addEnchantment(Enchantment, int)","u":"addEnchantment(org.bukkit.enchantments.Enchantment,int)"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"addItemFlag(ItemFlag...)","u":"addItemFlag(org.bukkit.inventory.ItemFlag...)"},{"p":"dev.plex.storage.punishment","c":"SQLNotes","l":"addNote(Note)","u":"addNote(dev.plex.punishment.extra.Note)"},{"p":"dev.plex.storage.permission","c":"SQLPermissions","l":"addPermission(Permission)","u":"addPermission(dev.plex.permission.Permission)"},{"p":"dev.plex.util","c":"PermissionsUtil","l":"addPermission(PlexPlayer, Permission)","u":"addPermission(dev.plex.player.PlexPlayer,dev.plex.permission.Permission)"},{"p":"dev.plex.util","c":"PermissionsUtil","l":"addPermission(PlexPlayer, String)","u":"addPermission(dev.plex.player.PlexPlayer,java.lang.String)"},{"p":"dev.plex.util","c":"PlexUtils","l":"addToArrayList(List, T)","u":"addToArrayList(java.util.List,T)"},{"p":"dev.plex.admin","c":"AdminList","l":"addToCache(Admin)","u":"addToCache(dev.plex.admin.Admin)"},{"p":"dev.plex.rank.enums","c":"Rank","l":"ADMIN"},{"p":"dev.plex.admin","c":"Admin","l":"Admin(UUID)","u":"%3Cinit%3E(java.util.UUID)"},{"p":"dev.plex.player","c":"PlexPlayer","l":"adminActive"},{"p":"dev.plex.admin","c":"Admin","l":"adminChat"},{"p":"dev.plex.command.impl","c":"AdminChatCMD","l":"adminChat(CommandSender, String)","u":"adminChat(org.bukkit.command.CommandSender,java.lang.String)"},{"p":"dev.plex.command.impl","c":"AdminChatCMD","l":"AdminChatCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"AdminCMD","l":"AdminCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex","c":"Plex","l":"adminList"},{"p":"dev.plex.admin","c":"AdminList","l":"AdminList()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"AdminListener","l":"AdminListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.admin","c":"AdminList","l":"admins"},{"p":"dev.plex.command.impl","c":"AdminworldCMD","l":"AdminworldCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"AdventureCMD","l":"AdventureCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.annotation","c":"CommandParameters","l":"aliases()"},{"p":"dev.plex.permission","c":"Permission","l":"allowed"},{"p":"dev.plex.world","c":"NoiseOptions","l":"amplitude"},{"p":"dev.plex.listener.impl","c":"AntiNukerListener","l":"AntiNukerListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"AntiSpamListener","l":"AntiSpamListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.source","c":"RequiredCommandSource","l":"ANY"},{"p":"dev.plex.util","c":"AshconInfo","l":"AshconInfo()","u":"%3Cinit%3E()"},{"p":"dev.plex.services","c":"AbstractService","l":"asynchronous"},{"p":"dev.plex.util","c":"BuildInfo","l":"author"},{"p":"dev.plex.services.impl","c":"AutoWipeService","l":"AutoWipeService()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"BAN"},{"p":"dev.plex.command.impl","c":"BanCMD","l":"BanCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"BanListener","l":"BanListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.services.impl","c":"BanService","l":"BanService()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment","c":"Punishment","l":"banUrl"},{"p":"dev.plex.listener.impl","c":"ChatListener.PlexChatRenderer","l":"before"},{"p":"dev.plex.command.impl","c":"BlockEditCMD","l":"bl"},{"p":"dev.plex.services.impl","c":"CommandBlockerService","l":"BLOCKED_COMMANDS"},{"p":"dev.plex.listener.impl","c":"BlockListener","l":"blockedBlocks"},{"p":"dev.plex.command.blocking","c":"BlockedCommand","l":"BlockedCommand()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"BlockEditCMD","l":"BlockEditCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"BlockListener","l":"blockedPlayers"},{"p":"dev.plex.listener.impl","c":"BlockListener","l":"BlockListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.world","c":"BlockMapChunkGenerator","l":"blockMap"},{"p":"dev.plex.world","c":"BlockMapChunkGenerator","l":"BlockMapChunkGenerator(LinkedHashMap, BlockPopulator...)","u":"%3Cinit%3E(java.util.LinkedHashMap,org.bukkit.generator.BlockPopulator...)"},{"p":"dev.plex.util","c":"BlockUtils","l":"BlockUtils()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"BookListener","l":"BookListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"UpdateChecker","l":"BRANCH"},{"p":"dev.plex.util","c":"PlexUtils","l":"broadcast(Component)","u":"broadcast(net.kyori.adventure.text.Component)"},{"p":"dev.plex.util","c":"PlexUtils","l":"broadcast(String)","u":"broadcast(java.lang.String)"},{"p":"dev.plex.util","c":"PlexUtils","l":"broadcastToAdmins(Component)","u":"broadcastToAdmins(net.kyori.adventure.text.Component)"},{"p":"dev.plex","c":"Plex","l":"build"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"build()"},{"p":"dev.plex.util","c":"BuildInfo","l":"BuildInfo()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"BungeeUtil","l":"BungeeUtil()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"BlockListener","l":"cachedBlockedBlocksConfig"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"canEnterWorld(Player)","u":"canEnterWorld(org.bukkit.entity.Player)"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"canModifyWorld(Player, boolean)","u":"canModifyWorld(org.bukkit.entity.Player,boolean)"},{"p":"dev.plex.hook","c":"VaultHook","l":"CHAT"},{"p":"dev.plex.listener.impl","c":"ChatListener.ChatHandlerImpl","l":"ChatHandlerImpl()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"ChatListener","l":"ChatListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"GameRuleUtil","l":"check(T)"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"checkLevel(PlexPlayer, String[])","u":"checkLevel(dev.plex.player.PlexPlayer,java.lang.String[])"},{"p":"dev.plex.command","c":"PlexCommand","l":"checkRank(CommandSender, Rank, String)","u":"checkRank(org.bukkit.command.CommandSender,dev.plex.rank.enums.Rank,java.lang.String)"},{"p":"dev.plex.command","c":"PlexCommand","l":"checkRank(Player, Rank, String)","u":"checkRank(org.bukkit.entity.Player,dev.plex.rank.enums.Rank,java.lang.String)"},{"p":"dev.plex.command","c":"PlexCommand","l":"checkTab(CommandSender, Rank, String)","u":"checkTab(org.bukkit.command.CommandSender,dev.plex.rank.enums.Rank,java.lang.String)"},{"p":"dev.plex.command","c":"PlexCommand","l":"checkTab(Player, Rank, String)","u":"checkTab(org.bukkit.entity.Player,dev.plex.rank.enums.Rank,java.lang.String)"},{"p":"dev.plex.world","c":"CustomWorld","l":"chunks"},{"p":"dev.plex.player","c":"PlexPlayer","l":"coins"},{"p":"dev.plex.rank.enums","c":"Rank","l":"color"},{"p":"dev.plex.rank.enums","c":"Title","l":"color"},{"p":"dev.plex.command.blocking","c":"BlockedCommand","l":"command"},{"p":"dev.plex.command.blocking","c":"BlockedCommand","l":"commandAliases"},{"p":"dev.plex.services.impl","c":"CommandBlockerService","l":"CommandBlockerService()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.exception","c":"CommandFailException","l":"CommandFailException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"dev.plex.handlers","c":"CommandHandler","l":"CommandHandler()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"CommandListener","l":"CommandListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"MuteListener","l":"commands"},{"p":"dev.plex.module","c":"PlexModule","l":"commands"},{"p":"dev.plex","c":"Plex","l":"commands"},{"p":"dev.plex.command","c":"PlexCommand","l":"commandSource"},{"p":"dev.plex.admin","c":"Admin","l":"commandSpy"},{"p":"dev.plex.player","c":"PlexPlayer","l":"commandSpy"},{"p":"dev.plex.command.impl","c":"CommandSpyCMD","l":"CommandSpyCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"GameRuleUtil","l":"commitGlobalGameRules(World)","u":"commitGlobalGameRules(org.bukkit.World)"},{"p":"dev.plex.util","c":"GameRuleUtil","l":"commitSpecificGameRules(World)","u":"commitSpecificGameRules(org.bukkit.World)"},{"p":"dev.plex.command","c":"PlexCommand","l":"componentFromString(String)","u":"componentFromString(java.lang.String)"},{"p":"dev.plex","c":"Plex","l":"config"},{"p":"dev.plex.config","c":"Config","l":"Config(Plex, String)","u":"%3Cinit%3E(dev.plex.Plex,java.lang.String)"},{"p":"dev.plex.world","c":"ConfigurationChunkGenerator","l":"ConfigurationChunkGenerator(String, BlockPopulator...)","u":"%3Cinit%3E(java.lang.String,org.bukkit.generator.BlockPopulator...)"},{"p":"dev.plex.command.source","c":"RequiredCommandSource","l":"CONSOLE"},{"p":"dev.plex.command.exception","c":"ConsoleMustDefinePlayerException","l":"ConsoleMustDefinePlayerException()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.exception","c":"ConsoleOnlyException","l":"ConsoleOnlyException()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"ConsoleSayCMD","l":"ConsoleSayCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.world","c":"ConfigurationChunkGenerator","l":"createBlockMap(String)","u":"createBlockMap(java.lang.String)"},{"p":"dev.plex.util","c":"TimeUtils","l":"createDate(String)","u":"createDate(java.lang.String)"},{"p":"dev.plex.module.loader","c":"LibraryLoader","l":"createLoader(PlexModule, PlexModuleFile)","u":"createLoader(dev.plex.module.PlexModule,dev.plex.module.PlexModuleFile)"},{"p":"dev.plex.world","c":"BlockMapChunkGenerator","l":"createLoopChunkData(int, int, int, ChunkGenerator.ChunkData)","u":"createLoopChunkData(int,int,int,org.bukkit.generator.ChunkGenerator.ChunkData)"},{"p":"dev.plex.world","c":"CustomChunkGenerator","l":"createLoopChunkData(int, int, int, ChunkGenerator.ChunkData)","u":"createLoopChunkData(int,int,int,org.bukkit.generator.ChunkGenerator.ChunkData)"},{"p":"dev.plex.world","c":"FlatChunkGenerator","l":"createLoopChunkData(int, int, int, ChunkGenerator.ChunkData)","u":"createLoopChunkData(int,int,int,org.bukkit.generator.ChunkGenerator.ChunkData)"},{"p":"dev.plex.world","c":"NoiseChunkGenerator","l":"createLoopChunkData(int, int, int, ChunkGenerator.ChunkData)","u":"createLoopChunkData(int,int,int,org.bukkit.generator.ChunkGenerator.ChunkData)"},{"p":"dev.plex.world","c":"OctaveChunkGenerator","l":"createLoopChunkData(int, int, int, ChunkGenerator.ChunkData)","u":"createLoopChunkData(int,int,int,org.bukkit.generator.ChunkGenerator.ChunkData)"},{"p":"dev.plex.command.impl","c":"CreativeCMD","l":"CreativeCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"AshconInfo.Textures","l":"custom"},{"p":"dev.plex.world","c":"CustomChunkGenerator","l":"CustomChunkGenerator(int, BlockPopulator...)","u":"%3Cinit%3E(int,org.bukkit.generator.BlockPopulator...)"},{"p":"dev.plex.module.loader","c":"CustomClassLoader","l":"CustomClassLoader(URL, ClassLoader)","u":"%3Cinit%3E(java.net.URL,java.lang.ClassLoader)"},{"p":"dev.plex.punishment","c":"Punishment","l":"customTime"},{"p":"dev.plex.world","c":"CustomWorld","l":"CustomWorld(String, CustomChunkGenerator)","u":"%3Cinit%3E(java.lang.String,dev.plex.world.CustomChunkGenerator)"},{"p":"dev.plex.module","c":"PlexModule","l":"dataFolder"},{"p":"dev.plex.storage","c":"SQLConnection","l":"dataSource"},{"p":"dev.plex.storage.player","c":"MongoPlayerData","l":"datastore"},{"p":"dev.plex.cache","c":"DataUtils","l":"DataUtils()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"BuildInfo","l":"date"},{"p":"dev.plex.util","c":"TimeUtils","l":"DATE_FORMAT"},{"p":"dev.plex.command.annotation","c":"System","l":"debug()"},{"p":"dev.plex.util","c":"PlexLog","l":"debug(String, Object...)","u":"debug(java.lang.String,java.lang.Object...)"},{"p":"dev.plex.command.impl","c":"DebugCMD","l":"DebugCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.storage.codec","c":"ZonedDateTimeCodec","l":"decode(BsonReader, DecoderContext)","u":"decode(org.bson.BsonReader,org.bson.codecs.DecoderContext)"},{"p":"dev.plex.storage.punishment","c":"SQLNotes","l":"DELETE"},{"p":"dev.plex.storage.punishment","c":"SQLNotes","l":"deleteNote(int, UUID)","u":"deleteNote(int,java.util.UUID)"},{"p":"dev.plex.command.impl","c":"DeopAllCMD","l":"DeopAllCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"DeopCMD","l":"DeopCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.module","c":"PlexModuleFile","l":"description"},{"p":"dev.plex.command.annotation","c":"CommandParameters","l":"description()"},{"p":"dev.plex.util.adapter","c":"ZonedDateTimeDeserializer","l":"deserialize(JsonElement, Type, JsonDeserializationContext)","u":"deserialize(com.google.gson.JsonElement,java.lang.reflect.Type,com.google.gson.JsonDeserializationContext)"},{"p":"dev.plex.rank.enums","c":"Title","l":"DEV"},{"p":"dev.plex.util","c":"PlexUtils","l":"DEVELOPERS"},{"p":"dev.plex.module","c":"PlexModule","l":"disable()"},{"p":"dev.plex.util","c":"PlexUtils","l":"disabledEffect(Player, Location)","u":"disabledEffect(org.bukkit.entity.Player,org.bukkit.Location)"},{"p":"dev.plex.util","c":"PlexUtils","l":"disabledEffectMultiple(Player[], Location)","u":"disabledEffectMultiple(org.bukkit.entity.Player[],org.bukkit.Location)"},{"p":"dev.plex.module","c":"ModuleManager","l":"disableModules()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"displayName()"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"displayName(Component)","u":"displayName(net.kyori.adventure.text.Component)"},{"p":"dev.plex.util","c":"UpdateChecker","l":"distance"},{"p":"dev.plex.listener.impl","c":"ChatListener.ChatHandlerImpl","l":"doChat(AsyncChatEvent)","u":"doChat(io.papermc.paper.event.player.AsyncChatEvent)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"doPunishment(PlexPlayer, Punishment)","u":"doPunishment(dev.plex.player.PlexPlayer,dev.plex.punishment.Punishment)"},{"p":"dev.plex.util","c":"UpdateChecker","l":"DOWNLOAD_PAGE"},{"p":"dev.plex.listener.impl","c":"DropListener","l":"DropListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"EDIT_COMMANDS"},{"p":"dev.plex.module","c":"PlexModule","l":"enable()"},{"p":"dev.plex.module","c":"ModuleManager","l":"enableModules()"},{"p":"dev.plex.storage.codec","c":"ZonedDateTimeCodec","l":"encode(BsonWriter, ZonedDateTime, EncoderContext)","u":"encode(org.bson.BsonWriter,java.time.ZonedDateTime,org.bson.codecs.EncoderContext)"},{"p":"dev.plex.punishment","c":"Punishment","l":"endDate"},{"p":"dev.plex.services","c":"ServiceManager","l":"endService(AbstractService)","u":"endService(dev.plex.services.AbstractService)"},{"p":"dev.plex.services","c":"ServiceManager","l":"endService(AbstractService, boolean)","u":"endService(dev.plex.services.AbstractService,boolean)"},{"p":"dev.plex.services","c":"ServiceManager","l":"endServices()"},{"p":"dev.plex.command.impl","c":"EntityWipeCMD","l":"EntityWipeCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"PlexLog","l":"error(String, Object...)","u":"error(java.lang.String,java.lang.Object...)"},{"p":"dev.plex.command.impl","c":"BlockEditCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"CommandSpyCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"EntityWipeCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"MobPurgeCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"TFMCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command","c":"PlexCommand","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"AdminChatCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"AdminCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"AdminworldCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"AdventureCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"BanCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"ConsoleSayCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"CreativeCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"DebugCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"DeopAllCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"DeopCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"FlatlandsCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"FreezeCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"GamemodeCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"KickCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"ListCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"LocalSpawnCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"LockupCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"MasterbuilderworldCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"MuteCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"NameHistoryCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"NotesCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"OpAllCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"OpCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"PlexCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"PunishmentsCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"RankCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"RawSayCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"SayCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"SmiteCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"SpectatorCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"SurvivalCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"TagCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"TempbanCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"ToggleCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"UnbanCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"UnfreezeCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"UnmuteCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"WorldCMD","l":"execute(CommandSender, Player, String[])","u":"execute(org.bukkit.command.CommandSender,org.bukkit.entity.Player,java.lang.String[])"},{"p":"dev.plex.rank.enums","c":"Rank","l":"EXECUTIVE"},{"p":"dev.plex.storage.player","c":"MongoPlayerData","l":"exists(String)","u":"exists(java.lang.String)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"exists(String)","u":"exists(java.lang.String)"},{"p":"dev.plex.storage.player","c":"MongoPlayerData","l":"exists(UUID)","u":"exists(java.util.UUID)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"exists(UUID)","u":"exists(java.util.UUID)"},{"p":"dev.plex.module.loader","c":"CustomClassLoader","l":"extractJar(URL)","u":"extractJar(java.net.URL)"},{"p":"dev.plex.util","c":"UpdateChecker","l":"fetchDistanceFromGitHub(String, String, String)","u":"fetchDistanceFromGitHub(java.lang.String,java.lang.String,java.lang.String)"},{"p":"dev.plex.config","c":"Config","l":"file"},{"p":"dev.plex.config","c":"ModuleConfig","l":"file"},{"p":"dev.plex.world","c":"FlatChunkGenerator","l":"FlatChunkGenerator(int, BlockPopulator...)","u":"%3Cinit%3E(int,org.bukkit.generator.BlockPopulator...)"},{"p":"dev.plex.command.impl","c":"FlatlandsCMD","l":"FlatlandsCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"FREEZE"},{"p":"dev.plex.command.impl","c":"FreezeCMD","l":"FreezeCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"FreezeListener","l":"FreezeListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.world","c":"NoiseOptions","l":"frequency"},{"p":"dev.plex.config","c":"ModuleConfig","l":"from"},{"p":"dev.plex.punishment","c":"Punishment","l":"fromJson(String)","u":"fromJson(java.lang.String)"},{"p":"dev.plex.player","c":"PlexPlayer","l":"frozen"},{"p":"dev.plex.command.impl","c":"GamemodeCMD","l":"gamemode"},{"p":"dev.plex.command.impl","c":"GamemodeCMD","l":"GamemodeCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"GameModeListener","l":"GameModeListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.services.impl","c":"GameRuleService","l":"GameRuleService()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"GameRuleUtil","l":"GameRuleUtil()","u":"%3Cinit%3E()"},{"p":"dev.plex.world","c":"CustomWorld","l":"generate()"},{"p":"dev.plex.punishment","c":"Punishment","l":"generateBanMessage(Punishment)","u":"generateBanMessage(dev.plex.punishment.Punishment)"},{"p":"dev.plex.world","c":"CustomWorld","l":"generateConfigFlatWorld(String)","u":"generateConfigFlatWorld(java.lang.String)"},{"p":"dev.plex.rank","c":"RankManager","l":"generateDefaultRanks()"},{"p":"dev.plex.punishment","c":"Punishment","l":"generateIndefBanMessage(String)","u":"generateIndefBanMessage(java.lang.String)"},{"p":"dev.plex.world","c":"OctaveChunkGenerator","l":"generateNoise(WorldInfo, Random, int, int, ChunkGenerator.ChunkData)","u":"generateNoise(org.bukkit.generator.WorldInfo,java.util.Random,int,int,org.bukkit.generator.ChunkGenerator.ChunkData)"},{"p":"dev.plex.world","c":"NoiseChunkGenerator","l":"generateNoise(WorldInfo, Random, int, int, ChunkGenerator.ChunkData)","u":"generateNoise(org.bukkit.generator.WorldInfo,java.util.Random,int,int,org.bukkit.generator.ChunkGenerator.ChunkData)"},{"p":"dev.plex.world","c":"FlatChunkGenerator","l":"generateSurface(WorldInfo, Random, int, int, ChunkGenerator.ChunkData)","u":"generateSurface(org.bukkit.generator.WorldInfo,java.util.Random,int,int,org.bukkit.generator.ChunkGenerator.ChunkData)"},{"p":"dev.plex","c":"Plex","l":"generateWorlds()"},{"p":"dev.plex.world","c":"CustomWorld","l":"generator()"},{"p":"dev.plex","c":"Plex","l":"get()"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"getActiveBans()"},{"p":"dev.plex.admin","c":"AdminList","l":"getAllAdminPlayers()"},{"p":"dev.plex.admin","c":"AdminList","l":"getAllAdmins()"},{"p":"dev.plex","c":"Plex","l":"getApi()"},{"p":"dev.plex.storage.player","c":"MongoPlayerData","l":"getByIP(String)","u":"getByIP(java.lang.String)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"getByIP(String)","u":"getByIP(java.lang.String)"},{"p":"dev.plex.storage.player","c":"MongoPlayerData","l":"getByName(String)","u":"getByName(java.lang.String)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"getByName(String)","u":"getByName(java.lang.String)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"getByName(String, boolean)","u":"getByName(java.lang.String,boolean)"},{"p":"dev.plex.storage.player","c":"MongoPlayerData","l":"getByUUID(UUID)","u":"getByUUID(java.util.UUID)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"getByUUID(UUID)","u":"getByUUID(java.util.UUID)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"getByUUID(UUID, boolean)","u":"getByUUID(java.util.UUID,boolean)"},{"p":"dev.plex.hook","c":"VaultHook","l":"getChat()"},{"p":"dev.plex.util","c":"ReflectionsUtil","l":"getClassesBySubType(String, Class)","u":"getClassesBySubType(java.lang.String,java.lang.Class)"},{"p":"dev.plex.util","c":"ReflectionsUtil","l":"getClassesFrom(String)","u":"getClassesFrom(java.lang.String)"},{"p":"dev.plex.module.loader","c":"LibraryLoader","l":"getClassNamesFromJar(JarFile)","u":"getClassNamesFromJar(java.util.jar.JarFile)"},{"p":"dev.plex.rank","c":"RankManager","l":"getColor(PlexPlayer)","u":"getColor(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.module","c":"PlexModule","l":"getCommand(String)","u":"getCommand(java.lang.String)"},{"p":"dev.plex.storage","c":"SQLConnection","l":"getCon()"},{"p":"dev.plex.listener.impl","c":"AntiNukerListener","l":"getCount(UUID)","u":"getCount(java.util.UUID)"},{"p":"dev.plex.listener.impl","c":"AntiSpamListener","l":"getCount(UUID)","u":"getCount(java.util.UUID)"},{"p":"dev.plex.menu","c":"PunishedPlayerMenu","l":"getCurrentInventoryIndex(Inventory)","u":"getCurrentInventoryIndex(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.menu","c":"PunishmentMenu","l":"getCurrentInventoryIndex(Inventory)","u":"getCurrentInventoryIndex(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.menu","c":"ToggleMenu","l":"getCurrentInventoryIndex(Inventory)","u":"getCurrentInventoryIndex(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.storage","c":"MongoConnection","l":"getDatastore()"},{"p":"dev.plex.world","c":"CustomChunkGenerator","l":"getDefaultPopulators(World)","u":"getDefaultPopulators(org.bukkit.World)"},{"p":"dev.plex.storage.codec","c":"ZonedDateTimeCodec","l":"getEncoderClass()"},{"p":"dev.plex.util","c":"WebUtils","l":"getFromName(String)","u":"getFromName(java.lang.String)"},{"p":"dev.plex.util","c":"MojangUtils","l":"getInfo(String)","u":"getInfo(java.lang.String)"},{"p":"dev.plex.menu","c":"PunishedPlayerMenu","l":"getInventory()"},{"p":"dev.plex.menu","c":"PunishmentMenu","l":"getInventory()"},{"p":"dev.plex.util.menu","c":"IMenu","l":"getInventory()"},{"p":"dev.plex.storage","c":"RedisConnection","l":"getJedis()"},{"p":"dev.plex.command","c":"PlexCommand","l":"getLevel()"},{"p":"dev.plex.rank","c":"RankManager","l":"getLoginMessage(PlexPlayer)","u":"getLoginMessage(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.command","c":"PlexCommand","l":"getMap()"},{"p":"dev.plex.util.menu","c":"AbstractMenu","l":"getName()"},{"p":"dev.plex.command","c":"PlexCommand","l":"getNonNullPlayer(String)","u":"getNonNullPlayer(java.lang.String)"},{"p":"dev.plex.command","c":"PlexCommand","l":"getNonNullWorld(String)","u":"getNonNullWorld(java.lang.String)"},{"p":"dev.plex.storage.punishment","c":"SQLNotes","l":"getNotes(UUID)","u":"getNotes(java.util.UUID)"},{"p":"dev.plex.command","c":"PlexCommand","l":"getOfflinePlexPlayer(UUID)","u":"getOfflinePlexPlayer(java.util.UUID)"},{"p":"dev.plex.command","c":"PlexCommand","l":"getOnlinePlexPlayer(String)","u":"getOnlinePlexPlayer(java.lang.String)"},{"p":"dev.plex.hook","c":"VaultHook","l":"getPermission()"},{"p":"dev.plex.storage.permission","c":"SQLPermissions","l":"getPermissions(UUID)","u":"getPermissions(java.util.UUID)"},{"p":"dev.plex.cache","c":"DataUtils","l":"getPlayer(String)","u":"getPlayer(java.lang.String)"},{"p":"dev.plex.cache","c":"DataUtils","l":"getPlayer(String, boolean)","u":"getPlayer(java.lang.String,boolean)"},{"p":"dev.plex.cache","c":"DataUtils","l":"getPlayer(UUID)","u":"getPlayer(java.util.UUID)"},{"p":"dev.plex.cache","c":"DataUtils","l":"getPlayer(UUID, boolean)","u":"getPlayer(java.util.UUID,boolean)"},{"p":"dev.plex.cache","c":"DataUtils","l":"getPlayerByIP(String)","u":"getPlayerByIP(java.lang.String)"},{"p":"dev.plex","c":"PlexProvider","l":"getPlayerCache()"},{"p":"dev.plex.util","c":"PlexUtils","l":"getPlayerNameList()"},{"p":"dev.plex.storage.player","c":"MongoPlayerData","l":"getPlayers()"},{"p":"dev.plex.command","c":"PlexCommand","l":"getPlexPlayer(Player)","u":"getPlexPlayer(org.bukkit.entity.Player)"},{"p":"dev.plex.cache","c":"PlayerCache","l":"getPlexPlayer(UUID)","u":"getPlexPlayer(java.util.UUID)"},{"p":"dev.plex.cache","c":"PlayerCache","l":"getPlexPlayerMap()"},{"p":"dev.plex.command","c":"PlexCommand","l":"getPlugin()"},{"p":"dev.plex.rank.enums","c":"Rank","l":"getPrefix()"},{"p":"dev.plex.rank.enums","c":"Title","l":"getPrefix()"},{"p":"dev.plex.rank","c":"RankManager","l":"getPrefix(PlexPlayer)","u":"getPrefix(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"getPunishments()"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"getPunishments(UUID)","u":"getPunishments(java.util.UUID)"},{"p":"dev.plex.util","c":"RandomUtil","l":"getRandomColor()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"getRankFromString()"},{"p":"dev.plex.rank","c":"RankManager","l":"getRankFromString(String)","u":"getRankFromString(java.lang.String)"},{"p":"dev.plex.module","c":"PlexModule","l":"getResource(String)","u":"getResource(java.lang.String)"},{"p":"dev.plex.services","c":"ServiceManager","l":"getService(Class extends AbstractService>)","u":"getService(java.lang.Class)"},{"p":"dev.plex.util","c":"PlexUtils","l":"getTextFromComponent(Component)","u":"getTextFromComponent(net.kyori.adventure.text.Component)"},{"p":"dev.plex.util","c":"PlexUtils","l":"getTextFromComponents(Component...)","u":"getTextFromComponents(net.kyori.adventure.text.Component...)"},{"p":"dev.plex.util","c":"UpdateChecker","l":"getUpdateStatusMessage(CommandSender, boolean, int)","u":"getUpdateStatusMessage(org.bukkit.command.CommandSender,boolean,int)"},{"p":"dev.plex.command","c":"PlexCommand","l":"getUUID(CommandSender)","u":"getUUID(org.bukkit.command.CommandSender)"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage.SafeMiniMessageTagResolver","l":"has(String)","u":"has(java.lang.String)"},{"p":"dev.plex.listener.impl","c":"CommandListener","l":"hasCommandSpy(PlexPlayer)","u":"hasCommandSpy(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.permission.handler","c":"VaultPermissionHandler","l":"hasPermission(OfflinePlayer, String)","u":"hasPermission(org.bukkit.OfflinePlayer,java.lang.String)"},{"p":"dev.plex.cache","c":"DataUtils","l":"hasPlayedBefore(String)","u":"hasPlayedBefore(java.lang.String)"},{"p":"dev.plex.cache","c":"DataUtils","l":"hasPlayedBefore(UUID)","u":"hasPlayedBefore(java.util.UUID)"},{"p":"dev.plex.listener.impl","c":"ChatListener.PlexChatRenderer","l":"hasPrefix"},{"p":"dev.plex.command.impl","c":"PlexCMD","l":"hasUpdateAccess(Player, CommandSender)","u":"hasUpdateAccess(org.bukkit.entity.Player,org.bukkit.command.CommandSender)"},{"p":"dev.plex.util","c":"BuildInfo","l":"head"},{"p":"dev.plex.world","c":"CustomChunkGenerator","l":"height"},{"p":"dev.plex.player","c":"PlexPlayer","l":"id"},{"p":"dev.plex.punishment.extra","c":"Note","l":"id"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage.SafeMiniMessageTagResolver","l":"IGNORED_TAGS"},{"p":"dev.plex.rank","c":"RankManager","l":"importDefaultRanks()"},{"p":"dev.plex.rank.enums","c":"Rank","l":"IMPOSTOR"},{"p":"dev.plex.command.source","c":"RequiredCommandSource","l":"IN_GAME"},{"p":"dev.plex","c":"Plex","l":"indefBans"},{"p":"dev.plex.punishment","c":"PunishmentManager.IndefiniteBan","l":"IndefiniteBan()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"indefiniteBans"},{"p":"dev.plex.storage.permission","c":"SQLPermissions","l":"INSERT"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"INSERT"},{"p":"dev.plex.storage.punishment","c":"SQLNotes","l":"INSERT"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"INSERT"},{"p":"dev.plex.cache","c":"DataUtils","l":"insert(PlexPlayer)","u":"insert(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"insert(PlexPlayer)","u":"insert(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"insertPunishment(Punishment)","u":"insertPunishment(dev.plex.punishment.Punishment)"},{"p":"dev.plex.menu","c":"PunishedPlayerMenu","l":"inventories"},{"p":"dev.plex.menu","c":"PunishmentMenu","l":"inventories"},{"p":"dev.plex.menu","c":"ToggleMenu","l":"inventories"},{"p":"dev.plex.punishment","c":"Punishment","l":"ip"},{"p":"dev.plex.player","c":"PlexPlayer","l":"ips"},{"p":"dev.plex.punishment","c":"PunishmentManager.IndefiniteBan","l":"ips"},{"p":"dev.plex.command","c":"PlexCommand","l":"isAdmin(CommandSender)","u":"isAdmin(org.bukkit.command.CommandSender)"},{"p":"dev.plex.command","c":"PlexCommand","l":"isAdmin(PlexPlayer)","u":"isAdmin(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.rank","c":"RankManager","l":"isAdmin(PlexPlayer)","u":"isAdmin(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.command","c":"PlexCommand","l":"isAdmin(String)","u":"isAdmin(java.lang.String)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"isAsyncBanned(UUID)","u":"isAsyncBanned(java.util.UUID)"},{"p":"dev.plex.rank.enums","c":"Rank","l":"isAtLeast(Rank)","u":"isAtLeast(dev.plex.rank.enums.Rank)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"isBanned(PlexPlayer)","u":"isBanned(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"isBanned(UUID)","u":"isBanned(java.util.UUID)"},{"p":"dev.plex.util","c":"BungeeUtil","l":"isBungeeCord()"},{"p":"dev.plex.command","c":"PlexCommand","l":"isConsole(CommandSender)","u":"isConsole(org.bukkit.command.CommandSender)"},{"p":"dev.plex.storage","c":"RedisConnection","l":"isEnabled()"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"isIndefIPBanned(String)","u":"isIndefIPBanned(java.lang.String)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"isIndefUserBanned(String)","u":"isIndefUserBanned(java.lang.String)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"isIndefUUIDBanned(UUID)","u":"isIndefUUIDBanned(java.util.UUID)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"isNotEmpty(File)","u":"isNotEmpty(java.io.File)"},{"p":"dev.plex.util","c":"PlexUtils","l":"isPluginCMD(String, String)","u":"isPluginCMD(java.lang.String,java.lang.String)"},{"p":"dev.plex.command","c":"PlexCommand","l":"isSeniorAdmin(CommandSender)","u":"isSeniorAdmin(org.bukkit.command.CommandSender)"},{"p":"dev.plex.rank","c":"RankManager","l":"isSeniorAdmin(PlexPlayer)","u":"isSeniorAdmin(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.services.impl","c":"TimingService","l":"issueBan(Map.Entry)","u":"issueBan(java.util.Map.Entry)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"issuePunishment(PlexPlayer, Punishment)","u":"issuePunishment(dev.plex.player.PlexPlayer,dev.plex.punishment.Punishment)"},{"p":"dev.plex.menu","c":"PunishedPlayerMenu","l":"isValidInventory(Inventory)","u":"isValidInventory(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.menu","c":"PunishmentMenu","l":"isValidInventory(Inventory)","u":"isValidInventory(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.menu","c":"ToggleMenu","l":"isValidInventory(Inventory)","u":"isValidInventory(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.util","c":"BungeeUtil","l":"isVelocity()"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"ItemBuilder(Material)","u":"%3Cinit%3E(org.bukkit.Material)"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"itemStack"},{"p":"dev.plex.storage","c":"RedisConnection","l":"jedis"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"KICK"},{"p":"dev.plex.command.impl","c":"KickCMD","l":"KickCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"BungeeUtil","l":"kickPlayer(Player, Component)","u":"kickPlayer(org.bukkit.entity.Player,net.kyori.adventure.text.Component)"},{"p":"dev.plex.command","c":"PlexCommand","l":"level"},{"p":"dev.plex.rank.enums","c":"Rank","l":"level"},{"p":"dev.plex.rank.enums","c":"Title","l":"level"},{"p":"dev.plex.command.annotation","c":"CommandPermissions","l":"level()"},{"p":"dev.plex.module","c":"PlexModuleFile","l":"libraries"},{"p":"dev.plex.module","c":"ModuleManager","l":"libraryLoader"},{"p":"dev.plex.module.loader","c":"LibraryLoader","l":"LibraryLoader(Logger)","u":"%3Cinit%3E(java.util.logging.Logger)"},{"p":"dev.plex.command.impl","c":"ListCMD","l":"ListCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.handlers","c":"ListenerHandler","l":"ListenerHandler()","u":"%3Cinit%3E()"},{"p":"dev.plex.module","c":"PlexModule","l":"listeners"},{"p":"dev.plex.config","c":"Config","l":"load()"},{"p":"dev.plex.config","c":"ModuleConfig","l":"load()"},{"p":"dev.plex.module","c":"PlexModule","l":"load()"},{"p":"dev.plex.config","c":"Config","l":"load(boolean)"},{"p":"dev.plex.util","c":"BuildInfo","l":"load(Plex)","u":"load(dev.plex.Plex)"},{"p":"dev.plex.module","c":"ModuleManager","l":"loadAllModules()"},{"p":"dev.plex.module","c":"ModuleManager","l":"loadModules()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"loadNotes()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"loadPunishments()"},{"p":"dev.plex.command.impl","c":"LocalSpawnCMD","l":"LocalSpawnCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"lockedUp"},{"p":"dev.plex.command.impl","c":"LockupCMD","l":"LockupCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"PlexLog","l":"log(Component)","u":"log(net.kyori.adventure.text.Component)"},{"p":"dev.plex.util","c":"PlexLog","l":"log(String, Object...)","u":"log(java.lang.String,java.lang.Object...)"},{"p":"dev.plex.module.loader","c":"LibraryLoader","l":"logger"},{"p":"dev.plex.module","c":"PlexModule","l":"logger"},{"p":"dev.plex.player","c":"PlexPlayer","l":"loginMessage"},{"p":"dev.plex.rank.enums","c":"Rank","l":"loginMessage"},{"p":"dev.plex.rank.enums","c":"Title","l":"loginMessage"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"lore(Component...)","u":"lore(net.kyori.adventure.text.Component...)"},{"p":"dev.plex.module","c":"PlexModuleFile","l":"main"},{"p":"dev.plex.storage","c":"StorageType","l":"MARIADB"},{"p":"dev.plex.rank.enums","c":"Title","l":"MASTER_BUILDER"},{"p":"dev.plex.command.impl","c":"MasterbuilderworldCMD","l":"MasterbuilderworldCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command","c":"PlexCommand","l":"matches(String)","u":"matches(java.lang.String)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"mergeIndefiniteBans()"},{"p":"dev.plex.command.blocking","c":"BlockedCommand","l":"message"},{"p":"dev.plex.command","c":"PlexCommand","l":"messageComponent(String, Component...)","u":"messageComponent(java.lang.String,net.kyori.adventure.text.Component...)"},{"p":"dev.plex.util","c":"PlexUtils","l":"messageComponent(String, Component...)","u":"messageComponent(java.lang.String,net.kyori.adventure.text.Component...)"},{"p":"dev.plex.command","c":"PlexCommand","l":"messageComponent(String, Object...)","u":"messageComponent(java.lang.String,java.lang.Object...)"},{"p":"dev.plex.util","c":"PlexUtils","l":"messageComponent(String, Object...)","u":"messageComponent(java.lang.String,java.lang.Object...)"},{"p":"dev.plex","c":"Plex","l":"messages"},{"p":"dev.plex.command","c":"PlexCommand","l":"messageString(String, Object...)","u":"messageString(java.lang.String,java.lang.Object...)"},{"p":"dev.plex.util","c":"PlexUtils","l":"messageString(String, Object...)","u":"messageString(java.lang.String,java.lang.Object...)"},{"p":"dev.plex.util.item","c":"ItemBuilder","l":"meta"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage","l":"MINI_MESSAGE"},{"p":"dev.plex.util","c":"PlexUtils","l":"MINI_MESSAGE"},{"p":"dev.plex.util","c":"PlexUtils","l":"mmCustomDeserialize(String, TagResolver...)","u":"mmCustomDeserialize(java.lang.String,net.kyori.adventure.text.minimessage.tag.resolver.TagResolver...)"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage","l":"mmDeserialize(String)","u":"mmDeserialize(java.lang.String)"},{"p":"dev.plex.util","c":"PlexUtils","l":"mmDeserialize(String)","u":"mmDeserialize(java.lang.String)"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage","l":"mmDeserializeWithoutEvents(String)","u":"mmDeserializeWithoutEvents(java.lang.String)"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage","l":"mmSerialize(Component)","u":"mmSerialize(net.kyori.adventure.text.Component)"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage","l":"mmSerializeWithoutEvents(Component)","u":"mmSerializeWithoutEvents(net.kyori.adventure.text.Component)"},{"p":"dev.plex.command","c":"PlexCommand","l":"mmString(String)","u":"mmString(java.lang.String)"},{"p":"dev.plex.util","c":"PlexUtils","l":"mmStripColor(String)","u":"mmStripColor(java.lang.String)"},{"p":"dev.plex.listener.impl","c":"MobListener","l":"MobListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"MobPurgeCMD","l":"MobPurgeCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.config","c":"ModuleConfig","l":"module"},{"p":"dev.plex.config","c":"ModuleConfig","l":"ModuleConfig(PlexModule, String, String)","u":"%3Cinit%3E(dev.plex.module.PlexModule,java.lang.String,java.lang.String)"},{"p":"dev.plex.module.exception","c":"ModuleLoadException","l":"ModuleLoadException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"dev.plex","c":"Plex","l":"moduleManager"},{"p":"dev.plex.module","c":"ModuleManager","l":"ModuleManager()","u":"%3Cinit%3E()"},{"p":"dev.plex.module","c":"ModuleManager","l":"modules"},{"p":"dev.plex","c":"Plex","l":"modulesFolder"},{"p":"dev.plex.util","c":"MojangUtils","l":"MojangUtils()","u":"%3Cinit%3E()"},{"p":"dev.plex","c":"Plex","l":"mongoConnection"},{"p":"dev.plex.storage","c":"MongoConnection","l":"MongoConnection()","u":"%3Cinit%3E()"},{"p":"dev.plex.storage","c":"StorageType","l":"MONGODB"},{"p":"dev.plex","c":"Plex","l":"mongoPlayerData"},{"p":"dev.plex.storage.player","c":"MongoPlayerData","l":"MongoPlayerData()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"MUTE"},{"p":"dev.plex.command.impl","c":"MuteCMD","l":"MuteCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"muted"},{"p":"dev.plex.listener.impl","c":"MuteListener","l":"MuteListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.config","c":"Config","l":"name"},{"p":"dev.plex.module","c":"PlexModuleFile","l":"name"},{"p":"dev.plex.player","c":"PlexPlayer","l":"name"},{"p":"dev.plex.util.menu","c":"AbstractMenu","l":"name"},{"p":"dev.plex.command.annotation","c":"CommandParameters","l":"name()"},{"p":"dev.plex.command.impl","c":"NameHistoryCMD","l":"NameHistoryCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.permission.handler","c":"NativePermissionHandler","l":"NativePermissionHandler()","u":"%3Cinit%3E()"},{"p":"dev.plex.services.impl","c":"UpdateCheckerService","l":"newVersion"},{"p":"dev.plex.command","c":"PlexCommand","l":"noColorComponentFromString(String)","u":"noColorComponentFromString(java.lang.String)"},{"p":"dev.plex.world","c":"NoiseChunkGenerator","l":"NoiseChunkGenerator(int, NoiseOptions, BlockPopulator...)","u":"%3Cinit%3E(int,dev.plex.world.NoiseOptions,org.bukkit.generator.BlockPopulator...)"},{"p":"dev.plex.world","c":"NoiseOptions","l":"NoiseOptions(int, int, double, double, boolean)","u":"%3Cinit%3E(int,int,double,double,boolean)"},{"p":"dev.plex.rank.enums","c":"Rank","l":"NONOP"},{"p":"dev.plex.world","c":"NoiseOptions","l":"normalized"},{"p":"dev.plex.punishment.extra","c":"Note","l":"note"},{"p":"dev.plex.punishment.extra","c":"Note","l":"Note()","u":"%3Cinit%3E()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"notes"},{"p":"dev.plex.command.impl","c":"NotesCMD","l":"NotesCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.services.impl","c":"TimingService","l":"nukerCooldown"},{"p":"dev.plex.util","c":"BuildInfo","l":"number"},{"p":"dev.plex.world","c":"OctaveChunkGenerator","l":"OctaveChunkGenerator(int, OctaveOptions, BlockPopulator...)","u":"%3Cinit%3E(int,dev.plex.world.OctaveOptions,org.bukkit.generator.BlockPopulator...)"},{"p":"dev.plex.world","c":"OctaveOptions","l":"OctaveOptions(int, int, double, double, boolean, int)","u":"%3Cinit%3E(int,int,double,double,boolean,int)"},{"p":"dev.plex.world","c":"OctaveOptions","l":"octaves"},{"p":"dev.plex.listener.impl","c":"AdminListener","l":"onAdminAdd(AdminAddEvent)","u":"onAdminAdd(dev.plex.api.event.AdminAddEvent)"},{"p":"dev.plex.listener.impl","c":"TabListener","l":"onAdminAdd(AdminAddEvent)","u":"onAdminAdd(dev.plex.api.event.AdminAddEvent)"},{"p":"dev.plex.listener.impl","c":"AdminListener","l":"onAdminRemove(AdminRemoveEvent)","u":"onAdminRemove(dev.plex.api.event.AdminRemoveEvent)"},{"p":"dev.plex.listener.impl","c":"TabListener","l":"onAdminRemove(AdminRemoveEvent)","u":"onAdminRemove(dev.plex.api.event.AdminRemoveEvent)"},{"p":"dev.plex.listener.impl","c":"AdminListener","l":"onAdminSetRank(AdminSetRankEvent)","u":"onAdminSetRank(dev.plex.api.event.AdminSetRankEvent)"},{"p":"dev.plex.listener.impl","c":"TabListener","l":"onAdminSetRank(AdminSetRankEvent)","u":"onAdminSetRank(dev.plex.api.event.AdminSetRankEvent)"},{"p":"dev.plex.listener.impl","c":"AntiNukerListener","l":"onBlockBreak(BlockBreakEvent)","u":"onBlockBreak(org.bukkit.event.block.BlockBreakEvent)"},{"p":"dev.plex.listener.impl","c":"BlockListener","l":"onBlockBreak(BlockBreakEvent)","u":"onBlockBreak(org.bukkit.event.block.BlockBreakEvent)"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"onBlockBreak(BlockBreakEvent)","u":"onBlockBreak(org.bukkit.event.block.BlockBreakEvent)"},{"p":"dev.plex.listener.impl","c":"TogglesListener","l":"onBlockExplode(ExplosionPrimeEvent)","u":"onBlockExplode(org.bukkit.event.entity.ExplosionPrimeEvent)"},{"p":"dev.plex.listener.impl","c":"AntiNukerListener","l":"onBlockPlace(BlockPlaceEvent)","u":"onBlockPlace(org.bukkit.event.block.BlockPlaceEvent)"},{"p":"dev.plex.listener.impl","c":"BlockListener","l":"onBlockPlace(BlockPlaceEvent)","u":"onBlockPlace(org.bukkit.event.block.BlockPlaceEvent)"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"onBlockPlace(BlockPlaceEvent)","u":"onBlockPlace(org.bukkit.event.block.BlockPlaceEvent)"},{"p":"dev.plex.listener.impl","c":"TogglesListener","l":"onBlockRedstone(BlockRedstoneEvent)","u":"onBlockRedstone(org.bukkit.event.block.BlockRedstoneEvent)"},{"p":"dev.plex.listener.impl","c":"BookListener","l":"onBookEdit(PlayerEditBookEvent)","u":"onBookEdit(org.bukkit.event.player.PlayerEditBookEvent)"},{"p":"dev.plex.listener.impl","c":"AntiSpamListener","l":"onChat(AsyncChatEvent)","u":"onChat(io.papermc.paper.event.player.AsyncChatEvent)"},{"p":"dev.plex.listener.impl","c":"ChatListener","l":"onChat(AsyncChatEvent)","u":"onChat(io.papermc.paper.event.player.AsyncChatEvent)"},{"p":"dev.plex.listener.impl","c":"MuteListener","l":"onChat(AsyncChatEvent)","u":"onChat(io.papermc.paper.event.player.AsyncChatEvent)"},{"p":"dev.plex.menu","c":"PunishedPlayerMenu","l":"onClick(InventoryClickEvent)","u":"onClick(org.bukkit.event.inventory.InventoryClickEvent)"},{"p":"dev.plex.menu","c":"PunishmentMenu","l":"onClick(InventoryClickEvent)","u":"onClick(org.bukkit.event.inventory.InventoryClickEvent)"},{"p":"dev.plex.menu","c":"ToggleMenu","l":"onClick(InventoryClickEvent)","u":"onClick(org.bukkit.event.inventory.InventoryClickEvent)"},{"p":"dev.plex.util.menu","c":"IMenu","l":"onClick(InventoryClickEvent)","u":"onClick(org.bukkit.event.inventory.InventoryClickEvent)"},{"p":"dev.plex.listener.impl","c":"MuteListener","l":"onCommand(PlayerCommandPreprocessEvent)","u":"onCommand(org.bukkit.event.player.PlayerCommandPreprocessEvent)"},{"p":"dev.plex.listener.impl","c":"CommandListener","l":"onCommandBlocking(PlayerCommandPreprocessEvent)","u":"onCommandBlocking(org.bukkit.event.player.PlayerCommandPreprocessEvent)"},{"p":"dev.plex","c":"Plex","l":"onDisable()"},{"p":"dev.plex.listener.impl","c":"MobListener","l":"onDispense(BlockDispenseEvent)","u":"onDispense(org.bukkit.event.block.BlockDispenseEvent)"},{"p":"dev.plex","c":"Plex","l":"onEnable()"},{"p":"dev.plex.services","c":"AbstractService","l":"onEnd()"},{"p":"dev.plex.listener.impl","c":"MobListener","l":"onEntityClick(PlayerInteractEntityEvent)","u":"onEntityClick(org.bukkit.event.player.PlayerInteractEntityEvent)"},{"p":"dev.plex.listener.impl","c":"TogglesListener","l":"onEntityExplode(EntityExplodeEvent)","u":"onEntityExplode(org.bukkit.event.entity.EntityExplodeEvent)"},{"p":"dev.plex.listener.impl","c":"MobListener","l":"onEntitySpawn(EntitySpawnEvent)","u":"onEntitySpawn(org.bukkit.event.entity.EntitySpawnEvent)"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"onEntitySpawn(EntitySpawnEvent)","u":"onEntitySpawn(org.bukkit.event.entity.EntitySpawnEvent)"},{"p":"dev.plex.listener.impl","c":"TogglesListener","l":"onFluidSpread(BlockFromToEvent)","u":"onFluidSpread(org.bukkit.event.block.BlockFromToEvent)"},{"p":"dev.plex.listener.impl","c":"TogglesListener","l":"onFluidSpread(PlayerDropItemEvent)","u":"onFluidSpread(org.bukkit.event.player.PlayerDropItemEvent)"},{"p":"dev.plex.listener.impl","c":"GameModeListener","l":"onGameModeUpdate(GameModeUpdateEvent)","u":"onGameModeUpdate(dev.plex.api.event.GameModeUpdateEvent)"},{"p":"dev.plex.listener.impl","c":"PlayerListener","l":"onInventoryClick(InventoryClickEvent)","u":"onInventoryClick(org.bukkit.event.inventory.InventoryClickEvent)"},{"p":"dev.plex","c":"Plex","l":"onLoad()"},{"p":"dev.plex.listener.impl","c":"AntiSpamListener","l":"onPlayerCommandPreprocess(PlayerCommandPreprocessEvent)","u":"onPlayerCommandPreprocess(org.bukkit.event.player.PlayerCommandPreprocessEvent)"},{"p":"dev.plex.listener.impl","c":"CommandListener","l":"onPlayerCommandPreprocess(PlayerCommandPreprocessEvent)","u":"onPlayerCommandPreprocess(org.bukkit.event.player.PlayerCommandPreprocessEvent)"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"onPlayerCommandPreprocess(PlayerCommandPreprocessEvent)","u":"onPlayerCommandPreprocess(org.bukkit.event.player.PlayerCommandPreprocessEvent)"},{"p":"dev.plex.listener.impl","c":"DropListener","l":"onPlayerDropItem(PlayerDropItemEvent)","u":"onPlayerDropItem(org.bukkit.event.player.PlayerDropItemEvent)"},{"p":"dev.plex.listener.impl","c":"MobListener","l":"onPlayerInteract(PlayerInteractEvent)","u":"onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent)"},{"p":"dev.plex.listener.impl","c":"PlayerListener","l":"onPlayerInventoryClose(InventoryCloseEvent)","u":"onPlayerInventoryClose(org.bukkit.event.inventory.InventoryCloseEvent)"},{"p":"dev.plex.listener.impl","c":"TabListener","l":"onPlayerJoin(PlayerJoinEvent)","u":"onPlayerJoin(org.bukkit.event.player.PlayerJoinEvent)"},{"p":"dev.plex.listener.impl","c":"FreezeListener","l":"onPlayerMove(PlayerMoveEvent)","u":"onPlayerMove(org.bukkit.event.player.PlayerMoveEvent)"},{"p":"dev.plex.listener.impl","c":"PlayerListener","l":"onPlayerSave(PlayerQuitEvent)","u":"onPlayerSave(org.bukkit.event.player.PlayerQuitEvent)"},{"p":"dev.plex.listener.impl","c":"PlayerListener","l":"onPlayerSetup(PlayerJoinEvent)","u":"onPlayerSetup(org.bukkit.event.player.PlayerJoinEvent)"},{"p":"dev.plex.listener.impl","c":"FreezeListener","l":"onPlayerTeleport(PlayerTeleportEvent)","u":"onPlayerTeleport(org.bukkit.event.player.PlayerTeleportEvent)"},{"p":"dev.plex.listener.impl","c":"BanListener","l":"onPreLogin(AsyncPlayerPreLoginEvent)","u":"onPreLogin(org.bukkit.event.player.AsyncPlayerPreLoginEvent)"},{"p":"dev.plex.listener.impl","c":"ServerListener","l":"onServerPing(PaperServerListPingEvent)","u":"onServerPing(com.destroystokyo.paper.event.server.PaperServerListPingEvent)"},{"p":"dev.plex.listener.impl","c":"SignListener","l":"onSignEdit(SignChangeEvent)","u":"onSignEdit(org.bukkit.event.block.SignChangeEvent)"},{"p":"dev.plex.services","c":"AbstractService","l":"onStart()"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"onWorldTeleport(PlayerTeleportEvent)","u":"onWorldTeleport(org.bukkit.event.player.PlayerTeleportEvent)"},{"p":"dev.plex.rank.enums","c":"Rank","l":"OP"},{"p":"dev.plex.command.impl","c":"OpAllCMD","l":"OpAllCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"OpCMD","l":"OpCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.util.menu","c":"IMenu","l":"openInv(Player)","u":"openInv(org.bukkit.entity.Player)"},{"p":"dev.plex.menu","c":"PunishedPlayerMenu","l":"openInv(Player, int)","u":"openInv(org.bukkit.entity.Player,int)"},{"p":"dev.plex.menu","c":"PunishmentMenu","l":"openInv(Player, int)","u":"openInv(org.bukkit.entity.Player,int)"},{"p":"dev.plex.menu","c":"ToggleMenu","l":"openInv(Player, int)","u":"openInv(org.bukkit.entity.Player,int)"},{"p":"dev.plex.rank","c":"RankManager","l":"options"},{"p":"dev.plex.world","c":"NoiseChunkGenerator","l":"options"},{"p":"dev.plex.world","c":"OctaveChunkGenerator","l":"options"},{"p":"dev.plex.rank.enums","c":"Title","l":"OWNER"},{"p":"dev.plex.command","c":"PlexCommand","l":"params"},{"p":"dev.plex.util","c":"TimeUtils","l":"parseInteger(String)","u":"parseInteger(java.lang.String)"},{"p":"dev.plex.permission","c":"Permission","l":"permission"},{"p":"dev.plex.command.annotation","c":"CommandPermissions","l":"permission()"},{"p":"dev.plex.permission","c":"Permission","l":"Permission()","u":"%3Cinit%3E()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"permissionAttachment"},{"p":"dev.plex.player","c":"PlexPlayer","l":"permissions"},{"p":"dev.plex.hook","c":"VaultHook","l":"PERMISSIONS"},{"p":"dev.plex.util","c":"PermissionsUtil","l":"PermissionsUtil()","u":"%3Cinit%3E()"},{"p":"dev.plex.command","c":"PlexCommand","l":"perms"},{"p":"dev.plex.player","c":"PlexPlayer","l":"player"},{"p":"dev.plex","c":"Plex","l":"playerCache"},{"p":"dev.plex.cache","c":"PlayerCache","l":"PlayerCache()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"PlayerListener","l":"PlayerListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.exception","c":"PlayerNotBannedException","l":"PlayerNotBannedException()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.exception","c":"PlayerNotFoundException","l":"PlayerNotFoundException()","u":"%3Cinit%3E()"},{"p":"dev.plex.module","c":"PlexModule","l":"plex"},{"p":"dev.plex","c":"Plex","l":"Plex()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"ChatListener.PlexChatRenderer","l":"PlexChatRenderer()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"PlexCMD","l":"PlexCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command","c":"PlexCommand","l":"PlexCommand()","u":"%3Cinit%3E()"},{"p":"dev.plex.command","c":"PlexCommand","l":"PlexCommand(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"dev.plex.listener","c":"PlexListener","l":"PlexListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"PlexLog","l":"PlexLog()","u":"%3Cinit%3E()"},{"p":"dev.plex.module","c":"PlexModule","l":"PlexModule()","u":"%3Cinit%3E()"},{"p":"dev.plex.module","c":"PlexModule","l":"plexModuleFile"},{"p":"dev.plex.module","c":"PlexModuleFile","l":"PlexModuleFile()","u":"%3Cinit%3E()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"PlexPlayer()","u":"%3Cinit%3E()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"PlexPlayer(UUID)","u":"%3Cinit%3E(java.util.UUID)"},{"p":"dev.plex.player","c":"PlexPlayer","l":"PlexPlayer(UUID, boolean)","u":"%3Cinit%3E(java.util.UUID,boolean)"},{"p":"dev.plex.cache","c":"PlayerCache","l":"plexPlayerMap"},{"p":"dev.plex","c":"PlexProvider","l":"PlexProvider()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"PlexUtils","l":"PlexUtils()","u":"%3Cinit%3E()"},{"p":"dev.plex.command","c":"PlexCommand","l":"plugin"},{"p":"dev.plex.config","c":"Config","l":"plugin"},{"p":"dev.plex","c":"Plex","l":"plugin"},{"p":"dev.plex","c":"PlexBase","l":"plugin"},{"p":"dev.plex.world","c":"ConfigurationChunkGenerator","l":"plugin"},{"p":"dev.plex.world","c":"CustomWorld","l":"plugin"},{"p":"dev.plex.world","c":"CustomChunkGenerator","l":"populators"},{"p":"dev.plex.listener.impl","c":"ChatListener.PlexChatRenderer","l":"prefix"},{"p":"dev.plex.player","c":"PlexPlayer","l":"prefix"},{"p":"dev.plex.rank.enums","c":"Rank","l":"prefix"},{"p":"dev.plex.rank.enums","c":"Title","l":"prefix"},{"p":"dev.plex","c":"Plex","l":"provider"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"punish(PlexPlayer, Punishment)","u":"punish(dev.plex.player.PlexPlayer,dev.plex.punishment.Punishment)"},{"p":"dev.plex.punishment","c":"Punishment","l":"punished"},{"p":"dev.plex.menu","c":"PunishedPlayerMenu","l":"punishedPlayer"},{"p":"dev.plex.menu","c":"PunishedPlayerMenu","l":"PunishedPlayerMenu(PlexPlayer)","u":"%3Cinit%3E(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.punishment","c":"Punishment","l":"punishedUsername"},{"p":"dev.plex.punishment","c":"Punishment","l":"punisher"},{"p":"dev.plex.punishment","c":"Punishment","l":"Punishment()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment","c":"Punishment","l":"Punishment(UUID, UUID)","u":"%3Cinit%3E(java.util.UUID,java.util.UUID)"},{"p":"dev.plex","c":"Plex","l":"punishmentManager"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"PunishmentManager()","u":"%3Cinit%3E()"},{"p":"dev.plex.menu","c":"PunishmentMenu","l":"PunishmentMenu()","u":"%3Cinit%3E()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"punishments"},{"p":"dev.plex.command.impl","c":"PunishmentsCMD","l":"PunishmentsCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"PunishmentType()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"RandomUtil","l":"randomBoolean()"},{"p":"dev.plex.util","c":"RandomUtil","l":"randomNum()"},{"p":"dev.plex.util","c":"RandomUtil","l":"randomNum(int)"},{"p":"dev.plex.util","c":"RandomUtil","l":"randomNum(int, int)","u":"randomNum(int,int)"},{"p":"dev.plex.util","c":"RandomUtil","l":"RandomUtil()","u":"%3Cinit%3E()"},{"p":"dev.plex.admin","c":"Admin","l":"rank"},{"p":"dev.plex.player","c":"PlexPlayer","l":"rank"},{"p":"dev.plex.rank.enums","c":"Rank","l":"Rank(int, String, String, String, NamedTextColor)","u":"%3Cinit%3E(int,java.lang.String,java.lang.String,java.lang.String,net.kyori.adventure.text.format.NamedTextColor)"},{"p":"dev.plex.command.impl","c":"RankCMD","l":"RankCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"AdminCMD","l":"rankExists(String)","u":"rankExists(java.lang.String)"},{"p":"dev.plex","c":"Plex","l":"rankManager"},{"p":"dev.plex.rank","c":"RankManager","l":"RankManager()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"AshconInfo.Textures","l":"raw"},{"p":"dev.plex.command.impl","c":"RawSayCMD","l":"RawSayCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.rank.enums","c":"Rank","l":"readable"},{"p":"dev.plex.rank.enums","c":"Title","l":"readable"},{"p":"dev.plex.util","c":"GameRuleUtil","l":"readGameRules(World, String)","u":"readGameRules(org.bukkit.World,java.lang.String)"},{"p":"dev.plex.command.impl","c":"NotesCMD","l":"readNotes(CommandSender, PlexPlayer, List)","u":"readNotes(org.bukkit.command.CommandSender,dev.plex.player.PlexPlayer,java.util.List)"},{"p":"dev.plex.punishment","c":"Punishment","l":"reason"},{"p":"dev.plex","c":"Plex","l":"redisConnection"},{"p":"dev.plex.storage","c":"RedisConnection","l":"RedisConnection()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"ReflectionsUtil","l":"ReflectionsUtil()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.blocking","c":"BlockedCommand","l":"regex"},{"p":"dev.plex.module","c":"PlexModule","l":"registerCommand(PlexCommand)","u":"registerCommand(dev.plex.command.PlexCommand)"},{"p":"dev.plex.module","c":"PlexModule","l":"registerListener(PlexListener)","u":"registerListener(dev.plex.listener.PlexListener)"},{"p":"dev.plex.services","c":"ServiceManager","l":"registerService(AbstractService)","u":"registerService(dev.plex.services.AbstractService)"},{"p":"dev.plex.util","c":"BlockUtils","l":"relative(Location, BlockFace)","u":"relative(org.bukkit.Location,org.bukkit.block.BlockFace)"},{"p":"dev.plex.module","c":"ModuleManager","l":"reloadModules()"},{"p":"dev.plex","c":"Plex","l":"reloadPlayers()"},{"p":"dev.plex.storage.permission","c":"SQLPermissions","l":"REMOVE_PERMISSION"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"removeBan(UUID)","u":"removeBan(java.util.UUID)"},{"p":"dev.plex.admin","c":"AdminList","l":"removeFromCache(UUID)","u":"removeFromCache(java.util.UUID)"},{"p":"dev.plex.storage.permission","c":"SQLPermissions","l":"removePermission(Permission)","u":"removePermission(dev.plex.permission.Permission)"},{"p":"dev.plex.util","c":"PermissionsUtil","l":"removePermission(PlexPlayer, String)","u":"removePermission(dev.plex.player.PlexPlayer,java.lang.String)"},{"p":"dev.plex.storage.permission","c":"SQLPermissions","l":"removePermission(UUID, String)","u":"removePermission(java.util.UUID,java.lang.String)"},{"p":"dev.plex.listener.impl","c":"ChatListener.PlexChatRenderer","l":"render(Player, Component, Component, Audience)","u":"render(org.bukkit.entity.Player,net.kyori.adventure.text.Component,net.kyori.adventure.text.Component,net.kyori.adventure.audience.Audience)"},{"p":"dev.plex.listener.impl","c":"ChatListener.ChatHandlerImpl","l":"renderer"},{"p":"dev.plex.services","c":"AbstractService","l":"repeating"},{"p":"dev.plex.services.impl","c":"AutoWipeService","l":"repeatInSeconds()"},{"p":"dev.plex.services.impl","c":"BanService","l":"repeatInSeconds()"},{"p":"dev.plex.services.impl","c":"CommandBlockerService","l":"repeatInSeconds()"},{"p":"dev.plex.services.impl","c":"GameRuleService","l":"repeatInSeconds()"},{"p":"dev.plex.services.impl","c":"TimingService","l":"repeatInSeconds()"},{"p":"dev.plex.services.impl","c":"UpdateCheckerService","l":"repeatInSeconds()"},{"p":"dev.plex.services","c":"IService","l":"repeatInSeconds()"},{"p":"dev.plex.util","c":"UpdateChecker","l":"REPO"},{"p":"dev.plex.module.loader","c":"LibraryLoader","l":"repositories"},{"p":"dev.plex.module.loader","c":"LibraryLoader","l":"repository"},{"p":"dev.plex.command.source","c":"RequiredCommandSource","l":"RequiredCommandSource()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.blocking","c":"BlockedCommand","l":"requiredLevel"},{"p":"dev.plex.menu","c":"ToggleMenu","l":"resetDropsItem(Inventory)","u":"resetDropsItem(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.menu","c":"ToggleMenu","l":"resetExplosionItem(Inventory)","u":"resetExplosionItem(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.menu","c":"ToggleMenu","l":"resetFluidspreadItem(Inventory)","u":"resetFluidspreadItem(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.menu","c":"ToggleMenu","l":"resetRedstoneItem(Inventory)","u":"resetRedstoneItem(org.bukkit.inventory.Inventory)"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage.SafeMiniMessageTagResolver","l":"resolve(String, ArgumentQueue, Context)","u":"resolve(java.lang.String,net.kyori.adventure.text.minimessage.tag.resolver.ArgumentQueue,net.kyori.adventure.text.minimessage.Context)"},{"p":"dev.plex.services.impl","c":"AutoWipeService","l":"run()"},{"p":"dev.plex.services.impl","c":"BanService","l":"run()"},{"p":"dev.plex.services.impl","c":"CommandBlockerService","l":"run()"},{"p":"dev.plex.services.impl","c":"GameRuleService","l":"run()"},{"p":"dev.plex.services.impl","c":"TimingService","l":"run()"},{"p":"dev.plex.services.impl","c":"UpdateCheckerService","l":"run()"},{"p":"dev.plex.services","c":"IService","l":"run()"},{"p":"dev.plex.storage","c":"RedisConnection","l":"runAsync(Consumer)","u":"runAsync(java.util.function.Consumer)"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage","l":"SafeMiniMessage()","u":"%3Cinit%3E()"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage.SafeMiniMessageTagResolver","l":"SafeMiniMessageTagResolver()","u":"%3Cinit%3E()"},{"p":"dev.plex.config","c":"Config","l":"save()"},{"p":"dev.plex.config","c":"ModuleConfig","l":"save()"},{"p":"dev.plex.storage.player","c":"MongoPlayerData","l":"save(PlexPlayer)","u":"save(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.config","c":"Config","l":"saveDefault()"},{"p":"dev.plex.config","c":"ModuleConfig","l":"saveDefault()"},{"p":"dev.plex.command.impl","c":"SayCMD","l":"SayCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.storage.permission","c":"SQLPermissions","l":"SELECT"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"SELECT"},{"p":"dev.plex.storage.punishment","c":"SQLNotes","l":"SELECT"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"SELECT"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"SELECT_BY"},{"p":"dev.plex.command","c":"PlexCommand","l":"send(Audience, Component)","u":"send(net.kyori.adventure.audience.Audience,net.kyori.adventure.text.Component)"},{"p":"dev.plex.command","c":"PlexCommand","l":"send(Audience, String)","u":"send(net.kyori.adventure.audience.Audience,java.lang.String)"},{"p":"dev.plex.rank.enums","c":"Rank","l":"SENIOR_ADMIN"},{"p":"dev.plex.util.adapter","c":"ZonedDateTimeSerializer","l":"serialize(ZonedDateTime, Type, JsonSerializationContext)","u":"serialize(java.time.ZonedDateTime,java.lang.reflect.Type,com.google.gson.JsonSerializationContext)"},{"p":"dev.plex.listener.impl","c":"ServerListener","l":"ServerListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.services","c":"ServiceManager","l":"serviceCount()"},{"p":"dev.plex","c":"Plex","l":"serviceManager"},{"p":"dev.plex.services","c":"ServiceManager","l":"ServiceManager()","u":"%3Cinit%3E()"},{"p":"dev.plex.services","c":"ServiceManager","l":"services"},{"p":"dev.plex.module.loader","c":"LibraryLoader","l":"session"},{"p":"dev.plex.hook","c":"VaultHook","l":"setupChat()"},{"p":"dev.plex.hook","c":"VaultHook","l":"setupPermissions()"},{"p":"dev.plex.util","c":"PermissionsUtil","l":"setupPermissions(Player)","u":"setupPermissions(org.bukkit.entity.Player)"},{"p":"dev.plex.util","c":"AshconInfo.SkinData","l":"signature"},{"p":"dev.plex.listener.impl","c":"SignListener","l":"SignListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"BlockListener","l":"SIGNS"},{"p":"dev.plex.command","c":"PlexCommand","l":"silentCheckRank(Player, Rank, String)","u":"silentCheckRank(org.bukkit.entity.Player,dev.plex.rank.enums.Rank,java.lang.String)"},{"p":"dev.plex.util","c":"WebUtils","l":"simpleGET(String)","u":"simpleGET(java.lang.String)"},{"p":"dev.plex.util","c":"AshconInfo.SkinData","l":"SkinData()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"AshconInfo.Textures","l":"slim"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"SMITE"},{"p":"dev.plex.command.impl","c":"SmiteCMD","l":"SmiteCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.annotation","c":"CommandPermissions","l":"source()"},{"p":"dev.plex.services.impl","c":"TimingService","l":"spamCooldown"},{"p":"dev.plex.listener.impl","c":"MobListener","l":"SPAWN_EGGS"},{"p":"dev.plex.listener.impl","c":"MobListener","l":"spawnEggToEntityType(Material)","u":"spawnEggToEntityType(org.bukkit.Material)"},{"p":"dev.plex.command.impl","c":"SpectatorCMD","l":"SpectatorCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex","c":"Plex","l":"sqlConnection"},{"p":"dev.plex.storage","c":"SQLConnection","l":"SQLConnection()","u":"%3Cinit%3E()"},{"p":"dev.plex.storage","c":"StorageType","l":"SQLITE"},{"p":"dev.plex","c":"Plex","l":"sqlNotes"},{"p":"dev.plex.storage.punishment","c":"SQLNotes","l":"SQLNotes()","u":"%3Cinit%3E()"},{"p":"dev.plex","c":"Plex","l":"sqlPermissions"},{"p":"dev.plex.storage.permission","c":"SQLPermissions","l":"SQLPermissions()","u":"%3Cinit%3E()"},{"p":"dev.plex","c":"Plex","l":"sqlPlayerData"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"SQLPlayerData()","u":"%3Cinit%3E()"},{"p":"dev.plex","c":"Plex","l":"sqlPunishment"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"SQLPunishment()","u":"%3Cinit%3E()"},{"p":"dev.plex.util.minimessage","c":"SafeMiniMessage.SafeMiniMessageTagResolver","l":"STANDARD_RESOLVER"},{"p":"dev.plex.services","c":"ServiceManager","l":"startService(AbstractService)","u":"startService(dev.plex.services.AbstractService)"},{"p":"dev.plex.services","c":"ServiceManager","l":"startServices()"},{"p":"dev.plex.command.impl","c":"ToggleCMD","l":"status(String)","u":"status(java.lang.String)"},{"p":"dev.plex","c":"Plex","l":"storageType"},{"p":"dev.plex.storage","c":"StorageType","l":"StorageType()","u":"%3Cinit%3E()"},{"p":"dev.plex.services.impl","c":"TimingService","l":"strikes"},{"p":"dev.plex.command.impl","c":"SurvivalCMD","l":"SurvivalCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"syncRemoveBan(UUID)","u":"syncRemoveBan(java.util.UUID)"},{"p":"dev.plex","c":"Plex","l":"system"},{"p":"dev.plex.command.impl","c":"AdminCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"AdventureCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"BanCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"CreativeCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"DebugCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"DeopCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"EntityWipeCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"FreezeCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"GamemodeCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"LockupCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"MuteCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"NameHistoryCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"NotesCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"OpCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"PlexCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"PunishmentsCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"RankCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"SmiteCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"SpectatorCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"SurvivalCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"TempbanCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"ToggleCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"UnbanCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"UnfreezeCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"UnmuteCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.command.impl","c":"WorldCMD","l":"tabComplete(CommandSender, String, String[])","u":"tabComplete(org.bukkit.command.CommandSender,java.lang.String,java.lang.String[])"},{"p":"dev.plex.listener.impl","c":"TabListener","l":"TabListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"TagCMD","l":"TagCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.services","c":"AbstractService","l":"taskId"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"TEMPBAN"},{"p":"dev.plex.command.impl","c":"TempbanCMD","l":"TempbanCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"PlexUtils","l":"testConnections()"},{"p":"dev.plex.util","c":"AshconInfo","l":"textures"},{"p":"dev.plex.util","c":"AshconInfo.Textures","l":"Textures()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"TFMCMD","l":"TFMCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment.extra","c":"Note","l":"timestamp"},{"p":"dev.plex.util","c":"TimeUtils","l":"timeUnits"},{"p":"dev.plex.util","c":"TimeUtils","l":"TimeUtils()","u":"%3Cinit%3E()"},{"p":"dev.plex.util.adapter","c":"ZonedDateTimeDeserializer","l":"TIMEZONE"},{"p":"dev.plex.util.adapter","c":"ZonedDateTimeSerializer","l":"TIMEZONE"},{"p":"dev.plex.util","c":"TimeUtils","l":"TIMEZONE"},{"p":"dev.plex.util","c":"TimeUtils","l":"TIMEZONES"},{"p":"dev.plex.services.impl","c":"TimingService","l":"TimingService()","u":"%3Cinit%3E()"},{"p":"dev.plex.rank.enums","c":"Title","l":"Title(int, String, String, String, NamedTextColor)","u":"%3Cinit%3E(int,java.lang.String,java.lang.String,java.lang.String,net.kyori.adventure.text.format.NamedTextColor)"},{"p":"dev.plex.config","c":"ModuleConfig","l":"to"},{"p":"dev.plex.command.impl","c":"ToggleCMD","l":"toggle(String)","u":"toggle(java.lang.String)"},{"p":"dev.plex.command.impl","c":"ToggleCMD","l":"ToggleCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.menu","c":"ToggleMenu","l":"ToggleMenu()","u":"%3Cinit%3E()"},{"p":"dev.plex","c":"Plex","l":"toggles"},{"p":"dev.plex.listener.impl","c":"TogglesListener","l":"TogglesListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"toJSON()"},{"p":"dev.plex.punishment.extra","c":"Note","l":"toJSON()"},{"p":"dev.plex.punishment","c":"Punishment","l":"toJSON()"},{"p":"dev.plex.rank.enums","c":"Rank","l":"toJSON()"},{"p":"dev.plex.rank.enums","c":"Title","l":"toJSON()"},{"p":"dev.plex.punishment","c":"Punishment","l":"type"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"unban(Punishment)","u":"unban(dev.plex.punishment.Punishment)"},{"p":"dev.plex.punishment","c":"PunishmentManager","l":"unban(UUID)","u":"unban(java.util.UUID)"},{"p":"dev.plex.command.impl","c":"UnbanCMD","l":"UnbanCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"UnfreezeCMD","l":"UnfreezeCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.module","c":"ModuleManager","l":"unloadModules()"},{"p":"dev.plex.command.impl","c":"UnmuteCMD","l":"UnmuteCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.module","c":"PlexModule","l":"unregisterCommand(PlexCommand)","u":"unregisterCommand(dev.plex.command.PlexCommand)"},{"p":"dev.plex.module","c":"PlexModule","l":"unregisterListener(PlexListener)","u":"unregisterListener(dev.plex.listener.PlexListener)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"UPDATE"},{"p":"dev.plex.storage.punishment","c":"SQLPunishment","l":"UPDATE_BAN"},{"p":"dev.plex.storage.permission","c":"SQLPermissions","l":"UPDATE_PERMISSION"},{"p":"dev.plex.command.impl","c":"GamemodeCMD","l":"update(CommandSender, Player, GameMode)","u":"update(org.bukkit.command.CommandSender,org.bukkit.entity.Player,org.bukkit.GameMode)"},{"p":"dev.plex.cache","c":"DataUtils","l":"update(PlexPlayer)","u":"update(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.storage.player","c":"MongoPlayerData","l":"update(PlexPlayer)","u":"update(dev.plex.player.PlexPlayer)"},{"p":"dev.plex.storage.player","c":"SQLPlayerData","l":"update(PlexPlayer)","u":"update(dev.plex.player.PlexPlayer)"},{"p":"dev.plex","c":"Plex","l":"updateChecker"},{"p":"dev.plex.util","c":"UpdateChecker","l":"UpdateChecker()","u":"%3Cinit%3E()"},{"p":"dev.plex.services.impl","c":"UpdateCheckerService","l":"UpdateCheckerService()","u":"%3Cinit%3E()"},{"p":"dev.plex.util","c":"UpdateChecker","l":"updateJar(CommandSender, String, boolean)","u":"updateJar(org.bukkit.command.CommandSender,java.lang.String,boolean)"},{"p":"dev.plex.storage.permission","c":"SQLPermissions","l":"updatePermission(Permission, boolean)","u":"updatePermission(dev.plex.permission.Permission,boolean)"},{"p":"dev.plex.util","c":"PermissionsUtil","l":"updatePermission(PlexPlayer, String, boolean)","u":"updatePermission(dev.plex.player.PlexPlayer,java.lang.String,boolean)"},{"p":"dev.plex.listener.impl","c":"ChatListener","l":"URL_REPLACEMENT_CONFIG"},{"p":"dev.plex.command.annotation","c":"CommandParameters","l":"usage()"},{"p":"dev.plex.command","c":"PlexCommand","l":"usage()"},{"p":"dev.plex.command","c":"PlexCommand","l":"usage(String)","u":"usage(java.lang.String)"},{"p":"dev.plex.util","c":"AshconInfo","l":"username"},{"p":"dev.plex.util","c":"AshconInfo.UsernameHistory","l":"username"},{"p":"dev.plex.util","c":"AshconInfo","l":"usernameHistories"},{"p":"dev.plex.util","c":"AshconInfo.UsernameHistory","l":"UsernameHistory()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment","c":"PunishmentManager.IndefiniteBan","l":"usernames"},{"p":"dev.plex.util","c":"TimeUtils","l":"useTimezone(LocalDateTime)","u":"useTimezone(java.time.LocalDateTime)"},{"p":"dev.plex.util","c":"TimeUtils","l":"useTimezone(ZonedDateTime)","u":"useTimezone(java.time.ZonedDateTime)"},{"p":"dev.plex.admin","c":"Admin","l":"uuid"},{"p":"dev.plex.permission","c":"Permission","l":"uuid"},{"p":"dev.plex.player","c":"PlexPlayer","l":"uuid"},{"p":"dev.plex.punishment.extra","c":"Note","l":"uuid"},{"p":"dev.plex.util","c":"AshconInfo","l":"uuid"},{"p":"dev.plex.punishment","c":"PunishmentManager.IndefiniteBan","l":"uuids"},{"p":"dev.plex.util","c":"AshconInfo.SkinData","l":"value"},{"p":"dev.plex.command.annotation","c":"System","l":"value()"},{"p":"dev.plex.listener.annotation","c":"Toggleable","l":"value()"},{"p":"dev.plex.command.source","c":"RequiredCommandSource","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"dev.plex.rank.enums","c":"Rank","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"dev.plex.rank.enums","c":"Title","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"dev.plex.storage","c":"StorageType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"dev.plex.command.source","c":"RequiredCommandSource","l":"values()"},{"p":"dev.plex.punishment","c":"PunishmentType","l":"values()"},{"p":"dev.plex.rank.enums","c":"Rank","l":"values()"},{"p":"dev.plex.rank.enums","c":"Title","l":"values()"},{"p":"dev.plex.storage","c":"StorageType","l":"values()"},{"p":"dev.plex.player","c":"PlexPlayer","l":"vanished"},{"p":"dev.plex.hook","c":"VaultHook","l":"VaultHook()","u":"%3Cinit%3E()"},{"p":"dev.plex.permission.handler","c":"VaultPermissionHandler","l":"VaultPermissionHandler()","u":"%3Cinit%3E()"},{"p":"dev.plex.module","c":"PlexModuleFile","l":"version"},{"p":"dev.plex.util","c":"PlexLog","l":"warn(String, Object...)","u":"warn(java.lang.String,java.lang.Object...)"},{"p":"dev.plex.util","c":"WebUtils","l":"WebUtils()","u":"%3Cinit%3E()"},{"p":"dev.plex.command.impl","c":"WorldCMD","l":"WorldCMD()","u":"%3Cinit%3E()"},{"p":"dev.plex.listener.impl","c":"WorldListener","l":"WorldListener()","u":"%3Cinit%3E()"},{"p":"dev.plex.punishment.extra","c":"Note","l":"writtenBy"},{"p":"dev.plex.world","c":"NoiseOptions","l":"x"},{"p":"dev.plex.world","c":"NoiseOptions","l":"y"},{"p":"dev.plex.util","c":"AshconInfo.UsernameHistory","l":"zonedDateTime"},{"p":"dev.plex.storage.codec","c":"ZonedDateTimeCodec","l":"ZonedDateTimeCodec()","u":"%3Cinit%3E()"},{"p":"dev.plex.util.adapter","c":"ZonedDateTimeDeserializer","l":"ZonedDateTimeDeserializer()","u":"%3Cinit%3E()"},{"p":"dev.plex.util.adapter","c":"ZonedDateTimeSerializer","l":"ZonedDateTimeSerializer()","u":"%3Cinit%3E()"}];updateSearchResults();
\ No newline at end of file
diff --git a/static/javadoc/server/module-search-index.js b/static/javadoc/server/module-search-index.js
deleted file mode 100644
index 0d59754..0000000
--- a/static/javadoc/server/module-search-index.js
+++ /dev/null
@@ -1 +0,0 @@
-moduleSearchIndex = [];updateSearchResults();
\ No newline at end of file
diff --git a/static/javadoc/server/overview-summary.html b/static/javadoc/server/overview-summary.html
deleted file mode 100644
index 7f5f9e7..0000000
--- a/static/javadoc/server/overview-summary.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-server 1.1.1 API
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-index.html
-
-
-
diff --git a/static/javadoc/server/package-search-index.js b/static/javadoc/server/package-search-index.js
deleted file mode 100644
index e3c9410..0000000
--- a/static/javadoc/server/package-search-index.js
+++ /dev/null
@@ -1 +0,0 @@
-packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"},{"l":"dev.plex"},{"l":"dev.plex.admin"},{"l":"dev.plex.cache"},{"l":"dev.plex.command"},{"l":"dev.plex.command.annotation"},{"l":"dev.plex.command.blocking"},{"l":"dev.plex.command.exception"},{"l":"dev.plex.command.impl"},{"l":"dev.plex.command.source"},{"l":"dev.plex.config"},{"l":"dev.plex.handlers"},{"l":"dev.plex.hook"},{"l":"dev.plex.listener"},{"l":"dev.plex.listener.annotation"},{"l":"dev.plex.listener.impl"},{"l":"dev.plex.menu"},{"l":"dev.plex.module"},{"l":"dev.plex.module.exception"},{"l":"dev.plex.module.loader"},{"l":"dev.plex.permission"},{"l":"dev.plex.permission.handler"},{"l":"dev.plex.player"},{"l":"dev.plex.punishment"},{"l":"dev.plex.punishment.extra"},{"l":"dev.plex.rank"},{"l":"dev.plex.rank.enums"},{"l":"dev.plex.services"},{"l":"dev.plex.services.impl"},{"l":"dev.plex.storage"},{"l":"dev.plex.storage.codec"},{"l":"dev.plex.storage.permission"},{"l":"dev.plex.storage.player"},{"l":"dev.plex.storage.punishment"},{"l":"dev.plex.util"},{"l":"dev.plex.util.adapter"},{"l":"dev.plex.util.item"},{"l":"dev.plex.util.menu"},{"l":"dev.plex.util.minimessage"},{"l":"dev.plex.world"}];updateSearchResults();
\ No newline at end of file
diff --git a/static/javadoc/server/resources/glass.png b/static/javadoc/server/resources/glass.png
deleted file mode 100644
index a7f591f..0000000
Binary files a/static/javadoc/server/resources/glass.png and /dev/null differ
diff --git a/static/javadoc/server/resources/x.png b/static/javadoc/server/resources/x.png
deleted file mode 100644
index 30548a7..0000000
Binary files a/static/javadoc/server/resources/x.png and /dev/null differ
diff --git a/static/javadoc/server/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png b/static/javadoc/server/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png
deleted file mode 100644
index 34abd18..0000000
Binary files a/static/javadoc/server/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png and /dev/null differ
diff --git a/static/javadoc/server/script-dir/images/ui-bg_glass_65_dadada_1x400.png b/static/javadoc/server/script-dir/images/ui-bg_glass_65_dadada_1x400.png
deleted file mode 100644
index f058a93..0000000
Binary files a/static/javadoc/server/script-dir/images/ui-bg_glass_65_dadada_1x400.png and /dev/null differ
diff --git a/static/javadoc/server/script-dir/images/ui-bg_glass_75_dadada_1x400.png b/static/javadoc/server/script-dir/images/ui-bg_glass_75_dadada_1x400.png
deleted file mode 100644
index 2ce04c1..0000000
Binary files a/static/javadoc/server/script-dir/images/ui-bg_glass_75_dadada_1x400.png and /dev/null differ
diff --git a/static/javadoc/server/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png b/static/javadoc/server/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png
deleted file mode 100644
index a90afb8..0000000
Binary files a/static/javadoc/server/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png and /dev/null differ
diff --git a/static/javadoc/server/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png b/static/javadoc/server/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png
deleted file mode 100644
index dbe091f..0000000
Binary files a/static/javadoc/server/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png and /dev/null differ
diff --git a/static/javadoc/server/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/static/javadoc/server/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png
deleted file mode 100644
index 5dc3593..0000000
Binary files a/static/javadoc/server/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png and /dev/null differ
diff --git a/static/javadoc/server/script-dir/images/ui-icons_222222_256x240.png b/static/javadoc/server/script-dir/images/ui-icons_222222_256x240.png
deleted file mode 100644
index e723e17..0000000
Binary files a/static/javadoc/server/script-dir/images/ui-icons_222222_256x240.png and /dev/null differ
diff --git a/static/javadoc/server/script-dir/images/ui-icons_2e83ff_256x240.png b/static/javadoc/server/script-dir/images/ui-icons_2e83ff_256x240.png
deleted file mode 100644
index 1f5f497..0000000
Binary files a/static/javadoc/server/script-dir/images/ui-icons_2e83ff_256x240.png and /dev/null differ
diff --git a/static/javadoc/server/script-dir/images/ui-icons_454545_256x240.png b/static/javadoc/server/script-dir/images/ui-icons_454545_256x240.png
deleted file mode 100644
index 618f5b0..0000000
Binary files a/static/javadoc/server/script-dir/images/ui-icons_454545_256x240.png and /dev/null differ
diff --git a/static/javadoc/server/script-dir/images/ui-icons_888888_256x240.png b/static/javadoc/server/script-dir/images/ui-icons_888888_256x240.png
deleted file mode 100644
index ee5e33f..0000000
Binary files a/static/javadoc/server/script-dir/images/ui-icons_888888_256x240.png and /dev/null differ
diff --git a/static/javadoc/server/script-dir/images/ui-icons_cd0a0a_256x240.png b/static/javadoc/server/script-dir/images/ui-icons_cd0a0a_256x240.png
deleted file mode 100644
index 7e8ebc1..0000000
Binary files a/static/javadoc/server/script-dir/images/ui-icons_cd0a0a_256x240.png and /dev/null differ
diff --git a/static/javadoc/server/script-dir/jquery-3.5.1.min.js b/static/javadoc/server/script-dir/jquery-3.5.1.min.js
deleted file mode 100644
index b061403..0000000
--- a/static/javadoc/server/script-dir/jquery-3.5.1.min.js
+++ /dev/null
@@ -1,2 +0,0 @@
-/*! jQuery v3.5.1 | (c) JS Foundation and other contributors | jquery.org/license */
-!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.5.1",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML=" ",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML=" ";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function D(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||j,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,j=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML=" ",y.option=!!ce.lastChild;var ge={thead:[1,""],col:[2,""],tr:[2,""],td:[3,""],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n",""]);var me=/<|?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function qe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function Le(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function He(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Oe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):("number"==typeof f.top&&(f.top+="px"),"number"==typeof f.left&&(f.left+="px"),c.css(f))}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=$e(y.pixelPosition,function(e,t){if(t)return t=Be(e,n),Me.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0a;a++)for(s in o[a])n=o[a][s],o[a].hasOwnProperty(s)&&void 0!==n&&(e[s]=t.isPlainObject(n)?t.isPlainObject(e[s])?t.widget.extend({},e[s],n):t.widget.extend({},n):n);return e},t.widget.bridge=function(e,s){var n=s.prototype.widgetFullName||e;t.fn[e]=function(o){var a="string"==typeof o,r=i.call(arguments,1),l=this;return a?this.length||"instance"!==o?this.each(function(){var i,s=t.data(this,n);return"instance"===o?(l=s,!1):s?t.isFunction(s[o])&&"_"!==o.charAt(0)?(i=s[o].apply(s,r),i!==s&&void 0!==i?(l=i&&i.jquery?l.pushStack(i.get()):i,!1):void 0):t.error("no such method '"+o+"' for "+e+" widget instance"):t.error("cannot call methods on "+e+" prior to initialization; "+"attempted to call method '"+o+"'")}):l=void 0:(r.length&&(o=t.widget.extend.apply(null,[o].concat(r))),this.each(function(){var e=t.data(this,n);e?(e.option(o||{}),e._init&&e._init()):t.data(this,n,new s(o,this))})),l}},t.Widget=function(){},t.Widget._childConstructors=[],t.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"",options:{classes:{},disabled:!1,create:null},_createWidget:function(i,s){s=t(s||this.defaultElement||this)[0],this.element=t(s),this.uuid=e++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=t(),this.hoverable=t(),this.focusable=t(),this.classesElementLookup={},s!==this&&(t.data(s,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===s&&this.destroy()}}),this.document=t(s.style?s.ownerDocument:s.document||s),this.window=t(this.document[0].defaultView||this.document[0].parentWindow)),this.options=t.widget.extend({},this.options,this._getCreateOptions(),i),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:t.noop,_create:t.noop,_init:t.noop,destroy:function(){var e=this;this._destroy(),t.each(this.classesElementLookup,function(t,i){e._removeClass(i,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:t.noop,widget:function(){return this.element},option:function(e,i){var s,n,o,a=e;if(0===arguments.length)return t.widget.extend({},this.options);if("string"==typeof e)if(a={},s=e.split("."),e=s.shift(),s.length){for(n=a[e]=t.widget.extend({},this.options[e]),o=0;s.length-1>o;o++)n[s[o]]=n[s[o]]||{},n=n[s[o]];if(e=s.pop(),1===arguments.length)return void 0===n[e]?null:n[e];n[e]=i}else{if(1===arguments.length)return void 0===this.options[e]?null:this.options[e];a[e]=i}return this._setOptions(a),this},_setOptions:function(t){var e;for(e in t)this._setOption(e,t[e]);return this},_setOption:function(t,e){return"classes"===t&&this._setOptionClasses(e),this.options[t]=e,"disabled"===t&&this._setOptionDisabled(e),this},_setOptionClasses:function(e){var i,s,n;for(i in e)n=this.classesElementLookup[i],e[i]!==this.options.classes[i]&&n&&n.length&&(s=t(n.get()),this._removeClass(n,i),s.addClass(this._classes({element:s,keys:i,classes:e,add:!0})))},_setOptionDisabled:function(t){this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!!t),t&&(this._removeClass(this.hoverable,null,"ui-state-hover"),this._removeClass(this.focusable,null,"ui-state-focus"))},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_classes:function(e){function i(i,o){var a,r;for(r=0;i.length>r;r++)a=n.classesElementLookup[i[r]]||t(),a=e.add?t(t.unique(a.get().concat(e.element.get()))):t(a.not(e.element).get()),n.classesElementLookup[i[r]]=a,s.push(i[r]),o&&e.classes[i[r]]&&s.push(e.classes[i[r]])}var s=[],n=this;return e=t.extend({element:this.element,classes:this.options.classes||{}},e),this._on(e.element,{remove:"_untrackClassesElement"}),e.keys&&i(e.keys.match(/\S+/g)||[],!0),e.extra&&i(e.extra.match(/\S+/g)||[]),s.join(" ")},_untrackClassesElement:function(e){var i=this;t.each(i.classesElementLookup,function(s,n){-1!==t.inArray(e.target,n)&&(i.classesElementLookup[s]=t(n.not(e.target).get()))})},_removeClass:function(t,e,i){return this._toggleClass(t,e,i,!1)},_addClass:function(t,e,i){return this._toggleClass(t,e,i,!0)},_toggleClass:function(t,e,i,s){s="boolean"==typeof s?s:i;var n="string"==typeof t||null===t,o={extra:n?e:i,keys:n?t:e,element:n?this.element:t,add:s};return o.element.toggleClass(this._classes(o),s),this},_on:function(e,i,s){var n,o=this;"boolean"!=typeof e&&(s=i,i=e,e=!1),s?(i=n=t(i),this.bindings=this.bindings.add(i)):(s=i,i=this.element,n=this.widget()),t.each(s,function(s,a){function r(){return e||o.options.disabled!==!0&&!t(this).hasClass("ui-state-disabled")?("string"==typeof a?o[a]:a).apply(o,arguments):void 0}"string"!=typeof a&&(r.guid=a.guid=a.guid||r.guid||t.guid++);var l=s.match(/^([\w:-]*)\s*(.*)$/),h=l[1]+o.eventNamespace,c=l[2];c?n.on(h,c,r):i.on(h,r)})},_off:function(e,i){i=(i||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,e.off(i).off(i),this.bindings=t(this.bindings.not(e).get()),this.focusable=t(this.focusable.not(e).get()),this.hoverable=t(this.hoverable.not(e).get())},_delay:function(t,e){function i(){return("string"==typeof t?s[t]:t).apply(s,arguments)}var s=this;return setTimeout(i,e||0)},_hoverable:function(e){this.hoverable=this.hoverable.add(e),this._on(e,{mouseenter:function(e){this._addClass(t(e.currentTarget),null,"ui-state-hover")},mouseleave:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-hover")}})},_focusable:function(e){this.focusable=this.focusable.add(e),this._on(e,{focusin:function(e){this._addClass(t(e.currentTarget),null,"ui-state-focus")},focusout:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-focus")}})},_trigger:function(e,i,s){var n,o,a=this.options[e];if(s=s||{},i=t.Event(i),i.type=(e===this.widgetEventPrefix?e:this.widgetEventPrefix+e).toLowerCase(),i.target=this.element[0],o=i.originalEvent)for(n in o)n in i||(i[n]=o[n]);return this.element.trigger(i,s),!(t.isFunction(a)&&a.apply(this.element[0],[i].concat(s))===!1||i.isDefaultPrevented())}},t.each({show:"fadeIn",hide:"fadeOut"},function(e,i){t.Widget.prototype["_"+e]=function(s,n,o){"string"==typeof n&&(n={effect:n});var a,r=n?n===!0||"number"==typeof n?i:n.effect||i:e;n=n||{},"number"==typeof n&&(n={duration:n}),a=!t.isEmptyObject(n),n.complete=o,n.delay&&s.delay(n.delay),a&&t.effects&&t.effects.effect[r]?s[e](n):r!==e&&s[r]?s[r](n.duration,n.easing,o):s.queue(function(i){t(this)[e](),o&&o.call(s[0]),i()})}}),t.widget,function(){function e(t,e,i){return[parseFloat(t[0])*(u.test(t[0])?e/100:1),parseFloat(t[1])*(u.test(t[1])?i/100:1)]}function i(e,i){return parseInt(t.css(e,i),10)||0}function s(e){var i=e[0];return 9===i.nodeType?{width:e.width(),height:e.height(),offset:{top:0,left:0}}:t.isWindow(i)?{width:e.width(),height:e.height(),offset:{top:e.scrollTop(),left:e.scrollLeft()}}:i.preventDefault?{width:0,height:0,offset:{top:i.pageY,left:i.pageX}}:{width:e.outerWidth(),height:e.outerHeight(),offset:e.offset()}}var n,o=Math.max,a=Math.abs,r=/left|center|right/,l=/top|center|bottom/,h=/[\+\-]\d+(\.[\d]+)?%?/,c=/^\w+/,u=/%$/,d=t.fn.position;t.position={scrollbarWidth:function(){if(void 0!==n)return n;var e,i,s=t("
"),o=s.children()[0];return t("body").append(s),e=o.offsetWidth,s.css("overflow","scroll"),i=o.offsetWidth,e===i&&(i=s[0].clientWidth),s.remove(),n=e-i},getScrollInfo:function(e){var i=e.isWindow||e.isDocument?"":e.element.css("overflow-x"),s=e.isWindow||e.isDocument?"":e.element.css("overflow-y"),n="scroll"===i||"auto"===i&&e.width
i?"left":e>0?"right":"center",vertical:0>r?"top":s>0?"bottom":"middle"};h>p&&p>a(e+i)&&(u.horizontal="center"),c>f&&f>a(s+r)&&(u.vertical="middle"),u.important=o(a(e),a(i))>o(a(s),a(r))?"horizontal":"vertical",n.using.call(this,t,u)}),l.offset(t.extend(D,{using:r}))})},t.ui.position={fit:{left:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollLeft:s.offset.left,a=s.width,r=t.left-e.collisionPosition.marginLeft,l=n-r,h=r+e.collisionWidth-a-n;e.collisionWidth>a?l>0&&0>=h?(i=t.left+l+e.collisionWidth-a-n,t.left+=l-i):t.left=h>0&&0>=l?n:l>h?n+a-e.collisionWidth:n:l>0?t.left+=l:h>0?t.left-=h:t.left=o(t.left-r,t.left)},top:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollTop:s.offset.top,a=e.within.height,r=t.top-e.collisionPosition.marginTop,l=n-r,h=r+e.collisionHeight-a-n;e.collisionHeight>a?l>0&&0>=h?(i=t.top+l+e.collisionHeight-a-n,t.top+=l-i):t.top=h>0&&0>=l?n:l>h?n+a-e.collisionHeight:n:l>0?t.top+=l:h>0?t.top-=h:t.top=o(t.top-r,t.top)}},flip:{left:function(t,e){var i,s,n=e.within,o=n.offset.left+n.scrollLeft,r=n.width,l=n.isWindow?n.scrollLeft:n.offset.left,h=t.left-e.collisionPosition.marginLeft,c=h-l,u=h+e.collisionWidth-r-l,d="left"===e.my[0]?-e.elemWidth:"right"===e.my[0]?e.elemWidth:0,p="left"===e.at[0]?e.targetWidth:"right"===e.at[0]?-e.targetWidth:0,f=-2*e.offset[0];0>c?(i=t.left+d+p+f+e.collisionWidth-r-o,(0>i||a(c)>i)&&(t.left+=d+p+f)):u>0&&(s=t.left-e.collisionPosition.marginLeft+d+p+f-l,(s>0||u>a(s))&&(t.left+=d+p+f))},top:function(t,e){var i,s,n=e.within,o=n.offset.top+n.scrollTop,r=n.height,l=n.isWindow?n.scrollTop:n.offset.top,h=t.top-e.collisionPosition.marginTop,c=h-l,u=h+e.collisionHeight-r-l,d="top"===e.my[1],p=d?-e.elemHeight:"bottom"===e.my[1]?e.elemHeight:0,f="top"===e.at[1]?e.targetHeight:"bottom"===e.at[1]?-e.targetHeight:0,g=-2*e.offset[1];0>c?(s=t.top+p+f+g+e.collisionHeight-r-o,(0>s||a(c)>s)&&(t.top+=p+f+g)):u>0&&(i=t.top-e.collisionPosition.marginTop+p+f+g-l,(i>0||u>a(i))&&(t.top+=p+f+g))}},flipfit:{left:function(){t.ui.position.flip.left.apply(this,arguments),t.ui.position.fit.left.apply(this,arguments)},top:function(){t.ui.position.flip.top.apply(this,arguments),t.ui.position.fit.top.apply(this,arguments)}}}}(),t.ui.position,t.ui.keyCode={BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38},t.fn.extend({uniqueId:function(){var t=0;return function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++t)})}}(),removeUniqueId:function(){return this.each(function(){/^ui-id-\d+$/.test(this.id)&&t(this).removeAttr("id")})}}),t.ui.safeActiveElement=function(t){var e;try{e=t.activeElement}catch(i){e=t.body}return e||(e=t.body),e.nodeName||(e=t.body),e},t.widget("ui.menu",{version:"1.12.1",defaultElement:"",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault()},"click .ui-menu-item":function(e){var i=t(e.target),s=t(t.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&i.not(".ui-state-disabled").length&&(this.select(e),e.isPropagationStopped()||(this.mouseHandled=!0),i.has(".ui-menu").length?this.expand(e):!this.element.is(":focus")&&s.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":function(e){if(!this.previousFilter){var i=t(e.target).closest(".ui-menu-item"),s=t(e.currentTarget);i[0]===s[0]&&(this._removeClass(s.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(e,s))}},mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this.element.find(this.options.items).eq(0);e||this.focus(t,i)},blur:function(e){this._delay(function(){var i=!t.contains(this.element[0],t.ui.safeActiveElement(this.document[0]));i&&this.collapseAll(e)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t),this.mouseHandled=!1}})},_destroy:function(){var e=this.element.find(".ui-menu-item").removeAttr("role aria-disabled"),i=e.children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),i.children().each(function(){var e=t(this);e.data("ui-menu-submenu-caret")&&e.remove()})},_keydown:function(e){var i,s,n,o,a=!0;switch(e.keyCode){case t.ui.keyCode.PAGE_UP:this.previousPage(e);break;case t.ui.keyCode.PAGE_DOWN:this.nextPage(e);break;case t.ui.keyCode.HOME:this._move("first","first",e);break;case t.ui.keyCode.END:this._move("last","last",e);break;case t.ui.keyCode.UP:this.previous(e);break;case t.ui.keyCode.DOWN:this.next(e);break;case t.ui.keyCode.LEFT:this.collapse(e);break;case t.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(e);break;case t.ui.keyCode.ENTER:case t.ui.keyCode.SPACE:this._activate(e);break;case t.ui.keyCode.ESCAPE:this.collapse(e);break;default:a=!1,s=this.previousFilter||"",o=!1,n=e.keyCode>=96&&105>=e.keyCode?""+(e.keyCode-96):String.fromCharCode(e.keyCode),clearTimeout(this.filterTimer),n===s?o=!0:n=s+n,i=this._filterMenuItems(n),i=o&&-1!==i.index(this.active.next())?this.active.nextAll(".ui-menu-item"):i,i.length||(n=String.fromCharCode(e.keyCode),i=this._filterMenuItems(n)),i.length?(this.focus(e,i),this.previousFilter=n,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}a&&e.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var e,i,s,n,o,a=this,r=this.options.icons.submenu,l=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),s=l.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var e=t(this),i=e.prev(),s=t("").data("ui-menu-submenu-caret",!0);a._addClass(s,"ui-menu-icon","ui-icon "+r),i.attr("aria-haspopup","true").prepend(s),e.attr("aria-labelledby",i.attr("id"))}),this._addClass(s,"ui-menu","ui-widget ui-widget-content ui-front"),e=l.add(this.element),i=e.find(this.options.items),i.not(".ui-menu-item").each(function(){var e=t(this);a._isDivider(e)&&a._addClass(e,"ui-menu-divider","ui-widget-content")}),n=i.not(".ui-menu-item, .ui-menu-divider"),o=n.children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(n,"ui-menu-item")._addClass(o,"ui-menu-item-wrapper"),i.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!t.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){if("icons"===t){var i=this.element.find(".ui-menu-icon");this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)}this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",t+""),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i,s,n;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),s=this.active.children(".ui-menu-item-wrapper"),this._addClass(s,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",s.attr("id")),n=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(n,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),i=e.children(".ui-menu"),i.length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(e){var i,s,n,o,a,r;this._hasScroll()&&(i=parseFloat(t.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(t.css(this.activeMenu[0],"paddingTop"))||0,n=e.offset().top-this.activeMenu.offset().top-i-s,o=this.activeMenu.scrollTop(),a=this.activeMenu.height(),r=e.outerHeight(),0>n?this.activeMenu.scrollTop(o+n):n+r>a&&this.activeMenu.scrollTop(o+n-a+r))},blur:function(t,e){e||clearTimeout(this.timer),this.active&&(this._removeClass(this.active.children(".ui-menu-item-wrapper"),null,"ui-state-active"),this._trigger("blur",t,{item:this.active}),this.active=null)},_startOpening:function(t){clearTimeout(this.timer),"true"===t.attr("aria-hidden")&&(this.timer=this._delay(function(){this._close(),this._open(t)},this.delay))},_open:function(e){var i=t.extend({of:this.active},this.options.position);clearTimeout(this.timer),this.element.find(".ui-menu").not(e.parents(".ui-menu")).hide().attr("aria-hidden","true"),e.show().removeAttr("aria-hidden").attr("aria-expanded","true").position(i)},collapseAll:function(e,i){clearTimeout(this.timer),this.timer=this._delay(function(){var s=i?this.element:t(e&&e.target).closest(this.element.find(".ui-menu"));s.length||(s=this.element),this._close(s),this.blur(e),this._removeClass(s.find(".ui-state-active"),null,"ui-state-active"),this.activeMenu=s},this.delay)},_close:function(t){t||(t=this.active?this.active.parent():this.element),t.find(".ui-menu").hide().attr("aria-hidden","true").attr("aria-expanded","false")},_closeOnDocumentClick:function(e){return!t(e.target).closest(".ui-menu").length},_isDivider:function(t){return!/[^\-\u2014\u2013\s]/.test(t.text())},collapse:function(t){var e=this.active&&this.active.parent().closest(".ui-menu-item",this.element);e&&e.length&&(this._close(),this.focus(t,e))},expand:function(t){var e=this.active&&this.active.children(".ui-menu ").find(this.options.items).first();e&&e.length&&(this._open(e.parent()),this._delay(function(){this.focus(t,e)}))},next:function(t){this._move("next","first",t)},previous:function(t){this._move("prev","last",t)},isFirstItem:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},isLastItem:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},_move:function(t,e,i){var s;this.active&&(s="first"===t||"last"===t?this.active["first"===t?"prevAll":"nextAll"](".ui-menu-item").eq(-1):this.active[t+"All"](".ui-menu-item").eq(0)),s&&s.length&&this.active||(s=this.activeMenu.find(this.options.items)[e]()),this.focus(i,s)},nextPage:function(e){var i,s,n;return this.active?(this.isLastItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.nextAll(".ui-menu-item").each(function(){return i=t(this),0>i.offset().top-s-n}),this.focus(e,i)):this.focus(e,this.activeMenu.find(this.options.items)[this.active?"last":"first"]())),void 0):(this.next(e),void 0)},previousPage:function(e){var i,s,n;return this.active?(this.isFirstItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.prevAll(".ui-menu-item").each(function(){return i=t(this),i.offset().top-s+n>0}),this.focus(e,i)):this.focus(e,this.activeMenu.find(this.options.items).first())),void 0):(this.next(e),void 0)},_hasScroll:function(){return this.element.outerHeight()",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,_create:function(){var e,i,s,n=this.element[0].nodeName.toLowerCase(),o="textarea"===n,a="input"===n;this.isMultiLine=o||!a&&this._isContentEditable(this.element),this.valueMethod=this.element[o||a?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(n){if(this.element.prop("readOnly"))return e=!0,s=!0,i=!0,void 0;e=!1,s=!1,i=!1;var o=t.ui.keyCode;switch(n.keyCode){case o.PAGE_UP:e=!0,this._move("previousPage",n);break;case o.PAGE_DOWN:e=!0,this._move("nextPage",n);break;case o.UP:e=!0,this._keyEvent("previous",n);break;case o.DOWN:e=!0,this._keyEvent("next",n);break;case o.ENTER:this.menu.active&&(e=!0,n.preventDefault(),this.menu.select(n));break;case o.TAB:this.menu.active&&this.menu.select(n);break;case o.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(n),n.preventDefault());break;default:i=!0,this._searchTimeout(n)}},keypress:function(s){if(e)return e=!1,(!this.isMultiLine||this.menu.element.is(":visible"))&&s.preventDefault(),void 0;if(!i){var n=t.ui.keyCode;switch(s.keyCode){case n.PAGE_UP:this._move("previousPage",s);break;case n.PAGE_DOWN:this._move("nextPage",s);break;case n.UP:this._keyEvent("previous",s);break;case n.DOWN:this._keyEvent("next",s)}}},input:function(t){return s?(s=!1,t.preventDefault(),void 0):(this._searchTimeout(t),void 0)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){return this.cancelBlur?(delete this.cancelBlur,void 0):(clearTimeout(this.searching),this.close(t),this._change(t),void 0)}}),this._initSource(),this.menu=t("").appendTo(this._appendTo()).menu({role:null}).hide().menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(e){e.preventDefault(),this.cancelBlur=!0,this._delay(function(){delete this.cancelBlur,this.element[0]!==t.ui.safeActiveElement(this.document[0])&&this.element.trigger("focus")})},menufocus:function(e,i){var s,n;return this.isNewMenu&&(this.isNewMenu=!1,e.originalEvent&&/^mouse/.test(e.originalEvent.type))?(this.menu.blur(),this.document.one("mousemove",function(){t(e.target).trigger(e.originalEvent)}),void 0):(n=i.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",e,{item:n})&&e.originalEvent&&/^key/.test(e.originalEvent.type)&&this._value(n.value),s=i.item.attr("aria-label")||n.value,s&&t.trim(s).length&&(this.liveRegion.children().hide(),t("").text(s).appendTo(this.liveRegion)),void 0)},menuselect:function(e,i){var s=i.item.data("ui-autocomplete-item"),n=this.previous;this.element[0]!==t.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=n,this._delay(function(){this.previous=n,this.selectedItem=s})),!1!==this._trigger("select",e,{item:s})&&this._value(s.value),this.term=this._value(),this.close(e),this.selectedItem=s}}),this.liveRegion=t("
",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(e){var i=this.menu.element[0];return e.target===this.element[0]||e.target===i||t.contains(i,e.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var e=this.options.appendTo;return e&&(e=e.jquery||e.nodeType?t(e):this.document.find(e).eq(0)),e&&e[0]||(e=this.element.closest(".ui-front, dialog")),e.length||(e=this.document[0].body),e},_initSource:function(){var e,i,s=this;t.isArray(this.options.source)?(e=this.options.source,this.source=function(i,s){s(t.ui.autocomplete.filter(e,i.term))}):"string"==typeof this.options.source?(i=this.options.source,this.source=function(e,n){s.xhr&&s.xhr.abort(),s.xhr=t.ajax({url:i,data:e,dataType:"json",success:function(t){n(t)},error:function(){n([])}})}):this.source=this.options.source},_searchTimeout:function(t){clearTimeout(this.searching),this.searching=this._delay(function(){var e=this.term===this._value(),i=this.menu.element.is(":visible"),s=t.altKey||t.ctrlKey||t.metaKey||t.shiftKey;(!e||e&&!i&&!s)&&(this.selectedItem=null,this.search(null,t))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length
").append(t("").text(i.label)).appendTo(e)},_move:function(t,e){return this.menu.element.is(":visible")?this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),this.menu.blur(),void 0):(this.menu[t](e),void 0):(this.search(null,e),void 0)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){(!this.isMultiLine||this.menu.element.is(":visible"))&&(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),t.extend(t.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(e,i){var s=RegExp(t.ui.autocomplete.escapeRegex(i),"i");return t.grep(e,function(t){return s.test(t.label||t.value||t)})}}),t.widget("ui.autocomplete",t.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(t>1?" results are":" result is")+" available, use up and down arrow keys to navigate."}}},__response:function(e){var i;this._superApply(arguments),this.options.disabled||this.cancelSearch||(i=e&&e.length?this.options.messages.results(e.length):this.options.messages.noResults,this.liveRegion.children().hide(),t("
").text(i).appendTo(this.liveRegion))}}),t.ui.autocomplete});
\ No newline at end of file
diff --git a/static/javadoc/server/script-dir/jquery-ui.structure.min.css b/static/javadoc/server/script-dir/jquery-ui.structure.min.css
deleted file mode 100644
index e880892..0000000
--- a/static/javadoc/server/script-dir/jquery-ui.structure.min.css
+++ /dev/null
@@ -1,5 +0,0 @@
-/*! jQuery UI - v1.12.1 - 2018-12-06
-* http://jqueryui.com
-* Copyright jQuery Foundation and other contributors; Licensed MIT */
-
-.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}
\ No newline at end of file
diff --git a/static/javadoc/server/script.js b/static/javadoc/server/script.js
deleted file mode 100644
index ccac782..0000000
--- a/static/javadoc/server/script.js
+++ /dev/null
@@ -1,132 +0,0 @@
-/*
- * Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved.
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * This code is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation. Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the LICENSE file that accompanied this code.
- *
- * This code 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
- * version 2 for more details (a copy is included in the LICENSE file that
- * accompanied this code).
- *
- * You should have received a copy of the GNU General Public License version
- * 2 along with this work; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
- * or visit www.oracle.com if you need additional information or have any
- * questions.
- */
-
-var moduleSearchIndex;
-var packageSearchIndex;
-var typeSearchIndex;
-var memberSearchIndex;
-var tagSearchIndex;
-function loadScripts(doc, tag) {
- createElem(doc, tag, 'search.js');
-
- createElem(doc, tag, 'module-search-index.js');
- createElem(doc, tag, 'package-search-index.js');
- createElem(doc, tag, 'type-search-index.js');
- createElem(doc, tag, 'member-search-index.js');
- createElem(doc, tag, 'tag-search-index.js');
-}
-
-function createElem(doc, tag, path) {
- var script = doc.createElement(tag);
- var scriptElement = doc.getElementsByTagName(tag)[0];
- script.src = pathtoroot + path;
- scriptElement.parentNode.insertBefore(script, scriptElement);
-}
-
-function show(tableId, selected, columns) {
- if (tableId !== selected) {
- document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')')
- .forEach(function(elem) {
- elem.style.display = 'none';
- });
- }
- document.querySelectorAll('div.' + selected)
- .forEach(function(elem, index) {
- elem.style.display = '';
- var isEvenRow = index % (columns * 2) < columns;
- elem.classList.remove(isEvenRow ? oddRowColor : evenRowColor);
- elem.classList.add(isEvenRow ? evenRowColor : oddRowColor);
- });
- updateTabs(tableId, selected);
-}
-
-function updateTabs(tableId, selected) {
- document.querySelector('div#' + tableId +' .summary-table')
- .setAttribute('aria-labelledby', selected);
- document.querySelectorAll('button[id^="' + tableId + '"]')
- .forEach(function(tab, index) {
- if (selected === tab.id || (tableId === selected && index === 0)) {
- tab.className = activeTableTab;
- tab.setAttribute('aria-selected', true);
- tab.setAttribute('tabindex',0);
- } else {
- tab.className = tableTab;
- tab.setAttribute('aria-selected', false);
- tab.setAttribute('tabindex',-1);
- }
- });
-}
-
-function switchTab(e) {
- var selected = document.querySelector('[aria-selected=true]');
- if (selected) {
- if ((e.keyCode === 37 || e.keyCode === 38) && selected.previousSibling) {
- // left or up arrow key pressed: move focus to previous tab
- selected.previousSibling.click();
- selected.previousSibling.focus();
- e.preventDefault();
- } else if ((e.keyCode === 39 || e.keyCode === 40) && selected.nextSibling) {
- // right or down arrow key pressed: move focus to next tab
- selected.nextSibling.click();
- selected.nextSibling.focus();
- e.preventDefault();
- }
- }
-}
-
-var updateSearchResults = function() {};
-
-function indexFilesLoaded() {
- return moduleSearchIndex
- && packageSearchIndex
- && typeSearchIndex
- && memberSearchIndex
- && tagSearchIndex;
-}
-
-// Workaround for scroll position not being included in browser history (8249133)
-document.addEventListener("DOMContentLoaded", function(e) {
- var contentDiv = document.querySelector("div.flex-content");
- window.addEventListener("popstate", function(e) {
- if (e.state !== null) {
- contentDiv.scrollTop = e.state;
- }
- });
- window.addEventListener("hashchange", function(e) {
- history.replaceState(contentDiv.scrollTop, document.title);
- });
- contentDiv.addEventListener("scroll", function(e) {
- var timeoutID;
- if (!timeoutID) {
- timeoutID = setTimeout(function() {
- history.replaceState(contentDiv.scrollTop, document.title);
- timeoutID = null;
- }, 100);
- }
- });
- if (!location.hash) {
- history.replaceState(contentDiv.scrollTop, document.title);
- }
-});
diff --git a/static/javadoc/server/search.js b/static/javadoc/server/search.js
deleted file mode 100644
index 3f826c7..0000000
--- a/static/javadoc/server/search.js
+++ /dev/null
@@ -1,354 +0,0 @@
-/*
- * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * This code is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation. Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the LICENSE file that accompanied this code.
- *
- * This code 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
- * version 2 for more details (a copy is included in the LICENSE file that
- * accompanied this code).
- *
- * You should have received a copy of the GNU General Public License version
- * 2 along with this work; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
- * or visit www.oracle.com if you need additional information or have any
- * questions.
- */
-
-var noResult = {l: "No results found"};
-var loading = {l: "Loading search index..."};
-var catModules = "Modules";
-var catPackages = "Packages";
-var catTypes = "Classes and Interfaces";
-var catMembers = "Members";
-var catSearchTags = "Search Tags";
-var highlight = "
$& ";
-var searchPattern = "";
-var fallbackPattern = "";
-var RANKING_THRESHOLD = 2;
-var NO_MATCH = 0xffff;
-var MIN_RESULTS = 3;
-var MAX_RESULTS = 500;
-var UNNAMED = "
";
-function escapeHtml(str) {
- return str.replace(//g, ">");
-}
-function getHighlightedText(item, matcher, fallbackMatcher) {
- var escapedItem = escapeHtml(item);
- var highlighted = escapedItem.replace(matcher, highlight);
- if (highlighted === escapedItem) {
- highlighted = escapedItem.replace(fallbackMatcher, highlight)
- }
- return highlighted;
-}
-function getURLPrefix(ui) {
- var urlPrefix="";
- var slash = "/";
- if (ui.item.category === catModules) {
- return ui.item.l + slash;
- } else if (ui.item.category === catPackages && ui.item.m) {
- return ui.item.m + slash;
- } else if (ui.item.category === catTypes || ui.item.category === catMembers) {
- if (ui.item.m) {
- urlPrefix = ui.item.m + slash;
- } else {
- $.each(packageSearchIndex, function(index, item) {
- if (item.m && ui.item.p === item.l) {
- urlPrefix = item.m + slash;
- }
- });
- }
- }
- return urlPrefix;
-}
-function createSearchPattern(term) {
- var pattern = "";
- var isWordToken = false;
- term.replace(/,\s*/g, ", ").trim().split(/\s+/).forEach(function(w, index) {
- if (index > 0) {
- // whitespace between identifiers is significant
- pattern += (isWordToken && /^\w/.test(w)) ? "\\s+" : "\\s*";
- }
- var tokens = w.split(/(?=[A-Z,.()<>[\/])/);
- for (var i = 0; i < tokens.length; i++) {
- var s = tokens[i];
- if (s === "") {
- continue;
- }
- pattern += $.ui.autocomplete.escapeRegex(s);
- isWordToken = /\w$/.test(s);
- if (isWordToken) {
- pattern += "([a-z0-9_$<>\\[\\]]*?)";
- }
- }
- });
- return pattern;
-}
-function createMatcher(pattern, flags) {
- var isCamelCase = /[A-Z]/.test(pattern);
- return new RegExp(pattern, flags + (isCamelCase ? "" : "i"));
-}
-var watermark = 'Search';
-$(function() {
- var search = $("#search-input");
- var reset = $("#reset-button");
- search.val('');
- search.prop("disabled", false);
- reset.prop("disabled", false);
- search.val(watermark).addClass('watermark');
- search.blur(function() {
- if ($(this).val().length === 0) {
- $(this).val(watermark).addClass('watermark');
- }
- });
- search.on('click keydown paste', function() {
- if ($(this).val() === watermark) {
- $(this).val('').removeClass('watermark');
- }
- });
- reset.click(function() {
- search.val('').focus();
- });
- search.focus()[0].setSelectionRange(0, 0);
-});
-$.widget("custom.catcomplete", $.ui.autocomplete, {
- _create: function() {
- this._super();
- this.widget().menu("option", "items", "> :not(.ui-autocomplete-category)");
- },
- _renderMenu: function(ul, items) {
- var rMenu = this;
- var currentCategory = "";
- rMenu.menu.bindings = $();
- $.each(items, function(index, item) {
- var li;
- if (item.category && item.category !== currentCategory) {
- ul.append("" + item.category + " ");
- currentCategory = item.category;
- }
- li = rMenu._renderItemData(ul, item);
- if (item.category) {
- li.attr("aria-label", item.category + " : " + item.l);
- li.attr("class", "result-item");
- } else {
- li.attr("aria-label", item.l);
- li.attr("class", "result-item");
- }
- });
- },
- _renderItem: function(ul, item) {
- var label = "";
- var matcher = createMatcher(escapeHtml(searchPattern), "g");
- var fallbackMatcher = new RegExp(fallbackPattern, "gi")
- if (item.category === catModules) {
- label = getHighlightedText(item.l, matcher, fallbackMatcher);
- } else if (item.category === catPackages) {
- label = getHighlightedText(item.l, matcher, fallbackMatcher);
- } else if (item.category === catTypes) {
- label = (item.p && item.p !== UNNAMED)
- ? getHighlightedText(item.p + "." + item.l, matcher, fallbackMatcher)
- : getHighlightedText(item.l, matcher, fallbackMatcher);
- } else if (item.category === catMembers) {
- label = (item.p && item.p !== UNNAMED)
- ? getHighlightedText(item.p + "." + item.c + "." + item.l, matcher, fallbackMatcher)
- : getHighlightedText(item.c + "." + item.l, matcher, fallbackMatcher);
- } else if (item.category === catSearchTags) {
- label = getHighlightedText(item.l, matcher, fallbackMatcher);
- } else {
- label = item.l;
- }
- var li = $(" ").appendTo(ul);
- var div = $("
").appendTo(li);
- if (item.category === catSearchTags && item.h) {
- if (item.d) {
- div.html(label + " (" + item.h + ") "
- + item.d + " ");
- } else {
- div.html(label + " (" + item.h + ") ");
- }
- } else {
- if (item.m) {
- div.html(item.m + "/" + label);
- } else {
- div.html(label);
- }
- }
- return li;
- }
-});
-function rankMatch(match, category) {
- if (!match) {
- return NO_MATCH;
- }
- var index = match.index;
- var input = match.input;
- var leftBoundaryMatch = 2;
- var periferalMatch = 0;
- // make sure match is anchored on a left word boundary
- if (index === 0 || /\W/.test(input[index - 1]) || "_" === input[index]) {
- leftBoundaryMatch = 0;
- } else if ("_" === input[index - 1] || (input[index] === input[index].toUpperCase() && !/^[A-Z0-9_$]+$/.test(input))) {
- leftBoundaryMatch = 1;
- }
- var matchEnd = index + match[0].length;
- var leftParen = input.indexOf("(");
- var endOfName = leftParen > -1 ? leftParen : input.length;
- // exclude peripheral matches
- if (category !== catModules && category !== catSearchTags) {
- var delim = category === catPackages ? "/" : ".";
- if (leftParen > -1 && leftParen < index) {
- periferalMatch += 2;
- } else if (input.lastIndexOf(delim, endOfName) >= matchEnd) {
- periferalMatch += 2;
- }
- }
- var delta = match[0].length === endOfName ? 0 : 1; // rank full match higher than partial match
- for (var i = 1; i < match.length; i++) {
- // lower ranking if parts of the name are missing
- if (match[i])
- delta += match[i].length;
- }
- if (category === catTypes) {
- // lower ranking if a type name contains unmatched camel-case parts
- if (/[A-Z]/.test(input.substring(matchEnd)))
- delta += 5;
- if (/[A-Z]/.test(input.substring(0, index)))
- delta += 5;
- }
- return leftBoundaryMatch + periferalMatch + (delta / 200);
-
-}
-function doSearch(request, response) {
- var result = [];
- searchPattern = createSearchPattern(request.term);
- fallbackPattern = createSearchPattern(request.term.toLowerCase());
- if (searchPattern === "") {
- return this.close();
- }
- var camelCaseMatcher = createMatcher(searchPattern, "");
- var fallbackMatcher = new RegExp(fallbackPattern, "i");
-
- function searchIndexWithMatcher(indexArray, matcher, category, nameFunc) {
- if (indexArray) {
- var newResults = [];
- $.each(indexArray, function (i, item) {
- item.category = category;
- var ranking = rankMatch(matcher.exec(nameFunc(item)), category);
- if (ranking < RANKING_THRESHOLD) {
- newResults.push({ranking: ranking, item: item});
- }
- return newResults.length <= MAX_RESULTS;
- });
- return newResults.sort(function(e1, e2) {
- return e1.ranking - e2.ranking;
- }).map(function(e) {
- return e.item;
- });
- }
- return [];
- }
- function searchIndex(indexArray, category, nameFunc) {
- var primaryResults = searchIndexWithMatcher(indexArray, camelCaseMatcher, category, nameFunc);
- result = result.concat(primaryResults);
- if (primaryResults.length <= MIN_RESULTS && !camelCaseMatcher.ignoreCase) {
- var secondaryResults = searchIndexWithMatcher(indexArray, fallbackMatcher, category, nameFunc);
- result = result.concat(secondaryResults.filter(function (item) {
- return primaryResults.indexOf(item) === -1;
- }));
- }
- }
-
- searchIndex(moduleSearchIndex, catModules, function(item) { return item.l; });
- searchIndex(packageSearchIndex, catPackages, function(item) {
- return (item.m && request.term.indexOf("/") > -1)
- ? (item.m + "/" + item.l) : item.l;
- });
- searchIndex(typeSearchIndex, catTypes, function(item) {
- return request.term.indexOf(".") > -1 ? item.p + "." + item.l : item.l;
- });
- searchIndex(memberSearchIndex, catMembers, function(item) {
- return request.term.indexOf(".") > -1
- ? item.p + "." + item.c + "." + item.l : item.l;
- });
- searchIndex(tagSearchIndex, catSearchTags, function(item) { return item.l; });
-
- if (!indexFilesLoaded()) {
- updateSearchResults = function() {
- doSearch(request, response);
- }
- result.unshift(loading);
- } else {
- updateSearchResults = function() {};
- }
- response(result);
-}
-$(function() {
- $("#search-input").catcomplete({
- minLength: 1,
- delay: 300,
- source: doSearch,
- response: function(event, ui) {
- if (!ui.content.length) {
- ui.content.push(noResult);
- } else {
- $("#search-input").empty();
- }
- },
- autoFocus: true,
- focus: function(event, ui) {
- return false;
- },
- position: {
- collision: "flip"
- },
- select: function(event, ui) {
- if (ui.item.category) {
- var url = getURLPrefix(ui);
- if (ui.item.category === catModules) {
- url += "module-summary.html";
- } else if (ui.item.category === catPackages) {
- if (ui.item.u) {
- url = ui.item.u;
- } else {
- url += ui.item.l.replace(/\./g, '/') + "/package-summary.html";
- }
- } else if (ui.item.category === catTypes) {
- if (ui.item.u) {
- url = ui.item.u;
- } else if (ui.item.p === UNNAMED) {
- url += ui.item.l + ".html";
- } else {
- url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.l + ".html";
- }
- } else if (ui.item.category === catMembers) {
- if (ui.item.p === UNNAMED) {
- url += ui.item.c + ".html" + "#";
- } else {
- url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.c + ".html" + "#";
- }
- if (ui.item.u) {
- url += ui.item.u;
- } else {
- url += ui.item.l;
- }
- } else if (ui.item.category === catSearchTags) {
- url += ui.item.u;
- }
- if (top !== window) {
- parent.classFrame.location = pathtoroot + url;
- } else {
- window.location.href = pathtoroot + url;
- }
- $("#search-input").focus();
- }
- }
- });
-});
diff --git a/static/javadoc/server/type-search-index.js b/static/javadoc/server/type-search-index.js
deleted file mode 100644
index e999c70..0000000
--- a/static/javadoc/server/type-search-index.js
+++ /dev/null
@@ -1 +0,0 @@
-typeSearchIndex = [{"p":"dev.plex.util.menu","l":"AbstractMenu"},{"p":"dev.plex.services","l":"AbstractService"},{"p":"dev.plex.admin","l":"Admin"},{"p":"dev.plex.command.impl","l":"AdminChatCMD"},{"p":"dev.plex.command.impl","l":"AdminCMD"},{"p":"dev.plex.admin","l":"AdminList"},{"p":"dev.plex.listener.impl","l":"AdminListener"},{"p":"dev.plex.command.impl","l":"AdminworldCMD"},{"p":"dev.plex.command.impl","l":"AdventureCMD"},{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"dev.plex.listener.impl","l":"AntiNukerListener"},{"p":"dev.plex.listener.impl","l":"AntiSpamListener"},{"p":"dev.plex.util","l":"AshconInfo"},{"p":"dev.plex.services.impl","l":"AutoWipeService"},{"p":"dev.plex.command.impl","l":"BanCMD"},{"p":"dev.plex.listener.impl","l":"BanListener"},{"p":"dev.plex.services.impl","l":"BanService"},{"p":"dev.plex.command.blocking","l":"BlockedCommand"},{"p":"dev.plex.command.impl","l":"BlockEditCMD"},{"p":"dev.plex.listener.impl","l":"BlockListener"},{"p":"dev.plex.world","l":"BlockMapChunkGenerator"},{"p":"dev.plex.util","l":"BlockUtils"},{"p":"dev.plex.listener.impl","l":"BookListener"},{"p":"dev.plex.util","l":"BuildInfo"},{"p":"dev.plex.util","l":"BungeeUtil"},{"p":"dev.plex.listener.impl","l":"ChatListener.ChatHandlerImpl"},{"p":"dev.plex.listener.impl","l":"ChatListener"},{"p":"dev.plex.services.impl","l":"CommandBlockerService"},{"p":"dev.plex.command.exception","l":"CommandFailException"},{"p":"dev.plex.handlers","l":"CommandHandler"},{"p":"dev.plex.listener.impl","l":"CommandListener"},{"p":"dev.plex.command.annotation","l":"CommandParameters"},{"p":"dev.plex.command.annotation","l":"CommandPermissions"},{"p":"dev.plex.command.impl","l":"CommandSpyCMD"},{"p":"dev.plex.config","l":"Config"},{"p":"dev.plex.world","l":"ConfigurationChunkGenerator"},{"p":"dev.plex.command.exception","l":"ConsoleMustDefinePlayerException"},{"p":"dev.plex.command.exception","l":"ConsoleOnlyException"},{"p":"dev.plex.command.impl","l":"ConsoleSayCMD"},{"p":"dev.plex.command.impl","l":"CreativeCMD"},{"p":"dev.plex.world","l":"CustomChunkGenerator"},{"p":"dev.plex.module.loader","l":"CustomClassLoader"},{"p":"dev.plex.world","l":"CustomWorld"},{"p":"dev.plex.cache","l":"DataUtils"},{"p":"dev.plex.command.impl","l":"DebugCMD"},{"p":"dev.plex.command.impl","l":"DeopAllCMD"},{"p":"dev.plex.command.impl","l":"DeopCMD"},{"p":"dev.plex.listener.impl","l":"DropListener"},{"p":"dev.plex.command.impl","l":"EntityWipeCMD"},{"p":"dev.plex.world","l":"FlatChunkGenerator"},{"p":"dev.plex.command.impl","l":"FlatlandsCMD"},{"p":"dev.plex.command.impl","l":"FreezeCMD"},{"p":"dev.plex.listener.impl","l":"FreezeListener"},{"p":"dev.plex.command.impl","l":"GamemodeCMD"},{"p":"dev.plex.listener.impl","l":"GameModeListener"},{"p":"dev.plex.services.impl","l":"GameRuleService"},{"p":"dev.plex.util","l":"GameRuleUtil"},{"p":"dev.plex.util.menu","l":"IMenu"},{"p":"dev.plex.punishment","l":"PunishmentManager.IndefiniteBan"},{"p":"dev.plex.services","l":"IService"},{"p":"dev.plex.util.item","l":"ItemBuilder"},{"p":"dev.plex.command.impl","l":"KickCMD"},{"p":"dev.plex.module.loader","l":"LibraryLoader"},{"p":"dev.plex.command.impl","l":"ListCMD"},{"p":"dev.plex.handlers","l":"ListenerHandler"},{"p":"dev.plex.command.impl","l":"LocalSpawnCMD"},{"p":"dev.plex.command.impl","l":"LockupCMD"},{"p":"dev.plex.command.impl","l":"MasterbuilderworldCMD"},{"p":"dev.plex.listener.impl","l":"MobListener"},{"p":"dev.plex.command.impl","l":"MobPurgeCMD"},{"p":"dev.plex.config","l":"ModuleConfig"},{"p":"dev.plex.module.exception","l":"ModuleLoadException"},{"p":"dev.plex.module","l":"ModuleManager"},{"p":"dev.plex.util","l":"MojangUtils"},{"p":"dev.plex.storage","l":"MongoConnection"},{"p":"dev.plex.storage.player","l":"MongoPlayerData"},{"p":"dev.plex.command.impl","l":"MuteCMD"},{"p":"dev.plex.listener.impl","l":"MuteListener"},{"p":"dev.plex.command.impl","l":"NameHistoryCMD"},{"p":"dev.plex.permission.handler","l":"NativePermissionHandler"},{"p":"dev.plex.world","l":"NoiseChunkGenerator"},{"p":"dev.plex.world","l":"NoiseOptions"},{"p":"dev.plex.punishment.extra","l":"Note"},{"p":"dev.plex.command.impl","l":"NotesCMD"},{"p":"dev.plex.world","l":"OctaveChunkGenerator"},{"p":"dev.plex.world","l":"OctaveOptions"},{"p":"dev.plex.command.impl","l":"OpAllCMD"},{"p":"dev.plex.command.impl","l":"OpCMD"},{"p":"dev.plex.permission","l":"Permission"},{"p":"dev.plex.util","l":"PermissionsUtil"},{"p":"dev.plex.cache","l":"PlayerCache"},{"p":"dev.plex.listener.impl","l":"PlayerListener"},{"p":"dev.plex.command.exception","l":"PlayerNotBannedException"},{"p":"dev.plex.command.exception","l":"PlayerNotFoundException"},{"p":"dev.plex","l":"Plex"},{"p":"dev.plex","l":"PlexBase"},{"p":"dev.plex.listener.impl","l":"ChatListener.PlexChatRenderer"},{"p":"dev.plex.command.impl","l":"PlexCMD"},{"p":"dev.plex.command","l":"PlexCommand"},{"p":"dev.plex.listener","l":"PlexListener"},{"p":"dev.plex.util","l":"PlexLog"},{"p":"dev.plex.module","l":"PlexModule"},{"p":"dev.plex.module","l":"PlexModuleFile"},{"p":"dev.plex.player","l":"PlexPlayer"},{"p":"dev.plex","l":"PlexProvider"},{"p":"dev.plex.util","l":"PlexUtils"},{"p":"dev.plex.menu","l":"PunishedPlayerMenu"},{"p":"dev.plex.punishment","l":"Punishment"},{"p":"dev.plex.punishment","l":"PunishmentManager"},{"p":"dev.plex.menu","l":"PunishmentMenu"},{"p":"dev.plex.command.impl","l":"PunishmentsCMD"},{"p":"dev.plex.punishment","l":"PunishmentType"},{"p":"dev.plex.util","l":"RandomUtil"},{"p":"dev.plex.rank.enums","l":"Rank"},{"p":"dev.plex.command.impl","l":"RankCMD"},{"p":"dev.plex.rank","l":"RankManager"},{"p":"dev.plex.command.impl","l":"RawSayCMD"},{"p":"dev.plex.storage","l":"RedisConnection"},{"p":"dev.plex.util","l":"ReflectionsUtil"},{"p":"dev.plex.command.source","l":"RequiredCommandSource"},{"p":"dev.plex.util.minimessage","l":"SafeMiniMessage"},{"p":"dev.plex.util.minimessage","l":"SafeMiniMessage.SafeMiniMessageTagResolver"},{"p":"dev.plex.command.impl","l":"SayCMD"},{"p":"dev.plex.listener.impl","l":"ServerListener"},{"p":"dev.plex.services","l":"ServiceManager"},{"p":"dev.plex.listener.impl","l":"SignListener"},{"p":"dev.plex.util","l":"AshconInfo.SkinData"},{"p":"dev.plex.command.impl","l":"SmiteCMD"},{"p":"dev.plex.command.impl","l":"SpectatorCMD"},{"p":"dev.plex.storage","l":"SQLConnection"},{"p":"dev.plex.storage.punishment","l":"SQLNotes"},{"p":"dev.plex.storage.permission","l":"SQLPermissions"},{"p":"dev.plex.storage.player","l":"SQLPlayerData"},{"p":"dev.plex.storage.punishment","l":"SQLPunishment"},{"p":"dev.plex.storage","l":"StorageType"},{"p":"dev.plex.command.impl","l":"SurvivalCMD"},{"p":"dev.plex.command.annotation","l":"System"},{"p":"dev.plex.listener.impl","l":"TabListener"},{"p":"dev.plex.command.impl","l":"TagCMD"},{"p":"dev.plex.command.impl","l":"TempbanCMD"},{"p":"dev.plex.util","l":"AshconInfo.Textures"},{"p":"dev.plex.command.impl","l":"TFMCMD"},{"p":"dev.plex.util","l":"TimeUtils"},{"p":"dev.plex.services.impl","l":"TimingService"},{"p":"dev.plex.rank.enums","l":"Title"},{"p":"dev.plex.listener.annotation","l":"Toggleable"},{"p":"dev.plex.command.impl","l":"ToggleCMD"},{"p":"dev.plex.menu","l":"ToggleMenu"},{"p":"dev.plex.listener.impl","l":"TogglesListener"},{"p":"dev.plex.command.impl","l":"UnbanCMD"},{"p":"dev.plex.command.impl","l":"UnfreezeCMD"},{"p":"dev.plex.command.impl","l":"UnmuteCMD"},{"p":"dev.plex.util","l":"UpdateChecker"},{"p":"dev.plex.services.impl","l":"UpdateCheckerService"},{"p":"dev.plex.util","l":"AshconInfo.UsernameHistory"},{"p":"dev.plex.hook","l":"VaultHook"},{"p":"dev.plex.permission.handler","l":"VaultPermissionHandler"},{"p":"dev.plex.util","l":"WebUtils"},{"p":"dev.plex.command.impl","l":"WorldCMD"},{"p":"dev.plex.listener.impl","l":"WorldListener"},{"p":"dev.plex.storage.codec","l":"ZonedDateTimeCodec"},{"p":"dev.plex.util.adapter","l":"ZonedDateTimeDeserializer"},{"p":"dev.plex.util.adapter","l":"ZonedDateTimeSerializer"}];updateSearchResults();
\ No newline at end of file
diff --git a/static/javadoc/server/stylesheet.css b/static/javadoc/stylesheet.css
similarity index 95%
rename from static/javadoc/server/stylesheet.css
rename to static/javadoc/stylesheet.css
index 8133b9b..836c62d 100644
--- a/static/javadoc/server/stylesheet.css
+++ b/static/javadoc/stylesheet.css
@@ -1,865 +1,865 @@
-/*
- * Javadoc style sheet
- */
-
-@import url('resources/fonts/dejavu.css');
-
-/*
- * Styles for individual HTML elements.
- *
- * These are styles that are specific to individual HTML elements. Changing them affects the style of a particular
- * HTML element throughout the page.
- */
-
-body {
- background-color:#ffffff;
- color:#353833;
- font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
- font-size:14px;
- margin:0;
- padding:0;
- height:100%;
- width:100%;
-}
-iframe {
- margin:0;
- padding:0;
- height:100%;
- width:100%;
- overflow-y:scroll;
- border:none;
-}
-a:link, a:visited {
- text-decoration:none;
- color:#4A6782;
-}
-a[href]:hover, a[href]:focus {
- text-decoration:none;
- color:#bb7a2a;
-}
-a[name] {
- color:#353833;
-}
-pre {
- font-family:'DejaVu Sans Mono', monospace;
- font-size:14px;
-}
-h1 {
- font-size:20px;
-}
-h2 {
- font-size:18px;
-}
-h3 {
- font-size:16px;
-}
-h4 {
- font-size:15px;
-}
-h5 {
- font-size:14px;
-}
-h6 {
- font-size:13px;
-}
-ul {
- list-style-type:disc;
-}
-code, tt {
- font-family:'DejaVu Sans Mono', monospace;
-}
-:not(h1, h2, h3, h4, h5, h6) > code,
-:not(h1, h2, h3, h4, h5, h6) > tt {
- font-size:14px;
- padding-top:4px;
- margin-top:8px;
- line-height:1.4em;
-}
-dt code {
- font-family:'DejaVu Sans Mono', monospace;
- font-size:14px;
- padding-top:4px;
-}
-.summary-table dt code {
- font-family:'DejaVu Sans Mono', monospace;
- font-size:14px;
- vertical-align:top;
- padding-top:4px;
-}
-sup {
- font-size:8px;
-}
-button {
- font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
- font-size: 14px;
-}
-/*
- * Styles for HTML generated by javadoc.
- *
- * These are style classes that are used by the standard doclet to generate HTML documentation.
- */
-
-/*
- * Styles for document title and copyright.
- */
-.clear {
- clear:both;
- height:0;
- overflow:hidden;
-}
-.about-language {
- float:right;
- padding:0 21px 8px 8px;
- font-size:11px;
- margin-top:-9px;
- height:2.9em;
-}
-.legal-copy {
- margin-left:.5em;
-}
-.tab {
- background-color:#0066FF;
- color:#ffffff;
- padding:8px;
- width:5em;
- font-weight:bold;
-}
-/*
- * Styles for navigation bar.
- */
-@media screen {
- .flex-box {
- position:fixed;
- display:flex;
- flex-direction:column;
- height: 100%;
- width: 100%;
- }
- .flex-header {
- flex: 0 0 auto;
- }
- .flex-content {
- flex: 1 1 auto;
- overflow-y: auto;
- }
-}
-.top-nav {
- background-color:#4D7A97;
- color:#FFFFFF;
- float:left;
- padding:0;
- width:100%;
- clear:right;
- min-height:2.8em;
- padding-top:10px;
- overflow:hidden;
- font-size:12px;
-}
-.sub-nav {
- background-color:#dee3e9;
- float:left;
- width:100%;
- overflow:hidden;
- font-size:12px;
-}
-.sub-nav div {
- clear:left;
- float:left;
- padding:0 0 5px 6px;
- text-transform:uppercase;
-}
-.sub-nav .nav-list {
- padding-top:5px;
-}
-ul.nav-list {
- display:block;
- margin:0 25px 0 0;
- padding:0;
-}
-ul.sub-nav-list {
- float:left;
- margin:0 25px 0 0;
- padding:0;
-}
-ul.nav-list li {
- list-style:none;
- float:left;
- padding: 5px 6px;
- text-transform:uppercase;
-}
-.sub-nav .nav-list-search {
- float:right;
- margin:0 0 0 0;
- padding:5px 6px;
- clear:none;
-}
-.nav-list-search label {
- position:relative;
- right:-16px;
-}
-ul.sub-nav-list li {
- list-style:none;
- float:left;
- padding-top:10px;
-}
-.top-nav a:link, .top-nav a:active, .top-nav a:visited {
- color:#FFFFFF;
- text-decoration:none;
- text-transform:uppercase;
-}
-.top-nav a:hover {
- text-decoration:none;
- color:#bb7a2a;
- text-transform:uppercase;
-}
-.nav-bar-cell1-rev {
- background-color:#F8981D;
- color:#253441;
- margin: auto 5px;
-}
-.skip-nav {
- position:absolute;
- top:auto;
- left:-9999px;
- overflow:hidden;
-}
-/*
- * Hide navigation links and search box in print layout
- */
-@media print {
- ul.nav-list, div.sub-nav {
- display:none;
- }
-}
-/*
- * Styles for page header and footer.
- */
-.title {
- color:#2c4557;
- margin:10px 0;
-}
-.sub-title {
- margin:5px 0 0 0;
-}
-.header ul {
- margin:0 0 15px 0;
- padding:0;
-}
-.header ul li, .footer ul li {
- list-style:none;
- font-size:13px;
-}
-/*
- * Styles for headings.
- */
-body.class-declaration-page .summary h2,
-body.class-declaration-page .details h2,
-body.class-use-page h2,
-body.module-declaration-page .block-list h2 {
- font-style: italic;
- padding:0;
- margin:15px 0;
-}
-body.class-declaration-page .summary h3,
-body.class-declaration-page .details h3,
-body.class-declaration-page .summary .inherited-list h2 {
- background-color:#dee3e9;
- border:1px solid #d0d9e0;
- margin:0 0 6px -8px;
- padding:7px 5px;
-}
-/*
- * Styles for page layout containers.
- */
-main {
- clear:both;
- padding:10px 20px;
- position:relative;
-}
-dl.notes > dt {
- font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
- font-size:12px;
- font-weight:bold;
- margin:10px 0 0 0;
- color:#4E4E4E;
-}
-dl.notes > dd {
- margin:5px 10px 10px 0;
- font-size:14px;
- font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
-}
-dl.name-value > dt {
- margin-left:1px;
- font-size:1.1em;
- display:inline;
- font-weight:bold;
-}
-dl.name-value > dd {
- margin:0 0 0 1px;
- font-size:1.1em;
- display:inline;
-}
-/*
- * Styles for lists.
- */
-li.circle {
- list-style:circle;
-}
-ul.horizontal li {
- display:inline;
- font-size:0.9em;
-}
-div.inheritance {
- margin:0;
- padding:0;
-}
-div.inheritance div.inheritance {
- margin-left:2em;
-}
-ul.block-list,
-ul.details-list,
-ul.member-list,
-ul.summary-list {
- margin:10px 0 10px 0;
- padding:0;
-}
-ul.block-list > li,
-ul.details-list > li,
-ul.member-list > li,
-ul.summary-list > li {
- list-style:none;
- margin-bottom:15px;
- line-height:1.4;
-}
-.summary-table dl, .summary-table dl dt, .summary-table dl dd {
- margin-top:0;
- margin-bottom:1px;
-}
-ul.see-list, ul.see-list-long {
- padding-left: 0;
- list-style: none;
-}
-ul.see-list li {
- display: inline;
-}
-ul.see-list li:not(:last-child):after,
-ul.see-list-long li:not(:last-child):after {
- content: ", ";
- white-space: pre-wrap;
-}
-/*
- * Styles for tables.
- */
-.summary-table, .details-table {
- width:100%;
- border-spacing:0;
- border-left:1px solid #EEE;
- border-right:1px solid #EEE;
- border-bottom:1px solid #EEE;
- padding:0;
-}
-.caption {
- position:relative;
- text-align:left;
- background-repeat:no-repeat;
- color:#253441;
- font-weight:bold;
- clear:none;
- overflow:hidden;
- padding:0;
- padding-top:10px;
- padding-left:1px;
- margin:0;
- white-space:pre;
-}
-.caption a:link, .caption a:visited {
- color:#1f389c;
-}
-.caption a:hover,
-.caption a:active {
- color:#FFFFFF;
-}
-.caption span {
- white-space:nowrap;
- padding-top:5px;
- padding-left:12px;
- padding-right:12px;
- padding-bottom:7px;
- display:inline-block;
- float:left;
- background-color:#F8981D;
- border: none;
- height:16px;
-}
-div.table-tabs {
- padding:10px 0 0 1px;
- margin:0;
-}
-div.table-tabs > button {
- border: none;
- cursor: pointer;
- padding: 5px 12px 7px 12px;
- font-weight: bold;
- margin-right: 3px;
-}
-div.table-tabs > button.active-table-tab {
- background: #F8981D;
- color: #253441;
-}
-div.table-tabs > button.table-tab {
- background: #4D7A97;
- color: #FFFFFF;
-}
-.two-column-summary {
- display: grid;
- grid-template-columns: minmax(15%, max-content) minmax(15%, auto);
-}
-.three-column-summary {
- display: grid;
- grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, auto);
-}
-.four-column-summary {
- display: grid;
- grid-template-columns: minmax(10%, max-content) minmax(10%, max-content) minmax(10%, max-content) minmax(10%, auto);
-}
-@media screen and (max-width: 600px) {
- .two-column-summary {
- display: grid;
- grid-template-columns: 1fr;
- }
-}
-@media screen and (max-width: 800px) {
- .three-column-summary {
- display: grid;
- grid-template-columns: minmax(10%, max-content) minmax(25%, auto);
- }
- .three-column-summary .col-last {
- grid-column-end: span 2;
- }
-}
-@media screen and (max-width: 1000px) {
- .four-column-summary {
- display: grid;
- grid-template-columns: minmax(15%, max-content) minmax(15%, auto);
- }
-}
-.summary-table > div, .details-table > div {
- text-align:left;
- padding: 8px 3px 3px 7px;
-}
-.col-first, .col-second, .col-last, .col-constructor-name, .col-summary-item-name {
- vertical-align:top;
- padding-right:0;
- padding-top:8px;
- padding-bottom:3px;
-}
-.table-header {
- background:#dee3e9;
- font-weight: bold;
-}
-.col-first, .col-first {
- font-size:13px;
-}
-.col-second, .col-second, .col-last, .col-constructor-name, .col-summary-item-name, .col-last {
- font-size:13px;
-}
-.col-first, .col-second, .col-constructor-name {
- vertical-align:top;
- overflow: auto;
-}
-.col-last {
- white-space:normal;
-}
-.col-first a:link, .col-first a:visited,
-.col-second a:link, .col-second a:visited,
-.col-first a:link, .col-first a:visited,
-.col-second a:link, .col-second a:visited,
-.col-constructor-name a:link, .col-constructor-name a:visited,
-.col-summary-item-name a:link, .col-summary-item-name a:visited,
-.constant-values-container a:link, .constant-values-container a:visited,
-.all-classes-container a:link, .all-classes-container a:visited,
-.all-packages-container a:link, .all-packages-container a:visited {
- font-weight:bold;
-}
-.table-sub-heading-color {
- background-color:#EEEEFF;
-}
-.even-row-color, .even-row-color .table-header {
- background-color:#FFFFFF;
-}
-.odd-row-color, .odd-row-color .table-header {
- background-color:#EEEEEF;
-}
-/*
- * Styles for contents.
- */
-.deprecated-content {
- margin:0;
- padding:10px 0;
-}
-div.block {
- font-size:14px;
- font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
-}
-.col-last div {
- padding-top:0;
-}
-.col-last a {
- padding-bottom:3px;
-}
-.module-signature,
-.package-signature,
-.type-signature,
-.member-signature {
- font-family:'DejaVu Sans Mono', monospace;
- font-size:14px;
- margin:14px 0;
- white-space: pre-wrap;
-}
-.module-signature,
-.package-signature,
-.type-signature {
- margin-top: 0;
-}
-.member-signature .type-parameters-long,
-.member-signature .parameters,
-.member-signature .exceptions {
- display: inline-block;
- vertical-align: top;
- white-space: pre;
-}
-.member-signature .type-parameters {
- white-space: normal;
-}
-/*
- * Styles for formatting effect.
- */
-.source-line-no {
- color:green;
- padding:0 30px 0 0;
-}
-h1.hidden {
- visibility:hidden;
- overflow:hidden;
- font-size:10px;
-}
-.block {
- display:block;
- margin:0 10px 5px 0;
- color:#474747;
-}
-.deprecated-label, .descfrm-type-label, .implementation-label, .member-name-label, .member-name-link,
-.module-label-in-package, .module-label-in-type, .override-specify-label, .package-label-in-type,
-.package-hierarchy-label, .type-name-label, .type-name-link, .search-tag-link, .preview-label {
- font-weight:bold;
-}
-.deprecation-comment, .help-footnote, .preview-comment {
- font-style:italic;
-}
-.deprecation-block {
- font-size:14px;
- font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
- border-style:solid;
- border-width:thin;
- border-radius:10px;
- padding:10px;
- margin-bottom:10px;
- margin-right:10px;
- display:inline-block;
-}
-.preview-block {
- font-size:14px;
- font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
- border-style:solid;
- border-width:thin;
- border-radius:10px;
- padding:10px;
- margin-bottom:10px;
- margin-right:10px;
- display:inline-block;
-}
-div.block div.deprecation-comment {
- font-style:normal;
-}
-/*
- * Styles specific to HTML5 elements.
- */
-main, nav, header, footer, section {
- display:block;
-}
-/*
- * Styles for javadoc search.
- */
-.ui-autocomplete-category {
- font-weight:bold;
- font-size:15px;
- padding:7px 0 7px 3px;
- background-color:#4D7A97;
- color:#FFFFFF;
-}
-.result-item {
- font-size:13px;
-}
-.ui-autocomplete {
- max-height:85%;
- max-width:65%;
- overflow-y:scroll;
- overflow-x:scroll;
- white-space:nowrap;
- box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
-}
-ul.ui-autocomplete {
- position:fixed;
- z-index:999999;
-}
-ul.ui-autocomplete li {
- float:left;
- clear:both;
- width:100%;
-}
-.result-highlight {
- font-weight:bold;
-}
-#search-input {
- background-image:url('resources/glass.png');
- background-size:13px;
- background-repeat:no-repeat;
- background-position:2px 3px;
- padding-left:20px;
- position:relative;
- right:-18px;
- width:400px;
-}
-#reset-button {
- background-color: rgb(255,255,255);
- background-image:url('resources/x.png');
- background-position:center;
- background-repeat:no-repeat;
- background-size:12px;
- border:0 none;
- width:16px;
- height:16px;
- position:relative;
- left:-4px;
- top:-4px;
- font-size:0px;
-}
-.watermark {
- color:#545454;
-}
-.search-tag-desc-result {
- font-style:italic;
- font-size:11px;
-}
-.search-tag-holder-result {
- font-style:italic;
- font-size:12px;
-}
-.search-tag-result:target {
- background-color:yellow;
-}
-.module-graph span {
- display:none;
- position:absolute;
-}
-.module-graph:hover span {
- display:block;
- margin: -100px 0 0 100px;
- z-index: 1;
-}
-.inherited-list {
- margin: 10px 0 10px 0;
-}
-section.class-description {
- line-height: 1.4;
-}
-.summary section[class$="-summary"], .details section[class$="-details"],
-.class-uses .detail, .serialized-class-details {
- padding: 0px 20px 5px 10px;
- border: 1px solid #ededed;
- background-color: #f8f8f8;
-}
-.inherited-list, section[class$="-details"] .detail {
- padding:0 0 5px 8px;
- background-color:#ffffff;
- border:none;
-}
-.vertical-separator {
- padding: 0 5px;
-}
-ul.help-section-list {
- margin: 0;
-}
-ul.help-subtoc > li {
- display: inline-block;
- padding-right: 5px;
- font-size: smaller;
-}
-ul.help-subtoc > li::before {
- content: "\2022" ;
- padding-right:2px;
-}
-span.help-note {
- font-style: italic;
-}
-/*
- * Indicator icon for external links.
- */
-main a[href*="://"]::after {
- content:"";
- display:inline-block;
- background-image:url('data:image/svg+xml; utf8, \
- \
- \
- ');
- background-size:100% 100%;
- width:7px;
- height:7px;
- margin-left:2px;
- margin-bottom:4px;
-}
-main a[href*="://"]:hover::after,
-main a[href*="://"]:focus::after {
- background-image:url('data:image/svg+xml; utf8, \
- \
- \
- ');
-}
-
-/*
- * Styles for user-provided tables.
- *
- * borderless:
- * No borders, vertical margins, styled caption.
- * This style is provided for use with existing doc comments.
- * In general, borderless tables should not be used for layout purposes.
- *
- * plain:
- * Plain borders around table and cells, vertical margins, styled caption.
- * Best for small tables or for complex tables for tables with cells that span
- * rows and columns, when the "striped" style does not work well.
- *
- * striped:
- * Borders around the table and vertical borders between cells, striped rows,
- * vertical margins, styled caption.
- * Best for tables that have a header row, and a body containing a series of simple rows.
- */
-
-table.borderless,
-table.plain,
-table.striped {
- margin-top: 10px;
- margin-bottom: 10px;
-}
-table.borderless > caption,
-table.plain > caption,
-table.striped > caption {
- font-weight: bold;
- font-size: smaller;
-}
-table.borderless th, table.borderless td,
-table.plain th, table.plain td,
-table.striped th, table.striped td {
- padding: 2px 5px;
-}
-table.borderless,
-table.borderless > thead > tr > th, table.borderless > tbody > tr > th, table.borderless > tr > th,
-table.borderless > thead > tr > td, table.borderless > tbody > tr > td, table.borderless > tr > td {
- border: none;
-}
-table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr {
- background-color: transparent;
-}
-table.plain {
- border-collapse: collapse;
- border: 1px solid black;
-}
-table.plain > thead > tr, table.plain > tbody tr, table.plain > tr {
- background-color: transparent;
-}
-table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th,
-table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td {
- border: 1px solid black;
-}
-table.striped {
- border-collapse: collapse;
- border: 1px solid black;
-}
-table.striped > thead {
- background-color: #E3E3E3;
-}
-table.striped > thead > tr > th, table.striped > thead > tr > td {
- border: 1px solid black;
-}
-table.striped > tbody > tr:nth-child(even) {
- background-color: #EEE
-}
-table.striped > tbody > tr:nth-child(odd) {
- background-color: #FFF
-}
-table.striped > tbody > tr > th, table.striped > tbody > tr > td {
- border-left: 1px solid black;
- border-right: 1px solid black;
-}
-table.striped > tbody > tr > th {
- font-weight: normal;
-}
-/**
- * Tweak font sizes and paddings for small screens.
- */
-@media screen and (max-width: 1050px) {
- #search-input {
- width: 300px;
- }
-}
-@media screen and (max-width: 800px) {
- #search-input {
- width: 200px;
- }
- .top-nav,
- .bottom-nav {
- font-size: 11px;
- padding-top: 6px;
- }
- .sub-nav {
- font-size: 11px;
- }
- .about-language {
- padding-right: 16px;
- }
- ul.nav-list li,
- .sub-nav .nav-list-search {
- padding: 6px;
- }
- ul.sub-nav-list li {
- padding-top: 5px;
- }
- main {
- padding: 10px;
- }
- .summary section[class$="-summary"], .details section[class$="-details"],
- .class-uses .detail, .serialized-class-details {
- padding: 0 8px 5px 8px;
- }
- body {
- -webkit-text-size-adjust: none;
- }
-}
-@media screen and (max-width: 500px) {
- #search-input {
- width: 150px;
- }
- .top-nav,
- .bottom-nav {
- font-size: 10px;
- }
- .sub-nav {
- font-size: 10px;
- }
- .about-language {
- font-size: 10px;
- padding-right: 12px;
- }
-}
+/*
+ * Javadoc style sheet
+ */
+
+@import url('resources/fonts/dejavu.css');
+
+/*
+ * Styles for individual HTML elements.
+ *
+ * These are styles that are specific to individual HTML elements. Changing them affects the style of a particular
+ * HTML element throughout the page.
+ */
+
+body {
+ background-color:#ffffff;
+ color:#353833;
+ font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
+ font-size:14px;
+ margin:0;
+ padding:0;
+ height:100%;
+ width:100%;
+}
+iframe {
+ margin:0;
+ padding:0;
+ height:100%;
+ width:100%;
+ overflow-y:scroll;
+ border:none;
+}
+a:link, a:visited {
+ text-decoration:none;
+ color:#4A6782;
+}
+a[href]:hover, a[href]:focus {
+ text-decoration:none;
+ color:#bb7a2a;
+}
+a[name] {
+ color:#353833;
+}
+pre {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+}
+h1 {
+ font-size:20px;
+}
+h2 {
+ font-size:18px;
+}
+h3 {
+ font-size:16px;
+}
+h4 {
+ font-size:15px;
+}
+h5 {
+ font-size:14px;
+}
+h6 {
+ font-size:13px;
+}
+ul {
+ list-style-type:disc;
+}
+code, tt {
+ font-family:'DejaVu Sans Mono', monospace;
+}
+:not(h1, h2, h3, h4, h5, h6) > code,
+:not(h1, h2, h3, h4, h5, h6) > tt {
+ font-size:14px;
+ padding-top:4px;
+ margin-top:8px;
+ line-height:1.4em;
+}
+dt code {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+ padding-top:4px;
+}
+.summary-table dt code {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+ vertical-align:top;
+ padding-top:4px;
+}
+sup {
+ font-size:8px;
+}
+button {
+ font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
+ font-size: 14px;
+}
+/*
+ * Styles for HTML generated by javadoc.
+ *
+ * These are style classes that are used by the standard doclet to generate HTML documentation.
+ */
+
+/*
+ * Styles for document title and copyright.
+ */
+.clear {
+ clear:both;
+ height:0;
+ overflow:hidden;
+}
+.about-language {
+ float:right;
+ padding:0 21px 8px 8px;
+ font-size:11px;
+ margin-top:-9px;
+ height:2.9em;
+}
+.legal-copy {
+ margin-left:.5em;
+}
+.tab {
+ background-color:#0066FF;
+ color:#ffffff;
+ padding:8px;
+ width:5em;
+ font-weight:bold;
+}
+/*
+ * Styles for navigation bar.
+ */
+@media screen {
+ .flex-box {
+ position:fixed;
+ display:flex;
+ flex-direction:column;
+ height: 100%;
+ width: 100%;
+ }
+ .flex-header {
+ flex: 0 0 auto;
+ }
+ .flex-content {
+ flex: 1 1 auto;
+ overflow-y: auto;
+ }
+}
+.top-nav {
+ background-color:#4D7A97;
+ color:#FFFFFF;
+ float:left;
+ padding:0;
+ width:100%;
+ clear:right;
+ min-height:2.8em;
+ padding-top:10px;
+ overflow:hidden;
+ font-size:12px;
+}
+.sub-nav {
+ background-color:#dee3e9;
+ float:left;
+ width:100%;
+ overflow:hidden;
+ font-size:12px;
+}
+.sub-nav div {
+ clear:left;
+ float:left;
+ padding:0 0 5px 6px;
+ text-transform:uppercase;
+}
+.sub-nav .nav-list {
+ padding-top:5px;
+}
+ul.nav-list {
+ display:block;
+ margin:0 25px 0 0;
+ padding:0;
+}
+ul.sub-nav-list {
+ float:left;
+ margin:0 25px 0 0;
+ padding:0;
+}
+ul.nav-list li {
+ list-style:none;
+ float:left;
+ padding: 5px 6px;
+ text-transform:uppercase;
+}
+.sub-nav .nav-list-search {
+ float:right;
+ margin:0 0 0 0;
+ padding:5px 6px;
+ clear:none;
+}
+.nav-list-search label {
+ position:relative;
+ right:-16px;
+}
+ul.sub-nav-list li {
+ list-style:none;
+ float:left;
+ padding-top:10px;
+}
+.top-nav a:link, .top-nav a:active, .top-nav a:visited {
+ color:#FFFFFF;
+ text-decoration:none;
+ text-transform:uppercase;
+}
+.top-nav a:hover {
+ text-decoration:none;
+ color:#bb7a2a;
+ text-transform:uppercase;
+}
+.nav-bar-cell1-rev {
+ background-color:#F8981D;
+ color:#253441;
+ margin: auto 5px;
+}
+.skip-nav {
+ position:absolute;
+ top:auto;
+ left:-9999px;
+ overflow:hidden;
+}
+/*
+ * Hide navigation links and search box in print layout
+ */
+@media print {
+ ul.nav-list, div.sub-nav {
+ display:none;
+ }
+}
+/*
+ * Styles for page header and footer.
+ */
+.title {
+ color:#2c4557;
+ margin:10px 0;
+}
+.sub-title {
+ margin:5px 0 0 0;
+}
+.header ul {
+ margin:0 0 15px 0;
+ padding:0;
+}
+.header ul li, .footer ul li {
+ list-style:none;
+ font-size:13px;
+}
+/*
+ * Styles for headings.
+ */
+body.class-declaration-page .summary h2,
+body.class-declaration-page .details h2,
+body.class-use-page h2,
+body.module-declaration-page .block-list h2 {
+ font-style: italic;
+ padding:0;
+ margin:15px 0;
+}
+body.class-declaration-page .summary h3,
+body.class-declaration-page .details h3,
+body.class-declaration-page .summary .inherited-list h2 {
+ background-color:#dee3e9;
+ border:1px solid #d0d9e0;
+ margin:0 0 6px -8px;
+ padding:7px 5px;
+}
+/*
+ * Styles for page layout containers.
+ */
+main {
+ clear:both;
+ padding:10px 20px;
+ position:relative;
+}
+dl.notes > dt {
+ font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
+ font-size:12px;
+ font-weight:bold;
+ margin:10px 0 0 0;
+ color:#4E4E4E;
+}
+dl.notes > dd {
+ margin:5px 10px 10px 0;
+ font-size:14px;
+ font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
+}
+dl.name-value > dt {
+ margin-left:1px;
+ font-size:1.1em;
+ display:inline;
+ font-weight:bold;
+}
+dl.name-value > dd {
+ margin:0 0 0 1px;
+ font-size:1.1em;
+ display:inline;
+}
+/*
+ * Styles for lists.
+ */
+li.circle {
+ list-style:circle;
+}
+ul.horizontal li {
+ display:inline;
+ font-size:0.9em;
+}
+div.inheritance {
+ margin:0;
+ padding:0;
+}
+div.inheritance div.inheritance {
+ margin-left:2em;
+}
+ul.block-list,
+ul.details-list,
+ul.member-list,
+ul.summary-list {
+ margin:10px 0 10px 0;
+ padding:0;
+}
+ul.block-list > li,
+ul.details-list > li,
+ul.member-list > li,
+ul.summary-list > li {
+ list-style:none;
+ margin-bottom:15px;
+ line-height:1.4;
+}
+.summary-table dl, .summary-table dl dt, .summary-table dl dd {
+ margin-top:0;
+ margin-bottom:1px;
+}
+ul.see-list, ul.see-list-long {
+ padding-left: 0;
+ list-style: none;
+}
+ul.see-list li {
+ display: inline;
+}
+ul.see-list li:not(:last-child):after,
+ul.see-list-long li:not(:last-child):after {
+ content: ", ";
+ white-space: pre-wrap;
+}
+/*
+ * Styles for tables.
+ */
+.summary-table, .details-table {
+ width:100%;
+ border-spacing:0;
+ border-left:1px solid #EEE;
+ border-right:1px solid #EEE;
+ border-bottom:1px solid #EEE;
+ padding:0;
+}
+.caption {
+ position:relative;
+ text-align:left;
+ background-repeat:no-repeat;
+ color:#253441;
+ font-weight:bold;
+ clear:none;
+ overflow:hidden;
+ padding:0;
+ padding-top:10px;
+ padding-left:1px;
+ margin:0;
+ white-space:pre;
+}
+.caption a:link, .caption a:visited {
+ color:#1f389c;
+}
+.caption a:hover,
+.caption a:active {
+ color:#FFFFFF;
+}
+.caption span {
+ white-space:nowrap;
+ padding-top:5px;
+ padding-left:12px;
+ padding-right:12px;
+ padding-bottom:7px;
+ display:inline-block;
+ float:left;
+ background-color:#F8981D;
+ border: none;
+ height:16px;
+}
+div.table-tabs {
+ padding:10px 0 0 1px;
+ margin:0;
+}
+div.table-tabs > button {
+ border: none;
+ cursor: pointer;
+ padding: 5px 12px 7px 12px;
+ font-weight: bold;
+ margin-right: 3px;
+}
+div.table-tabs > button.active-table-tab {
+ background: #F8981D;
+ color: #253441;
+}
+div.table-tabs > button.table-tab {
+ background: #4D7A97;
+ color: #FFFFFF;
+}
+.two-column-summary {
+ display: grid;
+ grid-template-columns: minmax(15%, max-content) minmax(15%, auto);
+}
+.three-column-summary {
+ display: grid;
+ grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, auto);
+}
+.four-column-summary {
+ display: grid;
+ grid-template-columns: minmax(10%, max-content) minmax(10%, max-content) minmax(10%, max-content) minmax(10%, auto);
+}
+@media screen and (max-width: 600px) {
+ .two-column-summary {
+ display: grid;
+ grid-template-columns: 1fr;
+ }
+}
+@media screen and (max-width: 800px) {
+ .three-column-summary {
+ display: grid;
+ grid-template-columns: minmax(10%, max-content) minmax(25%, auto);
+ }
+ .three-column-summary .col-last {
+ grid-column-end: span 2;
+ }
+}
+@media screen and (max-width: 1000px) {
+ .four-column-summary {
+ display: grid;
+ grid-template-columns: minmax(15%, max-content) minmax(15%, auto);
+ }
+}
+.summary-table > div, .details-table > div {
+ text-align:left;
+ padding: 8px 3px 3px 7px;
+}
+.col-first, .col-second, .col-last, .col-constructor-name, .col-summary-item-name {
+ vertical-align:top;
+ padding-right:0;
+ padding-top:8px;
+ padding-bottom:3px;
+}
+.table-header {
+ background:#dee3e9;
+ font-weight: bold;
+}
+.col-first, .col-first {
+ font-size:13px;
+}
+.col-second, .col-second, .col-last, .col-constructor-name, .col-summary-item-name, .col-last {
+ font-size:13px;
+}
+.col-first, .col-second, .col-constructor-name {
+ vertical-align:top;
+ overflow: auto;
+}
+.col-last {
+ white-space:normal;
+}
+.col-first a:link, .col-first a:visited,
+.col-second a:link, .col-second a:visited,
+.col-first a:link, .col-first a:visited,
+.col-second a:link, .col-second a:visited,
+.col-constructor-name a:link, .col-constructor-name a:visited,
+.col-summary-item-name a:link, .col-summary-item-name a:visited,
+.constant-values-container a:link, .constant-values-container a:visited,
+.all-classes-container a:link, .all-classes-container a:visited,
+.all-packages-container a:link, .all-packages-container a:visited {
+ font-weight:bold;
+}
+.table-sub-heading-color {
+ background-color:#EEEEFF;
+}
+.even-row-color, .even-row-color .table-header {
+ background-color:#FFFFFF;
+}
+.odd-row-color, .odd-row-color .table-header {
+ background-color:#EEEEEF;
+}
+/*
+ * Styles for contents.
+ */
+.deprecated-content {
+ margin:0;
+ padding:10px 0;
+}
+div.block {
+ font-size:14px;
+ font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
+}
+.col-last div {
+ padding-top:0;
+}
+.col-last a {
+ padding-bottom:3px;
+}
+.module-signature,
+.package-signature,
+.type-signature,
+.member-signature {
+ font-family:'DejaVu Sans Mono', monospace;
+ font-size:14px;
+ margin:14px 0;
+ white-space: pre-wrap;
+}
+.module-signature,
+.package-signature,
+.type-signature {
+ margin-top: 0;
+}
+.member-signature .type-parameters-long,
+.member-signature .parameters,
+.member-signature .exceptions {
+ display: inline-block;
+ vertical-align: top;
+ white-space: pre;
+}
+.member-signature .type-parameters {
+ white-space: normal;
+}
+/*
+ * Styles for formatting effect.
+ */
+.source-line-no {
+ color:green;
+ padding:0 30px 0 0;
+}
+h1.hidden {
+ visibility:hidden;
+ overflow:hidden;
+ font-size:10px;
+}
+.block {
+ display:block;
+ margin:0 10px 5px 0;
+ color:#474747;
+}
+.deprecated-label, .descfrm-type-label, .implementation-label, .member-name-label, .member-name-link,
+.module-label-in-package, .module-label-in-type, .override-specify-label, .package-label-in-type,
+.package-hierarchy-label, .type-name-label, .type-name-link, .search-tag-link, .preview-label {
+ font-weight:bold;
+}
+.deprecation-comment, .help-footnote, .preview-comment {
+ font-style:italic;
+}
+.deprecation-block {
+ font-size:14px;
+ font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
+ border-style:solid;
+ border-width:thin;
+ border-radius:10px;
+ padding:10px;
+ margin-bottom:10px;
+ margin-right:10px;
+ display:inline-block;
+}
+.preview-block {
+ font-size:14px;
+ font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
+ border-style:solid;
+ border-width:thin;
+ border-radius:10px;
+ padding:10px;
+ margin-bottom:10px;
+ margin-right:10px;
+ display:inline-block;
+}
+div.block div.deprecation-comment {
+ font-style:normal;
+}
+/*
+ * Styles specific to HTML5 elements.
+ */
+main, nav, header, footer, section {
+ display:block;
+}
+/*
+ * Styles for javadoc search.
+ */
+.ui-autocomplete-category {
+ font-weight:bold;
+ font-size:15px;
+ padding:7px 0 7px 3px;
+ background-color:#4D7A97;
+ color:#FFFFFF;
+}
+.result-item {
+ font-size:13px;
+}
+.ui-autocomplete {
+ max-height:85%;
+ max-width:65%;
+ overflow-y:scroll;
+ overflow-x:scroll;
+ white-space:nowrap;
+ box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
+}
+ul.ui-autocomplete {
+ position:fixed;
+ z-index:999999;
+}
+ul.ui-autocomplete li {
+ float:left;
+ clear:both;
+ width:100%;
+}
+.result-highlight {
+ font-weight:bold;
+}
+#search-input {
+ background-image:url('resources/glass.png');
+ background-size:13px;
+ background-repeat:no-repeat;
+ background-position:2px 3px;
+ padding-left:20px;
+ position:relative;
+ right:-18px;
+ width:400px;
+}
+#reset-button {
+ background-color: rgb(255,255,255);
+ background-image:url('resources/x.png');
+ background-position:center;
+ background-repeat:no-repeat;
+ background-size:12px;
+ border:0 none;
+ width:16px;
+ height:16px;
+ position:relative;
+ left:-4px;
+ top:-4px;
+ font-size:0px;
+}
+.watermark {
+ color:#545454;
+}
+.search-tag-desc-result {
+ font-style:italic;
+ font-size:11px;
+}
+.search-tag-holder-result {
+ font-style:italic;
+ font-size:12px;
+}
+.search-tag-result:target {
+ background-color:yellow;
+}
+.module-graph span {
+ display:none;
+ position:absolute;
+}
+.module-graph:hover span {
+ display:block;
+ margin: -100px 0 0 100px;
+ z-index: 1;
+}
+.inherited-list {
+ margin: 10px 0 10px 0;
+}
+section.class-description {
+ line-height: 1.4;
+}
+.summary section[class$="-summary"], .details section[class$="-details"],
+.class-uses .detail, .serialized-class-details {
+ padding: 0px 20px 5px 10px;
+ border: 1px solid #ededed;
+ background-color: #f8f8f8;
+}
+.inherited-list, section[class$="-details"] .detail {
+ padding:0 0 5px 8px;
+ background-color:#ffffff;
+ border:none;
+}
+.vertical-separator {
+ padding: 0 5px;
+}
+ul.help-section-list {
+ margin: 0;
+}
+ul.help-subtoc > li {
+ display: inline-block;
+ padding-right: 5px;
+ font-size: smaller;
+}
+ul.help-subtoc > li::before {
+ content: "\2022" ;
+ padding-right:2px;
+}
+span.help-note {
+ font-style: italic;
+}
+/*
+ * Indicator icon for external links.
+ */
+main a[href*="://"]::after {
+ content:"";
+ display:inline-block;
+ background-image:url('data:image/svg+xml; utf8, \
+ \
+ \
+ ');
+ background-size:100% 100%;
+ width:7px;
+ height:7px;
+ margin-left:2px;
+ margin-bottom:4px;
+}
+main a[href*="://"]:hover::after,
+main a[href*="://"]:focus::after {
+ background-image:url('data:image/svg+xml; utf8, \
+ \
+ \
+ ');
+}
+
+/*
+ * Styles for user-provided tables.
+ *
+ * borderless:
+ * No borders, vertical margins, styled caption.
+ * This style is provided for use with existing doc comments.
+ * In general, borderless tables should not be used for layout purposes.
+ *
+ * plain:
+ * Plain borders around table and cells, vertical margins, styled caption.
+ * Best for small tables or for complex tables for tables with cells that span
+ * rows and columns, when the "striped" style does not work well.
+ *
+ * striped:
+ * Borders around the table and vertical borders between cells, striped rows,
+ * vertical margins, styled caption.
+ * Best for tables that have a header row, and a body containing a series of simple rows.
+ */
+
+table.borderless,
+table.plain,
+table.striped {
+ margin-top: 10px;
+ margin-bottom: 10px;
+}
+table.borderless > caption,
+table.plain > caption,
+table.striped > caption {
+ font-weight: bold;
+ font-size: smaller;
+}
+table.borderless th, table.borderless td,
+table.plain th, table.plain td,
+table.striped th, table.striped td {
+ padding: 2px 5px;
+}
+table.borderless,
+table.borderless > thead > tr > th, table.borderless > tbody > tr > th, table.borderless > tr > th,
+table.borderless > thead > tr > td, table.borderless > tbody > tr > td, table.borderless > tr > td {
+ border: none;
+}
+table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr {
+ background-color: transparent;
+}
+table.plain {
+ border-collapse: collapse;
+ border: 1px solid black;
+}
+table.plain > thead > tr, table.plain > tbody tr, table.plain > tr {
+ background-color: transparent;
+}
+table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th,
+table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td {
+ border: 1px solid black;
+}
+table.striped {
+ border-collapse: collapse;
+ border: 1px solid black;
+}
+table.striped > thead {
+ background-color: #E3E3E3;
+}
+table.striped > thead > tr > th, table.striped > thead > tr > td {
+ border: 1px solid black;
+}
+table.striped > tbody > tr:nth-child(even) {
+ background-color: #EEE
+}
+table.striped > tbody > tr:nth-child(odd) {
+ background-color: #FFF
+}
+table.striped > tbody > tr > th, table.striped > tbody > tr > td {
+ border-left: 1px solid black;
+ border-right: 1px solid black;
+}
+table.striped > tbody > tr > th {
+ font-weight: normal;
+}
+/**
+ * Tweak font sizes and paddings for small screens.
+ */
+@media screen and (max-width: 1050px) {
+ #search-input {
+ width: 300px;
+ }
+}
+@media screen and (max-width: 800px) {
+ #search-input {
+ width: 200px;
+ }
+ .top-nav,
+ .bottom-nav {
+ font-size: 11px;
+ padding-top: 6px;
+ }
+ .sub-nav {
+ font-size: 11px;
+ }
+ .about-language {
+ padding-right: 16px;
+ }
+ ul.nav-list li,
+ .sub-nav .nav-list-search {
+ padding: 6px;
+ }
+ ul.sub-nav-list li {
+ padding-top: 5px;
+ }
+ main {
+ padding: 10px;
+ }
+ .summary section[class$="-summary"], .details section[class$="-details"],
+ .class-uses .detail, .serialized-class-details {
+ padding: 0 8px 5px 8px;
+ }
+ body {
+ -webkit-text-size-adjust: none;
+ }
+}
+@media screen and (max-width: 500px) {
+ #search-input {
+ width: 150px;
+ }
+ .top-nav,
+ .bottom-nav {
+ font-size: 10px;
+ }
+ .sub-nav {
+ font-size: 10px;
+ }
+ .about-language {
+ font-size: 10px;
+ padding-right: 12px;
+ }
+}
diff --git a/static/javadoc/server/tag-search-index.js b/static/javadoc/tag-search-index.js
similarity index 100%
rename from static/javadoc/server/tag-search-index.js
rename to static/javadoc/tag-search-index.js
diff --git a/static/javadoc/type-search-index.js b/static/javadoc/type-search-index.js
new file mode 100644
index 0000000..9dbff92
--- /dev/null
+++ b/static/javadoc/type-search-index.js
@@ -0,0 +1 @@
+typeSearchIndex = [{"p":"dev.plex.util.menu","l":"AbstractMenu"},{"p":"dev.plex.services","l":"AbstractService"},{"p":"dev.plex.admin","l":"Admin"},{"p":"dev.plex.event","l":"AdminAddEvent"},{"p":"dev.plex.command.impl","l":"AdminChatCMD"},{"p":"dev.plex.command.impl","l":"AdminCMD"},{"p":"dev.plex.admin","l":"AdminList"},{"p":"dev.plex.listener.impl","l":"AdminListener"},{"p":"dev.plex.event","l":"AdminRemoveEvent"},{"p":"dev.plex.event","l":"AdminSetRankEvent"},{"p":"dev.plex.command.impl","l":"AdminworldCMD"},{"p":"dev.plex.command.impl","l":"AdventureCMD"},{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"dev.plex.listener.impl","l":"AntiNukerListener"},{"p":"dev.plex.listener.impl","l":"AntiSpamListener"},{"p":"dev.plex.util","l":"AshconInfo"},{"p":"dev.plex.services.impl","l":"AutoWipeService"},{"p":"dev.plex.command.impl","l":"BanCMD"},{"p":"dev.plex.listener.impl","l":"BanListener"},{"p":"dev.plex.services.impl","l":"BanService"},{"p":"dev.plex.command.blocking","l":"BlockedCommand"},{"p":"dev.plex.command.impl","l":"BlockEditCMD"},{"p":"dev.plex.listener.impl","l":"BlockListener"},{"p":"dev.plex.world","l":"BlockMapChunkGenerator"},{"p":"dev.plex.util","l":"BlockUtils"},{"p":"dev.plex.listener.impl","l":"BookListener"},{"p":"dev.plex.util","l":"BuildInfo"},{"p":"dev.plex.util","l":"BungeeUtil"},{"p":"dev.plex.listener.impl","l":"ChatListener"},{"p":"dev.plex.services.impl","l":"CommandBlockerService"},{"p":"dev.plex.command.exception","l":"CommandFailException"},{"p":"dev.plex.handlers","l":"CommandHandler"},{"p":"dev.plex.listener.impl","l":"CommandListener"},{"p":"dev.plex.command.annotation","l":"CommandParameters"},{"p":"dev.plex.command.annotation","l":"CommandPermissions"},{"p":"dev.plex.command.impl","l":"CommandSpyCMD"},{"p":"dev.plex.config","l":"Config"},{"p":"dev.plex.world","l":"ConfigurationChunkGenerator"},{"p":"dev.plex.command.exception","l":"ConsoleMustDefinePlayerException"},{"p":"dev.plex.command.exception","l":"ConsoleOnlyException"},{"p":"dev.plex.command.impl","l":"ConsoleSayCMD"},{"p":"dev.plex.command.impl","l":"CreativeCMD"},{"p":"dev.plex.world","l":"CustomChunkGenerator"},{"p":"dev.plex.module.loader","l":"CustomClassLoader"},{"p":"dev.plex.world","l":"CustomWorld"},{"p":"dev.plex.cache","l":"DataUtils"},{"p":"dev.plex.command.impl","l":"DebugCMD"},{"p":"dev.plex.command.impl","l":"DeopAllCMD"},{"p":"dev.plex.command.impl","l":"DeopCMD"},{"p":"dev.plex.listener.impl","l":"DropListener"},{"p":"dev.plex.command.impl","l":"EntityWipeCMD"},{"p":"dev.plex.world","l":"FlatChunkGenerator"},{"p":"dev.plex.command.impl","l":"FlatlandsCMD"},{"p":"dev.plex.command.impl","l":"FreezeCMD"},{"p":"dev.plex.listener.impl","l":"FreezeListener"},{"p":"dev.plex.command.impl","l":"GamemodeCMD"},{"p":"dev.plex.listener.impl","l":"GameModeListener"},{"p":"dev.plex.event","l":"GameModeUpdateEvent"},{"p":"dev.plex.services.impl","l":"GameRuleService"},{"p":"dev.plex.util","l":"GameRuleUtil"},{"p":"dev.plex.util.menu","l":"IMenu"},{"p":"dev.plex.punishment","l":"PunishmentManager.IndefiniteBan"},{"p":"dev.plex.services","l":"IService"},{"p":"dev.plex.util.item","l":"ItemBuilder"},{"p":"dev.plex.command.impl","l":"KickCMD"},{"p":"dev.plex.module.loader","l":"LibraryLoader"},{"p":"dev.plex.command.impl","l":"ListCMD"},{"p":"dev.plex.handlers","l":"ListenerHandler"},{"p":"dev.plex.command.impl","l":"LocalSpawnCMD"},{"p":"dev.plex.command.impl","l":"LockupCMD"},{"p":"dev.plex.command.impl","l":"MasterbuilderworldCMD"},{"p":"dev.plex.util.redis","l":"MessageUtil"},{"p":"dev.plex.listener.impl","l":"MobListener"},{"p":"dev.plex.command.impl","l":"MobPurgeCMD"},{"p":"dev.plex.config","l":"ModuleConfig"},{"p":"dev.plex.module.exception","l":"ModuleLoadException"},{"p":"dev.plex.module","l":"ModuleManager"},{"p":"dev.plex.util","l":"MojangUtils"},{"p":"dev.plex.storage","l":"MongoConnection"},{"p":"dev.plex.storage.player","l":"MongoPlayerData"},{"p":"dev.plex.command.impl","l":"MuteCMD"},{"p":"dev.plex.listener.impl","l":"MuteListener"},{"p":"dev.plex.command.impl","l":"NameHistoryCMD"},{"p":"dev.plex.world","l":"NoiseChunkGenerator"},{"p":"dev.plex.world","l":"NoiseOptions"},{"p":"dev.plex.punishment.extra","l":"Note"},{"p":"dev.plex.command.impl","l":"NotesCMD"},{"p":"dev.plex.world","l":"OctaveChunkGenerator"},{"p":"dev.plex.world","l":"OctaveOptions"},{"p":"dev.plex.command.impl","l":"OpAllCMD"},{"p":"dev.plex.command.impl","l":"OpCMD"},{"p":"dev.plex.permission","l":"Permission"},{"p":"dev.plex.util","l":"PermissionsUtil"},{"p":"dev.plex.cache","l":"PlayerCache"},{"p":"dev.plex.listener.impl","l":"PlayerListener"},{"p":"dev.plex.command.exception","l":"PlayerNotBannedException"},{"p":"dev.plex.command.exception","l":"PlayerNotFoundException"},{"p":"dev.plex","l":"Plex"},{"p":"dev.plex","l":"PlexBase"},{"p":"dev.plex.listener.impl","l":"ChatListener.PlexChatRenderer"},{"p":"dev.plex.command.impl","l":"PlexCMD"},{"p":"dev.plex.command","l":"PlexCommand"},{"p":"dev.plex.listener","l":"PlexListener"},{"p":"dev.plex.util","l":"PlexLog"},{"p":"dev.plex.module","l":"PlexModule"},{"p":"dev.plex.module","l":"PlexModuleFile"},{"p":"dev.plex.player","l":"PlexPlayer"},{"p":"dev.plex.util","l":"PlexUtils"},{"p":"dev.plex.event","l":"PunishedPlayerEvent"},{"p":"dev.plex.event","l":"PunishedPlayerFreezeEvent"},{"p":"dev.plex.event","l":"PunishedPlayerLockupEvent"},{"p":"dev.plex.menu","l":"PunishedPlayerMenu"},{"p":"dev.plex.event","l":"PunishedPlayerMuteEvent"},{"p":"dev.plex.punishment","l":"Punishment"},{"p":"dev.plex.punishment","l":"PunishmentManager"},{"p":"dev.plex.menu","l":"PunishmentMenu"},{"p":"dev.plex.command.impl","l":"PunishmentsCMD"},{"p":"dev.plex.punishment","l":"PunishmentType"},{"p":"dev.plex.util","l":"RandomUtil"},{"p":"dev.plex.rank.enums","l":"Rank"},{"p":"dev.plex.command.impl","l":"RankCMD"},{"p":"dev.plex.rank","l":"RankManager"},{"p":"dev.plex.command.impl","l":"RawSayCMD"},{"p":"dev.plex.storage","l":"RedisConnection"},{"p":"dev.plex.util","l":"ReflectionsUtil"},{"p":"dev.plex.command.source","l":"RequiredCommandSource"},{"p":"dev.plex.util.minimessage","l":"SafeMiniMessage"},{"p":"dev.plex.util.minimessage","l":"SafeMiniMessage.SafeMiniMessageTagResolver"},{"p":"dev.plex.command.impl","l":"SayCMD"},{"p":"dev.plex.listener.impl","l":"ServerListener"},{"p":"dev.plex.services","l":"ServiceManager"},{"p":"dev.plex.listener.impl","l":"SignListener"},{"p":"dev.plex.util","l":"AshconInfo.SkinData"},{"p":"dev.plex.command.impl","l":"SmiteCMD"},{"p":"dev.plex.command.impl","l":"SpectatorCMD"},{"p":"dev.plex.storage","l":"SQLConnection"},{"p":"dev.plex.storage.punishment","l":"SQLNotes"},{"p":"dev.plex.storage.permission","l":"SQLPermissions"},{"p":"dev.plex.storage.player","l":"SQLPlayerData"},{"p":"dev.plex.storage.punishment","l":"SQLPunishment"},{"p":"dev.plex.storage","l":"StorageType"},{"p":"dev.plex.command.impl","l":"SurvivalCMD"},{"p":"dev.plex.command.annotation","l":"System"},{"p":"dev.plex.listener.impl","l":"TabListener"},{"p":"dev.plex.command.impl","l":"TagCMD"},{"p":"dev.plex.command.impl","l":"TempbanCMD"},{"p":"dev.plex.util","l":"AshconInfo.Textures"},{"p":"dev.plex.command.impl","l":"TFMCMD"},{"p":"dev.plex.util","l":"TimeUtils"},{"p":"dev.plex.services.impl","l":"TimingService"},{"p":"dev.plex.rank.enums","l":"Title"},{"p":"dev.plex.listener.annotation","l":"Toggleable"},{"p":"dev.plex.command.impl","l":"ToggleCMD"},{"p":"dev.plex.menu","l":"ToggleMenu"},{"p":"dev.plex.listener.impl","l":"TogglesListener"},{"p":"dev.plex.command.impl","l":"UnbanCMD"},{"p":"dev.plex.command.impl","l":"UnfreezeCMD"},{"p":"dev.plex.command.impl","l":"UnmuteCMD"},{"p":"dev.plex.util","l":"UpdateChecker"},{"p":"dev.plex.services.impl","l":"UpdateCheckerService"},{"p":"dev.plex.util","l":"AshconInfo.UsernameHistory"},{"p":"dev.plex.hook","l":"VaultHook"},{"p":"dev.plex.util","l":"WebUtils"},{"p":"dev.plex.command.impl","l":"WorldCMD"},{"p":"dev.plex.listener.impl","l":"WorldListener"},{"p":"dev.plex.storage.codec","l":"ZonedDateTimeCodec"},{"p":"dev.plex.util.adapter","l":"ZonedDateTimeDeserializer"},{"p":"dev.plex.util.adapter","l":"ZonedDateTimeSerializer"}];updateSearchResults();
\ No newline at end of file
diff --git a/yarn.lock b/yarn.lock
index 1c133be..0fdcf3f 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3762,25 +3762,10 @@ caniuse-api@^3.0.0:
lodash.memoize "^4.1.2"
lodash.uniq "^4.5.0"
-caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001286, caniuse-lite@^1.0.30001297:
- version "1.0.30001304"
- resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001304.tgz#38af55ed3fc8220cb13e35e6e7309c8c65a05559"
- integrity sha512-bdsfZd6K6ap87AGqSHJP/s1V+U6Z5lyrcbBu3ovbCCf8cSYpwTtGrCBObMpJqwxfTbLW6YTIdbb1jEeTelcpYQ==
-
-caniuse-lite@^1.0.30001317:
- version "1.0.30001320"
- resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001320.tgz#8397391bec389b8ccce328636499b7284ee13285"
- integrity sha512-MWPzG54AGdo3nWx7zHZTefseM5Y1ccM7hlQKHRqJkPozUaw3hNbBTMmLn16GG2FUzjR13Cr3NPfhIieX5PzXDA==
-
-caniuse-lite@^1.0.30001332, caniuse-lite@^1.0.30001335:
- version "1.0.30001341"
- resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001341.tgz#59590c8ffa8b5939cf4161f00827b8873ad72498"
- integrity sha512-2SodVrFFtvGENGCv0ChVJIDQ0KPaS1cg7/qtfMaICgeMolDdo/Z2OD32F0Aq9yl6F4YFwGPBS5AaPqNYiW4PoA==
-
-caniuse-lite@^1.0.30001370:
- version "1.0.30001373"
- resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001373.tgz#2dc3bc3bfcb5d5a929bec11300883040d7b4b4be"
- integrity sha512-pJYArGHrPp3TUqQzFYRmP/lwJlj8RCbVe3Gd3eJQkAV8SAC6b19XS9BjMvRdvaS8RMkaTN8ZhoHP6S1y8zzwEQ==
+caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001286, caniuse-lite@^1.0.30001297, caniuse-lite@^1.0.30001317, caniuse-lite@^1.0.30001332, caniuse-lite@^1.0.30001335, caniuse-lite@^1.0.30001370:
+ version "1.0.30001383"
+ resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001383.tgz"
+ integrity sha512-swMpEoTp5vDoGBZsYZX7L7nXHe6dsHxi9o6/LKf/f0LukVtnrxly5GVb/fWdCDTqi/yw6Km6tiJ0pmBacm0gbg==
ccount@^1.0.0:
version "1.1.0"