Skip to content

Commit

Permalink
Change /back to work like essentials (#97)
Browse files Browse the repository at this point in the history
* Seems simple enough...

* spotlessApply (#98)

Co-authored-by: GitHub GTNH Actions <>

* Revert "Seems simple enough..."

This reverts commit 8325be7.

* Change default cyclic back perms

* Spotless nonsense

---------

Co-authored-by: Connor Colenso <colen@CONNORSPC>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 27, 2024
1 parent 2753b1e commit ad890b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/serverutils/ServerUtilitiesPermissions.java
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public static void registerPermissions() {
"Keep loaded chunks working when player goes offline");
PermissionAPI.registerNode(
INFINITE_BACK_USAGE,
DefaultPermissionLevel.NONE,
DefaultPermissionLevel.ALL,
"Allow to use 'back' command infinite times");
PermissionAPI.registerNode(
CRASH_REPORTS_VIEW,
Expand Down

0 comments on commit ad890b4

Please sign in to comment.