EST. 2019
Minecraft Server Webpage

Home Image Import Guide

Helpful Links

Command Directory

Command What does it do? Example
/map {start_map_id} {end_map_id} Takes the specified map-id range from the map folder and provides the player with said maps. Used in conjunction with ImageToMapMC. /map 10113 10116
/invframe Gives the player an invisible item frame. /invframe
/invframeglow Gives the player a glowing invisible item frame. /invframeglow
/indframe {map_id} Gives the player a glowing indestructible item frame. Will not break when interacted with entities (such as boats) /indframe 111430
/nv Gives the player unlimited night vision. /nv
/debugstick Gives the player a debug stick. /debugstick
/barrierblock Gives the player a barrier block. /barrierblock
/lightblock Gives the player a light block. /lightblock
/commandblock Gives the player a command block. /commandblock
/playsound {sound_string} record @a ~ ~ ~ {int:volume} Plays a sound to all players in a 16 block radius. Default for volume is 1. This parameter adjusts how far players can hear on a chunk basis. Example plays oof sound in a 5 chunk radius. 1 chunk = 16 blocks /playsound minecraft:oof record @a ~ ~ ~ 5
/eas give Easy Armor Stands is a plugin that allows you to edit limbs on armor stands in-game. See here for a guide: github.com/56738/EasyArmorStands /nv
/skulls Plugin to provide an easy interface for importing custom player heads. Thousands to pick from. /skulls
/lc Leather Colorizer, easy UI to dye leather armor. /lc
/warp {name} Server utlizes several warp points for easy travel around. /warp spawn

Custom Sounds

String Command Example
minecraft:america Star Spangled Banner Instrumental (USA ANTHEM) /playsound minecraft:america record @a ~ ~ ~ 1
minecraft:curb-your-enthusiasm Curb Your Enthusiam Main Theme (10 second clip) /playsound minecraft:curb-your-enthusiasm record @a ~ ~ ~ 1
minecraft:drink Roblox Slurp /playsound minecraft:drink record @a ~ ~ ~ 1
minecraft:omnomnom Roblox Omnomnom Sound /playsound minecraft:omnomnom record @a ~ ~ ~ 1
minecraft:oof Roblox Oof /playsound minecraft:oof record @a ~ ~ ~ 1
minecraft:pizza Roblox Pizza /playsound minecraft:pizza record @a ~ ~ ~ 1

To add custom sounds of any length, the file needs to be a .ogg file and mono channel. DM Mike the file and I will add it into the resource pack. String will always start with "minecraft:".