#Whether scripting is enabled or not
//上传脚本数据到Nashorn数据库
EnableScripting=true

#Arguments given to the Nashorn scripting library
//上传脚本数据到Nashorn数据库
NashorArguments=-strict

#Disable Chat Bubbles
//禁用聊天气泡,默认:true
EnableChatBubbles=true

#Navigation search range for NPCs. Not recommended to increase if you have a slow pc or on a server
//NPC的寻路搜索范围,如果电脑或者服务器配置不是很高,不建议添加,默认:32格
NpcNavRange=32

#Limit too how many npcs can be in one chunk for natural spawning
//限制在一个区块中,在NPC刷怪笼中能够生成多少个NPC
NpcNaturalSpawningChunkLimit=4

#Set to true if you want the dialog command option to be able to use op commands like tp etc
//如果希望对话框里的“选项类型-‘命令方块’”能够执行例如tp等op指令,请设置为true,默认:false
//【npc使用op指令,默认:false】
NpcUseOpCommands=false

#If set to true only opped people can use the /noppes command
//如果设置为true,则只有拥有op权限的玩家才能使用/noppes等命令
NoppesCommandOpOnly=false

InventoryGuiEnabled=true

#If you are running sponge and you want to disable the permissions set this to true
//如果您正在运行“海绵”服务端,并且希望禁用权限,请设置为true,默认:false-true-true
DisablePermissions=false

SceneButtonsEnabled=true

EnableDefaultEyes=true

#Enables CustomNpcs startup update message
//是否启用自定义NPC模组的自动更新功能,默认:true
EnableUpdateChecker=true

#Only ops can create and edit npcs
//是否开启只有具有op权限的玩家才能创建和编辑npc,默认:false
OpsOnly=false

#Default interact line. Leave empty to not have one
//创建NPC时的默认交互台词,如果是空的,则无内容【在高级选项-台词-交互台词左侧最上面那一行】,默认:Hello @p
DefaultInteractLine=Hello @p

#Number of chunk loading npcs that can be active at the same time
//一个区块内可以自由活动与加载npc的数量,默认:20个,如果电脑/服务器配置不行,不建议增加数量
ChuckLoaders=20

#Enables leaves decay
//使树叶腐烂,默认:true
LeavesDecayEnabled=true

#Enables Vine Growth
//使藤蔓生长,默认:true
VineGrowthEnabled=true

#Enables Ice Melting
//使冰融化,默认:true
IceMeltsEnabled=true

#Normal players can use soulstone on animals
//普通权限的玩家是否可以对动物使用灵魂石,默认:true
SoulStoneAnimals=true

#Normal players can use soulstone on all npcs
//普通权限的玩家是否可以对NPC使用灵魂石,默认:true
SoulStoneNPCs=false

#Type 0 = Normal, Type 1 = Solid
//类型 0 = 普通, 类型 1 = 实体
HeadWearType=1

#When set to Minecraft it will use minecrafts font, when Default it will use OpenSans. Can only use fonts installed on your PC
//当把Default设置为Minecraft时,它将跟随游戏内的字体而改变,建议搭配现代化UI模组使用,默认情况下,它将使用OpenSAN,也就是只会使用系统的默认字体;
//字体主要用于:任务描述、任务文本描述等;
//该选项只需要在客户端上修改即可生效,无需在服务端修改
FontType=Default

#Font size for custom fonts (doesn't work with minecrafts font)
//设置默认字体大小,如果上方的FontType设置为Minecraft,那么本选项会失效
FontSize=18

//NPC在互相聊天时是否会触发事件,默认:false
NpcSpeachTriggersChatEvent=false