Giter Site home page Giter Site logo

transcendence's Introduction

TranscEndence

An addon built as an entry to slimefun's addonjam-2020, aiming at showing some love to the barren voidy dimension full of tall dudes who hate standing in one place for too long.

The idea revolves around collecting particles from the Void via a specific machine. Mixing and matching you can then go on to create various new items, ending up with a new energy source along the way too! The end objective is a set of items which, when activated, give a permanent potion effect (up until death).

Commands

Only one command available at the current time:

  • /transcendence guide (alias /te guide) || Gives a written book with basic info. It should also be given on first join but it's handy to have a command give one just in case.

Contents

Items

  • Quirps - Fundamental particles, used in crafting;
  • Quirp Condensate - Crafting ingredient, can be used for energy production;
  • Zots - Higher tier particles, they need quirps to charge. Fully charged Zots are used for end game crafting;
  • Unstable Ingots - Crafting ingredient, will kill the player and disappear if held for more than a few instants;
  • Stable Ingot and Block - Crafting ingredients;
  • Polarizers - Oscillator modifiers, will make it yield more Quirps of the corresponding spins;
  • Daxis - End game items, grant a permanent potion effect upon being consumed (the effect fades on death).

Multiblock machines

  • Nanobot Crafter - Needed for most of the recipes.

Machines

  • Quirp Oscillator - Allows collection of Quirps (only works in the End!);
  • Quirp Annihilator - Condensates opposite Quirps;
  • Quirp Cycler - Rotate Quirps from one spin to the next (clockwise);
  • Stabilizer - Turns Unstable Ingots into their Stable counterparts through a series of steps;
  • Zot Overloader - Lets you charge Zots by consuming Quirps of all spin (same spin = better efficiency).

Generators

  • Quirp Scatterer - Produces energy from Quirps (no net gain, same energy taken to produce them) and Quirp Condensate.

transcendence's People

Contributors

j3fftw1 avatar justahuman-xd avatar schntgaispock avatar sefiraat avatar sfiguz7 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

transcendence's Issues

Warning in console - question

Hi, I'm getting this warning in console, do you think that you could fix it?

[05:06:59] [Server thread/WARN]: [TranscEndence] =================================================
[05:06:59] [Server thread/WARN]: [TranscEndence] TranscEndence is using a deprecated version of
[05:06:59] [Server thread/WARN]: [TranscEndence] bStats which is bundled with Slimefun.
[05:06:59] [Server thread/WARN]: [TranscEndence] Future versions will not include this file anymore.
[05:06:59] [Server thread/WARN]: [TranscEndence] TranscEndence needs to be updated as soon as possible.
[05:06:59] [Server thread/WARN]: [TranscEndence] =================================================

Reported also to author of extraTools and got this reply Sfiguz7/ExtraTools#13.

When you use two oscillators, one of them won't work.

Description (Required)

When you place two quirp oscillators, one of the will simply not work. They both are receiving energy from the regulator, but only one of them works.

Steps to reproduce the Issue (Required)

Place two oscillators and connect them to an energy network that has enough energy to make them work.
image
image
image

Expected behavior (Required)

I expected both oscillators to work correctly and generate quirps.

Environment (Required)

image
image

QUIRP_OSCILLATOR caused an Error / SlimeFun class deprecation

Hi!

So, the deprecation of SlimeFun class in dev build #892 broke TranscEndence:

