Code Monkey home page Code Monkey logo

slimefun / sensibletoolbox Goto Github PK

View Code? Open in Web Editor NEW
30.0 7.0 28.0 6.45 MB

SensibleToolbox is a plugin which adds a bunch of new items, tools and blocks to your Minecraft Server. It also features an energy system, machines and an item transport system.

Home Page: https://dev.bukkit.org/projects/sensible-toolbox

License: GNU General Public License v3.0

Java 100.00%
minecraft bukkit spigot plugin slimefun machines electric mod sensible toolbox

sensibletoolbox's People

Contributors

alekso56 avatar desht avatar iamsorryart avatar j3fftw1 avatar md5sha256 avatar michel-zimmer avatar mmj744 avatar renovate-bot avatar sefiraat avatar sfiguz7 avatar thebusybiscuit avatar thepieguy25 avatar wouterdedroog avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

sensibletoolbox's Issues

Recipes not Showing

๐Ÿ“ Description (REQUIRED)

When viewing an stb recipe in /sf guide and clicking on an stb component (in that recipe), it dosent do anything.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

Open an stb item in /sf guide with stb components in it
Click on the stb component in the guide
Watch nothing happen

๐Ÿ’ก Expected behavior (REQUIRED)

It shouldve showed the recipe for the stb component

๐Ÿ“œ Server Log

Nothing unusual in server log

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Paper-387
  • Minecraft Version: 1.15.2
  • SensibleToolbox Version: DEV - 25
  • Slimefun Version: DEV - 702

Use PaperLib

๐Ÿ“ Description (REQUIRED)

We should start optimizing this plugin for Paper Servers.

So that's why we should start to utilize PaperLib:
https://github.com/PaperMC/PaperLib

Main points that should be adressed are:

  • Reducing BlockState lag
  • Implement async teleportation (if applicable)

Error when trying to break a display sign

๐Ÿ“ Description (REQUIRED)

When breaking the display sign of a machine the server halts for a bit and spits out an error.
You do actually get the sign but the error shouldn't happen really.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

  1. Left click a machine with a sign to place a display sign
  2. Break the sign
  3. Watch the error pop up

๐Ÿ’ก Expected behavior (REQUIRED)

I expected no error to open and no pause

๐Ÿ“œ Server Log

Here's the error that generated:
https://pastebin.com/7QMX4zZe

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Paper (git-204)
  • Minecraft Version: 1.16.3
  • SensibleToolbox Version: DEV - 1 @ b0ab4a7

Issue with the newest CS-Corelib in 1.16.3

Hi! I found an issue with the plugin that I have a 1.16.3 server and I downloaded Slimefun4's and CS-CoreLib's newest dev version but when I downloaded the latest version of SensibleToolbox it says that CS-CoreLib Updater cant found the sensibletoolbox on Bukkit dev, and cant enable it. [SensibleToolbox - Updater] Could not connect to BukkitDev, is it down? and this is the same issue with SlimeMobs and SlimefunOres plugin in 1.16.3 Can you help me to fix this and use these 3 plugins in 1.16.3 with the Slimefun4 and without any issue?

Placing a display sign will always result in oak wall signs

๐Ÿ“ Description (REQUIRED)

When you left click a machine with a sign, a display sign is placed. This also works for other types of signs but it will always place an oak sign, no matter the type of sign used.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

  1. Left click a machine with a sign to place a display sign
  2. Notice the placed sign being always made of oak

๐Ÿ’ก Expected behavior (REQUIRED)

I expected it to place the correct type of sign.

๐Ÿ“œ Server Log

No errors in the console.

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Paper (git-204)
  • Minecraft Version: 1.16.3
  • SensibleToolbox Version: DEV - 1 @ b0ab4a7

Auto updater

๐Ÿ“ Description (REQUIRED)

Hi, auto updater prob. doesn't work, plugin doesn't update automatically on the latest build.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

Just try download older version, restart and see if it was updated.

๐Ÿ’ก Expected behavior (REQUIRED)

It should automatically update to the latest version.

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Paper
  • Minecraft Version: 1.16.3
  • SensibleToolbox Version: I tried DEV 2, and it wasn't updated to DEV 4 automatically

Please updata 1.19

  • Server Software (Spigot/Paper): purpur - 1.19
  • Minecraft Version: 1.19
  • SensibleToolbox Version:SensibleToolbox - DEV 46 (git 904da)

Please updata 1.19~

Hacktoberfest 2020

๐Ÿ“˜ Why Hacktoberfest?

Slimefun is participating in the annual Hacktoberfest event this year.
This is an awesome opportunity to contribute to open-source repostitories and get a free limited edition t-shirt or to plant a tree!
You can sign up for Hacktoberfest right here: https://hacktoberfest.digitalocean.com/

In order to complete Hacktoberfest, you need to submit four pull requests to any public repository on GitHub.
Slimefun has been open-source and home to many multinational contributors throughout several years, so this is a perfect oppurtunity for you to get involved! And you can win a cool shirt or plant a tree of course!

This year we specifically made some Hacktoberfest issues for Slimefun4 which explain what is needed, the difficulty level and the classes you will likely need to deal with/look at. We hope this helps people not familiar with the codebase to get a more welcoming entry into the project.

๐Ÿ’ก Suggested types of pull requests

