File Details
KG_WarpSystem-1.0.6.jar
- R
- Feb 25, 2026
- 31.97 KB
- 198
- Early Access
File Name
KG_WarpSystem-1.0.6.jar
Supported Versions
- Early Access
KG_WarpSystem — Version 1.0.6
What's New
Cooldown bypass permission system
Server administrators can now grant specific players or groups the ability to teleport instantly, bypassing the configured warmup delay entirely.
New Permission
| Permission | Description |
|---|---|
kgwarps.bypass.cooldown |
Instant teleportation, skips warmup countdown |
Note: Players with
kgwarps.adminautomatically bypass the cooldown — no additional permission needed.
Behavior
- Without the permission → normal warmup (as configured in
config.json) - With
kgwarps.bypass.cooldown→ instant teleport, no countdown - Works with both the
/warp <name>command and the/warpsGUI - Compatible with LuckPerms and Hytale's native permission system
Full Permission Hierarchy
<button class="copyButton_CEmTFw copyButton_-a7MRw" style="color: rgb(204, 204, 204); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 13px; background: none 0% 0% / auto repeat scroll padding-box border-box rgb(31, 31, 31); border-color: rgb(69, 69, 69); border-style: solid; border-width: 1px; border-image: none 100% / 1 / 0 stretch; cursor: pointer; opacity: 0; display: flex; border-radius: 4px; justify-content: center; align-items: center; padding: 4px; transition: opacity 0.15s, background 0.15s; position: absolute; top: 4px; right: 4px;" title="Copy code" aria-label="Copy code to clipboard"></button>
kgwarps.admin → full access (create/delete/bypass)
kgwarps.bypass.cooldown → bypass warmup only
kgwarps.use.* → access all warps (normal warmup)
kgwarps.use.<name> → access specific warp (normal warmup)
LuckPerms Example
<button class="copyButton_CEmTFw copyButton_-a7MRw" style="color: rgb(204, 204, 204); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 13px; background: none 0% 0% / auto repeat scroll padding-box border-box rgb(31, 31, 31); border-color: rgb(69, 69, 69); border-style: solid; border-width: 1px; border-image: none 100% / 1 / 0 stretch; cursor: pointer; opacity: 1; display: flex; border-radius: 4px; justify-content: center; align-items: center; padding: 4px; transition: opacity 0.15s, background 0.15s; position: absolute; top: 4px; right: 4px;" title="Copy code" aria-label="Copy code to clipboard"></button>
# Grant bypass to a VIP group
/lp group vip permission set kgwarps.bypass.cooldown true