22.05 17:50:31 [Server] ERROR [TranscEndence] Item "QUIRP_OSCILLATOR" from TranscEndence vDEV - 33 (git e9b4de1a) has caused an Error!
22.05 17:50:31 [Server] ERROR [TranscEndence] You can report it here: https://github.com/Sfiguz7/TranscEndence/issues
22.05 17:50:31 [Server] ERROR [TranscEndence] An Exception was caught while trying to open the Inventory
22.05 17:50:31 [Server] INFO java.lang.NoClassDefFoundError: me/mrCookieSlime/Slimefun/api/Slimefun
22.05 17:50:31 [Server] INFO at me.sfiguz7.transcendence.implementation.utils.interfaces.TEInventoryBlock$1.canOpen(TEInventoryBlock.java:32) ~[?:?]
22.05 17:50:31 [Server] INFO at me.mrCookieSlime.Slimefun.api.inventory.DirtyChestMenu.canOpen(DirtyChestMenu.java:61) ~[?:?]
22.05 17:50:31 [Server] INFO at io.github.thebusybiscuit.slimefun4.implementation.listeners.SlimefunItemInteractListener.openInventory(SlimefunItemInteractListener.java:152) ~[?:?]
22.05 17:50:31 [Server] INFO at io.github.thebusybiscuit.slimefun4.implementation.listeners.SlimefunItemInteractListener.rightClickBlock(SlimefunItemInteractListener.java:126) ~[?:?]
22.05 17:50:31 [Server] INFO at io.github.thebusybiscuit.slimefun4.implementation.listeners.SlimefunItemInteractListener.onRightClick(SlimefunItemInteractListener.java:70) ~[?:?]
...

May I suggest this fix?

Thanks in advance!

Error

Description (Required)

When trying to do NanoBotCrafter it give error

Steps to reproduce the Issue (Required)

try to craft NanoBotCrafter

Expected behavior (Required)

NanoBotCrafter will be crafted

Server Log / Error Report:

https://pastebin.com/68VBfRRn

Environment (Required)

Screenshot_20200718-082132_Samsung Internet
Screenshot_20200718-082202_Samsung Internet

Plugin has issue with Metrics and disables itself on boot.

Description (Required)

It does not enable on boot for my server.

Steps to reproduce the Issue (Required)

  1. install plugin
  2. boot up server
  3. notice it doesn't appear in slimefun and the commands don't work.

Expected behavior (Required)

i expected it to show up and work

Server Log / Error Report

[20:35:21] [Server thread/ERROR]: Error occurred while enabling TranscEndence vDEV - 8 (git 45d671f3) (Is it up to date?)
java.lang.NoSuchMethodError: me.mrCookieSlime.bstats.bukkit.Metrics.<init>(Lorg/bukkit/plugin/Plugin;I)V
	at me.sfiguz7.transcendence.TranscEndence.onEnable(TranscEndence.java:58) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[server.jar:git-Spigot-2f5d615-d07a78b]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:351) [server.jar:git-Spigot-2f5d615-d07a78b]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:480) [server.jar:git-Spigot-2f5d615-d07a78b]
	at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:464) [server.jar:git-Spigot-2f5d615-d07a78b]
	at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:378) [server.jar:git-Spigot-2f5d615-d07a78b]
	at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:457) [server.jar:git-Spigot-2f5d615-d07a78b]
	at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:274) [server.jar:git-Spigot-2f5d615-d07a78b]
	at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:784) [server.jar:git-Spigot-2f5d615-d07a78b]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]

Environment (Required)

[08:53:10] [Server thread/INFO]: CraftBukkit v1_15_R1
[08:53:10] [Server thread/INFO]: CS-CoreLib vDEV - 79 (git ec5b4c24)
[08:53:10] [Server thread/INFO]: Slimefun vDEV - 513 (git 23c2ab0f)
[08:53:10] [Server thread/INFO]: Installed Addons (19)
[08:53:10] [Server thread/INFO]:  ExtraTools vDEV - 14 (git a330a3dd)
[08:53:10] [Server thread/INFO]:  SlimefunOreChunks vDEV - 8 (git 41e31ffc)
[08:53:10] [Server thread/INFO]:  HotbarPets vDEV - 27 (git 975a8997)
[08:53:10] [Server thread/INFO]:  SlimefunOres v1.0.0
[08:53:10] [Server thread/INFO]:  SlimefunMothCraft v0.1.4
[08:53:10] [Server thread/INFO]:  ExtraGear vDEV - 9 (git e851d81d)
[08:53:10] [Server thread/INFO]:  SlimefunLuckyBlocks vDEV - 19 (git 9dbab303)
[08:53:10] [Server thread/INFO]:  ExoticGarden vDEV - 46 (git fe5109fe)
[08:53:10] [Server thread/INFO]:  Barrels vDEV - 11 (git abecba9c)
[08:53:10] [Server thread/INFO]:  ClayTech v1.2.0-pre3
[08:53:10] [Server thread/INFO]:  ElectricSpawners vDEV - 12 (git 4ae47f83)
[08:53:10] [Server thread/INFO]:  LiteXpansion vDEV - 32 (git 8d9b202b)
[08:53:10] [Server thread/INFO]:  WhatIsThis v2.9
[08:53:10] [Server thread/INFO]:  MobCapturer vDEV - 7 (git b61d3fbf)
[08:53:10] [Server thread/INFO]:  SlimyTreeTaps vDEV - 11 (git b64db511)
[08:53:10] [Server thread/INFO]:  PrivateStorage vDEV - 11 (git b064863b)
[08:53:10] [Server thread/INFO]:  ColoredEnderChests vDEV - 12 (git 8dbdc909)
[08:53:10] [Server thread/INFO]:  TranscEndence vDEV - 8 (git 45d671f3)

