minecraft-server/Server/config/NEIServer.cfg

30 lines
528 B
INI
Raw Normal View History

2020-03-30 18:33:48 +02:00
#NEI Server Permissions
# Names are Comma (,) separated
# ALL, OP and NONE are special names
#List of players who can use these blocks.
#Anyone not listed here will not have these blocks appear in their item panel.
#format is {itemID}:{itemDamage}
#Eg. 12:5=CodeChicken, Friend1
BannedBlocks
{
7:0=NONE
}
#List of players who can use these features.
#Eg. time=CodeChicken, Friend1
permissions
{
creative=OP
delete=OP
enchant=OP
heal=OP
item=OP
magnet=OP
notify-item=CONSOLE, OP
rain=OP
save-state=OP
time=OP
}