โš ๏ธ What we don't want to see

  • Spam Pull Requests that serve no purpose other than abusing the event in order to get a shirt, we will mark such pull requests as invalid!
  • Pull Requests that break Slimefun or its addons
  • Fixing one or more typos is fine, but don't make 5 Pull Requests each fixing a single typo
  • Code style changes, please follow the existing formatting and style of code
  • Breaking changes (if you're changing the API please do check with us beforehand)

๐Ÿ’ฌ Join the conversation

If your change is one of the listed cases then please use this opportunity for your pull request.
We recommend you to comment on an issue if you start working on a change in order to avoid multiple users working on the same thing.
You can of course always ask for help and guidance on the corresponding issue or on our Discord Server


โค๏ธ Happy contributing from the Slimefun team!

Spamming error in console while crafting

๐Ÿ“ Description (REQUIRED)

Error in console while crafting in crafting table. Instantly spamming.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

  1. Upload plugin
  2. Open crafting table
  3. Place there anything, for ex. wood
  4. Don't craft new item, just grab the old wood and... in console will pop up error

๐Ÿ’ก Expected behavior (REQUIRED)

This shouldn't spam into console... when you just place item to crafting table and then hold it again.

๐Ÿ“œ Server Log

https://pastebin.com/sGX8xVhs

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Paper
  • Minecraft Version: 1.16.3
  • SensibleToolbox Version: DEV 6
  • CSCoreLib: 91
  • Slimefun: 683
    PS: Tested just with these 3 plugins.

Auto Farm doesn't harvest crops

๐Ÿ“ Description (REQUIRED)

I have powered Auto farm, everything is connected, over the farm are crops. And farm acts like disabled. Just doesn't want to harvest crops.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

Just put a Farm, power it and check if it works.

๐Ÿ’ก Expected behavior (REQUIRED)

Farm should just harvest and replant crops.

๐Ÿ“œ Server Log

Nothing unusual on logs.

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Spigot
  • Minecraft Version: 1.16.4
  • SensibleToolbox Version: DEV 31 (git 6b667)\
  • Slimefun Version (I don't know it is neccesary, but why not): DEV 739 (git 3170)
    obraz_2020-11-11_230521
    image

ProtocolLib wasn't detected from some reason

๐Ÿ“ Description (REQUIRED)

Hi, I'm using protocollib, but STB thinks that I don't.... And there are some disadvantages due to it.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

  1. Have downloaded protocollib and sensitible toolbox and look into log.
  2. May you have to load it after protocollib.

๐Ÿ’ก Expected behavior (REQUIRED)

ProtocolLib should be normally hooked and everything should work as expected.

๐Ÿ“œ Server Log

https://pastebin.com/UfHx7PbH - other plugins loaded before STB were hooked to protocollib normally.

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Paper
  • Minecraft Version: 1.16.4
  • SensibleToolbox Version: 35

Clicking on lever

๐Ÿ“ Description (REQUIRED)

Hi, when you click on lever, then big error is printed into console.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

  1. Click on lever with right click.
  2. See console for errors.

๐Ÿ’ก Expected behavior (REQUIRED)

Any error printed there.

๐Ÿ“œ Server Log

https://pastebin.com/D57e0F55

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Paper
  • Minecraft Version: 1.16.3
  • SensibleToolbox Version: 15

Unstable development builds - please read

โ— IMPORTANT

SensibleToolbox used to be discontinued in Minecraft 1.9.
But I recently have updated it to work on Minecraft 1.14-1.16, note though that these builds are extremely UNSTABLE.

To reiterate: They are not stable. We don't recommend using them on any live server yet, you should be careful and only ever use STB on a designated private test server for now.

โš ๏ธ Please report bugs

Updating this project took me a total of 9 months and it has only gotten to the point of being compilation-ready.
So now it comes to you, please test these builds and report any bugs that arise. I am sure that together, we will revive this old fan-favourite.

๐Ÿ“š To Dos

STB is compileable now, but it is full of bugs and needs a lot of love and care.
Even the code needs to be updated, refactored in many many places too!
https://sonarcloud.io/dashboard?id=Slimefun_SensibleToolbox

  • Adding Javadocs to most main methods
  • Adding @author tags retroactively to files to indicate who created them
  • Adding @Nonnull and @Nullable annotations to method parameters and return types
  • Clearing out all deprecation warnings
  • Getting everything to work properly again and fixing all bugs

Sensible toolbox fails to load - 1.16.5 - rc 27

๐Ÿ“ Description (REQUIRED)

Sensible toolbox fails to load, now logs error:
java.lang.ClassNotFoundException: me.mrCookieSlime.Slimefun.Objects.SlimefunItem.SlimefunItem

๐Ÿ“œ Server Log

https://pastebin.com/yUHLVkwN

๐Ÿงญ Environment (REQUIRED)

This Server uses the following setup of Slimefun:
Paper git-Paper-788 (MC: 1.16.5)
Slimefun DEV - 968 (git 79c6c139)
Metrics-Module #25
Java 16

Installed Addons: (35)
ExtraTools vDEV - 29 (git 83f6db7f)
FoxyMachines vDEV - 51 (git 3493db25)
SlimefunOreChunks vDEV - 15 (git 2520cb23)
SensibleToolbox vDEV - 45 (git dbcee02)
DynaTech vDEV - 133 (git f1901252)
ExtraGear vDEV - 13 (git c62047e2)
CMILib v1.0.3.9
InfinityExpansion vDEV - 123 (git f5f22167)
ElectricSpawners vDEV - 23 (git 6ec96773)
SFCalc vDEV - 36 (git 74973a41)
ExtraHeads vDEV - 22 (git 35688aa3)
MobCapturer vDEV - 17 (git c21b00a5)
SlimyTreeTaps vDEV - 20 (git 963f0383)
PrivateStorage vDEV - 18 (git 5832db21)
FlowerPower vDEV - 5 (git 9772d319)
SlimeTinker vDEV - 35 (git 5e4c1783)
Galactifun vDEV - 10 (git 35f97ac1)
TranscEndence vDEV - 35 (git b29a1a49)
CMI v9.0.4.1
FluffyMachines vDEV - 90 (git b36089e8)
ChestTerminal vDEV - 44 (git 3115957d)
DyedBackpacks vDEV - 17 (git 8b329e96)
SoundMuffler vDEV - 22 (git 37411b6c)
AlchimiaVitae vDEV - 12 (git d27baab4)
SlimefunWarfare vDEV - 65 (git 0937c8d6)
HotbarPets vDEV - 38 (git fa6c871d)
EcoPower vDEV - 5 (git 5c1ecd68)
SlimefunLuckyBlocks vDEV - 36 (git 60f0c8dc)
ExoticGarden vDEV - 77 (git a2c4b6d3)
Liquid vDEV - 13 (git 6b71d3b3)
LiteXpansion vDEV - 155 (git 574d551a)
SimpleUtils vDEV - 14 (git 4b1259c7)
SoulJars vDEV - 23 (git b8358a1f)
PotionExpansion vDEV - 5 (git e2cfcd8a)
SlimyRepair vDEV - 4 (git 790c41cb)

BSU Dupe Bug Report

๐Ÿ“ Description (REQUIRED)

BSU Sensible Toolbox, Place an item into the BSU and you can duplicate the items.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

Step 1: Get two items that can stack.
Step 2: Keep one item in your inventory and place the other item in the BSU
Step 3: Make sure the item transfers from output to input
Step 4: Once the item goes to input double click the same item you put in the BSU in your inventory
Step 5 After you double click the item, it will take the item from the middle of the BSU and the input item and combine them so you now will have two of the same item plus the one in your inventory
Then repeat steps 2 through step 5 and get infinite items of what you put in

Youtube Video Proof: BSU Dupe Glitch YT|

๐Ÿ’ก Expected behavior (REQUIRED)

Not duplicate the item.

๐Ÿ“œ Server Log

No Errors within Logs.

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Paper-768
  • Minecraft Version: 1.16.5
  • SensibleToolbox Version: SensibleToolbox - DEV 40 (git f3e78)
  • Slimefun Version: Slimefun4 - DEV 935 (git 27556)
  • DyedBackpacks Version: DyedBackpacks - DEV 15 (git 5f5e8)
  • Exotic Gardens Version: ExoticGarden - DEV 76 (git d148a)

Auto Builder does not recognize it's item inventory. All kinds of placement does not work

๐Ÿ“ Description (REQUIRED)

AutoBuilder cannot detect block items in it's inventory.
Cannot use all modes of auto builder block placement.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

Simply craft and power an auto builder, get and set the desired positions using the marker tool then set the auto builder to any block placing mode. It will say that there's no item in it's inventory

๐Ÿ’ก Expected behavior (REQUIRED)

-auto builder should be able to place blocks using the blocks inside it's inventory.

๐Ÿ“œ Server Log

Sorry no access to server's logs. I'm only a player there

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Spigot
  • Minecraft Version: Spigot 1.16.4-R0.1-Snapshot
  • SensibleToolbox Version: build #38

Ender Leash can be used to duplicate mobs

๐Ÿ“ Description (REQUIRED)

I have only tested this with turtles so far but the main problem seems to be that the interaction is called twice, probably for the main hand and the offset hand.
With results in the mob being captured but also released at the same time, the ItemStack is updated incoherently, which makes the mob duplicate.

Here is a video illustration:
GIF

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

  1. Take an Ender Leash, hold it in your main hand with nothing in the off hand
  2. Right click a turtle

๐Ÿ’ก Expected behavior (REQUIRED)

The turtle should have been removed.

๐Ÿ“œ Server Log

No significant data in the logs

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Paper (git-204)
  • Minecraft Version: 1.16.3
  • SensibleToolbox Version: DEV - 1 @ b0ab4a7

Server 50% TPS Loss while still at 20 TPS

๐Ÿ“ Description (REQUIRED)

Server stays at 19 - 20 TPS but entities and block placements are still delayed, as if the TPS was <15. I've already installed Clearlagg and have generated timings reports but I have no idea how the server stays at a consistent 50% TPS loss, even through restarts. Timings says Slimefun::Task: io.github.thebusybiscuit.slimefun4.implementation.tasks.TickerTask$$Lambda$5328 (Single) (SELF) is causing 680% tick. I have set up the startup parameters from Aikar's timings as well, but hasn't caused any noticeable differences.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

https://timings.aikar.co/?id=ee479657a0e946e7a661d5635229eac0

https://www.youtube.com/watch?v=TpPB3oknVJY&feature=youtu.be

Run Slimefun 4 on server (1.16.4) with plugins below:
Plugins (29): ClayTech, ClearLag, CS-CoreLib, EcoPower, Essentials, ExoticGarden, ExtraGear, ExtraHeads, ExtraTools, FluffyMachines, FoxyMachines, GriefPrevention, GSit, Harbor, HotbarPets, InfinityExpansion, LiteXpansion, LuckPerms, MassiveCore*, MobCapturer, MoreTools, ServerRestorer, Slimefun, SlimefunOreChunks, SlimefunWarfare, SlimyPowerSuits, SlimyTreeTaps, SoulJars, WorldEdit

๐Ÿ’ก Expected behavior (REQUIRED)

TPS Loss % not staying at 50 for entire server uptime, server shouldnt be jittering when its at 20 TPS, i don't even know how this is possible, I've never had this issue before.

๐Ÿ“œ Server Log

https://pastebin.com/ND9Pi6ma

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Paper
  • Minecraft Version: Java 1.16.4
  • SensibleToolbox Version: N/A
  • 3GB

It doesn't even start

๐Ÿ“ Description (REQUIRED)

It does not load, and it does not detect ProtocolLib

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

Put the plugin into the /plugins/ folder

It should start and detect ProtocolLib

๐Ÿ“œ Server Log

[14:58:42] [Server thread/INFO]: [SensibleToolbox] Enabling SensibleToolbox vDEV - 32 (git bdd1e09b)
[14:58:42] [Server thread/WARN]: [SensibleToolbox] ProtocolLib not detected - some functionality is reduced:
[14:58:42] [Server thread/WARN]: [SensibleToolbox]   No glowing items, Reduced particle effects, Sound Muffler item disabled
[14:58:43] [Server thread/INFO]: [SensibleToolbox] Connecting to local database...
[14:58:43] [Server thread/ERROR]: Error occurred while enabling SensibleToolbox vDEV - 32 (git bdd1e09b) (Is it up to date?)
java.lang.UnsatisfiedLinkError: org.sqlite.core.NativeDB._open_utf8([BI)V
	at org.sqlite.core.NativeDB._open_utf8(Native Method) ~[patched_1.16.4.jar:git-Paper-282]
	at org.sqlite.core.NativeDB._open(NativeDB.java:78) ~[patched_1.16.4.jar:git-Paper-282]
	at org.sqlite.core.DB.open(DB.java:202) ~[patched_1.16.4.jar:git-Paper-282]
	at org.sqlite.SQLiteConnection.open(SQLiteConnection.java:243) ~[patched_1.16.4.jar:git-Paper-282]
	at org.sqlite.SQLiteConnection.<init>(SQLiteConnection.java:61) ~[patched_1.16.4.jar:git-Paper-282]
	at org.sqlite.jdbc3.JDBC3Connection.<init>(JDBC3Connection.java:28) ~[patched_1.16.4.jar:git-Paper-282]
	at org.sqlite.jdbc4.JDBC4Connection.<init>(JDBC4Connection.java:21) ~[patched_1.16.4.jar:git-Paper-282]
	at org.sqlite.JDBC.createConnection(JDBC.java:115) ~[patched_1.16.4.jar:git-Paper-282]
	at org.sqlite.JDBC.connect(JDBC.java:90) ~[patched_1.16.4.jar:git-Paper-282]
	at java.sql.DriverManager.getConnection(DriverManager.java:664) ~[?:1.8.0_212]
	at java.sql.DriverManager.getConnection(DriverManager.java:270) ~[?:1.8.0_212]
	at io.github.thebusybiscuit.sensibletoolbox.core.storage.DatabaseManager.connectToSQLite(DatabaseManager.java:44) ~[?:?]
	at io.github.thebusybiscuit.sensibletoolbox.core.storage.DatabaseManager.<init>(DatabaseManager.java:32) ~[?:?]
	at io.github.thebusybiscuit.sensibletoolbox.core.storage.LocationManager.<init>(LocationManager.java:72) ~[?:?]
	at io.github.thebusybiscuit.sensibletoolbox.core.storage.LocationManager.getManager(LocationManager.java:89) ~[?:?]
	at io.github.thebusybiscuit.sensibletoolbox.core.STBItemRegistry.registerItem(STBItemRegistry.java:112) ~[?:?]
	at io.github.thebusybiscuit.sensibletoolbox.SensibleToolboxPlugin.registerItems(SensibleToolboxPlugin.java:353) ~[?:?]
	at io.github.thebusybiscuit.sensibletoolbox.SensibleToolboxPlugin.onEnable(SensibleToolboxPlugin.java:224) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.4.jar:git-Paper-282]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.4.jar:git-Paper-282]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.4.jar:git-Paper-282]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:501) ~[patched_1.16.4.jar:git-Paper-282]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:415) ~[patched_1.16.4.jar:git-Paper-282]
	at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:468) ~[patched_1.16.4.jar:git-Paper-282]
	at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:239) ~[patched_1.16.4.jar:git-Paper-282]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:940) ~[patched_1.16.4.jar:git-Paper-282]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.4.jar:git-Paper-282]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
[14:58:43] [Server thread/INFO]: [SensibleToolbox] Disabling SensibleToolbox vDEV - 32 (git bdd1e09b)

๐Ÿงญ Environment (REQUIRED)

Paper v1_16_R3
CS-CoreLib v1.6.3
STB#32

50k battery crafting doesn't work

๐Ÿ“ Description (REQUIRED)

Hi, my players tried to craft 50k battery from STB, but recipe doesn't work. They normally earned (crafted) 50K energy cell, earned glasses, golden ingot and 2 redstone dust and tried to craft this item, but it didn't work. These vanilla items (glass, gold, redstone) were really normal, didn't have any nbt tag, so they should be ok. Then 50K energy cell should be ok too, because I had given this item through recipe book and then to wanted to craft it myself, but for me it didn't work neither.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

  1. Earn material on 50K battery.
  2. Try craft it.

๐Ÿ’ก Expected behavior (REQUIRED)

It should be craftable.

๐Ÿ“œ Server Log

Any errors.

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Paper
  • Minecraft Version: 1.16.4
  • SensibleToolbox Version: 32

Error in console (prob. from BigStorageUnit, really spamming one)

๐Ÿ“ Description (REQUIRED)

Hi, I found today this error in console. i'm sorry but I don't know what exactly makes him.... but it spams my console very much, maybe you'll be more clever.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

  1. I'm using plugin STB and other addons.
  2. There are normally players on server.
  3. Then I saw this error in console, I'm sorry but I don't know wwhat exactly made it.

