Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #OP-protection: Player can only be op'ed if they are in the "allowed-operators" list
- op-protection: true
- allowed-operators:
- - MrOilMan
- - OilMan
- #If you try to Op someone who isn't in the list
- op-message: "&cТааак, зачекай!&f Цього гравця нема в дозволених для ОПу! &7(Plugin: PL-Hide)"
- #Players who are operators and are not in the list can't connect and will be deop'ed.
- unauthorized-operator-kick-message: '&cТааак, зачекай!&f Тобі не дозволено тут бути оператором!'
- #Message if you type a blocked command | Enter none to disable
- blocked-command-message: "&8// Невідома команда. Може, спробуй &7/help&8?"
- #Message shown if you type /pl | Enter none to disable | Players with the permission plhide.bypass will see the real plugins
- /pl-message: 'Plugins (3): &aНе&f, &aтвоя&f, &aсправа'
- #Stay on the newest version to get better features!
- #Enable or disable automatic ingame update notification on join
- update-notify: true
- groups:
- #if no group is set via plhide.group.<group> this will be applied
- #do not rename the default group!
- #blocked commands will be automatically removed from the tabcompletion
- default:
- commands:
- - help
- - me
- - msg
- - tell
- - tps
- - kill
- #- ver
- #- version
- #- about
- #- bukkit
- #- icanhasbukkit
- #- help
- #- '?'
- #- me
- #- minecraft:me
- #- minecraft:help
- #- bukkit:?
- #- bukkit:help
- #- plugins
- #- pl
- #- bukkit:pl
- #- bukkit:plugins
- #- bukkit:ver
- #- bukkit:version
- #- bukkit:about
- ##The plugin commands
- #- pl-hide:plhide
- #- plhide
- #If the value is blacklist, the commands are blocked and invisible
- #If the value is whitelist, the commands only executable and visible
- group-mode: whitelist
- #If a player is in two groups, the group with the higher priority number is used
- #The minimum value is 0
- priority: 0
- #here you can add other groups
- #The group mode is taken from the main group, in this case the main group is "default"
- included-groups:
- - Test
- #This group for example will remove and block all commands
- #add permission plhide.group.test to apply this group
- Test:
- commands: []
- group-mode: whitelist
- priority: 1
- included-groups: []
- showthis:
- commands:
- - help
- - me
- - msg
- - tps
- - kill
- group-mode: whitelist
- priority: 2
- included-groups: []
- #Don't change
- version: "1.3"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement