Fix: various changes in commands

This commit is contained in:
Jose
2026-02-24 19:10:39 +01:00
parent 3ed1ae2769
commit 6c99b9cde9
84 changed files with 3719 additions and 239 deletions

View File

@@ -2,7 +2,7 @@
<html lang="es">
<head>
<!-- Generated by javadoc (25) -->
<title>Class Hierarchy (HyStuff 1.1.0 API)</title>
<title>Class Hierarchy (HyStuff 1.2.0 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="class tree">
@@ -52,9 +52,10 @@ loadScripts(document, 'script');</script>
<span class="package-hierarchy-label">Package Hierarchies:</span>
<ul class="horizontal contents-list">
<li><a href="net/miarma/hystuff/package-tree.html">net.miarma.hystuff</a>, </li>
<li><a href="net/miarma/hystuff/commands/package-tree.html">net.miarma.hystuff.commands</a>, </li>
<li><a href="net/miarma/hystuff/commands/misc/package-tree.html">net.miarma.hystuff.commands.misc</a>, </li>
<li><a href="net/miarma/hystuff/commands/teleport/package-tree.html">net.miarma.hystuff.commands.teleport</a>, </li>
<li><a href="net/miarma/hystuff/component/package-tree.html">net.miarma.hystuff.component</a>, </li>
<li><a href="net/miarma/hystuff/events/package-tree.html">net.miarma.hystuff.events</a></li>
<li><a href="net/miarma/hystuff/system/package-tree.html">net.miarma.hystuff.system</a></li>
</ul>
<section class="hierarchy">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
@@ -67,9 +68,14 @@ loadScripts(document, 'script');</script>
<ul>
<li class="circle">com.hypixel.hytale.server.core.command.system.basecommands.AbstractPlayerCommand
<ul>
<li class="circle">net.miarma.hystuff.commands.<a href="net/miarma/hystuff/commands/BackCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands">BackCommand</a></li>
<li class="circle">net.miarma.hystuff.commands.<a href="net/miarma/hystuff/commands/HomeCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands">HomeCommand</a></li>
<li class="circle">net.miarma.hystuff.commands.<a href="net/miarma/hystuff/commands/SetHomeCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands">SetHomeCommand</a></li>
<li class="circle">net.miarma.hystuff.commands.misc.<a href="net/miarma/hystuff/commands/misc/BackCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands.misc">BackCommand</a></li>
<li class="circle">net.miarma.hystuff.commands.misc.<a href="net/miarma/hystuff/commands/misc/HomeCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands.misc">HomeCommand</a></li>
<li class="circle">net.miarma.hystuff.commands.misc.<a href="net/miarma/hystuff/commands/misc/PlaytimeCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands.misc">PlaytimeCommand</a></li>
<li class="circle">net.miarma.hystuff.commands.misc.<a href="net/miarma/hystuff/commands/misc/SetHomeCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands.misc">SetHomeCommand</a></li>
<li class="circle">net.miarma.hystuff.commands.teleport.<a href="net/miarma/hystuff/commands/teleport/TpAcceptCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands.teleport">TpAcceptCommand</a></li>
<li class="circle">net.miarma.hystuff.commands.teleport.<a href="net/miarma/hystuff/commands/teleport/TpaCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands.teleport">TpaCommand</a></li>
<li class="circle">net.miarma.hystuff.commands.teleport.<a href="net/miarma/hystuff/commands/teleport/TpaHereCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands.teleport">TpaHereCommand</a></li>
<li class="circle">net.miarma.hystuff.commands.teleport.<a href="net/miarma/hystuff/commands/teleport/TpDenyCommand.html" class="type-name-link" title="class in net.miarma.hystuff.commands.teleport">TpDenyCommand</a></li>
</ul>
</li>
</ul>
@@ -78,6 +84,7 @@ loadScripts(document, 'script');</script>
</li>
<li class="circle">net.miarma.hystuff.component.<a href="net/miarma/hystuff/component/HomeComponent.html" class="type-name-link" title="class in net.miarma.hystuff.component">HomeComponent</a> (implements com.hypixel.hytale.component.Component&lt;ECS_TYPE&gt;)</li>
<li class="circle">net.miarma.hystuff.component.<a href="net/miarma/hystuff/component/LastPositionComponent.html" class="type-name-link" title="class in net.miarma.hystuff.component">LastPositionComponent</a> (implements com.hypixel.hytale.component.Component&lt;ECS_TYPE&gt;)</li>
<li class="circle">net.miarma.hystuff.component.<a href="net/miarma/hystuff/component/PlaytimeComponent.html" class="type-name-link" title="class in net.miarma.hystuff.component">PlaytimeComponent</a> (implements com.hypixel.hytale.component.Component&lt;ECS_TYPE&gt;)</li>
<li class="circle">com.hypixel.hytale.server.core.plugin.PluginBase (implements com.hypixel.hytale.server.core.command.system.CommandOwner)
<ul>
<li class="circle">com.hypixel.hytale.server.core.plugin.JavaPlugin
@@ -91,9 +98,38 @@ loadScripts(document, 'script');</script>
<ul>
<li class="circle">com.hypixel.hytale.component.system.RefChangeSystem&lt;ECS_TYPE,<wbr>T&gt; (implements com.hypixel.hytale.component.system.QuerySystem&lt;ECS_TYPE&gt;)
<ul>
<li class="circle">net.miarma.hystuff.events.<a href="net/miarma/hystuff/events/PlayerDeathListener.html" class="type-name-link" title="class in net.miarma.hystuff.events">PlayerDeathListener</a></li>
<li class="circle">net.miarma.hystuff.system.<a href="net/miarma/hystuff/system/PlayerDeathSystem.html" class="type-name-link" title="class in net.miarma.hystuff.system">PlayerDeathSystem</a></li>
</ul>
</li>
<li class="circle">com.hypixel.hytale.component.system.tick.TickingSystem&lt;ECS_TYPE&gt; (implements com.hypixel.hytale.component.system.tick.TickableSystem&lt;ECS_TYPE&gt;)
<ul>
<li class="circle">com.hypixel.hytale.component.system.tick.ArchetypeTickingSystem&lt;ECS_TYPE&gt; (implements com.hypixel.hytale.component.system.QuerySystem&lt;ECS_TYPE&gt;)
<ul>
<li class="circle">com.hypixel.hytale.component.system.tick.EntityTickingSystem&lt;ECS_TYPE&gt;
<ul>
<li class="circle">net.miarma.hystuff.system.<a href="net/miarma/hystuff/system/PlayerTickSystem.html" class="type-name-link" title="class in net.miarma.hystuff.system">PlayerTickSystem</a></li>
<li class="circle">net.miarma.hystuff.system.<a href="net/miarma/hystuff/system/TpaCleanupSystem.html" class="type-name-link" title="class in net.miarma.hystuff.system">TpaCleanupSystem</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="circle">net.miarma.hystuff.component.<a href="net/miarma/hystuff/component/TpaRequestComponent.html" class="type-name-link" title="class in net.miarma.hystuff.component">TpaRequestComponent</a> (implements com.hypixel.hytale.component.Component&lt;ECS_TYPE&gt;)</li>
</ul>
</li>
</ul>
</section>
<section class="hierarchy">
<h2 title="Enum Class Hierarchy">Enum Class Hierarchy</h2>
<ul>
<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Object.html" class="type-name-link external-link" title="class or interface in java.lang">Object</a>
<ul>
<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Enum.html" class="type-name-link external-link" title="class or interface in java.lang">Enum</a>&lt;E&gt; (implements java.lang.<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/Comparable.html" title="class or interface in java.lang" class="external-link">Comparable</a>&lt;T&gt;, java.lang.constant.<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/constant/Constable.html" title="class or interface in java.lang.constant" class="external-link">Constable</a>, java.io.<a href="https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a>)
<ul>
<li class="circle">net.miarma.hystuff.component.<a href="net/miarma/hystuff/component/TpaRequestComponent.RequestType.html" class="type-name-link" title="enum class in net.miarma.hystuff.component">TpaRequestComponent.RequestType</a></li>
</ul>
</li>
</ul>