๐Ÿ’ก Expected behavior (REQUIRED)

Any error.

๐Ÿ“œ Server Log

https://pastebin.com/4sNpqrxE

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Paper, 228
  • Minecraft Version: 1.16.3
  • SensibleToolbox Version: 26

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update actions/checkout action to v4
  • Update actions/setup-java action to v4
  • Update dependency com.comphenix.protocol:ProtocolLib to v5
  • Update hmarr/auto-approve-action action to v4
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/auto-approve.yml
  • hmarr/auto-approve-action v2.1.0
.github/workflows/closed-issues-reason.yml
  • TheBusyBiscuit/recently-closed-issues 1.1.0
.github/workflows/duplicates.yml
.github/workflows/maven-compiler.yml
  • actions/checkout v2
  • actions/setup-java v2
.github/workflows/merge-conflicts.yml
maven
pom.xml
  • org.apache.maven.plugins:maven-compiler-plugin 3.8.1
  • org.apache.maven.plugins:maven-source-plugin 3.2.1
  • org.apache.maven.plugins:maven-shade-plugin 3.2.4
  • org.apache.maven.plugins:maven-javadoc-plugin 3.3.1
  • com.google.code.findbugs:jsr305 3.0.2
  • com.comphenix.protocol:ProtocolLib 4.7.0
  • com.gmail.filoghost.holographicdisplays:holographicdisplays-api 2.4.9
  • com.github.TheBusyBiscuit:Slimefun4 RC-30
  • io.github.baked-libs:dough-api 1.1.1
  • io.papermc:paperlib 1.0.7
  • org.bstats:bstats-bukkit 2.2.1
  • com.sk89q.worldedit:worldedit-bukkit 7.2.8

  • Check this box to trigger a request for Renovate to run again on this repository

