Code Monkey home page Code Monkey logo

Comments (11)

bob7l avatar bob7l commented on August 30, 2024
  1. This appears to be a 1.8 bug
  2. Armor stands are still very weird. They are considered a LIVING entity by both spigot and minecraft and don't have a lot of API.

Due to the insane amount of bugs in 1.8, i may have to wait for Sponge to come out. I've already began porting the plugin to sponge in a private branch.

from hawkreloaded.

RoboMWM avatar RoboMWM commented on August 30, 2024

Considering you seem to be returning to activity on this, will this be fixed? Currently trying to find a block logger that's open source and compatible with 1.8 items - the only one is CoreProtect, but it's closed source and the author is moving to Sponge.

from hawkreloaded.

bob7l avatar bob7l commented on August 30, 2024

Yeah i'll fix it

from hawkreloaded.

bob7l avatar bob7l commented on August 30, 2024

I'll commit the fix (Plus more) when i'm done working on my itemserializer. So instead of just the ID of the item, hawkeye will log every "api visible" aspect of the item. I say api visible because we'll still ignore things like custom attributes (Although i believe 1.9 added attribute api! Thanks spigot!)

from hawkreloaded.

RoboMWM avatar RoboMWM commented on August 30, 2024

Cool, I'm fine with remaining within the bounds of the bukkit/spigot/paper API. Thank you for resurrecting this project! Was about to lose hope on finding a properly maintained block logger for Spigot.

from hawkreloaded.

bob7l avatar bob7l commented on August 30, 2024

I've fixed the itemframes and made the logging much better. They'll also utilize the new item serializer

I'm not sure whether or not it'll work with previous builds, but i don't see why not.

Post here if you have an issue with it.

On a side note, i'll add armorstand logging soon considering they now have API and 1.8 is much more stable.

from hawkreloaded.

Puremin0rez avatar Puremin0rez commented on August 30, 2024

Glad to hear :)

from hawkreloaded.

Puremin0rez avatar Puremin0rez commented on August 30, 2024

@bob7l
This might not be the best place to submit this issue, but player heads also do not rollback properly if you'd like to look into that.

from hawkreloaded.

bob7l avatar bob7l commented on August 30, 2024

@Puremin0rez
Yeah i'm aware of that. The only issue is then i'll have to implement block-meta for block related entries rather then just using primitive variables {block-id : block-data}. So i'd have to recode a pretty big portion of the plugin considering it's all hardcoded for just two primitive block values. But that'd also allow for extremely simple expansion / updating at a cost of some performance loss. We'll defiantly have to see because it seems minecraft is adding more and more tile entities with important data attached to them. The meta would probably follow the same layout as the new inventory serializer.

from hawkreloaded.

bob7l avatar bob7l commented on August 30, 2024

@RoboMWM

Cool, I'm fine with remaining within the bounds of the bukkit/spigot/paper API.

I'll most likely turn HawkEye modular soon to allow for support for sponge,bukkit, and so on. I was planning on adding sponge support sooner, but sponges API has been extremely dynamic and hard to keep up with.

from hawkreloaded.

bob7l avatar bob7l commented on August 30, 2024

I'm going to add rebuild support soon for this enhancement soon aswell.

from hawkreloaded.

Related Issues (20)

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.