Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Main plugin
Browse files Browse the repository at this point in the history
This is the main plugin, available on all PlugNCraft servers. It manages game process, player datas, etc...
  • Loading branch information
nathanfallet committed Aug 19, 2018
1 parent 66fad26 commit ee4f1cf
Show file tree
Hide file tree
Showing 20 changed files with 1,394 additions and 0 deletions.
26 changes: 26 additions & 0 deletions PlugNAPI/src/config.yml
@@ -0,0 +1,26 @@
/*
* Copyright (C) 2018 FALLET Nathan
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/

# Informations de connexion a la base de donnees
database:
database: 'plugncraft'
host: 'localhost'
user: 'user'
password: 'password'
port: 3306

0 comments on commit ee4f1cf

Please sign in to comment.