Console exception Cannot measure distance between world and world_nether

๐Ÿ“ Description (REQUIRED)

Hi, I'm getting this error into console. Don't know exactly why it's happening, probably due to distance in these two worlds.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

  1. Enable world and world_nether.
  2. Then I don't know what caused it, you could try to discover.

๐Ÿ’ก Expected behavior (REQUIRED)

Any error in console.

๐Ÿ“œ Server Log

https://pastebin.com/W71H16QF

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Paper
  • Minecraft Version: 1.16.4
  • SensibleToolbox Version: 34

Can't send item to a chest although i had use sender modules

๐Ÿ“ Description (REQUIRED)

Can't send item to a chest although i had use sender modules
The items stored in the Item Router

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

I had put 2 chests near 2 side Item Router ( East, West and Item Router is between them )
I had use Puller Upgrade select East and Sender Upgrade select West with filter is blacklist with no item

๐Ÿ’ก Expected behavior (REQUIRED)

I can send item to a chest like description

๐Ÿ“œ Server Log

๐Ÿงญ Environment (REQUIRED)

Plugin:
Sensible Toolbox - DEV 46 (git 904da)
Slimefun4 - DEV 1015 (git 2c4f8)
Java 16 (OpenJDK 64-Bit Server VM 16.0.2+7)
Windows 10 10.0 (amd64)

  • Server Software (Spigot/Paper): Paper
  • Minecraft Version: 1.16.5
  • Sensible Toolbox Version: DEV 46 (git 904da)

Error in console about packet

๐Ÿ“ Description (REQUIRED)

Hi, I got mentioned an error in the console, also from other plugins, unfortunately, I don't know what happened.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

Sorry, I don't know.

๐Ÿ’ก Expected behavior (REQUIRED)

Any error.

๐Ÿ“œ Server Log

https://pastebin.com/GqqwbUAT

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Tuinity
  • Minecraft Version: 1.16.5
  • SensibleToolbox Version: 39

Not Compatible with MC 1.17

๐Ÿ“ Description (REQUIRED)

Trying to upgrade server to 1.17 and it says that Sensible-Toolbox is not compatible.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

