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 .
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 .
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
Features
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
-
Download the plugin & put it in your plugin folder
-
Restart your server
-
Join the server with an account with OP privileges and follow the steps in the chat (wait 5 seconds after joining)
-
Or manually configure the MySQL database connection in ./plugins/NetworkCore.config.yml
-
Restart your server
-
-
Done! Your server should now start up with no errors from the NetworkCore plugin
Features
- Automatic updates
- User management
- Collects user information (chat, connects, name history)
- Server management
- Collects server information (runtimes, logs)
- Plugin management
- Localization API (message in multiple languages)
- Options API (options shared between servers, instead of config files for every server)
- Support management with UltimateTickets
- Punishments with NetworkBans
- Free web-interface
- Hosted by the NetworkCore team
- Grant up to 20 accounts access to your network
Commands
/ncore
/ncore language
/ncore language list
/ncore language add <language>
/ncore plugin <plugin>
/ncore messagesection <plugin> <section>
/language
/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
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"
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"
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.12, 1.13
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
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.