Skip to content

LysergikProductions/RVAS-Core

Repository files navigation

RVAS-Core v0.3

The core plugin behind RVAS (Real Vanilla Anarchy Survival)

The main goal is to give server operators everything they need to get started with their own anarchy-style minecraft server

Doesn't prevent any vanilla exploits by default

Notable Features:

  • 5-tier Speed Limiter and other lag preventing features (configurable)

  • Integrated Random World-Spawn that comes ready to use and is easy to configure

  • Creative-mode dupe/illegals limiter to protect the economy from sneaky ops

  • Permanent Item/Stack signing with /sign for a healthy economy

  • Bedrock Floor / Roof and The End exit portal Protection (configurable)

  • Analytics for performance and commands-use

  • Player Statistics Tracking (playtime, pvp-kills, etc)

  • Slow Chat and Anti-Spam toggleable chat-modes

  • Illegal Items Management

  • Lag-Machine Detection and Anti-Chunk-Ban

  • Customizable + randomized MOTDs

  • In-game donor database with advanced management

  • Customizable Themes!

Commands:
  • /vm | /ignore | /tjm - For players to self-govern their chat experience
  • /admin | /repair - Powerful tools for ops
  • /stats - Display various player stats
  • /backup, and many more!
@ Server Operators

For full admin functionality, in core\config.txt, please enter your uuid and current ign for the intended in-game master account

This account will be exempt from all command / ability restrictions issued by rvas-core

Dependencies
Building from Source using Eclipse
  1. Right-click empty space in the project explorer and use import.. to import this repo from Github
  2. Right-click pom.xml, and use "Run as -> Maven build.."
  3. Type "package" in the Goals box. This will save the package configuration. You can later run it with "Run as -> Maven build" and select the configuration.
  4. A .jar file will be produced in /target. Use the one that isn't the original- version.
  5. Place this .jar in your plugins directory on your server along with ArmorEquipEvent.jar and ProtocolLib.jar.