Dedicated Minecraft Server Hosting
  • Minecraft Server Docs
  • Basic Server Setup
    • How to Join a Minecraft Server
    • How to Adding Sub-users
    • How to Server Icon
    • How to Upload Files using SFTP
    • How to Creating MySQL Databases
    • How to Enable command Blocks
    • How to Install jar file
    • How to Upload Custom Minecraft Map
    • How to setup a server whitelist
    • How to setup and use Gamerules
    • How to setup a Reverse Proxy
    • How to set a custom MOTD
  • plugins
    • EssentialsX
    • Vault
    • LuckPerms
    • CoreProtect
    • Litebans
    • GriefPrevention
    • Advanced Anti-Cheat
    • Conditional Commands
    • AdvancedBan
    • Chunky
    • DiscordSRV
    • viaversion
    • Citizens 2
    • Prism
    • dynmap
    • CraftingStore
    • ServerNPC
    • Spark
    • Votifier
    • WorldEdit
    • Multiverse
    • Milk
    • GeyserMC
    • BungeeGuard
  • Scheduling Actions
  • Creating a Reverse Proxy
  • Resetting your world
  • Serverwide Resource Packs
  • Adding MySQL Databases
  • Setting Up Fabric
  • template
  • Installing Fabric mods on your server
  • DedicatedMinecraft Docs Overview
  • Installing Forge mods on your server
  • Server Optimization Guide
  • fabric_mods
    • LuckPerms
    • Chunky
    • Performance Mods
  • Basic Controls
  • Setting Up Forge
  • How to change your MOTD
  • Creating Backups
  • Installing Plugins on your server
  • Datapacks
  • Subusers
  • Editing Account Details
  • 2-Factor Authentication
  • Adding an icon to your server.
  • Using A Domain
  • How to use SFTP to transfer files
  • Contributing to the dedicatedminecraft.host documentation
  • change-java-version
  • How to take a Timings Report
  • Server Jars
  • File Manager Controls
  • SRVControl
  • Adding admin to minecraft server
Powered by GitBook
On this page
  • What does the plugin do?
  • Usage
  • Info

Was this helpful?

Edit on Git
  1. plugins

Prism

A cool (and highly configurable) plugin called Prism, which allows you to track player actions and rollback griefs.

PreviousCitizens 2Nextdynmap

Last updated 4 years ago

Was this helpful?

What does the plugin do?

Prism is a highly configurable, powerful, high-performance grief management (rollbacks, restores, etc) plugin for your server.

Usage

:::important Before you get started, you need to have created a MySQL database. More info on that can be found . :::

and upload the jar into your plugins folder. Restart or turn on the server. If you need help installing plugins, check out .

After that, go to the Prism folder, which can be found inside the plugins folder. From there, edit the config.yml file.

Go down to the mysql section and enter your database details. Change useNonStandardSql: true to useNonStandardSql: false.

:::caution Do not copy the configuration below exactly, your login details for your own database will be different. :::

  mysql:
    hostname: 135.181.0.179
    username: u69_Abbywontseethis
    password: 'Impossible Password'
    databaseName: s69_pogchamp
    prefix: prism_
    port: '3306'
    useNonStandardSql: false

Once you've done that, you need to restart the server in order for changes to take effect.

Info

here
Download the plugin
this guide
Spigot Page
Jenkins
Wiki
GitHub