Upgrade to MC 1.17 and add Sensible-Toolbox #40.

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Paper (git-paper-"ed5100f" (MC:1.17)
  • Minecraft Version: 1.17
  • SensibleToolbox Version: #40

And other information needed can be provided. Please ask if necessary.

BigStorageUnit spam in consoel again :D 3. time

๐Ÿ“ Description (REQUIRED)

After closed ticket #49 there's another issue with BigStorageUnit, may it's related to #48. There's another spam in console, probably when player clicked on sign, but can't reproduce again, so hopefully you could solve it from error.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

  1. Build BSU and HSU and try click on signs, may after restart.

๐Ÿ’ก Expected behavior (REQUIRED)

Any error in console.

๐Ÿ“œ Server Log

https://pastebin.com/C2cuJQbi

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Paper
  • Minecraft Version: 1.16.4
  • SensibleToolbox Version: 34

EnderLeash PlayerInteractEntityEvent ERROR

๐Ÿ“ Description (REQUIRED)

Hi, I'm getting randomly error in console, probably when EnderLeash is used.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

  1. Use EnderLeash, maybe try use it as another player. See error message.

๐Ÿ’ก Expected behavior (REQUIRED)

Any error in console.

๐Ÿ“œ Server Log

https://pastebin.com/BsJtJaDD

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Paper
  • Minecraft Version: 1.16.4
  • SensibleToolbox Version: 33

STB - Autobuilder breaks bedrock

๐Ÿ“ Description (REQUIRED)

Auto Builder is able to break bedrock

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

use an autobuilder on bedrock

๐Ÿ’ก Expected behavior (REQUIRED)

auto builder should not break bedrock

๐Ÿ“œ Server Log

no server errors

๐Ÿงญ Environment (REQUIRED)

image

  • Server Software (Spigot/Paper):
  • Minecraft Version:
  • SensibleToolbox Version:

Sensible tool box cannot pass inventory event item error

๐Ÿ“ Description (REQUIRED)

I do not know what is causing this error, but my console log was so full of this that it started a new log. The only furnace that is running this often is a carbonado edged furnace on a cactus farm. Given the frequency of the error I believe it may be tied to that furnace. However I don't know how STB ties into it.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

unknown

๐Ÿ’ก Expected behavior (REQUIRED)

unknown

๐Ÿ“œ Server Log

https://pastebin.com/wgx81Uys

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Paper 439
  • Minecraft Version: 1.16.5
  • SensibleToolbox Version: Dev 38

50K Battery Box cannot be crafted without STB recipe book.

๐Ÿ“ Description (REQUIRED)

The 50k battery box cannot be crafted normally without the assistance of the stb recipe book, which is disabled on some servers.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

The 50k box does not show up in the craft output slot.

๐Ÿ’ก Expected behavior (REQUIRED)

The box should be craftable with a craft table.
It CAN be crafted using this 'workaround method described in the video, however, on some servers (like the one I play) the recipe book is not craftable.

2021-05-16.15-51-47.mp4

๐Ÿ“œ Server Log

๐Ÿงญ Environment (REQUIRED)

This has never worked since I was introduced to STB last year.

STB - Item Router, BSU ( Basic storage unit ) dup bug

๐Ÿ“ Description (REQUIRED)

  • When a I.R get a item from BSU with 6 stack upgrade mean in the buffer it stored 64 but it only send to a dropper less then 10 ( so far i tested ) the BSU don't decrease

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

  1. add I.R beside the BSU and use pull ( pull the way BSU is )+ 6 stack upgrade + sender upgrade ( send to the way where dropper is )
  2. use temp item to fill 8 slots on dropper and only left 1 slot empty ( where is the I.R send to )
  3. use cargo system from slime fun plugin and connect it with any machine use that item which I.R send
  4. after few hours looked back in BSU, we will see the amount of items don't decrease

๐Ÿ’ก Expected behavior (REQUIRED)

  1. Items on BSU should decrease

๐Ÿ“œ Server Log

๐Ÿงญ Environment (REQUIRED)

  • Java: 16
  • Window 10
  • Slime fun 4: DEV 1015 (git 2c4f8)
  • Server Software (Spigot/Paper): Paper
  • Minecraft Version: 1.16.5
  • SensibleToolbox Version: DEV 46 (git 904da)

netherite axe will not break HSU

๐Ÿ“ Description (REQUIRED)

The hsu barrel breaks just fine with a diamond or iron axe, but does not break when using a netherite axe.
(this is probably due to the fact that netherite did not exist when the plugin was developed originally).

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

Using a netherite axe on the hsu is the same as using anything other than a different material axe, it just dispenses contents as usual.

๐Ÿ’ก Expected behavior (REQUIRED)

Netherite axe should be added as allowed to break the barrel.

๐Ÿ“œ Server Log

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): paper-1.17.1-103
  • Minecraft Version: 1.17.1 (this happened back in 1.16.5 also, not something new)
  • SensibleToolbox Version: #45

gun powder can be crafted into iron ingots

๐Ÿ“ Description (REQUIRED)

place gun powder into a vanilla furnace and it smelts into iron ingots. According to Biscuit this is a result of something in stb.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

as mentioned, put gun powder into a vanilla furnace and it smelts it into iron ingots.

๐Ÿ’ก Expected behavior (REQUIRED)

should not have smelted at all

๐Ÿ“œ Server Log

no errors

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): paper 552
  • Minecraft Version:1.16.5
  • SensibleToolbox Version: 39

Destroying via Explosive pickaxe from Slimefun

๐Ÿ“ Description (REQUIRED)

Hi, when you mine block under any block from STB with inventory that stays, for ex. Sawmill, then the block is dropped as normal block, so from Sawmill became brown terracotta.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

  1. Give and research explosive pickaxe.
  2. Give yourself sawmill.
  3. Place sawmill and place there wood into it's inventory.
  4. Destroy one block under sawmill.
  5. Now sawmill is destroyed and becomes brown terracotta.

Can be tested also with HSU etc. But please, if you fix it, test it if when you block under it again after fixing, if items aren't duplicated like in some addons.

๐Ÿ’ก Expected behavior (REQUIRED)

It should normally stay on the place without duplicating items / drop right STB block named item (so Sawmill or HSU) on the ground with it's items.

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Paper
  • Minecraft Version: 1.16.3
  • SensibleToolbox Version: DEV 4
  • CSCoreLib: 91
  • Slimefun: 683

HSU/BSU signs don't update values after server restart

๐Ÿ“ Description (REQUIRED)

Hi, when you make HSU or BSU storages and store there any item, then this number:
image
Should be same as on the sign, but it isn't, if the server is restarted, then when you change your stock in storage, then it won't update on the sign.
image

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

  1. Craft HSU/BSU.
  2. Place items there, see if there's same amount of items in GUI and on a sign.
  3. Try take or put more items from/to stock and see that GUI and sign value of items is still same.
  4. If yes, then restart server.
  5. Change your amount of stock in storage, so place there more of this kind of item or take some pieces away.
  6. Now you can see there's different value on the sign and in the GUI.

