# Spigot: https://spigotmc.org/resources/96388 plugin: # This option can be used to select whether the descriptions in the settings files should be loaded. configDescriptions: true
updateCheck: # In this option you can set if players with the permission 't2code.lib.updatemsg' will get an update message on join when an update for the plugin is available. onJoin: true
# In this option you can set the time interval in minutes in which updates should be checked. timeInterval: 60
# In this option you can set whether you want to receive and display beta and snapshot versions in the update check. seePreReleaseUpdates: true
allPlugins: # This option deactivates all update checks for plugins that use the T2CodeLib. fullDisable: false
debug: # The debug mode sends more detailed debug information to the console. # In this version of the plugin no debug messages are built in! debugModus: false
# This option activates advanced tools for the developers of plugins that use the T2CodeLib. # If you don't know exactly what this is for, you should leave it deactivated! developerTool: true
# In this option you can set the language of the plugin. language: "english" proxy: # This option must be activated if you use the T2CodeLib on a BungeeCord, Waterfall or Velocity Proxy as a bridge. # Please note that the individual APIs of the plugins that use a bridge on a proxy must be activated in the config.yml of the T2CodeLib on the proxy! enable: true
# This UUID is used for the communication of the plugins in a network with several servers. # This UUID may only occur once in a network! serverUUID: "00000000-0000-0000-0000-000000000000" player:
inventories: # If this option is enabled, all players on the server (spigot, paper, etc.) will have their inventory / GUIs closed when the server is shut down or restarted. # (This does not mean the entire network if a proxy is used) closeByServerStop: true
command:
permToggle: # This option specifies which command is to be used for the T2CodeLib command '/t2code permtoggle <player> <permission>'. permissionSetCommand: "lp user [player] permission set [perm] [value]"