GithubHelp home page GithubHelp logo

martinprejsa / wclasses Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 99 KB

Paper plugin, allows the usage of playable and configurable classes

Java 7.75% Kotlin 92.25%
java kotlin jvm-languages java-api kotlin-impl paper papermc gradle

wclasses's Introduction

WClasses

Warfare Classes, plugin made for warfaremc.eu. Allows the usage of playable classes with configurable bonuses.

Built for api-version 1.16, paper 1.16.5

Commands

[optional argument] <required argument>

  • wcs help (query) wcs.admin
  • wcs reload wcs.admin
  • wcs debug [boolean] wcs.admin
  • wcs info <player> wcs.admin
  • wcs infoUID <UUID> wcs admin
  • wcs set <player> wcs.admin
  • wcs setUID <UUID> wcs.admin

Classes & Default bonuses

  • Warrior -3% taken damage, +2% attack damage
  • Archer +5% projectile damage, +25% movement speed
  • Paladin Holy Smite ability, 7% chance grants damage +7% of target's current HP
  • Sniper +3% projectile damage, +25% movement speed
  • Necromancer Health Steal ability, 15% chance, steals 2HP

Default configuration

# __        ______ _  
# \ \      / / ___| | __ _ ___ ___  ___  ___  
# \ \ /\ / / |   | |/ _` / __/ __|/ _ \/ __|  
# \ V  V /| |___| | (_| \__ \__ \  __/\__ \  
# \_/\_/  \____|_|\__,_|___/___/\___||___/  
  
# Database credentials  
database:  
  driver: "com.mysql.cj.jdbc.Driver"  
  server: "127.0.0.1"
  database: "minecraft"
  user: "root"  
  password: "root"  
  port: 3036  
  
# Bonus configuration  
bonuses:  
  passive_speed: 0.05  
  warrior:  
    damage: 0.02  
    protection: 0.03  
  paladin:  
    holysmite:  
      damage: 0.05  
      chance: 0.07  
  necromancer:  
    healthsteal:  
      chance: 0.15  
      health: 2  
  archer:  
    projectile:  
      damage: 0.05  
  sniper:  
    projectile:  
      damage: 0.03

wclasses's People

Contributors

martinprejsa avatar

Watchers

 avatar

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.