Unstable Ingots not killing player

Description (Required)

Unstable ingots not killing me even when held in hand. It disappears though which I think is a normal function of it.

Steps to reproduce the Issue (Required)

https://youtu.be/MONDcVwDvfU

Expected behavior (Required)

For it to kill me when held in hand or is in my inventory/hotbar.

Server Log / Error Report

It spams this when I cheat it in.
image

Environment (Required)

  • Minecraft Version:
  • CS-CoreLib Version:
  • Slimefun Version:
  • Plugin Version:
    image

Outdated energy code

Description (Required)

Just a heads up that the next Slimefun build will remove the ChargableBlock class, it has already been deprecated for some time and was replaced by methods provided by EnergyNetComponent.
Please upate as soon as possible before it's removed entirely.

RC-16 can be used as the Slimefun version in your pom.xml for the latest API standard.

Server Log / Error Report

https://pastebin.com/GjDepJ59

Environment (Required)

  • Minecraft Version: 1.16
  • CS-CoreLib Version: DEV - 87
  • Slimefun Version: (next upcoming DEV build)
  • Plugin Version: DEV - 18

New version of SlimeFun (support)

Description (Required)

Error in log. The plugin doesn't enable probably due to new version of SlimeFun.

Steps to reproduce the Issue (Required)

Install the newest version of SlimeFun.

Expected behavior (Required)

It should load normally.

Server Log / Error Report

[22:14:02] [Server thread/INFO]: [TranscEndence] Enabling TranscEndence vDEV - 10 (git 67f9b42f)
[22:14:02] [Server thread/ERROR]: Error occurred while enabling TranscEndence vDEV - 10 (git 67f9b42f) (Is it up to date?)
java.lang.NoClassDefFoundError: me/mrCookieSlime/Slimefun/Objects/SlimefunItem/multiblocks/MultiBlockMachine
	at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
	at java.lang.ClassLoader.defineClass(ClassLoader.java:1017) ~[?:?]
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:151) ~[?:?]
	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:167) ~[patched_1.15.2.jar:git-Paper-353]
	at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:216) ~[patched_1.15.2.jar:git-Paper-353]
	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:111) ~[patched_1.15.2.jar:git-Paper-353]
	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[patched_1.15.2.jar:git-Paper-353]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:589) ~[?:?]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
	at me.sfiguz7.transcendence.TranscEndence.onEnable(TranscEndence.java:132) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.15.2.jar:git-Paper-353]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.15.2.jar:git-Paper-353]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.15.2.jar:git-Paper-353]
	at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:472) ~[patched_1.15.2.jar:git-Paper-353]
	at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:386) ~[patched_1.15.2.jar:git-Paper-353]
	at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:488) ~[patched_1.15.2.jar:git-Paper-353]
	at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-353]
	at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:908) ~[patched_1.15.2.jar:git-Paper-353]
	at java.lang.Thread.run(Thread.java:832) [?:?]
Caused by: java.lang.ClassNotFoundException: me.mrCookieSlime.Slimefun.Objects.SlimefunItem.multiblocks.MultiBlockMachine
	at java.net.URLClassLoader.findClass(URLClassLoader.java:435) ~[?:?]
	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:171) ~[patched_1.15.2.jar:git-Paper-353]
	at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[patched_1.15.2.jar:git-Paper-353]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:589) ~[?:?]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
	... 19 more
