Giter VIP home page Giter VIP logo

kitpvp's Introduction

KitPvP Core

This is an opensource KitPvP core, made for fun out of boredom, basically unfinished.

Features

  • A basic kit system
  • 3 pre-made kits, concluding:
    • Default Kit
    • Intoxicator Kit
    • Launcher Kit
  • A basic killstreak system, including 1 premade killstreak:
    • Kit Resetter (5 kills)
  • Regions, saving in the config.yml
  • Profiles, saving in the config.yml

Why did I choose to use flatfile instead of a database?

Because the data on the server is meant to be for 1 server instance only - it does not have to get synchronized across networks.

Pull Request Rules

  • Preferably no lambda expressions at all, use normal loops whenever possible (if it makes sense, you can obviously use the stream api).
  • Use dependency injection, and no static variables (unless it's a value inside of the KitConstants.java class)
  • Use finals whenever possible - even in methods, this is to maintain consistency with everything else, and makes it more readable.
  • Don't implement external dependencies for a single method - if it's a single method or utility, rewrite it, otherwise you're implementing classes you don't actually use.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.