VanillaTweaks icon

VanillaTweaks -----

Add features to your server that feels MiNecRAftY



Have your ever wanted to add alot of features for your server but scared of not being Minecrafty enough?

Here comes VanillaTweaks Plugin. It's a completely free plugin adding alot of features that minecraft needs but without crossing the line.

With VanillaTweaks you can go from semi-realistic timbering to keep up with the vanilla feeling of minecraft using break-by-log way.
[​IMG]

Or instant-breaking way.
[​IMG]

To Customizing fishing bite time, and even adding custom rewards with chances !!
Code (YAML):
# Fast fishing feature implements new way of fishing
fastFishing
:
  enabled
: true
  minBiteTime
: 5   # Minimum ticks before fish bites
  maxBiteTime
: 15 # Maximum ticks before fish bites

  customRewards
:
    enabled
: true
    rewardMessage
: "§aYou fished up a special item: %item% x%amount%!"
    rewards
:
      - item
: DIAMOND
        amount
: 1
        chance
: 5   # 5% chance
      - item
: EMERALD
        amount
: 2
        chance
: 10 # 10% chance
      - item
: GOLD_INGOT
        amount
: 3
        chance
: 15
You also can implement the old attack speed meaning there's no attack cooldown like the good old days !!
Code (YAML):
# Making the hit cooldown disappear
old-attack-speed
: true
In addition with this plugin you can do your own recipe for any item in the game (custom items are not supported yet)
Code (YAML):
custom_recipes :
  # @You can make custom recipes using {Shaped-Shapeless} recipes
  # @You can add as many recipes as you want
  # @You can use any item name or material name
  # @You can set the amount of given item in the result
  # @You can use any shape for the recipe
  # @Shapeless means that the items can be placed in any order
  # @Shaped means that the items must be placed in the specific order


  # SHAPED EXAMPLE
  # You must specify the type of the recipe
  golden_apple
:
    enabled
: true
    type
: shaped
    shape
:
     - "GGG"
      - "GAG"
      - " G "
    ingredients
:
      G
: "GOLD_INGOT"
      A
: "APPLE"
    result
:
      item
: "GOLDEN_APPLE"
      amount
: 1

  # SHAPELESS EXAMPLE
  # Item name must be in uppercase
  enchanted_apple
:
    enabled
: true
    type
: shapeless
    ingredients
:
     - "GOLD_BLOCK"
      - "GOLD_BLOCK"
      - "GOLD_BLOCK"
      - "GOLD_BLOCK"
      - "GOLD_BLOCK"
      - "GOLD_BLOCK"
      - "GOLD_BLOCK"
      - "GOLD_BLOCK"
      - "APPLE"
    result
:
      item
: "ENCHANTED_GOLDEN_APPLE"
      amount
: 1

  # SHAPED EXAMPLE
  # Put spaces for empty slots
  iron_armor_horse
:
    enabled
: true
    type
: shaped
    shape
:
     - "I I"
      - "III"
      - "IHI"
    ingredients
:
      I
: "IRON_INGOT"
      H
: "LEATHER_HORSE_ARMOR"
    result
:
      item
: "IRON_HORSE_ARMOR"
      amount
: 1
With it you can create shaped/shapeless recipes !!

OTHER FEATURES
- VeinMiner: Allowing to break connected ores Silktouch is supported.
- Auto-Replant: When right-click using a hoe it breaks the wheat and auto-replanting from the player's inventory
- New-Mob-Spawning: When a mob spawns it spawns from underground like realistic digging.
- Better-Ladders: Making climbing ladder alot faster (EXPERMINTAL).
Code (YAML):
# Making climbing ladders faster
better-ladders
:
  enabled
: true
  ladder-sneaking-speed
: 0.3
  ladder-sprinting-speed
: 0.5
  ladder-normal-speed
: 0.4
  ladder-descend-speed
: 0.6
- Throwable-TNT: Right-Click a TNT with your hand will launch a primed TNT from your location.
[​IMG]

And finally you can stop crops from removing by jumping on them
Code (YAML):
# Prevent players from ruining your beautiful seeds !!
no-crop-trample
: true
For any bugs/issues visit discord:
https://discord.gg/sA4mXz9prn
Resource Information
Author:
----------
Total Downloads: 25
First Release: Feb 10, 2025
Last Update: Feb 10, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings