EternalCodeTeam / EternalCore

♾️ All the most important server functions in one!
https://eternalcode.pl
GNU General Public License v3.0
79 stars 17 forks source link

Add Permission-Based Access to Warps #835

Open HonzasikCZ opened 2 months ago

HonzasikCZ commented 2 months ago

Problem Description

Currently, there's no way to restrict access to specific warps. For example, I want to make a warp only available to VIPs, but there is no built-in functionality to do this.

Proposed Solution

Introduce a permission node such as eternalcore.warp.vipzone. This permission would allow only players with the specified permission to access the warp (e.g., the "vipzone" warp).

Alternative Solutions Considered

None considered.

Additional Context

No additional context provided.