And players are complaining because they have to place signs again and again after every restart.

๐Ÿ’ก Expected behavior (REQUIRED)

The sign should stay up to date after the restart, if something is changed there.

๐Ÿ“œ Server Log

Any errors.

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Paper
  • Minecraft Version: 1.16.4
  • SensibleToolbox Version: 32

Spamming error in console

๐Ÿ“ Description (REQUIRED)

Error in console while crafting in crafting table. Instantly spamming.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

  1. Upload plugin
  2. Open crafting table
  3. Place there anything, for ex. wood
  4. Don't craft new item, just grab the old wood and... in console will pop up error

๐Ÿ’ก Expected behavior (REQUIRED)

This shouldn't spam into console... when you just place item to crafting table and then hold it again.

๐Ÿ“œ Server Log

[17:09:10] [Server thread/ERROR]: Could not pass event PrepareItemCraftEvent to SensibleToolbox vDEV - 4 (git c793196a)
java.lang.NullPointerException: null
	at io.github.thebusybiscuit.sensibletoolbox.listeners.GeneralListener.onPrepareItemCraft(GeneralListener.java:305) ~[?:?]
	at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor1040.execute(Unknown Source) ~[?:?]
	at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.16.3.jar:git-Paper-204]
	at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.16.3.jar:git-Paper-204]
	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.16.3.jar:git-Paper-204]
	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) ~[patched_1.16.3.jar:git-Paper-204]
	at org.bukkit.craftbukkit.v1_16_R2.event.CraftEventFactory.callPreCraftEvent(CraftEventFactory.java:1259) ~[patched_1.16.3.jar:git-Paper-204]
	at net.minecraft.server.v1_16_R2.ContainerWorkbench.a(ContainerWorkbench.java:70) ~[patched_1.16.3.jar:git-Paper-204]
	at net.minecraft.server.v1_16_R2.ContainerPlayer.a(ContainerPlayer.java:106) ~[patched_1.16.3.jar:git-Paper-204]
	at net.minecraft.server.v1_16_R2.InventoryCrafting.splitStack(InventoryCrafting.java:126) ~[patched_1.16.3.jar:git-Paper-204]
	at net.minecraft.server.v1_16_R2.SlotResult.a(SourceFile:66) ~[patched_1.16.3.jar:git-Paper-204]
	at net.minecraft.server.v1_16_R2.ContainerPlayer.shiftClick(ContainerPlayer.java:180) ~[patched_1.16.3.jar:git-Paper-204]
	at net.minecraft.server.v1_16_R2.Container.b(Container.java:334) ~[patched_1.16.3.jar:git-Paper-204]
	at net.minecraft.server.v1_16_R2.Container.a(Container.java:183) ~[patched_1.16.3.jar:git-Paper-204]
	at net.minecraft.server.v1_16_R2.PlayerConnection.a(PlayerConnection.java:2435) ~[patched_1.16.3.jar:git-Paper-204]
	at net.minecraft.server.v1_16_R2.PacketPlayInWindowClick.a(SourceFile:32) ~[patched_1.16.3.jar:git-Paper-204]
	at net.minecraft.server.v1_16_R2.PacketPlayInWindowClick.a(SourceFile:10) ~[patched_1.16.3.jar:git-Paper-204]
	at net.minecraft.server.v1_16_R2.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:23) ~[patched_1.16.3.jar:git-Paper-204]
	at net.minecraft.server.v1_16_R2.TickTask.run(SourceFile:18) ~[patched_1.16.3.jar:git-Paper-204]
	at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.3.jar:git-Paper-204]
	at net.minecraft.server.v1_16_R2.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.3.jar:git-Paper-204]
	at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.3.jar:git-Paper-204]
	at net.minecraft.server.v1_16_R2.MinecraftServer.ba(MinecraftServer.java:1135) ~[patched_1.16.3.jar:git-Paper-204]
	at net.minecraft.server.v1_16_R2.MinecraftServer.executeNext(MinecraftServer.java:1128) ~[patched_1.16.3.jar:git-Paper-204]
	at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.16.3.jar:git-Paper-204]
	at net.minecraft.server.v1_16_R2.MinecraftServer.sleepForTick(MinecraftServer.java:1089) ~[patched_1.16.3.jar:git-Paper-204]
	at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:1003) ~[patched_1.16.3.jar:git-Paper-204]
	at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.3.jar:git-Paper-204]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Paper
  • Minecraft Version: 1.16.3
  • SensibleToolbox Version: DEV 6
  • CSCoreLib: 91
  • Slimefun: 683
    PS: Tested just with these 3 plugins.

golddust and energizedgolddust can be created with regular glowstone dust

๐Ÿ“ Description (REQUIRED)

golddust and energizedgolddust recipes only require glowstone dust be put in a furnace, not made into their items with the masher.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

Place plain glowstone dust in a furnace, get gold ingot. No masher required
Disable golddust recipe in config, and 2nd recipe now for energizedgolddust can now be made with just putting plain glowstone dust in a furnace.

๐Ÿ’ก Expected behavior (REQUIRED)

Had to disable both items for now on my server. These should both only be possible with their correct output items from the STB machine, not vanilla glowstone dust.

๐Ÿ“œ Server Log

N/A

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Paper 1.18.1-215
  • Minecraft Version: 1.18.1
  • SensibleToolbox Version: DEV - 46 (git 904daae)

