Skip to content

Commit

Permalink
default permissions to true
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Jul 17, 2024
1 parent 69dd9c2 commit a0976d1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import io.papermc.hangarpublishplugin.model.Platforms
import net.minecrell.pluginyml.bukkit.BukkitPluginDescription
import net.minecrell.pluginyml.paper.PaperPluginDescription

plugins {
Expand Down Expand Up @@ -145,6 +146,16 @@ paper {
"tweaks.chat.delete.own"
)
}
register("tweaks.command.lobby") {
default = BukkitPluginDescription.Permission.Default.TRUE
}
register("tweaks.command.reply") {
default = BukkitPluginDescription.Permission.Default.TRUE
}
register("tweaks.command.msg") {
default = BukkitPluginDescription.Permission.Default.TRUE
}

register("tweaks.chat.delete.own")

register("tweaks.command.gamemode.others")
Expand Down

0 comments on commit a0976d1

Please sign in to comment.