HomeJavaMods[Unmaintained] NetworkCore
Description
NetworkCore provides an API for a common set of functionality that I use in my plugins. The plugin also collects data, which can be queried through the API, or the free web-interface .
[​IMG]

Resources
The following resources utilize the NetworkCore API.

UltimateTickets The ticketing solution for your network, or server
NetworkBans Punish those who break the rules

Requirements
You have to meet these requirements to be able to run this plugin.

Spigot version 1.8 or higher
MySQL database (preferably localhost due to latency)

Installation
  1. Download the plugin & put it in your plugin folder​
  2. Restart your server​
  3. Join the server with an account with OP privileges and follow the steps in the chat (wait 5 seconds after joining)​
    1. Or manually configure the MySQL database connection in ./plugins/NetworkCore.config.yml​
    2. Restart your server​
  4. Done! Your server should now start up with no errors from the NetworkCore plugin​

Features
Commands
/ncore
/ncore language
/ncore language list
/ncore language add <language>
/ncore plugin <plugin>
/ncore messagesection <plugin> <section>
/language​

Permissions
ncore.cmd.ncore
ncore.cmd.ncore.language
ncore.cmd.ncore.language.list
ncore.cmd.ncore.language.add
ncore.cmd.ncore.plugin
ncore.cmd.ncore.messagesection
ncore.cmd.language
ncore.update​

Configuration
Code (Text):
#Changing this may reset your configuration!
config-version: 1.0

#Settings
settings:

  #Selected backend
  backend: 'mysql'

  #Backends
  backends:

    #MySQL backend
    mysql:

      #MySQL host
      host: '127.0.0.1'

      #MySQL database
      database: 'networkcore'

      #MySQL username
      username: 'networkcore'

      #MySQL password
      password: 'networkcore'

      #Optional
      port: 3306

      #Optional
      minimum-idle: 1

      #Optional
      maximum-pool-size: 50

      #Optional: after how many milliseconds should we give up on getting a connection from the connectionpool
      connection-timeout: 1000L

      #Optional: after how many milliseconds is an idle connection removed
      idle-timeout: 60000L

      #Optional
      test-query: "SELECT 1"
Support
Support is available through Discord https://discord.gg/EK94gED
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

[Unmaintained] NetworkCore is a free Minecraft Java mod. Compatible with Minecraft 1.12, 1.13. Downloaded 9,474 times (via Spigot). Download it and open it directly in the game.

Explore more