[22:14:02] [Server thread/INFO]: [TranscEndence] Disabling TranscEndence vDEV - 10 (git 67f9b42f)

Environment (Required)

  • Minecraft Version: 1.15.2
  • CS-CoreLib Version: 85
  • Slimefun Version: 544
  • Plugin Version: 10

Auto update?

Description (Required)

Hello, could you add auto update? I'm still on ver 14 and there is already 17 out, so it's probably isn't implemented yet?

Steps to reproduce the Issue (Required)

Install older version of plugin and you see if it updates.

Expected behavior (Required)

Should update automatically.

Server Log / Error Report

I found this in log so I discovered that I have old version....

[13:17:09] [Server thread/ERROR]: Error occurred while enabling TranscEndence vDEV - 14 (git 0017e2cb) (Is it up to date?)
java.lang.NoSuchMethodError: 'void me.mrCookieSlime.Slimefun.api.Slimefun.registerResearch(me.mrCookieSlime.Slimefun.Objects.Research, org.bukkit.inventory.ItemStack[])'
	at me.sfiguz7.transcendence.TranscEndence.onEnable(TranscEndence.java:100) ~[?:?]
	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.1.jar:git-Paper-101]
	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.1.jar:git-Paper-101]
	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.1.jar:git-Paper-101]
	at org.bukkit.craftbukkit.v1_16_R1.CraftServer.enablePlugin(CraftServer.java:500) ~[patched_1.16.1.jar:git-Paper-101]
	at org.bukkit.craftbukkit.v1_16_R1.CraftServer.enablePlugins(CraftServer.java:414) ~[patched_1.16.1.jar:git-Paper-101]
	at net.minecraft.server.v1_16_R1.MinecraftServer.loadWorld(MinecraftServer.java:471) ~[patched_1.16.1.jar:git-Paper-101]
	at net.minecraft.server.v1_16_R1.DedicatedServer.init(DedicatedServer.java:241) ~[patched_1.16.1.jar:git-Paper-101]
	at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:940) ~[patched_1.16.1.jar:git-Paper-101]
	at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.1.jar:git-Paper-101]
	at java.lang.Thread.run(Thread.java:832) [?:?]

Environment (Required)

  • Minecraft Version: 1.16.1
  • CS-CoreLib Version: 88
  • Slimefun Version: 588
  • Plugin Version: 17 (but will update to 18 aswell)

Daxi swirls dropping like dumbells.

Description (Required)

The 4 that appear just drops down like heavy weights and throws error in console.

Steps to reproduce the Issue (Required)

https://youtu.be/EPEC775tXX4

Expected behavior (Required)

"The 4 that appear when activating a Daxi should swirl around and then disappear" -Sfiguz

Server Log / Error Report

https://pastebin.com/7AdUYrVF

Environment (Required)

  • Minecraft Version:
  • CS-CoreLib Version:
  • Slimefun Version:
  • Plugin Version:
    image

A BUG

Block Info:
World: world_the_end
X: -282
Y: 1
Z: -7
Material: WHITE_CONCRETE
Block Data: org.bukkit.craftbukkit.v1_18_R1.block.data.CraftBlockData
State: org.bukkit.craftbukkit.v1_18_R1.block.CraftBlockState

Ticker-Info:
Type: Synchronized

Slimefun Data:
ID: ZOT_OVERLOADER
Inventory: true
Data: {"energy-charge":"2048","id":"ZOT_OVERLOADER"}

Stacktrace:

java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
at [sf附属末地科技]TranscEndence-Build 2 zh-CN(baoad) (git ae7bd81).jar//me.sfiguz7.transcendence.implementation.items.machines.ZotOverloader$1.tick(ZotOverloader.java:177)
at [粘液]Slimefun-v4.9-canary-8afab5b.jar//io.github.thebusybiscuit.slimefun4.implementation.tasks.TickerTask.tickBlock(TickerTask.java:189)
at [粘液]Slimefun-v4.9-canary-8afab5b.jar//io.github.thebusybiscuit.slimefun4.implementation.tasks.TickerTask.lambda$tickLocation$2(TickerTask.java:170)
at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftTask.run(CraftTask.java:101)
at org.bukkit.craftbukkit.v1_18_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483)
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1578)
at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:519)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1501)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1285)
at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:322)
at java.base/java.lang.Thread.run(Thread.java:833)

