Skip to content

MoneliteOy/AutoPaladin

Repository files navigation


AutoPaladin


AutoPaladin: Scan players with one command

An enterprise-only solution to allow networks to automatically scan suspected players with Paladin
Automated scanning is essential to saving time for everyone, this plugin helps accomplish scans in under thirty seconds!

Features

  • A single command to scan a player & obtain results
  • Compatible with 1.7-LATEST Spigot & 1.7-LATEST clients
  • Reloadable configuration with /paladin reload
  • Automatically thaws (unfreezes) players five minutes after completion
  • Proper freezing, preventing players from unwanted actions
  • Easy to use per-player-language string configuration system
  • Configurable ban command for frozen players who disconnect
  • Abstract code design allowing other plugins to easily communicate
  • Real-time in-game scan progress bar displayed via experience level

Installation (Enterprise owners only!)

  1. Download AutoPaladin.jar from Releases
  2. Upload AutoPaladin to your /plugins folder & start your server
  3. Get your API key from Create Key
  4. Insert your API key to /plugins/AutoPaladin/config.json
  5. Go in-game to execute /paladin reload, then begin using AutoPaladin

Staff Guide

  1. /paladin (username)
  2. Wait for completion
  3. Click link to view results
  4. Determine the outcome
  5. /thaw or /ban the player

Permissions & Commands

  • paladin.auto.freeze
    • /freeze (username) or /paladin (username)
      • creates & sends a download link to user
      • real-time chat & XP level progress updates
      • provides scan results link after completion
      • autothaws user 5 minutes after scan completion
    • /thaw (username) or /unfreeze (username) or /melt (username)
      • restores the user to original state
  • paladin.auto.reload
    • /paladin reload
      • reloads all configuration files

Restriction Functionality

While frozen, players are:

  • Prevented from moving outside of one block
  • Prevented from breaking & placing
  • Prevented from dropping & picking up
  • Prevented from dealing & receiving attacks
  • Prevented from interacting with all items
  • Temporarily set to adventure gamemode
  • Temporarily given full hunger
  • Temporarily cleared of their items (disabled by default)
    • Configurable via /plugins/AutoPaladin/config.json
  • Prevented from sending commands (enabled by default)
    • Configurable via /plugins/AutoPaladin/config.json

Building

Prerequisites

  • JDK 8 - 17

Execute ./gradlew shadowJar
Locate build at builds/libs/

Contributing

For those requesting a feature or reporting a bug, please create a GitHub issue

Community

Join the Paladin discord community over at discord.gg/paladin

Licensing

AutoPaladin is licensed under GPL v3