Skip to content

Carpet Extension for 1.20,1 that pulls from other exts and adds new functions

License

Notifications You must be signed in to change notification settings

TheMaster-Fox/Phoenix-Carpet-Extension

Repository files navigation

Phoenix Carpet Extension

Carpet Extension for the 1.20.1 Phoenix technical Minecraft server.
This is primarily a compilation of the few rules we use from various other extensions.

Discord Server:

Phoenix Discord

antiSpamDisabled

Disable spamming checks on players (ex: chat message cooldown & creative item drop cooldown)

  • Type: boolean
  • Default value: false
  • Suggested options: false, true
  • Categories: TIS
    1

beesFix

Fixes bees pathfinding to water, not leaving hives/nests, and getting stuck in the void

  • Type: boolean
  • Default value: false
  • Suggested options: false, true
  • Categories: CARPET-FIXES
    2

betterAnvils

Removes Anvil XP cap and increases character limit to 100

  • Type: boolean
  • Default value: false
  • Suggested options: false, true
  • Categories: MINITWEAKS
    3

commandDimensions

Allows the player to teleport in between dimensions with /dimtp
Travel to and from The End will teleport you to 0 ~ 0, OW to NE travel teleports to equivalent coords unless specified.

  • Type: boolean
  • Default value: false
  • Allowed options: true, false
  • Categories: ESSENTIAL, COMMAND, CREATIVE
    4

commandHat

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

  • Type: boolean
  • Default value: false
  • Allowed options: true, false
  • Categories: ESSENTIAL, COMMAND, CREATIVE
    4

commandLifeTime

Enables /lifetime command to track entity lifetime

  • Type: boolean
  • Default value: true
  • Suggested options: false, true
  • Categories: TIS, COMMAND 1

commandRaid

Enables /raid command for raid listing and tracking

  • Type: boolean
  • Default value: true
  • Suggested options: false, true, ops
  • Categories: TIS, COMMAND
    1

commandSeed

Permission level required to use /seed

  • Type: boolean
  • Default value: false
  • Suggested options: false, true
  • Categories: MINITWEAKS
    3

creativeNetherWaterPlacement

Allow creative players to use water buckets in the Nether

  • Type: boolean
  • Default value: false
  • Suggested options: false, true
  • Categories: TIS, CREATIVE
    1

crystalChaining

Fixes End Crystals not exploding when damaged from explosions (End Crystal chaining)

  • Type: boolean
  • Default value: false
  • Suggested options: false, true
  • Categories: CARPET-FIXES
    2

dyeableShulkers

Shulkers can be dyed
Color can be reset using a Water Bottle

  • Type: boolean
  • Default value: false
  • Suggested options: false, true
  • Categories: MINITWEAKS
    3

globalVillagerDiscounts

Shares the villager cure discounts amongst all players and applies discounts even if disconnected

  • Type: boolean
  • Default value: false
  • Suggested options: false, true
  • Categories: TOTOS
    5

instamineHardStones

Makes Deepslate and/or End Stone instaminable with Haste II, Efficiency V Netherite Pickaxe

  • Type: boolean
  • Default value: off
  • Suggested options: deepslate, endstone, both, off
  • Categories: PHOENIX, SURVIVAL

lightUpdates

Disables light updates

If set to suppressed, no light update can be executed which simulates light suppressor

If set to off, no light update can be scheduled or executed

[WARNING] If set to suppressed or off, new chunks cannot be loaded. Then if the server tries to load chunk for player movement or whatever reason the server will be stuck forever

  • Type: boolean
  • Default value: on
  • Suggested options: on, suppressed, off
  • Categories: TIS, CREATIVE, EXPERIMENTAL
    1

movableReinforcedDeeplsate

Makes Reinforced Deepslate movable

  • Type: boolean
  • Default value: false
  • Suggested options: false, true
  • Categories: PHOENIX, FEATURE

observerNoDetection

Stops all observer detection

  • Type: boolean
  • Default value: false
  • Suggested options: false, true
  • Categories: TIS, CREATIVE
    1

reintroduceUpdateSuppression

Re-introduces update suppression, item shadowing, provides insta-wire fixes, and disables update suppression crashes
/wr = all placement restrictions and updates of Wither Roses are removed

  • Type: boolean
  • Default value: true
  • Suggested options: false, true, wr
  • Categories: CARPET-FIXES, TIS, SHADOW, PHOENIX
    2
    1
    6

returnSpectators

Teleports players back to where they were when they changed to spectator

  • Type: boolean
  • Default value: false
  • Suggested options: false, true
  • Categories: TOTOS, SURVIVAL
    5

updateSuppressionSimulator

Activator / Powered Rails on Redstone Ore simulate update suppressors

Right before a powered Activator / Powered Rail on a Redstone Ore setting its powered state to false, throw the given JVM throwable

  • Type: boolean
  • Default value: false
  • Suggested options: false, true
  • Categories: TIS, CREATIVE
    1

Game Changes (NOT configurable)

Correct Block-State Tags

Block-entities will accurately display their state in the F3 menu (or MiniHUD). 7

Accurate Block Placement

Allows for alternative block placement packets to be fulfilled by the server. For Tweakeroo's flexible and accurateBlockPlacement. 7

Better Box Stacking Behavior

When Carpet's stackEmptyShulkerBoxes is set to true, empty Shulker Boxes will stack in a player's inventory, but not in block entity inventories. 4

Data Syncing to Client

Sync entity and blockEntity NBT from server to client.8
Requires Phoenix Client

Ignore Miscellaneous in Mobcap

The Misc mob group (set of mobs that do not spawn naturally) will always be ignored in local and global mobcap displays.
Affects logger and /spawn mobcaps command 1

Improved Entities through Portals Performance

Reverts change made for 1.19.3 that degraded performance of entities going through Nether Portals

Improved Litematica Pasting

When pasting a schematic with Litematica on a server, block entities with modified NBT data will be accurately pasted.
Implemented from Litematica Server Paster by Fallen-Breath

Footnotes

  1. Taken from Carpet TIS Additon 2 3 4 5 6 7 8 9

  2. Taken from Carpet-Fixes 2 3

  3. Taken from Minitweaks by manyrandomthings 2 3

  4. Taken from Essential Addons 2 3

  5. Taken from Toto's Carpet Tweaks 2

  6. Takken from Carpet Shadow

  7. Taken from Carpet Extra 2

  8. Taken from Plusls Carpet Addition which is Nyan-Work's maintained port

About

Carpet Extension for 1.20,1 that pulls from other exts and adds new functions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages