Minecraft NoFloatingTrees mod 2026 download
logo
minecraft mod NoFloatingTrees

NoFloatingTrees

Game Version: CB 1.4.7-R1.0
Total Downloads: 17,967
Updated: Feb 11, 2013
Created: Aug 25, 2011
Download NoFloatingTreesDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
v0.12 release 56.76 KB Feb 11, 2013 CB 1.4.7-R1.0 5,001 download NoFloatingTrees v0.12 releaseDownload
v0.11 release 46.65 KB Sep 14, 2012 1.3.2 2,218 download NoFloatingTrees v0.11 releaseDownload
v0.10 release 84.68 KB Jun 1, 2012 1.2.5 1,374 download NoFloatingTrees v0.10 releaseDownload
v0.9 release 66.05 KB Apr 27, 2012 1.2.5 1,021 download NoFloatingTrees v0.9 releaseDownload
v0.8.1 release 36.42 KB Mar 31, 2012 CB 1.2.4-R1.0 1,201 download NoFloatingTrees v0.8.1 releaseDownload
v0.8 release 36.42 KB Mar 30, 2012 CB 1.2.4-R1.0 309 download NoFloatingTrees v0.8 releaseDownload
v0.7 release 36.08 KB Mar 26, 2012 CB 1.2.3-R0.2 372 download NoFloatingTrees v0.7 releaseDownload
v0.6.1 release 43.44 KB Mar 15, 2012 CB 1.2.3-R0.2 374 download NoFloatingTrees v0.6.1 releaseDownload
v0.6 release 44.16 KB Nov 27, 2011 CB 1.1-R1 3,089 download NoFloatingTrees v0.6 releaseDownload
v0.5 release 36.23 KB Nov 2, 2011 CB 1337 1,069 download NoFloatingTrees v0.5 releaseDownload
v0.4.3 release 32.89 KB Oct 14, 2011 CB 1317 652 download NoFloatingTrees v0.4.3 releaseDownload
v0.4.2 release 32.85 KB Aug 29, 2011 CB 1317 1,011 download NoFloatingTrees v0.4.2 releaseDownload
v0.4.1 [CB1060] release 32.65 KB Aug 25, 2011 - 276 download NoFloatingTrees v0.4.1 [CB1060] releaseDownload

Description

Share this:

NoFloatingTrees

Description

This plugin will try to remove any logs that are left floating in the air when a player cuts down a tree so that the leaves can decay. Floating leaves are a pet hate of mine and the current ways to tackle them seem to either involve giving the player lots of easy free wood or take up an awful lot of admin time.

Any tree that has been partially cut down will decay over time as leaves normally do 40 seconds after being cut. A log that decays naturally will have a 15% chance of dropping an item, this should discourage people from cutting down trees and then waiting for them to fall. All of these chances and timings can be changed via the config file.

If you have the LogBlock plugin installed, any blocks that this removes will be logged as the user NoFloatingTrees. Note this this will only work on trees that are cut down when the plugin is installed, there is not much that can be done about existing ones 🙁

Bug Reports / Suggestions

If you find a bug, encounter a problem or have a suggestion, please fill out a ticket via the Tickets link above. I do not have the time to read through the comments section, any comment that fits the previous three categories will be ignored.

Commands

/nft queue – Prints the number of blocks currently in the decay queue. To use this command you must have the nofloatingtrees.queue.size permission which also defaults to OPs only.

/nft purge – Used to removed all floating trees regardless of how close a player is. To use this command you must have the nofloatingtrees.queue.purge permission which defaults to OPs only.

Config

Default

use-logblock: true
ignore-worlds:
- world_nether
- world_the_end
decay:
  frequency: 2
  wait-time: 40
  chance: 15
  drop-chance: 15

use-logblock

If this is set to false blocks removed by the plugin will not be logged even if LogBlock is found.

ignore-worlds

If you have worlds where people can't (or just don't) cut down trees you should list them here, this will improve performance slightly.

decay

frequency

How often floating logs should try to decay, in seconds.

wait-time

How long a log should stay floating before starting to decay, also in seconds.

chance

How likely it is for a low to decay per try this is a percentage so setting it to 100 will cause the entire tree to vanish in one go.

drop-chance

Similar to the above except this controls how likely it is for a decaying log to drop an item.

Contributing

Contributions to the project are very much welcome, if you have a feature that you want implemented and know a nice way to do it then consider forking the repo and submitting a pull request. These will be accepted as long as the following simple guidelines are followed.

  • Do not edit the structure of the pom.xml file, feel free to add a dependency if you need it but the formatting and structure should not be changed.
  • If you are exposing a new API method, add a JavaDoc comment to it, but don't over-comment internal code.
  • Follow the existing code style, don't antagonise over every space though !

All dependencies that are used are now available from a public Maven repo, so you don't have to worry about building several other projects just to add a simple change any more.

Source Code

Available on GitHub

Dev Builds

Changes Since Last Release

Download

Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.

http://bukkit.jacekk.co.uk:8000/job/NoFloatingTrees/

Download Stats

View detailed stats

Comments

Add a comment