Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Administrator Guide: Difference between revisions

From DemocracyCraft Wiki
Scassany (talk | contribs)
Pulling guides from admin off on their own, will delete this page after
Scassany (talk | contribs)
No edit summary
Line 38: Line 38:


* You can replace players' crate keys by running <code>/crate key give &#x3C;user&#x3E; &#x3C;crate&#x3E;</code> .
* You can replace players' crate keys by running <code>/crate key give &#x3C;user&#x3E; &#x3C;crate&#x3E;</code> .
{{Staff}}
[[Category:Staff]]

Revision as of 05:41, 13 March 2026

Welcome to the DemocracyCraft Administrator Staff Guide! This guide contains all the relevant information for doing your job as Administrator in day-to-day operations.

How to manage Billboards

We use a plugin called ImageMaps to allow us to implement images in-game via item frames. This plugin is currently how we’re able to make billboards!

Here is an example of a pasted image.

Steps

  1. Upload your image to an image hosting service such as Imgur or ImgBB
  2. Download the image in-game by running /imagemap download <filename> <sourceURL>
    • Replace <filename> with an easy to identify name, without any file extensions such as .png.
    • Replace <sourceurl> with a link to the image, this should include the file extension such as .png.
  3. Place the image in-game by running /imagemap place <filename> [frameInvisible] [frameFixed] [frameGlowing] [size]
    • Replace <filename> with the file name you selected in Step 2. Please add the file extension featured in the <sourceurl> you used earlier.
    • Replace [frameInvisible] with “true”, no quotation marks. This ensures that players do not see the default item frame texture in empty spaces of the image.
    • Replace [frameFixed] with “true”, no quotation marks. This ensures a clean removal of the image by punching the item frames in creative.
    • Replace [frameGlowing] with “false”, no quotation marks. This the frames are not glowing.
    • Replace [size] the height (A) and width (A) in the following format: AxB
      • i.e. for a 2 by 2 image, it would be: 2x2
  4. Admire your work!

How to conduct Rollbacks

We use the industry standard plugin CoreProtect to log all of our in-game interactions. This allows us to rollback, inspect, and review any player changes or interactions as they happen.


Administrative Commands

These are useful commands to know with your position.


General
  • /tps- check the ticks-per-second (tps). The go to command to check for server lag. /whois - useful for finding a players IP if you wish to ban their IP.
  • /socialspy - able to see players private messages.
Crates
  • You can replace players' crate keys by running /crate key give <user> <crate> .