Coder Social home page Coder Social logo

ethanvannplugins's Introduction

Plugins released by Ethan Vann

ethanvannplugins's People

Contributors

0hutch avatar abextm avatar adam- avatar bigdrizzle13 avatar bilbotech avatar dbloodworth95 avatar ethan-vann avatar ferrariic avatar hypsster avatar icezman001 avatar lazycoder73 avatar llemonduck avatar magnusrn avatar mistermaru avatar moneyprinterbrrr avatar patriq avatar rbbi avatar reeeman avatar rvazarkar avatar skylerpilot avatar trevor159 avatar vindux avatar violet-vibes 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ethanvannplugins's Issues

PathingTesting

Hi Ethan, I've been testing PathingTesting but for me it's not working properly, I started it and put the x,y coordinates and nothing happens, and I also called walkTo for my fishing plugin, but the game just freezes.
I don't know if it's an issue or I'm doing something wrong.

I even tested your project and just added, "PathingTesting.class", but nothing happens either after setting the coordinates and activating.

FIXED all is working!

Incorrect format for MacOS.

Tested on both M1 and Intel based MacOS devices.

PacketUtilsPlugin's read/write lines are formatted incorrectly for Steve Jobs, this is effecting every provider who is using the modifications you made last week.

PacketUtilsPlugin Read:
List<String> lines = Files.readAllLines(codeSource.resolve(version+"-"+client.getRevision() + ".txt"));

Revert to:
Files.readAllLines(codeSource.resolve(version + ".txt"));

PacketUtilsPlugin Write:
Files.write(Files.createFile(codeSource.resolve(version+"-"+client.getRevision() + ".txt")), stringOutput.toString().getBytes(StandardCharsets.UTF_8));

Revert to:
Files.write(Files.createFile(codeSource.resolve(version + ".txt")), stringOutput.toString().getBytes(StandardCharsets.UTF_8));

'version+"-"+client.getRevision() + ".txt"' specifically is invalid, issue is resolved when you revert these two lines - Hopefully to help the 10+ people who've DM'd me about this problem over the past week now, other than that - Talk to Ethan about fixing it, otherwise switch to a Windows device.

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.