STB - Auto Forester can't replant tree after harvest

๐Ÿ“ Description (REQUIRED)

Auto Forester can't replant tree after harvest

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

  1. Craft Auto Forester
  2. place it below 1 block from dirt where i plant tree
  3. Use bone meal to make tree faster
  4. The Auto Forester can harvest the tree and sapling drop out but it can't replant the tree

๐Ÿ’ก Expected behavior (REQUIRED)

It can replant the tree

๐Ÿ“œ Server Log

๐Ÿงญ Environment (REQUIRED)

SensibleToolbox - DEV 46 (git 904da)
Slimefun4 - DEV 1015 (git 2c4f8)
Java 16 (OpenJDK 64-Bit Server VM 16.0.2+7)
Windows 10 10.0 (amd64)

  • Server Software (Spigot/Paper): Paper
  • Minecraft Version: 1.16.5
  • SensibleToolbox Version: DEV 46 (git 904da)

I.R Sender Mod not working.

๐Ÿ“ Description (REQUIRED)

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

๐Ÿ’ก Expected behavior (REQUIRED)

๐Ÿ“œ Server Log

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper):
  • Minecraft Version:
  • SensibleToolbox Version:

STB Console spam

๐Ÿ“ Description (REQUIRED)

Console being Spammed with error message because of PlotSquared/STB incompatibility

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

have latest version of STB and PlotSquared

๐Ÿ’ก Expected behavior (REQUIRED)

Console should not be spammed

๐Ÿ“œ Server Log

https://pastebin.com/f7tS89e7

๐Ÿงญ Environment (REQUIRED)

image
image

Missing Tag: Tall Flowers

ProtocolLib Error

๐Ÿ“ Description (REQUIRED)

When the server Start, Sensible ToolBox cant find ProtocolLib and then crash and disable itself. Please fix this i love this plugin

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

You can see the pastebin from the server log to see better the error.

๐Ÿ’ก Expected behavior (REQUIRED)

That the plugin starts correctly.

๐Ÿ“œ Server Log

https://pastebin.com/fVYUYQT4

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Paper
  • Minecraft Version: 1.14
  • SensibleToolbox Version: dev26

SensiblexToolBox Spam Warning on startup

๐Ÿ“ Description (REQUIRED)

When i startup done my server its starting to spam my console

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

Just startup it on server 1.17

๐Ÿ’ก Expected behavior (REQUIRED)

No more console spam

๐Ÿ“œ Server Log

https://pastebin.com/dtmmYLf2
The warning spam its so big so i will paste that litte lines of it

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Spigot
  • Minecraft Version: 1.17
  • SensibleToolbox Version: SensibleToolbox - DEV 40 (git f3e78)

version

ummm i was wondering when you was gonna release a new version of this that includes all the slimefun addons for things ?

because reading the page on bukkit dev about the plugin is says there is auto farmers but once you installed the mod with all the optional and required plugins i dont see no auto farmer or anythings

Infernal dusts - double names

๐Ÿ“ Description (REQUIRED)

Hi, when players kill blazes they get sometimes different types of internal dust (with different nbt probably). Then they cannot be stacked.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

Kill blazes and you will probably get these two types of infernal dust.

๐Ÿ’ก Expected behavior (REQUIRED)

Just one infernal dust item.

๐Ÿ“œ Screenshots

image
image
image
image

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Purpur
  • Minecraft Version: 1.16.5
  • SensibleToolbox Version: 39

Going up an elevator does not work

๐Ÿ“ Description (REQUIRED)

Normally when you jump, you go up the elevator. But you just jump instead.
Going down by pressing crouch works just fine.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

  1. Place an elevator
  2. Place another elevator some blocks above it
  3. Step on the lower elevator
  4. Jump

๐Ÿ’ก Expected behavior (REQUIRED)

I expected to go up the elevator

๐Ÿ“œ Server Log

No errors

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Paper (git-204)
  • Minecraft Version: 1.16.3
  • SensibleToolbox Version: DEV - 1 @ b0ab4a7

BigStorageUnit spam continues even after fix

๐Ÿ“ Description (REQUIRED)

Hi, as I already reported this issue #35, it wasn't fixed and it continues spamming, but less often.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

Sorry, don't know what exactly, maybe you will be clever from error, at least try use big storage unit.

๐Ÿ’ก Expected behavior (REQUIRED)

Any spamming errors

๐Ÿ“œ Server Log

https://pastebin.com/xMRz2pmh

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Paper
  • Minecraft Version: 1.16.4
  • SensibleToolbox Version: 32

Farmland Moisture check showing incorrect results

๐Ÿ“ Description (REQUIRED)

The Moisture Checker shows wrong results when using it on wet farmland, it seems to always give off the "yellow indicator", no matter if wet or dry.

This is the farmland:
before

This is what is shown after using a Moisture Checker:
after

As evidently shown, the Moisture Checker has a yellow indicator for both, wet and dry, farmland.

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

  1. Set up some farmland
  2. Place water next to it
  3. Wait for farmland to get wet
  4. Right click with a Moisture Checker

๐Ÿ’ก Expected behavior (REQUIRED)

The Moisture Checker should show different levels of moisture depending on whether the farmland is wet or not.

๐Ÿ“œ Server Log

No significant data in the logs

๐Ÿงญ Environment (REQUIRED)

  • Server Software (Spigot/Paper): Paper (git-204)
  • Minecraft Version: 1.16.3
  • SensibleToolbox Version: DEV - 1 @ b0ab4a7

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.