Skip to content

Releases: Beta-51/BetterthanVanilla

1.5.1

07 Mar 00:51
Compare
Choose a tag to compare

Bugfix!
Fire no longer spreads when staticFire is on.

1.6

08 Mar 00:03
Compare
Choose a tag to compare

You can now decide whether fences under farmland will let crops be trampled, or completely disable trampling.

add to config:
# Re-enable farmland trample prevention by putting fences under them
EnableAntiTrampleFences = false
# Completely disables trampling crops
DisableTrample = false

1.5

06 Mar 19:13
Compare
Choose a tag to compare
1.5

New config stuff and things.

You can now select which dimension tnt explodes in. You may also increase the window in time that you have to catch fish. Very useful for high-ping players.

add the following to your config file
# Adds time in ticks to the window of time that you can catch fish, very useful for players with higher ping. 10-15 is recommended. 0 to disable, -40 or lower to make fishing impossible.
AddTicksCatchableFishing = 10
# Disable TNT in the overworld
DisableTNTOverworld = true
# Disable TNT in the nether
DisableTNTNether = false
# Disable TNT in the sky dimension
DisableTNTSky = true

DisableTNT is now obsolete. Remove it from your config.

1.4.1

05 Mar 02:34
Compare
Choose a tag to compare

Fixed a silly bug.

Also /ping exists now.

1.4

04 Mar 21:22
Compare
Choose a tag to compare
1.4

Add to config
# Enable making portals to the Sky Dimension
EnableSkyDimensionPortals = true

You can now toggle whether creating portals with water is enabled.

1.3

03 Mar 17:12
Compare
Choose a tag to compare
1.3

3 new commands!
/opchat - Allows you to chat with other operators
/invsee - Allows you to look inside of players inventories, as well as modify them
/crafting - Allows you to open a crafting table on command wherever, and whenever, if enabled in the configuration file!
You can also set the MOTD on startup with the BtV config file, rather than use server-properties.
Speaking of configuration file, add the following:

# Let non-opped players use /craft
Craft = true

[ServerUtils]
# Message of the day, shows up in server list. Don't be inappropriate!
MOTD = "§5§lJoin us!"

1.2.1

03 Mar 10:26
Compare
Choose a tag to compare

Fixed bug that reverse the booleans on the /clear command allowing players to use it if it was disabled etc

1.2

02 Mar 16:49
Compare
Choose a tag to compare
1.2

IT'S URGENT YOU UPDATE!

Fixed a big bad bug.
Added a new option to the config, you can now decide whether beds explode in the nether/sky dimension. You might have to update your config.

Just add
" # Remove explosions from beds in non-respawn dimensions.
DisableBedExplosions = true"
just below "disableTNT".

1.1

01 Mar 08:56
Compare
Choose a tag to compare
1.1

now u can make rules

use /rules
to generate the rules files

to add new rules you must follow this diagram

"/rules 2" will search for the file BtVRules2.txt
and "/rules 3" will search for the file BtVRules3.txt
you do not need a 1 for BtVRules.txt

1.0

01 Mar 01:48
Compare
Choose a tag to compare
1.0

Halplib needed!