Giter Site home page Giter Site logo

atlantic's People

Contributors

briangrug avatar ignbiometrical avatar scifi9902 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

atlantic's Issues

[Bug] Could you help me fix the pom, new to maven and i dont really understand :) thanks

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Server info (please complete the following information):

  • Server version: [e.g. 1.7.10-SNAPSHOT]
  • Jar type [e.g. Exospigot]
  • Atlantic version [e.g. 1.0.3-SNAPSHOT]

Additional context
Add any other context about the problem here.

getPlayerPacket in 1.16

private static Packet getPlayerPacket(String name) {
//TODO THIS DOESN'T WORK YET LMAOOO
PacketPlayOutPlayerInfo packet = new PacketPlayOutPlayerInfo();

	Field action;
	Field username;
	Field player;
	try {
		action = PacketPlayOutPlayerInfo.class.getDeclaredField("action");
		username = PacketPlayOutPlayerInfo.class.getDeclaredField("username");
		player = PacketPlayOutPlayerInfo.class.getDeclaredField("player");

		action.setAccessible(true);
		username.setAccessible(true);
		player.setAccessible(true);

		action.set(packet, 0);
		username.set(packet, name);
		player.set(packet, new GameProfile(UUID.randomUUID(), name));
	} catch (NoSuchFieldException e) {
		e.printStackTrace();
		return null;
	} catch (IllegalAccessException e) {
		e.printStackTrace();
	}

	return packet;
}

Do you know how to do this in 1.16?

[Bug] idk how to fix

[09:19:15 INFO]: [Atlantic] Enabling Atlantic v1.0.2-SNAPSHOT
[09:19:15 ERROR]: Error occurred while enabling Atlantic v1.0.2-SNAPSHOT (Is it up to date?)
java.lang.NullPointerException
at me.scifi.hcf.visualise.ProtocolLibHook.hook(ProtocolLibHook.java:40) ~[?:?]
at me.scifi.hcf.HCF.onEnable(HCF.java:133) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[spigot.jar:?]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [spigot.jar:?]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [spigot.jar:?]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:477) [spigot.jar:?]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:395) [spigot.jar:?]
at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:354) [spigot.jar:?]
at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:328) [spigot.jar:?]
at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:284) [spigot.jar:?]
at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:232) [spigot.jar:?]
at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:495) [spigot.jar:?]
at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:?]

Whenever i try and compile, it throws an ambiguous error.

Describe the bug
When I try and compile the source code, it throws an ambiguous error.

To Reproduce
Steps to reproduce the behavior:

  1. Download source
  2. Try and compile

Expected behavior
I would get a .jar of the new features I added.

Screenshots
If applicable, add screenshots to help explain your problem.

https://prnt.sc/8fT3P23qCjrp

Server info (please complete the following information):

  • Server version: [e.g. 1.7.10-SNAPSHOT] N/A
  • Jar type [e.g. Exospigot] Ecospigot
  • Atlantic version [e.g. 1.0.3-SNAPSHOT] Most Recent

Additional context
Add any other context about the problem here.

[Bug]

Describe the bug
When a player throws an enderpearl and on cooldown, it doesn't it give the enderpearl back
To Reproduce

  1. Throw enderpearl and get on cooldown

Expected behavior
Cancel enderpearl event.

Screenshots
No Screenshots needed
Server info (please complete the following information):

  • Server version: 1.7.10
  • Jar type Exospigot
  • Atlantic version 1.0.4

Additional context
No further information

What are the permits?

I'm making a server with this core, but I don't know what the permissions are for the users, would you help me by giving me the base of the permissions?

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.