Quirp Oscillator disappearing

Description (Required)

Quirp Oscillator disappears once it attempts to create third quirp and both slots are full

Steps to reproduce the Issue (Required)

Place a Quirp Oscillator in end with enough energy and wait, It will without a doubt disappear eventually

Expected behavior (Required)

It shouldn't disappear, just stop producing quirps.

Server Log / Error Report

I'm sorry but I currently don't have access to this.

Environment (Required)

image

Transcendence potion effects obtained from Daxis get overridden by beacon effects

Description (Required)

When a Daxi is consumed and the player obtains another potion effect of the same kind from a beacon, it overrides the Daxi's effect and it does not get reapplied after the player is out of the beacon's range.

Steps to reproduce the Issue (Required)

  1. Consume a Daxi (R) (Regeneration is the easiest to reproduce this with)
  2. Build a beacon and enable regeneration
  3. Allow regeneration from the beacon to override the Daxi's regeneration effect

Expected behavior (Required)

The beacon's effect should be prevented from overriding the Daxi's effect, or the Daxi's effect should be reapplied when the player is no longer in the beacon's range. I noticed that once a Daxi has been consumed that life, another one of the same kind can not be consumed (I'm trying to say that this info is stored). A possible solution would to have Daxis operate like some custom enchant plugins, where the enchant is applied if the player meets certain criteria, like the lore on armor for custom enchant plugins and the stored consumed Daxi data for this addon.

Server Log / Error Report

No Errors

Environment (Required)

Minecraft: 1.15.2
Slimefun: DEV 560 (git b138b)
CS-CoreLib: DEV 88 (git 6a39a)
TranscEndence: DEV 11 (git f5d03)

Two machines share the same recipe

Description (Required)

Two of the craftable items (Stabilizer and Quirp scatterer) have the same crafting recipe.

Steps to reproduce the Issue (Required)

image
**
image
**

Expected behavior (Required)

Thought it would make a stabilizer, but it made a quirp scatterer instead.

I spoke to the maker of the plugin, he knows of this issue and asked me to fill one of these.

  • Minecraft Version: 1.15.2
    image
    image

Can not pass the inventory event

Description (Required)

When a player right click the block.in.world_the_end, nothing happens.

Steps to reproduce the Issue (Required)

Screenshot_20210218_135438_com microsoft rdc android

Expected behavior (Required)

fix it.

Server Log / Error Report

paste.ubuntu.com/p/6nwGPZ6SVn

Environment (Required)

openjdk8

  • Minecraft Version:1.16.1(paperspigot-138)
  • CS-CoreLib Version:1.7
  • Slimefun Version:4.9
  • Plugin Version: dev22(git7660c)

TranscEndence daxi and InfinityX armor bug

Infinity armor overwrites and deletes daxi buff.
Tried it 3 times using daxi r (regen buff)

Situation1 wearing full infiX armor and using daxi r resulted in not getting the buff

Situation2 using the daxi r before wearing infiX armor resulted in the regen buff getting overwritten by infiX and removing infiX armor did not get the buff back

Situation3 using daxi r and putting on infiX armor EXCEPT the pants which had regen resulted in keeping the buff

From what I think, the buffs get overwritten by infiX armor and thus causing the problem

Note: riley said that "I would recomend reporting this to Transendence and telling him to re apply the affect each minute or smth, because I'm just using Slimefuns method of apply potion effects with armor."

  • Minecraft Version: 1.16.5
  • Slimefun Version: dev 878
  • Plugin Version: dev 25

The particle overloader suddenly disappeared

I put down the particle overloader without a problem, but when I put ordinary particles and uncharged particles into it, the particle overloader suddenly disappeared (the block disappeared). The following error reports have occurred in the background:

Error Generated: 2021-08-23-20-02

Java Environment:
Operating System: Linux
Java Version: 16.0.1

Server Software: Sugarcane
Build: git-Sugarcane-1.17.1/dev-34 (MC: 1.17.1)
Minecraft v1.17.1-R0.1-SNAPSHOT

Slimefun Environment:
Slimefun v4.9-canary-6ea91b1
Caused by: TranscEndence v33 zh-CN

Installed Addons (7)

  • SlimeFunBookFix 1.4
  • InfinityExpansion 115 zh-CN
  • TranscEndence 33 zh-CN
  • FlowerPower 1.0.0
  • CMILib 1.0.3.5
  • CMI 9.0.0.9
  • Residence 5.0.0.2

Installed Plugins (53):

  • FarmControl 1.1.8
  • PluginConstructorAPI 1.0.52
  • Moeka 1.0-PublicVer
  • NoChunkLag 2.4.3
  • BlockLocker 1.10.1
  • PlaceholderAPI 2.10.10
  • UltimateAutoRestart Build 45
  • PlugMan 2.2.5
  • Boom 1.3.2
  • ConsoleSpamFix 1.8.6
  • SkinsRestorer 14.1.3
  • NoteBlockAPI 1.6.1-SNAPSHOT
  • ViaVersion 4.0.1
  • JoinMessage 1.1
  • JukeBox 1.20.6
  • LuckPerms 5.3.51
  • spark 1.5.2
  • ProtocolLib 4.7.0
  • Vault 1.7.3-b131
  • floodgate 2.0-SNAPSHOT
  • Vehicles 12.3
  • FartherViewDistance 7.0.8
  • HolographicDisplays 2.4.9
  • PlayerPoints 3.0.3
  • WorldEdit 7.2.6-beta-01+1415e6f
  • Multiverse-Core 4.3.0-b846
  • BannerMaker 2.3.1
  • HuskHomes 2.7.1
  • WorldGuard 7.0.6-beta1+0b66f3e
  • Spartan Build 423.1
  • Slimefun 4.9-canary-6ea91b1
  • DeathMessages ${project.version}
  • SlimeFunBookFix 1.4
  • CoreProtect 20.1
  • UltimateTimber 2.2.5
  • InfinityExpansion 115 zh-CN
  • TranscEndence 33 zh-CN
  • Citizens 2.0.28-SNAPSHOT (build 2359)
  • WolfyUtilities 1.7.2.0
  • SuperVanish 6.2.6
  • EliteMobs 7.3.4
  • AureliumSkills Beta 1.2.0
  • eco 6.5.0
  • FlowerPower 1.0.0
  • CitizensCMD 2.5.1
  • CustomCrafting 1.7.1.1
  • EcoEnchants 8.8.9
  • QuickShop 4.0.9.10
  • MysqlPlayerDataBridge 3.36.3
  • CMILib 1.0.3.5
  • CMI 9.0.0.9
  • CMIEInjector 1.0.2.3
  • Residence 5.0.0.2

Block Info:
World: world_the_end
X: 14
Y: 62
Z: 19
Material: WHITE_CONCRETE
Block Data: org.bukkit.craftbukkit.v1_17_R1.block.data.CraftBlockData
State: org.bukkit.craftbukkit.v1_17_R1.block.CraftBlockState

Ticker-Info:
Type: Synchronized

Slimefun Data:
ID: ZOT_OVERLOADER
Inventory: true
Data: {"energy-charge":"2048","id":"ZOT_OVERLOADER"}

Stacktrace:

java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
at me.sfiguz7.transcendence.implementation.items.machines.ZotOverloader$1.tick(ZotOverloader.java:177)
at io.github.thebusybiscuit.slimefun4.implementation.tasks.TickerTask.tickBlock(TickerTask.java:180)
at io.github.thebusybiscuit.slimefun4.implementation.tasks.TickerTask.lambda$tickLocation$2(TickerTask.java:161)
at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftTask.run(CraftTask.java:101)
at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483)
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1573)
at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:502)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1487)
at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1276)
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)
at java.base/java.lang.Thread.run(Thread.java:831)

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.