Skip to content

Commit 0b49bdd

Browse files
committed
Players own ping command permission by default
1 parent 35bcdf0 commit 0b49bdd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bukkit/src/main/resources/plugin.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ permissions:
1616
'esu.essentialCommands.player':
1717
default: true
1818
children:
19+
'esu.essentialCommands.ping.command': true
20+
'esu.essentialCommands.ping.command.others': true
1921
'esu.essentialCommands.suicide.command': true
2022

2123
'esu.esuChat.chat.shout':
@@ -45,7 +47,6 @@ permissions:
4547
'esu.essentialCommands.feed.command.others': true
4648
'esu.essentialCommands.ip.command': true
4749
'esu.essentialCommands.ipGroup.command': true
48-
'esu.essentialCommands.ping.command': true
4950
'esu.essentialCommands.playerChunkTickets.command.genRateTop': true
5051
'esu.essentialCommands.playerChunkTickets.command.loadRateTop': true
5152
'esu.essentialCommands.playerChunkTickets.command.tickDistance': true

0 commit comments

Comments
 (0)