# Config.yml of EconomyShopGUI # #################################################################################### # # # ############## ######## # # ############## ######## # # ## ## # # ## ## # # ## ## # # ######## ####### ############ # # ######## ####### ############ # # ## ## # # ## ## # # ## ## # # ############## ######## # # ############## ######## # # # # # # # # ########### ## ## ######## # # ############# ## ## #### # # ## ## ## ## # # ## ## ## ## # # ## ## ## ## # # ## ######### ## ## ## # # ## ########## ## ## ## # # ## ## ## ## ## # # ## ## ## ## ## # # ## ## ## ## ## # # ############# ############# #### # # ########### ########### ######## # # # # # # # #################################################################################### # config-version: 1.0.2 # WARNING: Do not change this value as this might end up in a plugin that does not work!! #---------------------------------------Language-------------------------------------------------------- #Here you can change the language of the plugin. language-file: lang-en.yml #---------------------------------------DebugMode------------------------------------------------------- #Set this value to false to disable debug mode and do not send debug messages to the console. debug: true #NOTE: The console may get spammed when debug mode is enabled. #---------------------------------------SilkSpawners---------------------------------------------------- #This option adds compatibility with SilkSpawners. #Set this to true if SilkSpawners is installed and you want to use it instead of EconomyShopGUI spawner Break/Place event. SilkSpawners-compatibility: false #NOTE: Only this option or the UltimateStacker-compatibility option can be enabled at a time. #---------------------------------------PlayerTransactions---------------------------------------------- #When this option is set to true, every time a player sells/buys something from the server, it will output it in the console. #This way the server owner or staff can see when a item is bought/sold many times or control/correct prices and exploits in the shop. player-transactions: true #Set to false to disable this. #---------------------------------------UnsafeEnchants-------------------------------------------------- #Allows enchants greater than the max that Mojang has specified. allow-unsafe-enchants: true #---------------------------------------PayCommand------------------------------------------------------ #This is the minimum amount to pay a player, for default it is 10 but you can change it to 100 for example. minimum-amount: 10 #---------------------------------------Commands-------------------------------------------------------- #These are the commands included in EconomyShopGUI #Set an command to true to enable it, and set an command to false to disable it. commands: #Givemoney command allows you to give money to a specific player. givemoney: true #With the balance command you can check your current balance or from another player. bal: true #Pay command allows you to pay a player an amount of money. pay: true #SellAll command lets you sell all items inside your inventory that are listed in the shop, or you can sell a specific item. sellall: true #The shop command opens the main shop. shop: true #Reload command allows you to reload all configuration files. sreload: true #---------------------------------------JoinMessage----------------------------------------------------- #Here you can enable or disable the JoinMessage enable-joinmessage: false #This is the message that pops up if a player joins your server. joinmessage: "&2Welcome, your balance is &c%balance%!" #When you use %amount% in the message above, it automatically changes to the amount of money the player has when they join the server. #All chatcolors are supported. #-----------------------------------------------LevelEvent---------------------------------------------- #Here you can enable or disable the LevelEvent enable-levelevent: false #Here you can set the amount of money a player gets when he is level 5, 10, 15 leveleventmoney5/10/15: 10 #Here you can set the amount of money a player gets when he is level 20, 25, 30 leveleventmoney20/25/30: 50 #Here you can set the message that a player gets when he reached a level levelevent-message: "&2[Levels] &5 Here you go, &c%amount% &5has been added to your balance!" #When you use %amount% in the message above, it automatically changes to the amount of money earned on the XP level of the player. #All chatcolors are supported. #-----------------------------------------------SpawnerBreakEvent--------------------------------------- #If you set this to 'false' you can only place spawners that are bought, you won't be able to get them back with an (Silk Touch) pickaxe. enable-spawnerbreak: true #When this option is set to false, you will no longer be able to place spawners bought from the shop with the EconomyShopGUI spawner system. enable-spawnerplace: true #Here you can set the item material of what a player has to break its spawner with so he gets the item! #You can set 2 items and if they need silk touch spawnerbreakmaterial: 1: DIAMOND_PICKAXE silk1: true 2: IRON_PICKAXE silk2: false #NOTE: When SilkSpawner compatibility is enabled and is setup, this options will not work (SilkSpawners controls these options)