Installation & Configuration

Installation & Configuration

Installation Instructions

  1. Download the Earthquake.jar version for the supported version of your server.
  2. Put the Earthquake.jar file in your plugins folder in the server directory
  3. (Only if Updating) Delete or reload the config file! Or the plugin will break!
  4. start your server DO NOT RELOAD THE SERVER BECAUSE IT CAN CAUSE PROBLEMS
  5. After your server has started back up navigate to the Earthquake folder in the plugin folder in the server directory
  6. Edit the config to your desired settings
  7. Finally restart your server for the changes to take effect

Config File

Notes added in manually, not in actual config.
Config displayed is for the newest version of plugin.

This plug in has an update checker, which means it will check for new updates on server start. You can disable this in the config by making "Check for Updates" false.

Config for "Earthquake Version 2.0.2"

#Do not edit/delete these two lines, the plugin depends on them.
DO NOT DELETE: Earthquake is developed and managed by Shades161
Config Version: '1.1'
#Whether or not the plugin should check for updates (It is HIGHLY suggested you leave this as true)
Check for Updates: true 
#Console settings
Console:
  # If true, Earthquake will give extra info in console as to what it is doing. Good for debugging, can be spammy.
  Verbose: true

#Settings for a MySQL database, however this is not implemented yet and will be ignored.
Database:
  Use: true
  Hostname: localhost
  port: '3306'
  Username: root
  Password: ''
  Database: Earthquake
  Prefix: EQ_
#The next numerical Id for an arena. DO NOT EDIT
NextArenaId: 2
#Amount of arenas you have. DO NOT EDIT
ArenaAmount: 1
#If it should broadcast to the entire server who won an Earthquake game.
BroadCastWinner: true
#Chat specific settings.
Chat:
#If chat should be pergame.
  PerGame: true
#The prefix of an ingame player's chat message. %Id% is replaced with the arena's numerical Id.
  Prefix: '&4[EQ-%Id%]'
#PerWorldChatPlus settings. Only use these if you have PerWorldChatPlus installed on the server.
  PerWorldChatPlus:
#If it should use PerWorldChatPlus settings and functions. If this is true and PWCP is not installed on the server, the plugin will automatically disable this feature.
    CompatibilityMode: false
#Commands to be blocked while in an Earthquake game.
BlockedCommands:
- warp
- hub
- tpa
# A list of current arenas. DO NOT EDIT OR THEY WILL BREAK
Arenas:
- '1'
#Arena's which need to be regenerated. DO NOT EDIT. THE PLUGIN WILL NEED THIS SOON
RegensNeeded:
- '1'