Changes made in configs of mob-heads, mini-blocks and more-recipes will now require a server restart, instead of changes updating with /tw reload command
Changes for Texture pack after 1.21.4 The
default tweakin resource pack has been updated for 1.21.4 and the item configs in the plugin have one more option added accordingly i.e. "item-model" which accepts string for eg. "tweakin:trowel" instead of a model number.
where "tweakin" is the namespace for your resource pack and "trowel" is model file name
Added disabled-armor-slots to better-armorstands, when any armor slot is added to this list, player won't be able to edit it in the armorstand GUI.
Re-coded the way recipes were added in more-blocks,back-to-blocks(stairs) and back-to-blocks(slabs) for more-recipes tweak.
Added Wolf Variants, Breeze and Bogged heads in mob-heads.
Note: the config key for default wolf(pale wolf) is changed from "wolf/angry_wolf" to "pale_wolf/angry_pale_wolf"
Added note-block-sound option to every mob head present in heads.yml, this is the sound which is played when a note block is activated and a specific mob head is placed above it, (ik ik i am late to the party, since this feature was a thing since 1.20.0 for vanilla mob heads)
Added coordinate-scale option to nether portal coords tweak, so while calculating the distance from overworld to nether and vice versa, any other multiplier can be used instead of default 8
Fixed bottled-cloud not working on towny plots
Fixed flint & steel(custom shaped portals) and other item related tweaks like trowel not using up durability when used
Changed piglin head texture to actual piglin head item
Griefs and Protection update: Added support for, Grief Prevention Lands CrashClaim Towny Residence for tweaks related to player and world like better-ladders, infinite-water-bucket, shear-item-frame, rotation-wrench etc
added hotkey option for crafting-table-on-stick and shulker box preview as of 1.18, middle click can't be detected in survival. The option defaults to SHIFT_RIGHT click, more click types can be found here (some may work some may not)
added check-permissions option for each tweak default to true, if set to false no permission checks will be made for players doing something regarding tweak (eg. using infinity water bucket)
added check-permissions-for-core-commands option default to true, if set to false only op will able to perform core commands like /tw reload,tw give etc., and no individual permission checks will made
fixed auto crafting from recipe book not working for tweakin recipes
Added tweakin-shear-item-frame world guard flag to shear item frames[default to true]
Added tweakin-better-sign-edit world guard flag to better sign edit[default to true]
added store-item option to lapis-in-table, if set to true the item thats being enchanted will also be stored in table and will be displayed above the table
internal changes to data storage in blocks
changes to regex for few list options in config.yml, from now regex will follow these rules 1) use NAME$ to take those names into account which end with "NAME" eg. "SHULKER_BOX$" 2) use ^NAME to take those names into acccount which start with "NAME" eg. "^NETHERITE"
Fixed IAException with pat dogs tweak
Fixed dirt sound being played while using quick place from better ladders
added alias option for commands in reacharound and coordinate hud
shear item frame will now respect other grief plugins like WorldGuard and grief prevention(it calls a fake block place event if player is not allowed to build/placeblocks in that area then the item frame will not be sheared)
Fixed the lapis dupe from Lapis stays in table tweak
Some of tweaks like Reacharound,Trowel,bottled-cloud,swingthrough grass,betterladders and burnvinetips should now respect other grief prevention plugins like worldguard
New option: black-list-materials for ReachAround tweak, materials in this list cant be placed with reach around indeed fixing a shulker box dupe issue reported by @itsdylon
New Tweak: Trowel Item
Code (YAML):
# A Trowel tool can be crafted with Iron and Sticks. # The Trowel, when right clicked, will place a random block from your hotbar, making it useful for ruins or paths. # Permission: # tweakin.trowel.use: provides permission to use the trowel trowel:
enabled: true
# weather or not item is craftable, if set to false recipes(from recipes.yml) regarding this item will not register craftable: true
# weather or not item should take damage on use, only use for damagable items like iron_hoe # Note: max uses of the item depends on what base material you are using example iron_hoe has 250 max durability meaning trowel will have 250 max uses take-damage: true
# configuration for item item:
id: IRON_HOE
display: "&7Trowel" flags: - HIDE_ATTRIBUTES
options.model: 102
lore: -
"&7Right-Click to place random blocks from hotbar"
new players will be given all permissions by default so there is less need to use permission manager
some minor fixes with fastleafdecay
A detailed description for bottled cloud with permissions:
Code (YAML):
# Using a Glass Bottle at the cloud levels (126-132 by default) will get you a Bottled Cloud. # The Bottled Cloud can be right clicked to produce a block floating in midair in front of you. # The cloud block disappears after a few seconds, but you can right click it with any other block to replace the two. # The cloud will go back in the bottle when you do this. # Permission: # tweakin.bottledcloud.*: provides all permissions related to this tweak # tweakin.bottledcloud.pickup: provides permission to pickup cloud with glass bottle at given heights # tweakin.bottledcloud.use: provides permission to use the bottled cloud bottled-cloud:
enabled: true
black-list-worlds: [] # minimium height for glass bottle to pickup cloud minimum-height: 126
# maximum height for glass bottle to pickup cloud maximum-height: 132
# configuration of item item:
id: GLASS_BOTTLE
display: "Bottled Cloud" lore: -
"&7Right-Click in air to place cloud" options.model: 101
added another tweak Coordinate hud, to use it add these lines to config.yml
Code (YAML):
# displays coordinate hud,direction and ingame time at actionbar # Permission: tweakin.coordinatehud # Command: /togglehud,/thud coordinate-hud:
enabled: true
# intervals in ticks at which hud will update interval-ticks: 2
messages.yml will contain all messages used by plugin
Reacharound will now able to place blocks that have blockdata like heads and banners