TweaksTSC
PluginLicenseRef-All-Rights-Reserved

TweaksTSC

This project is in phase on development and pursue the goal of having a compact, simple and useful Tweak Plugin for enchancing Vanilla servers.

18
Downloads
0
Followers
3 months ago
Updated
📦
3
Versions

📖About TweaksTSC

This project is in phase of development! Feel free to join the discord channel and suggest features / tweaks!

  • Hologram Item Frame Tweak: You can right click an Item Frame to display the Hologram of the name of the item that is placed on the item frame. By default its enabled.

  • Bypass Non-Vanilla Enchanted Book Levels Cap: You can now enable or not an Anvil Tweak which you can use to bypass the maximum level cap for the enchantments by having in first order a non-vanilla book. By default its enabled.

    Examples to clarify:

    1. Riptide 3 + Riptide 3 -> Riptide 4 ❌
    2. Trident + Riptide V -> Trident with Riptide V✅
    3. Trident with Umb 2 + Book with Riptide V, Umb 2, Piercing 1 -> Trident With Riptide V and Umb 3 ✅
  • Anvil Cheap Rename: You can set up a custom requirement level in the cost-in-xp-level field (integer, by default its 1 and its enabled) if you only rename an object in your anvil.

  • Anvil "Too Expensive" Cap Remover / Setter: You can enable or not the "Too Expensive" level cap "wall" in the anvil and also set which xp-level should be the cap "wall" for the "Too Expensive" message. By default, to pursue the vanilla goals, its enabled and set to 40.

NOTE: This is a client-side process, so the correct xp-level requirement will only be displayed in the Action Bar; however, for enchantment costs < 40, you can still use the Anvil default gui to see if you are able to perform or not the process, but for levels >= 40 you will see "Too Expensive": ignore that and just see the Action Bar and the Chat Messages instead.

This plugin requires two more plugin (for the Hologram Item Frame Tweak Only):

  1. Mandatory required plugin: Decent Holograms https://modrinth.com/plugin/decentholograms
  2. Facultative plugin (if you want to render the colors): MiniCompact plugin suggested (it works also for 1.21.10) https://modrinth.com/plugin/minicompat

uncommented config.ylm:

messages:
  reloaded: "&aTweaksTSC config reloaded!"
  no-permission: "&cWho are you? I don't know you. You're without permission!"


tweaks-selector:


## ITEM FRAME BRUSHING SECTION

  item-frame-brushes:
    enable: true

    brush:
      material: BRUSH 
      damage-per-use: 1

    offset:
      forward: 0.30
      height: 0.75

    messages:
      enabled: "&6Frame brushed!"
      disabled: "&6Frame unbrushed!"

## ANVIL SECTION

  anvil-enchantment-level-cap-bypass:
    enable: true
  anvil-cheap-rename:
    enable: true
    cost-in-xp-level: 1
  anvil-too-expensive-cap:
    enable: true
    too-expensive-cap-level: 40
##