Skip to content

Instantly share code, notes, and snippets.

@peteristhegreat
Last active December 5, 2020 21:09
Show Gist options
  • Save peteristhegreat/a6497e80455429abe67d7be323cec7c8 to your computer and use it in GitHub Desktop.
Save peteristhegreat/a6497e80455429abe67d7be323cec7c8 to your computer and use it in GitHub Desktop.
Minecraft Server 2019, spigot, 1.15.1, Dynmap, EssentialsX, GriefPrevention, Plan

https://www.spigotmc.org/wiki/spigot-installation/

http://www.wampserver.com/en/

https://www.spigotmc.org/resources/dynmap.274/

https://www.spigotmc.org/resources/essentialsx.9089/

https://www.spigotmc.org/resources/griefprevention.1884/

https://www.spigotmc.org/resources/plan-player-analytics.32536/

https://www.spigotmc.org/resources/luckperms-an-advanced-permissions-plugin.28140/

https://www.spigotmc.org/resources/global-gamerules-1-7-1-16.82310/

Vanilla commands

/gamerule keepInventory true
/time set 0
/weather clear
/gamemode survival

EssentialsX

https://essinfo.xeya.me/index.php?page=commands

https://essinfo.xeya.me/index.php?page=permissions

Dynmap

https://github.com/webbukkit/dynmap/wiki/Commands

/dynmap pause none
/dynmap purgequeue
/dynmap fullrender
/dynmap updaterender

LP Basics

https://github.com/lucko/LuckPerms/wiki/Usage

First run from the cmd

lp user <your username> permission set luckperms.* true
/lp creategroup canwarp
/lp group canwarp permission set essentials.warp true
/lp user bob parent add canwarp

Warp

/setwarp torihaus
/warps
/warp torihaus

Bungeecord

Setup first along with a MySQL server, and connect plugins here appropriately.

https://clients.mcprohosting.com/knowledgebase/219/Recommended-BungeeCord-Plugins.html

Only plugin so far is plan. Everything else just uses shared settings across MySQL dbs.

Creative Mode, WorldEdit, Multiverse-Core, Schematics

https://www.minecraft-schematics.com/most-downloaded/

Multiverse-Core Commands

https://github.com/Multiverse/Multiverse-Core/wiki/Command-Reference#teleport-command

/mv create worldname normal -t flat
/mv tp username worldname
/dynmap fullrender
/mvm set monsters false
/mvm set animals false
/mvm set mode creative
/mv conf firstspawnoverride true
/mv conf firstspawnworld worldname

https://worldedit.enginehub.org/en/latest/commands/#id6

/schematic list
/schematic load filename
//paste
//undo
//wand

Bedwars???

https://github.com/BedwarsRel/BedwarsRel/wiki/Instructions

World Edit Selection Visualizer

/wesv toggle

GlobalGameRules

#Set global gamerules.
gamerules:
  keepInventory: 'true'
  doFireTick: 'false'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment