Let Paper Be Good
Let Paper Be Good is a project that pursue the goal of having a compact, simple and useful Plugin to enhance Paper servers.
Let Paper Be Good
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 3 > 2. Trident + Riptide 5 book -> Trident with Riptide 5 > 3. Trident with Umb 2 + Book with Riptide 5, Umb 2, Piercing 1 -> Trident With Riptide 5 and Umb 3 > 4. Riptide V book + Efficiency IV book -> Riptide V and Eff IV Book ✅ > 5. Efficiency IV book + Riptide V book -> Riptide III and Eff IV Book ❌
> DISCLAIMER: Watch the difference between the example couples 4-5. This behavior is because you must fuse the other books into the non-vanilla book, in order to keep a balanced cost respect to the power level of the book itself. This also means that you cannot fuse two non-vanilla books.
- 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 but for levels >= 40 you will see "Too Expensive": ignore that and just see the Action Bar and the Chat Messages instead.; 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 ## ```