Super-Santa / EssentialAddons

Fabric Carpet extension that adds things from the Spigot plugin Essentials, or other features I think are needed for Minecraft
MIT License
50 stars 7 forks source link

EssentialAddons

Discord GitHub downloads Modrinth downloads

Fabric Carpet extension that adds things from the Spigot plugin Essentials, or other features I think are needed for Minecraft.

!!! Find Updated Releases on Modrinth !!!

Features can be enabled through the /carpet command:

/carpet <rule_name> <rule_value>

# For example:
/carpet phantomsObeyMobcaps true
/carpet commandCameraMode ops
/carpet stackableShulkersInPlayerInventories true

Permissions can be customised for commands through a permissions mod such as LuckPerms, the name of the permissions are as follows:

esssentialaddons.command.<command_name>

# For example:
essentialaddons.command.cs
essentialaddons.command.hat
essentialaddons.command.lagspike

EssentialAddons Settings

broadcastToAll

Broadcasts all OP messages to everyone

cakeAlwaysEat

Allows you to always eat cake, even when you are not hungry

cameraModeRestoreLocation

Restores player location back to original location in survival, similar to the cs script by Kdender
Saves location even after server restart

cameraModeSurvivalRestrictions

Ports cameraModeSurvivalRestrictions from carpet 1.12 into commandCameraMode
Does not allow you to use camera mode if you are in danger

cameraModeTeamTeleportBlacklist

Prevents players from teleporting to players on specific teams in spectator

cameraModeTeleportBlacklist

Prevents players from teleporting to players in spectator

combinePotionDuration

Combines the duration of potions

commandBackup

Allows you to backup regions in an area to the backups folder in the world folder

commandCameraMode

Survival friendly spectator mode, puts the player in and out of spectator mode. By default the command is /cs
Allows for saving location after server reset using rule cameraModeRestoreLocation and adds functionality for cameraModeSurvivalRestrictions

commandDefuse

Enables /defuse to be used to stop any tnt from exploding within a given range

commandDimensions

Allows the player to teleport to different dimensions with a simple command
It will teleport you to specified location, unless unspecified in which case it will teleport you to 0,0

commandEnderChest

Allows you to open your enderchest with /enderchest

commandExtinguish

Allows /extinguish to be used to extinguish the player

commandFly

Toggles the ability to fly while in survival mode using /fly
Using this also disables fall damage

commandGM

Allows /gmc, /gms, /gmsp, and /gma to be used

commandGhostPlayer

This allows you to spawn a fake player that doesn't load chunks (They appear on tab list and you are able to teleport to them)

commandGod

Toggles invulnerability using /god
Can be buggy if used while in creative mode

commandHat

Allows you to equip items to your head slot using /hat

commandHeal

Allows /heal to be used to heal and feed the player

commandLagSpike

Allows you to simulate a lag spike using /lagspike

commandMods

Allows you to do /mods, it lists all the mods running on the server

commandMore

Allows /more to be used to give a full stack of whatever item the player is holding

commandNear

Lists other players near you

commandNightVision

Toggles night vision

commandPublicKick

Allows anyone to use the /kick command

commandPublicOp

Allows anyone to use the /op command

commandPublicSaveAll

Allows all players to use the command /save-all

commandPublicScoreboard

Allows anyone to use the /scoreboard command

commandPublicTeam

Allows anyone to use the /team command

commandPublicViewDistance

Allows all players to change view distance

commandRegion

Allows you see what region you are in and teleport to a region

commandRename

Allows you to rename items with a command

commandRepair

Allows /repair to be used to repair any item the player is holding

commandStrength

Toggles strength

commandSwitchDimensions

Allows the player to teleport between the nether and overworld at equivalent coords

commandTop

Teleports the player up using the /top command

commandWarp

Allows players to warp using /setwarp and /warp

commandWorkbench

Allows you to open a crafting table with /workbench

editableSigns

Allows you to edit a sign after it has been placed by right clicking it while sneaking

essentialCarefulBreak

Mining blocks while crouching will put mined blocks straight into your inventory, requires players to subscribe to careful break using /subscribe essential_careful_break Same as wholmT's implementation in carpetAddons but works with stackable shulkers

essentialCarefulDrop

Killing mobs while crouching will put dropped items straight into your inventory, requires players to subscribe to careful drop using /subscribe essential_careful_drop

fakePlayerDropInventoryOnKill

Automatically drop the fake player inventory on kill

gameRuleNonOp

Allows non-op players to change Game Rules from the client

gameRuleSync

Syncs the Game Rules with the client
Essential Client is required to change the rules on the client

infiniteItems

This allows for survival players to have infinite blocks, food, and enderpearls

maxChatLength

Changes the max chat length limit, you need EssentialClient for this to work, setting this rule below 256 may cause issues

minecartBoosting

Reimplements minecart boosting

phantomsObeyMobcaps

Makes phantoms unable to spawn unless the mobcap allows for them to

reloadFakePlayerActions

Automatically reloads the fake players actions after server restart

reloadFakePlayers

Automatically respawns fake players on server restart

removeItemEntitiesAfterThreshold

Removes all item entities after set amount of item entities is reached in a world, set to 0 to disable

removeWarnMismatchBlockPos

Removes the warning 'Mismatch in destroy block pos...' in console and logs

removeWarnOversizedChunk

Removes the warning 'Saving oversized chunk...' in console and logs

removeWarnRemovedEntity

Removes the warning 'Fetching packet for removed entity...' in console and logs

removeXpEntitiesAfterThreshold

Removes all xp entities after set amount of xp entities is reached in a world, set to 0 to disable

shulkerSception

Allows you to put shulker boxes inside of other shulkers

spectatorPotionNoCountdown

Stops potion effects from ticking when in spectator

stackableShulkerComparatorOverloadFix

Fixes stacked shulkers overloading comparators

stackableShulkersInPlayerInventories

Shulker boxes stack in player inventories, this is not the same as stackableShulkerBoxes in Carpet. This will always allow you to stack shulkers in your inventory.
Disable all other stackableShulker rules (unless you are using stackableShulkersWithItems)

stackableShulkersWithItems

Shulker boxes stack with items inside will stack with other shulkers with the same items
This rule requires stackableShulkersInPlayerInventories to be enabled

structureBlockKillEntities

Kills all entities (bar players) within the structure bounding box when loading a structure
Requires ignore entities to be set to false

structureBlockReplaceFluids

Replaces existing fluids when pasting. Why would you want to keep existing fluids anyways???