# #Note that this is the Bungeecord configuration and therefore some spigot function are missing #Wiki: https://github.com/Nononitas/Plugin-Hide-Pro/wiki # #Config version. Don't change! version: 12 debug: false #Stay on the newest version to get better features! #Enable or disable automatic ingame update notification on join update-notify: true #Message shown if you type /pl | Enter none to disable | Players with the permission plhide.bypass.pl-message.pl will see the real plugins when executing /plugins /pl-message: 'Burada görülecek bişi yok.' #Changes the server brand in the upper left of the f3 debug screen #Use %server% to display the server name of the mc server. f3-server-brand: '&4EdMinecraft;' replace-f3-server-brand: true #Automatically makes the base commands in lower case for version 1.18+ #For example: "/WarP Resources" will be changed to "/warp Resources" auto_lowercase_base_commands: true #Fixes an exploit that crashes a Minecraft server through tab-completion, by producing a stackoverflow in Mojang's Brigadier API #This is not a 100% fix, as it doesn't change the NBT-reading, but merely tries to predict the exploit by interpreting the tab-completion. #Only relevant for versions from 1.13-1.20.4. In newer 1.20.4 builds the exploit is already fixed (Paper 1.20.4 Build 427 and higher) completion_exploit_fixer: enabled: true should_kick: enabled: true message: "Invalid Completion" groups: #If no group is set via the permission plhide.group. this will be used #Do not rename the default group! default: servers: fallback: #The list of commands whose execution will be allowed only commands: - spawn - tpa - tpaccept - tpdeny - pay - money - balance - warp - msg - gamemode * #For testing #The list of commands that will be made visible only in tabcomplete tabcomplete: - spawn - tpa - tpaccept - tpdeny - pay - money - balance - warp - msg - gamemode * #For testing #If a player is in two groups, the group with the higher priority number is used #The minimum value is 0 priority: 0 #The message if you type a blocked command | Enter none to disable | %player% will be replaced with the playername blocked-command-message: "Unknown command. Type \"/help\" for help." #Minecraft's servers on which the group will be enabled | all means on every server. #type /servers in Bungeecord to find out which servernames are available #Regex is supported enabled_servers: - all #Here you can add other groups: The commands and tab completion from the "inherited groups" will be added to this group #Read more here https://github.com/Nononitas/Plugin-Hide-Pro/wiki/Group#inheritance #The group modes are taken from the parent group, in this case the parent group is "default" #The group is only inherited if a server in the "servers" list of the subordinate group matches the player's server inherited-groups: - example Bypass: servers: all: commands: [] tabcomplete: [] enabled_servers: - all priority: 20 blocked-command-message: "Unknown command. Type \"/help\" for help." inherited-groups: [] #Give the player the plhide.group.example permission to use the group example: servers: #If no matching server could be found (for example creative) this key will be used. fallback: commands: [ ] tabcomplete: [ ] #Commands listed here will be added to servers where the name starts with "Lobby-" (for example "Lobby-1", "Lobby-230") "Lobby-.*": commands: [ ] tabcomplete: [ ] #Commands listed here will only be added to the server with the name "Survival" Survival: commands: [ ] tabcomplete: [ ] #Commands listed here will be added to every other server automatically. This key (all) is optionally all: commands: [ ] tabcomplete: [ ] #Option for which servers the group should be enabled enabled_servers: - all priority: 1 blocked-command-message: "Unknown command. Type \"/help\" for help." inherited-groups: [ ] #This group will be added AUTOMATICALLY if you have * permissions #Leave it commented out to keep it disabled # "*": # servers: # fallback: # commands: [] # tabcomplete: [] # enabled_servers: # - all # priority: 10 # blocked-command-message: "Unknown command. Type \"/help\" for help." # inherited-groups: []