Skip to content
/ PMS-1 Public

Player record Management System to log player bans & warnings for the WolvHaven minecraft server

Notifications You must be signed in to change notification settings

QixyQix/PMS-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Player record management system (PMS)

The Player record Management System is made for the purpose of logging and recording all player bans and warnings for a minecraft server called WolvHaven.

This is an older version of PMS that is no longer in use.

Technologies Used

  • HTML/CSS
  • Javascript
  • Firebase Realtime Database
  • Firebase Authentication

Setup

Create a new Javascript File titled firebaseSetup.js with your firebase keys and place it in the public_html/javascript folder

var config = {
                apiKey: "YOUR API KEY HERE",
                authDomain: "YOUR AUTH DOMAIN HERE",
                databaseURL: "YOUR FIREBASE URL HERE",
                projectId: "YOUR PROJECT ID HERE",
                storageBucket: "YOUR STORAGE BUCKET HERE",
                messagingSenderId: "YOUR MESSAGING SENDER ID HERE"
            };
            firebase.initializeApp(config);

About

Player record Management System to log player bans & warnings for the WolvHaven minecraft server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages