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)
VPN bypass covered in "Screening Players for VPNs" - probably rename
Scassany (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
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.
{{delete|unneeded}}
 
=== 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!
[[File:Google_imagemap_example.png|thumb|Here is an example of a pasted image.]]
 
==== Steps ====
 
# Upload your image to an image hosting service such as [http://imgur.com/ Imgur] or [https://imgbb.com/ ImgBB]
# Download the image in-game by running <code>/imagemap download &#x3C;filename&#x3E; &#x3C;sourceURL&#x3E;</code>
#* Replace <code>&#x3C;filename&#x3E;</code> with an easy to identify name, without any file extensions such as <code>.png</code>.
#* Replace <code>&#x3C;sourceurl&#x3E;</code> with a link to the image, this '''should include''' the file extension such as <code>.png</code>.
# Place the image in-game by running <code>/imagemap place &#x3C;filename&#x3E; [frameInvisible] [frameFixed] [frameGlowing] [size]</code>
#* Replace <code>&#x3C;filename&#x3E;</code> with the file name you selected in Step 2. Please add the file extension featured in the <code>&#x3C;sourceurl&#x3E;</code> you used earlier.
#* Replace <code>[frameInvisible]</code> with “true”, no quotation marks. This ensures that players do not see the default item frame texture in empty spaces of the image.
#* Replace <code>[frameFixed]</code> with “true”, no quotation marks. This ensures a clean removal of the image by punching the item frames in creative.
#* Replace <code>[frameGlowing]</code> with “false”, no quotation marks. This the frames are not glowing.
#* Replace <code>[size]</code> the height (A) and width (A) in the following format: AxB
#** i.e. for a 2 by 2 image, it would be: <code>2x2</code>
# 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.
 
==== Commands ====
 
* <code>/co help</code> - help command; displays all commands.
* <code>/co rb; /co rollback</code> - rollback block data based on certain parameters.
** '''Usage:''' <code>/co rb u:&#x3C;user&#x3E; t:&#x3C;time&#x3E; r:&#x3C;radius&#x3E; a:&#x3C;action&#x3E; b:&#x3C;blocks&#x3E; e:&#x3C;exclude&#x3E;</code>
* <code>/co undo</code> - revert a rollback.
 
You can see a list of parameters for these commands [[Staff Guide#coreprotect-parameters|here]].
 
==== Additional Information ====
Here is a [https://www.youtube.com/watch?v=JwijCiueZ3Y video tutorial] that goes other aspects of CoreProtect that are not covered within this guide.
 
=== Administrative Commands ===
These are useful commands to know with your position.
 
==== LuckPerms ====
 
* <code>/lp; /luckperms; /perm; /perms: /permissions</code> - Main alias. Put these before any LuckPerms command.
* <code>/lp editor [type]</code> - Opens a website interface to edit permissions data. After changes are saved, a command will be given that you need to run for the changes to take effect.
** <code>[type]</code> - the types to include in the editor session. can be <code>all</code>, <code>users</code> or <code>groups</code>.
 
===== User Commands =====
 
* <code>/lp user &#x3C;user&#x3E; info</code>
* <code>/lp user &#x3C;user&#x3E; permission</code>
* <code>/lp user &#x3C;user&#x3E; parent</code>
* <code>/lp user &#x3C;user&#x3E; meta</code>
* <code>/lp user &#x3C;user&#x3E; editor</code>
* <code>/lp user &#x3C;user&#x3E; promote &#x3C;track&#x3E; [context...]</code>
* <code>/lp user &#x3C;user&#x3E; demote &#x3C;track&#x3E; [context...]</code>
* <code>/lp user &#x3C;user&#x3E; showtracks</code>
* <code>/lp user &#x3C;user&#x3E; clear [context...]</code>
* <code>/lp user &#x3C;user&#x3E; clone &#x3C;user&#x3E;</code>
{{Note|type=reminder|text=<b>Tip</b><br>
Add in-game roles via <code>/lp user &lt;user&gt; parent add &lt;job&gt;</code>}}
 
===== Group Commands =====
* <code>/lp group &#x3C;group&#x3E; info</code>
* <code>/lp group &#x3C;group&#x3E; permission</code>
* <code>/lp group &#x3C;group&#x3E; parent</code>
* <code>/lp group &#x3C;group&#x3E; meta</code>
* <code>/lp group &#x3C;group&#x3E; editor</code>
* <code>/lp group &#x3C;group&#x3E; listmembers [page]</code>
* <code>/lp group &#x3C;group&#x3E; setweight &#x3C;weight&#x3E;</code>
* <code>/lp group &#x3C;group&#x3E; setdisplayname &#x3C;name&#x3E;</code>
* <code>/lp group &#x3C;group&#x3E; showtracks</code>
* <code>/lp group &#x3C;group&#x3E; clear [context...]</code>
* <code>/lp group &#x3C;group&#x3E; rename &#x3C;new name&#x3E;</code>
* <code>/lp group &#x3C;group&#x3E; clone &#x3C;name of clone&#x3E;</code>
 
===== General =====
 
* <code>/tps</code>- check the ticks-per-second (tps). The go to command to check for server lag. <code>/whois</code> - useful for finding a players IP if you wish to ban their IP.
* <code>/socialspy</code> - able to see players private messages.
 
===== Crates =====
 
* You can replace players' crate keys by running <code>/crate key give &#x3C;user&#x3E; &#x3C;crate&#x3E;</code> .

Latest revision as of 06:00, 13 March 2026