mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
Un-stringify plot id calls
- PlotId#toString() already stringifies IDs, no need to call String.valueOf() - Add tab completion to `/plot debugroadregen` - Add `plots.flag.notify-leave.bypass` permission separating from notify-enter - Add message notifying the player if the attempt to enter a plot they are denied from
This commit is contained in:
@ -294,9 +294,13 @@ permissions:
|
||||
plots.worldedit.bypass:
|
||||
default: false
|
||||
plots.gamemode.bypass:
|
||||
default: op
|
||||
default: false
|
||||
plots.confirm.bypass:
|
||||
default: false
|
||||
plots.flag.notify-enter.bypass:
|
||||
default: false
|
||||
plots.flag.notify-leave.bypass:
|
||||
default: false
|
||||
|
||||
plots.permpack.basicflags:
|
||||
default: op
|
||||
|
Reference in New Issue
Block a user