Git Product home page Git Product logo

eternal-nature's Introduction

Heyoo! You found me

I'm Matthew, I'm an artist who enjoys spending some time working on both creative and technical projects.

🌱 Always learning something new.
🐸 I sculpt frogs in my spare time.


Topics

Maya ToolsMinecraft



SpigotMCInstagramArtstation

eternal-nature's People

Contributors

ahdg6 avatar gadsee avatar masstrix avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

eternal-nature's Issues

Wind affects players even when only low wind speed.

Wind speed affects entities and players even if the wind speed is very low making you move slower than normal.

Solution: Change it so wind will only be applied when a threshold is met making it act more like wind gusts.

Glitched temperature after death

EternalNature v2.1.1 build 987

Hi, theres a bug in the temperature system. When a player dies and respawns in the spawn world, theres a small chance that his temperature gets glitched out in a really unexpected way.
Such as:

  • Showing different icon than the temperature really is
  • Comletely different temperature than it should be (0° in a plains biome, thats the spawn biome)
  • Messed up damage threshold (Damages the player at 1° even though the damage threshold is -15° and 45°)

This issue could be related to world management plugins like Multiverse but im not really sure about this. If it is required i can send a full plugins list or the timings.

Anyway.. heres is the screenshot of the bug in action: https://southcraft.cz/ItzPeto/files/unknown.png
Simply said... blinking red -0.2° with blue sun and gives damage to the player after death... none of these parameters make any sense.

Falling leaves: /en fixleafeffect does not remove

Some leaf effects do not get detected by the plugin and do not get removed using the command. Even though I can see them right in front of me, the plugin reports "0 leaf particles removed from the world"

Concurrent modification changing language

	at java.util.HashMap$HashIterator.nextNode(HashMap.java:1584) ~[?:?]
	at java.util.HashMap$KeyIterator.next(HashMap.java:1607) ~[?:?]
	at java.lang.Iterable.forEach(Iterable.java:74) ~[?:?]
	at me.masstrix.eternalnature.menus.GlobalMenu.processClick(GlobalMenu.java:162) ~[?:?]
	at me.masstrix.eternalnature.menus.MenuManager.onClick(MenuManager.java:95) ~[?:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
	at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:315) ~[spigot-1.16.4.jar:git-Spigot-a19903d-167ff59]
	... 18 more

bugged kelp

Hi!

I just notice that sometimes the leafs (kelp) gets bugged and just keep there in the air. This can going to an extreme where there are infinite ammount of leafs and the chunks get pretty bugged. Deleting the armor stand doesn't seem to work, how could i fix this?

Full Translation Wanted

Not all text is currently translatable, this includes the status for toggles in the settings menu. This request is for these missing items to be added to the translation.

The Plugin in Purpur 1.20.4's warning

image
I don't know what happend is it, This is my server configs:
Windows Server 2019
Java: zulu java21
Mem: Max 6.9G to Server(My server is 8G mem)
Server: purpur 1.20.4

My English not good, so it's maybe have some wrong of word.
This plugin config file is default
This plugin can run in this version, but it always warn to me.
I download it in Spigot Website
It very interesting in my server, I love this plugin, but its always warn to me
Please help me, Thanks!

Issue with Triggers using Java 9 methods

Method uses Java 9 methods, should be replaced with a static initialiser to support Java 8.

java.lang.NoSuchMethodError: java.util.Map.of(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map;
        at me.masstrix.eternalnature.trigger.TriggerAction.<clinit>(TriggerAction.java:41) ~[?:?]
        at me.masstrix.eternalnature.trigger.Trigger.<init>(Trigger.java:75) ~[?:?]
        at me.masstrix.eternalnature.trigger.TriggerManager.load(TriggerManager.java:56) ~[?:?]
java.lang.NullPointerException: null
        at me.masstrix.eternalnature.EternalHeartbeat.end(EternalHeartbeat.java:58) ~[?:?]
        at java.util.ArrayList.forEach(Unknown Source) ~[?:1.8.0_281]
        at me.masstrix.eternalnature.EternalEngine.shutdown(EternalEngine.java:213) ~[?:?]
        at me.masstrix.eternalnature.EternalNature.onDisable(EternalNature.java:228) ~[?:?]

Need help

I'm a french guy so i don't have a good english , so is it normal that on my aternos server i can't sprint correctly while temperature and thirst bar full ? it does like some rolebacks and i can't run most of time (temperature isn't full but it's like 35 degrees)

Issues with language loading on windows

Not sure if this is an issue of the characters being loaded incorrectly or being saved incorrectly. Possibly might need to look into this to see if it's an issue with the plugin or with how the files being saved.

Example

Hydration does not initialise

Hydration bubble bar does not initialise correctly when a player joins the server and will not show there hydration until it changes.

Steps to Replicate

  1. Connect to server
  2. Hydration is not updated
  3. Update hydration by drinking
  4. Rejoin server again, hydration bar will look like it's completely empty.

LeafParticle will still tick even if armorstand is null

The armorstand for the LeafParticle can be null when preforming a tick. This will cause an issue for when the updating the pose of the stand when animating it's falling throwing an error.

[23:33:46] [Craft Scheduler Thread - 316 - EternalNature/WARN]: [EternalNature] Plugin EternalNature v2.1 generated an exception while executing task 1356497
java.lang.NullPointerException: Cannot invoke "org.bukkit.util.Vector.getX()" because "pose" is null
    at me.masstrix.eternalnature.core.particle.LeafParticle.getArmTip(LeafParticle.java:198) ~[?:?]
    at me.masstrix.eternalnature.core.particle.LeafParticle.getLocation(LeafParticle.java:117) ~[?:?]
    at me.masstrix.eternalnature.core.particle.LeafParticle.tick(LeafParticle.java:129) ~[?:?]
    at me.masstrix.eternalnature.core.world.LeafEmitter$2.run(LeafEmitter.java:117) ~[?:?]
    at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:99) ~[patched_1.16.4.jar:git-Purpur-904]
    at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:58) ~[patched_1.16.4.jar:git-Purpur-904]
    at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.16.4.jar:git-Purpur-904]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]
    at java.lang.Thread.run(Thread.java:832) [?:?]

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.