Config File

When you first start your server with this plugin , it will create a config file in

serverfolder/plugins/ButtonsPlus/config.yml

To edit it, just open it in a text editor, just like any other yml file.

SettingDescriptionDefault
econmode.modeIf econmode is set to money, buttons will charge money from an economy plugin. If econmode is set to item, buttons will charge an amount of that item. If econmode is set to xp then buttons will charge xp levelsmoney
econmode.itemidThe id of the item/block that will be charged IF and only if econmode is set to item264(DIAMOND)
metrics.enabledWhether or not to record metrics statstrue
cooldowninsecondsTime in seconds between allowed button presses.5
effectMessagetrue if you want a message displayed to a user when this plugin adds an effect to them, false if nottrue
charge.multipierIf a button charges money, it will charge the player who is creating the button [charge amount] * multiplier[if no economy plugin is found this will be the cost in either xp or items, depending on what is set in the config2
costsEach action added to a button will cost something, unless a player has the nocharge permission, in economy mode this cost will be in the server currency, in item mode, it will be the amount of that item, in xp mode, it will be in levels.10

Default config:

econmode: 
  mode: money
  itemid: 264
metrics:
  enabled: true
cooldownInSeconds: 5
effectMessage: true
charge:
  mutiplier: 2
cost:
  command: 10
  cooldown: 10
  sound: 10
  effect: 10
  text: 10
  item: 10
  death: 10
  heal: 10
  lightning: 10
  teleport: 10
  gmessage: 10
  burn: 10
  console: 10
  mob: 10

Comments

Posts Quoted:
Reply
Clear All Quotes