DavidS-Repo / SkyGridx

SkyGridx offers access to the latest blocks (1.21) and fully customizable grids in the Overworld, Nether, and End dimensions. All generation activities occur efficiently in real time.
https://www.spigotmc.org/resources/skygridx.113064/
Other
5 stars 0 forks source link

Configurable tpr #5

Closed CorentinStauder closed 3 months ago

CorentinStauder commented 3 months ago

Hello,

Nice plugin, I will fully implement it on my server !

Will it be possible to have a config file that allow or disallow the tpr commands for each dimension ? and a way to set the maximum distance of those tpr ? Or maybe to have permissions associated with each of tpr allowing us to define who have access to that commands.

For example in my case I want my players to be able to /tpr only in the overworld within a maximum distance of 10 000 blocks.

thanks !

DavidS-Repo commented 3 months ago

Hello @CorentinStauder,

Thank you for the feature request and for your kind words about the plugin!

I have actually been working on a new settings file that will include configuration options for further fine-tuning the grid generator and more. This update already includes settings for the /tpr command, such as the cooldown timer, teleportation range, and other configurable options. I plan to release this update on Wednesday.

Regarding the permissions for /tpr, I can add this feature before the release. Currently, /tpr is a single command with optional inputs for the Nether or End. I can modify this to create separate commands for each dimension, allowing for individual permissions. This way, you can manage permissions using permission plugins to control who can use each command.

Thank you for your suggestion.

Best, David

DavidS-Repo commented 3 months ago

Implemented settings file to add /tpr range and cooldown timer, it can be found in the plugin folder after boot. Permission settings, will come later (5-22-2024)

The updated version of the jar is available in the main page. SkyGrid.jar or here directly.

CorentinStauder commented 3 months ago

That's perfect, range and cooldown are working great !

DavidS-Repo commented 3 months ago

Hello @CorentinStauder,

Here are the updated permission and commands. Let me know if you run into any problems.

The updated version of the jar is available in the main page. SkyGrid.jar or here directly.

Commands:

Permissions:

CorentinStauder commented 3 months ago

No problem, works as expected ! Thanks