Config


Config of Alpha 1.6

General:
#Whether to enable the aliases for the different commands or not
  Aliases:
#Use /bukkit <args> instead of /bm bukkit <args>
    Bukkit: false
#Use /plugin <args> instead of /bm plugin <args>
    Plugin: false
#Use /player <args> instead of /bm player <args>
    Player: false
#Use /lang <args> instead of /bm lang <args>
    Language: false
#Whether to use Permissions or not
  Use-Permissions: true
#Whether to use Vault, if installed, or not
  Use-Vault: true
#Enables support for non supported Permissionssystems, which are using the Bukkit Permissions API
  Force-SuperPerms: false
#OPTIONAL: The Dev-Mode enables not finished Features, the Swing GUI and the Webinterface for Example.
  Dev-Mode: false
#Debugmode
  Debug: false
  Statistics:
#Enables the sending of usage statistics to http://mcstats.org
    Enabled: true
#Only a random generated value needed by http://mcstats.org
    GUID: 059b24d1-d564-483b-98ad-f578bfe3154d
IO:
#Whether to show the Prefix for any Message, which cames from Bukkitmanager
  Show-Prefix: true
  Prefix: '&4[BukkitManager]'
  Error: '&c[Error]'
  Warning: '&e[Warning]'
#The Language, has to be the File name without the .lang
  Language: en_US
#Whether to make the Logs colored or not. Removes the ugly chars on Systems, which don't support that. (Ubuntu supports that;))
  ColoredLogs: true
#The formatting of the /bm help command
  HelpFormat: '&e%cmd% %args%: &f%desc%'
Automessage:
  Enabled: true
  Interval: 120
  Random: false
  Prefix: '[AutoMessage]'
Autosave:
  Enabled: true
  Interval: 900
#The seconds before a save when a warning will be send
  Warntimes:
  - 60
#Whether to send a message on save or not
  Notification: true
#Whether to save only, if Players are online
  NoOffline: true
#The Taskmode of this Thread. Available are: Async (recommend) and Sync
  Taskmode: Async
Autobackup:
  Enabled: true
  Interval: 3600
#The seconds before a backup when a warning will be send
  Warntimes:
  - 60
#Whether to send a message on backup or not
  Notification: true
#Whether to backup only, if Players are online
  NoOffline: true
#OPTIONAL: When you have multiple .jar Files in the Root Folder of your Minecraft Server, or the File is stored somewhere else, you have to put this entry into the config (Bukkitmanager informs you when you have to do this)
  BukkitFile: 'craftbukkit.jar'
#The Taskmode of this Thread. Available are: Async (recommend) and Sync
  Taskmode: Async
  Backup:
    Worlds:
      world: true
      world_nether: true
      world_the_end: true
    Plugins: true
    craftbukkit: true
Database:
#The Databasesystem. Available are: SQLite, MySQL, H2
  System: SQLite
  File: database.db
CustomMessages:
  Enabled: true
  Join:
  - '&e%player% joined the game.'
  Leave:
  - '&e%player% has left the game.'
  Kick:
  - '&e%player% has left the game.'
Fakepluginlist:
  Enabled: true
#All fakeplugins which should be displayed
  Fakes:
  - fakeplugin123
  - AntiGrief
#The plugins which should be hidden. Asterisk (*) means all, a -- before a name makes it visible
  Hidden:
  - '*'
  - --BukkitManager

Comments

Posts Quoted:
Reply
Clear All Quotes