#help-archived
1 messages ยท Page 142 of 1
Well locally as in a dedicated server locally
Well yes I built the latest jar using java -jar BuildTools.jar --rev 1.16.1
It's there
What startup script?
Wasn't really aware this existed lol
java -Xmx10G -Xms10G -jar server.jar nogui
well I just start it through the panel...
Is there a path to this script?
oh yeah true there might be some setting
lemme check
I use tmux
Ah so it's "latest"
lol no
just gonna use my regular ol' konsole
best emulator there is
yeah so is like every server distro lol
I can confirm that Could not connect to a default or fallback server, please try again later: io.netty.channel.AbstractChannel$AnnotatedConnectException is on 1508 and latest spigot
enable bungeecord in spigot.yml?
Anyways, I think the version in the panel is prob the culprit. Thanks
just gotta wait for plugins to update ig
yeah it will take a lot of time of waiting the plugin to be updated
bungeecord already enabled xD it was working before updating
oof so you keep all old settings?
I downgraded a spigot server to 1.15.2 and now I'm getting this error: >.... [23:23:58 ERROR]: Could not de-serialize chunk data for task: Chunk task: class:com.destroystokyo.paper.io.chunk.ChunkLoadTask, for world 'world', (-10,-5), hashcode:1780167794, priority: -1
oh you use PaperSpigot?
the 1.15.2 servers do
xD I see that now
and
[23:30:14] [Server thread/ERROR]: Error occurred while enabling nationsatwar v1.1 (Is it up to date?)
java.lang.IllegalArgumentException: The validated object is null
at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[server.jar:git-Spigot-a99063f-c9d7c16]
at org.apache.commons.lang.Validate.notNull(Validate.java:178) ~[server.jar:git-Spigot-a99063f-c9d7c16]
at org.bukkit.craftbukkit.v1_15_R1.entity.CraftVillager.setVillagerType(CraftVillager.java:57) ~[server.jar:git-Spigot-a99063f-c9d7c16]
at net.mcnations.nationsatwar.general.packets.npcs.Architect.spawnEntity(Architect.java:108) ~[?:?]
at net.mcnations.nationsatwar.nations.Nation.init(Nation.java:141) ~[?:?]
at net.mcnations.nationsatwar.nations.Nation.<init>(Nation.java:122) ~[?:?]
I'm getting this error when I am initializing the following code:
architectVillager.setVillagerType(nation.getBiomeType());
Its saying the value returned by getBiomeType() is null, yet I know that it is NOT null
Any idea what is going on here?
before, in the constructor, I just had this.biomeType = biomeType;, where biomeType is a Type (for specifying the type of villager)
I changed that to biomeType = Type.SAVANNA directly in the code & now it works...
Can you not pass enum values in as a variable?
That would seem weird to me
It's your own enum class or it's BiomeType bukkit class?
Yeah
nation is just the object
the wrapper object that holds the biome type
Ill show you the constructor
does it return Villager.Type?
public Nation( Type biomeType) {//stuff}
and you have this.biomeType = biomeType;
Can i see all your class?
?paste
https://paste.md-5.net/suqufejaci.java there you go
It's not huge as i think
yea i hid most of the methods
Do you use Villager.Type.valueOf()?
shouldn't have to
When a new player joins my server he is invis
so what is "Type"?
it's return Type (Object)?
Nation gaul = new Nation("gaul", Color.GREEN, 10, ChatColor.DARK_GREEN, Material.GREEN_WOOL, org.bukkit.ChatColor.DARK_GREEN, Statics.NORTH, Type.SWAMP);
type being the last param
Type.SWAMP
Its being passed in as a org.bukkit.entity.Villager.Type
yeah ok
weird right
Did you set after create a new instance?
?
In the pastepin you can see I set it to this.biomeType
then I just have a getter
yes i know
you have created a new Nation Object before set the villager type right?
that all happens in the constructor
so how do u get build tools to work on a server host
Download from jenkins then run command
^
my server is hosted on a 3rd party thing tho
@brave vector I'm confused by your question
so build tools only works on local machines
you answer me that when you create a new object the village biome will set?
yes
That happens in the constructor
Its passed in as a parameter
@tiny bison No, I do it on my remote linux box
i don't see it lol
i meant the method to set VillagerType
do you hide it?
Nation gaul = new Nation("gaul", Color.GREEN, 10, ChatColor.DARK_GREEN, Material.GREEN_WOOL, org.bukkit.ChatColor.DARK_GREEN, Statics.NORTH, Type.SWAMP);
// Then
villager.setVillagerType(gaul.getBiomeType());```
When a new player joins my server he is invis
invisible?
yes only new players
/vanish
everytime new player join?
yes
well i don't know, have you checked all the plugins?
I dont think its the plugins
@brave vector no, I am setting it via this.biomeType = biomeType;
I will send you list
Are you talking about giving the actual villager entity its type?
md_5, I think there may be a bug my good sir
I don't see it lol
yes ik
Hello!
Anyone knows a plugin to change the version bungee sends on the server list?
This one: https://i.imgur.com/4QVRPux.png
Well, I have it only on my backend servers as the plugin suggets
Yeah... this is the problem.
Thats for.. the tab?
yeah xD
I already have BungeeTabList and it works perfectly.
First time I use it tho
Well i think there is only ServerListPlus
I think it work properly for all version of Bungeecord
Dont kick me for using Waterfall, but it has this option:
game_version: ''
and I dont seem to find any documentation at all of what it does...
sometimes the community gets salty for using a fork of spigor and asking help here :3
I mean... they are right
xD
I tried updating to 1.16.1 and I got this error: https://pastebin.com/LLz0NE8v
this is what i found
When a new player joins my server he is invis
Send plugin lisst?
Ok
A ton of error messages beginning with something like Couldn't load chunk [-24, -11]
ok
You upgrade from 1.15.2?
Yes
Could it be an issue with worlds that I downloaded that were not generated using 1.15.2?
Well there won't be any problem if you upgrade from 1.15.2
Wish that could help me but...
Did you upgrade then downgrade then upgrade?
No, I upgraded directly from 1.15.2
for me everything it's working fine
Did you use Multiverse/extra worlds?
No i didn't
Thats why
I just heared about the WorldData
so now that spigot 1.16.1 is out, do I also need to wait for all the individual plugins to update?
may be the World constructor has been changed a bit
or will some of them work immediately with 1.16.1
1.16 isn't different with 1.15.2 a lot
@brave vector Its definitely a bug in either bukkit or spigot
so for instance, an existing EssentialsX jar should work
I have a pretty small plugin list
Sorry this took so long lol https://gyazo.com/94d6b4932fa6886bdba1c2624fc113c8
@brave vector Its definitely a bug in either bukkit or spigot
So now wait for 1.16.2 lol
i see SuperVanish
may be you config wrong
I'm doing this on 15.2 still
@whole night nah talking about my issue
Yeah I'm on 15.2
Does that matter?
I thought older versions were stable?
1.15.2 is no longer support
If there is any bugs, they won't be fixed
But i think it's the java coding problem
not bukkit problem
@gray crest
oh I'm making a new server
yeah alright
I just wanted to see if I could use the plugins in the spigot resources immediately or if they need to be updated
Nah mango its not my code
I pass enum values in via the constructor commonly
It works for all other values in that same constructor
Just not this one
well i'd use Villager.Type
It depends on the plugin @gray crest but from what I've seen a lot of plugins don't support 1.16 but others work fine
ok guess I'll have to test
Thats what it is Mango
org.bukkit.entity.Villager.Type is the fully qualified package name
like java11?
yes you can but your spigot server must run at java 11
and some plugin like ProtocolLib isn't compatiable with java 11
Ok so I tried to update and it didnt work due to errors. Now I went back to 1.15.2 and the server wont let anyone connect. It starts up but no one can join
?paste
log please
@brave vector Excuse me, I just see the Spigot has just one, is it support all java version ? or how many ?
ignore the first part, that was from a previous start
Please help, my server has never been down this long and there a lots of players getting anxious
Why is build tools giving me 1.15.2?
I just ran it & gave me 15.2
...
do --rev 1.16.1
java -jar BuildTools.jar --rev 1.16.1```
did you do --rev 1.16.1 ?
what lesxmore said
@brave vector Excuse me, I just see the Spigot has just one, is it support all java version ? or how many ?
Yes is support all version of java
I think it supports everything 8+
I'm stupid
well
since I mean java is inherently backwards compatible
you got a log error lol
is this the place to ask about help for issues relating to coding spigot plugins too?
I guess so
everything related to spigot/bungeecord
hmm ok
Yea guys... I downloaded the latest version of buildtools, ran the "latest" command... still no dice
And thats cuz latest isnt actually the latest
ok
they havent updated the checker yet so just type 1.16.1
did Player#updateInventory() get deprecated?
it isn't for me but it is for my friend, we just synced up running buildtools at the same time and he still has it as deprecated, but i dont
Please help, I tried to update to 1.16.1, it didnt work, so I went back to 1.15.2
Now my server starts (Even discord SRV works) but no one can connect
(i checked the docs and it doesn't say it's deprecated)
Then ur gucci
i am but my friend can't compile his plugin
deprecation wouldnt stop compilation
I think the situation was it was deprecated in bukkit but not spigot-api
in any case we dont distribute bukkit even via maven as of 1.16.1
true, there was another weird thing it was doing for him too. his ide kept wanting him to cast Switch to FaceAttachable in order to use getAttachedFace() but it doesn't yell at me
and that does show as an error for him
bungee 1508 when joining from a 1.16.1 server to 1.15.2 https://pastebin.com/1d7UhVwJ
Able to join server after a full disconnect/reconnect
please help, I keep getting this error when starting up
I would paste the entire log but it's too big for pastebin
did you downgrade your server from 1.16.1 to 1.15.2
usually thats what causes errors like that
do you have a world backup?
you need to restore from a backup or update to 1.16.1
restoring the world files should allow the 1.15 jar to startup
otherwise you're stuck with 1.16 most likely
I'm fine using 1.16, but that isn't working right either. I'll start it up and paste the error
the server starts up but no one can connect
This is using 1.16.1, to clarify
well youve got a lot of plugins in there saying they dont support 1.16
What should I do?
remove all the plugins with errors
also you derped up your file permissions somewhere (see all the permission denied exceptions)
might wanna do a chown -R on your server folder
Is it possible to make your own menu like this with 1.16 spigot?
no
๐
is it just me or is there no api-version for 1.16?
-No, the api-version for the plugin.yml (CraftMagicNumbers.java)- (nvm, my fault)
@fleet crane Ok so I started the server with 0 plugins and it still wont allow connections
What do I do now? I have lots of players who aren't able to play bc the server is down
can i upload a log and have someone looks at whats wrong?
are memes allowed in #general ?
this has nothing to do with spigot
more with the discord server
hey I'm sorry I'm probably the 100th person to ask this but is anyone else not able to get any plugins working on 1.16?
Please, can someone help me? I don't want to be a bother but I am losing players every minute that the server is down
i cant even connect after preparing spawn
it just freezes
and a few mins later stops bc of a bunch of errors
?paste
paste your logs there, click save, paste url here
@fleet crane Ok so I started the server with 0 plugins and it still wont allow connections
https://paste.md-5.net/jetaferaca.md
What do I do now? I have lots of players who aren't able to play bc the server is down
Servers runs fine
nothing happens
it just says "Connecting to server..."
right after preparing spawn the whole server freezes
even if u type commands it just doesnt respond
until u get this https://paste.md-5.net/ezucopayab.md
you will need to open a bug report with your world file
i tried different world files
Me or asdf?
asd
What should I try next?
:O vanilla works
Hej, couldn't read through all the other messages and can image you're flooded with these errors atm. I am stuck at "Preparing spawn area: 0%". Something I can try?
Idk if anyone here does this but if there are any devs who are experienced with this type of thing I will pay you to fix my server
md5 is very experienced
yeah, I would think so
ok I'll wait and see if we get a release tomorrow
the essX release from 8 hours ago appears to partially work
except for EssentialProtect which won't load at all
EssX protect and antibuild are succ
I will pay $100 to anyone who can help me fix my server. It worked fine earlier today and only broke after I tried to update to 1.16
This is with plugins: https://paste.md-5.net/finirizega.md
This is without: https://paste.md-5.net/jetaferaca.md (literally zero errors)
Either way, the server starts up (discordSRV shows that the server is up aswell) but it won't allow connections
No, nothing is displayed in console
from what I can tell that could be a firewall issue?
sounds like a stupid question but have you got the right port open and or connecting to the right one?
but strangely enough, if a player types a message in the discord-minecraft channel, it appears in console
Yes, it worked fine for months and stopped working as soon as i updated
I get this when going from spigot 1.15.2 to 1.16.1 https://pastebin.com/dtbQKwpR (the server stops / crashes)
has the port reverted?
oof, perhaps you could try downgrading back to 1.15.2 and see if you can still connect
uh what changed to bungeecord that it now errors that Team already exists?
update your bungeecord
me?
oh
what i mean is that if your using a custom port eg 25595 isted of defult when u updated it might have just decided to revert idk
I've never seen errors like that ):
who
it's like a bad chunk or something? idk
@opal bay I tried that. md_5 said that wouldn't work. As far as I can know 1.16 handles world files differently so now that I've tried running the server with 1.16 they are formatted for that version
oh okay
but still, upgrading versions shouldn't cause players to not even be able to connect to an IP
And unfortunately (I know, I should not have done this) I dont have any recent world backups
I swear why does it have to stop [22:41:45] [Thread-2/INFO]: Stopping server
so annoying
is this a spigot bug?
or minecraft? or something else?
wot?
@storm vessel you do whant your server on 25565 right?
it's normal lol
I swear why does it have to stop
[22:41:45] [Thread-2/INFO]: Stopping server
@pastel condor
How is that annoying?
@willow eagle yes
This is not the bug, it's the world problem
bad chunk or something
Are your plugins up-to-date with your version of spigot?
only the multi world get error
Maybe that's the issue ๐คทโโ๏ธ
so I wanted to see what was out of date
the default world doesn't get any error
well you know you update the server then the plugins
Yeah this is the problem of Multiverse Core
but spigot craft uses multiverse?
Think multiverse is broken with 1.16
you have got a static ip right im just grasping at staws lmao @storm vessel
idk but it seems -forceUpdates only work with default world
I wish I could update to the latest build but shockbytes not up to date and otherwise it just ends up saying it can't bind to the host.....
Oh btw, I just installed fail2ban and changed from password SSH to auth key SSH, could that have anything to do with my issues?
@tall crystal Make a ticket on shockbyte
what should I do?
@willow eagle Yes, I have a dedicated server through soyoustart (OVH) so def a static ip
can you disable it and try it?
Revert back and wait for better builds
i will wait for md_5 answer
keep 1.15.2
but I promised people that I would update
Try removing multiverse for a sec and see if that works
you can use ViaVersion
The last ticket I sent with them just ended up getting thrown out by their bot...
btw there isn't have a lot of plugin support 1.16
If you remove Multiverse and it works, then you need to wait til multiverse updates their stuff
Most plugins should work in 1.16, granted very sketchy and buggy I assume
one little problem, the java task is still running
@willow eagle wait you mean disable the static ip?
kill it
so if I kill it the worlds will still be locked
and then I can't ever start the server
reboot?
^
same though?
because the worlds need to be unlocked
no i amean turn of fail2ban @storm vessel see if it fixes it
last time it wasn't, but I'll try again
tf locked world
Think he means like the "another application is using that file" thing
Ya basically
or just reboot
I just rebooted the entire server
time to see...
well it's booting up now
I have to give it like 30 seconds
i will wait for 1.16.2
now i will do my bot project
i don't know why everyone like the unstable things
I usually wait til 1-2 weeks after spigot release to update (that's if there's a bunch of releases)
1.xx.1 is an unstable version, everytime
Cause they gotta have it Nao!
Well they had to release 1.16.1 1-2 days after so that means 1.16 is more unstable than my love life
lol if you use 1.16.1 deluxehub may execute some shit error
I'm going to bed, playing pokemon go- I mean mc tmr
wait sorry you are using 1.12.2
yeah 1.16 is unstable, and 1.16.1 does
1.16.2 is the latest stable version if there isn't any bugs
if there is, we will have 1.16.3 and 1.16.4 lol
the server is now starting up
pastebin is hard to read
I switched to the multiverse that spigotcraft uses, and it seems to work fine
yeah that great
yeah i suggest to use 1.15.2 when every plugin are updated
I'm just testing atm
lmao essentials is going crazy with tab compleate
I'll just use spigot craft's essentials
i will code my own essentials
๐
bruh
damm essentials be going crazy
Nevermind i am stupid. Pointed to the wrong server
what's the best place to get the most up to date essentials for spigot 1.16.1?
sweet, thank you
When I'm modifying a player's experience with Spigot (Player#setTotalExperience()) -- am I required to use Player#sendExperienceChange() as well to modify their actual EXP bar?
And how would I get the percentage they need to get to the next level?
The only method I see in relation to this would be int getExpToLevel();, but I don't even know if that only displays their progress or total required for the next level, and I still don't know how to get the vice/versa for it
how can i get red wool and return it as a material?
The world-container option in bukkit.yml doesn't seem to be working with 1.16.1
It created a new world for me on the root directory
got bungee working and servers up for 1.16.1, how do i get people from the hub (advanced portals is no workie) what plugin are youguys using ?
https://ci.ender.zone/job/EssentialsX/
@olive latch is this officially essentials ?
I assume the Citizens 2 and Lib's Disguise plugins need to wait for their respective builders to update for 1.16.1?
yeah citizens hasn't been updated yet ๐ฆ
is there anyway for me to /server people?
@serene sail EssentialsX Is the fork of essentials since it wasnt updated past 1.7 so technically no its not the official essentials but its the modern update of it: https://www.spigotmc.org/resources/essentialsx.9089/
any clue on how long we might need to wait for an update? Simply curious, I only recently started running modded MC again
@pastel condor
Is there any way to re-open a spigot issue or is the only way to make a new one and refer to the old one?
how could i get a wool color and return it as a Material
what version?
@candid prawn I think last update (1.15) it took a week to two weeks
but the jar from 1.14.4 kinda worked anyways
Did you change the way you send fireworks and action bars at 1.16? I want them to send and error appears even though I use reflections
so it wasn't really an issue
1.8
@frigid ember I would assume its color number is under meta I've never used the 1.8 api
@pastel condor Nice, that isn't bad at all. Crossing fingers for that one and the Lib's Disguise mods. Been playing with my niece and wanna introduce her to the fun mods ๐
๐
@pastel condor do you by chance know of any other additional 'disguise' mods, where you make your character into mobs, etc?
sorry, I am not sure
all good, just asking :)_
though I think plugins like that would take a while to update because they use nms
the lib disguise mod uses the protocol jar
worked fine with 1.15.2
pretty darn recent, so here's hoping
wanna surprise my niece with weird animal behaviors and tricks lol
lol
and populate our hotels with npcs
so far who can complain though, spigot, essentials, vault andf worldedit all already have recent updates for 1.16.1. Talk about fast updates
yeah
when I install it to get my other non main level worlds (aka worlds controlled by multiverse) onto my main server it just crashes my server
same thing happened earlier #help-archived message
what is the multiverse plugin?
multiple overworld and such under a single server setup?
yes
In particular multi-world support was rewritten several times relatively late in the snapshot cycle, so extra caution is recommended if your server has more than the three default worlds (world, world_nether, world_the_end). Although this now means that the Vanilla server (in theory) has (experimental) multi-world support, we have retained the existing Spigot structure and approach for various reasons. Accordingly, you should continue to use your existing plugins and folders for multi-world management and not the Vanilla system.
it's a really annoying bug
I'll just ask in #general, because there are a bunch of people there
I tend to keep my mods to minimum. Right now it's 5 and only waiting on the 2 now.
I'm off, later ๐
yeah
[09:16:22] [Server thread/INFO]: maxtheinfiniti[/92.105:50883] logged in with entity id 1137 at ([world]410.5, 73.0, 1682.5)
[09:16:22] [Server thread/INFO]: maxtheinfiniti lost connection: Disconnected
[09:16:34] [User Authenticator #8/INFO]: UUID of player maxtheinfiniti is caf5d16c-64eb-32e2-81f2-25a370285232
[09:16:34] [Server thread/INFO]: maxtheinfiniti[/92.1150:51986] logged in with entity id 1138 at ([world]410.5, 73.0, 1682.5)
[09:16:34] [Server thread/INFO]: maxtheinfiniti lost connection: Disconnected```
@sudden juniper you'll need to provide a full log and list of plugins, that explains nothing to us sadly
how can i get the value of this: https://gyazo.com/d73970237f385f407ac0c788ee5a59c2
@zenith palm Sorry, noob here, if I notice a seeming issue with the Essentials update, where do I report it for you guys?
that's a lot of mods that probably aren't updated for 1.16 lol
@zenith palm Sorry, noob here, if I notice a seeming issue with the Essentials update, where do I report it for you guys?
@candid prawn I'd recommend using something like EssentialsX
@zenith palm Sorry, meant I am using the very latest EssentialsX plugin and it seems to be working just fine. I just noticed one bug and wondering where to report it, unless I'm confusing spigot devs with essentialsx devs and this is the wrongf place for that question
oh then go here https://github.com/EssentialsX/Essentials/issues
Essentials and EssentialsX are different
@zenith palm awesome, thanks!
welcome
After you doPacketPlayOutEntityDestroy how to bring back those entity
@frigid ember
at net.md_5.bungee.chat.BaseComponentSerializer.deserialize(BaseComponentSerializer.java:70) ~[spigot.jar:git-Spigot-758abbe-2b00831]```
getting an NPE while trying to serialize a json string with some new hex codes, has anyone else encountered this?
Full error https://pastebin.com/qWuUqHUr
Can you show us your code?
try {
BaseComponent[] parsed = ComponentSerializer.parse(message);
String parsedString = StringUtils.join(Arrays.stream(parsed)
.map(baseComponent -> baseComponent.toPlainText())
.toArray(String[]::new));
if (parsedString.equals(message))
player.sendMessage(prefixed ? UtilUI.colorize(prefix) + message : message);
else {
if (prefixed)
parsed = new ComponentBuilder(UtilUI.colorize(prefix)).append(parsed).create();
if (actionBar && player instanceof Player)
((Player) player).spigot().sendMessage(ChatMessageType.ACTION_BAR, parsed);
else
player.spigot().sendMessage(parsed);
}
} catch (JsonSyntaxException ex) {
String finalMsg = prefixed ? UtilUI.colorize(prefix) + message : message;
if (actionBar && player instanceof Player)
UtilUI.sendActionBar((Player) player, message);
else
player.sendMessage(finalMsg);
}```
Relevant line is the BaseComponent[]
https://pastebin.com/NCd3hT8A Heres an example of the json I'm feeding it
Hi guys, so 1.16 Spigot is here and my question is if its safe to upgrade 1.15.2
Any changes in overworld?
hmm well you have to reset nether i think
sure thats understandable
Just read the announcement from md_5, he expresses caution about the 3 worlds.
I have a Vanilla 1.16.1 server right now, what should I do to make the world structure compatible for Spigot?
I read it
Under the new world structure where is the nether/end?
DIM-2 in vanilla i think not sure tho
ah
I will surely do it but I am asking if there are any changes in overworld or the end, because I have pregenerated 20x20k map and do not want to upgrade if players will loose some options (like bees generation in 1.15)
Anyone knows how the hell I should use it lmao ?
I will surely do it but I am asking if therr ate any changes in overworld or the end, because I have pregenerated 20x20k map and do not want to upgrade if players will loose some options (like bees generation in 1.15)
@shut quest no lol it adds updated things , it will not remove 1.15.2 things
Nooo :D You dont understand me :D I mean, if there is something, what is generating differently (eg. new ore, block) in overworld :D If yes I will rather make new server than upgrading old, so players will get all new features in overworld.
This is not helping abhiram lmao
helpong?
As I see only "target" is new... And its not generating in world
Nooo ๐ You dont understand me ๐ I mean, if there is something, what is generating differently (eg. new ore, block) in overworld ๐ If yes I will rather make new server than upgrading old, so players will get all new features in overworld.
@shut quest yea
@ashen nebula bungee-chat does not support the new style hover events
you need to use the old value one still
After you doPacketPlayOutEntityDestroy how to bring back those entity
md_5 can you help me
How do you (developers) upload the updated version of spigot, bukkit, paper etc onto server hosting websites? how does that work and when will it be done??
@shut quest yea
@frigid ember And what is different in 1.16?
@frigid ember And what is different in 1.16?
@shut quest nether updates new block new fire
Anyone knows how to get a Class<F, S> in reflection and how to use it ?
@abstract cradle https://www.spigotmc.org/wiki/buildtools/
@frigid ember But this fire is not occuring in overworld isnt it?
fire will not spawn on overworld unless you make fire i think
i dont know much about 1.16
@subtle sundial the server isn't exactly mine... i run it off a server hosting website
I will go trough changelog... I really do not want to annoy players if there is something new in overworld what players will not get with old 1.15.2 world
@subtle sundial
@abstract cradle so yes the server hosting website needs to build it
oh rip
well you can update worlds by putting them in your pc i think
I use apexhosting and they updated it this morning
I'd suggest opening a support ticket with your hosting provider asking about the new spigot build
has anyone ever moved multiverse inventorys
@subtle sundial
@abstract cradle you leaked ur sever ip ๐
@fleet crane I am courious how will devs handle the hex colors in older versions :D If there will be aproximation when eg. 1.15 player will play on 1.16 server with hex prefixes :D
@frigid ember its fine- you need to be whitelisted
/server <server> ?
/send player name
its will work in buangee
Once my server is on Spigot 1.16.1, I'd like to get into BungeeCord to allow my players to teleport to another world I want to add. That world has been a Singleplayer (LAN mode) world so far. Is that possible?
you dont need bungeecord, multiverse will do just fine
I can't pick the items up that drop via dropItemNaturally
Version 1.8.8
oh! ๐ฎ Okay
just put the world folder in the server and run /mvimport
?1.16
Spigot and BungeeCord 1.16.1 are now available. Please see https://www.spigotmc.org/threads/447405/ for more information.
Reminder that BuildTools is the only supported means of obtaining the Spigot server jar.
wow
if you want the nether/end from that world you will have to copy them out into seaprate folders
hey md5 you know how to move multivers inventorys around? i have no luck
After you doPacketPlayOutEntityDestroy how to bring back those entity anyone i really need help ๐ข
@fleet crane Multiverse. Noted. Thank you very much. Also: Thank you for doing this! I love this project and I fully support your opinion on entitlement etc. We should all be able to take a step back and chill a bit and let you guys do your ~work~ hobby. ๐
okay i can do everything except find and send
okedoke papa
and no, 1.16.1 only
my 1.16.1 doesn't run though??
md_5 do you know what causes my dropItemNaturally to not work?
no errors
it just stays on the ground
Hey guys, how to instantiate and fill a List with a generic type got from Reflection
I have a class, let's call it XYZ.class that I got with reflection
And I want to create a List<XYZ>
you where correct md5 , not perms by default
Hi guys, yesterday I had purchased Strike Practice plugin, it said that the payment must be confirmed manually, but still or have not verified it, can I be sure?
For spigot 1.16.1 will all plugins work?
@fleet crane when coding for spigot and addon plugins, is it just java code, or more?
it will work
@fleet crane when coding for spigot and addon plugins, is it just java code, or more?
@candid prawn its java code
I can't pick the items up that drop via dropItemNaturally
Version 1.8.8
@frigid ember
no one knows?
maybe some plugin canceling the event
@frigid ember thanks
dont have other plugins in
then idk
code looks fine check java docs
yep also thought it was good
but it works, i just cant pick the items up xd
hmm
@SuppressWarnings("deprecation") in your code
yes
so find why this happens
wait what
how?
nvm getData
Lazinq you donโt need the HashMap implementations?
Just declare it as a map ?
Also you may declare your plugin field private final :0
event.getBlock().getData() maybe this cause deprecation warning
I think #getData does
Where do i go too download plugins lol?
There is a workaround iirc
what?
What version?
Ah itโs a magic value
Well it was probably there since 1.7 or something like that
1.8.8
It doesn't exist in 1.8.8 spigot.
if your plugin is only for 1.8.8, I don't believe you'll run into any problems using that method.
is there a way to remove all permission on lucky perms?
Through code ?
any
just getMetaData()
it needs an arg inside
brackets
Returns a list of previously set metadata values from the implementing object's metadata store. How getmetadata is enum?
Huh
The method getMetadata(String) in the type Metadatable is not applicable for the arguments ()
Get the BlockState by getState or getBlockState
GetMetadata Returns a list of previously set metadata values from the implementing object's metadata store.
Then you can get the data?
What are you trying to do, Lazinq?
tryna drop an extra block when a player reaches a certain amount of blocks mined
well a chance to drop the block
Itโs a magic value
that is deprecated but idk if its the problem
event.getBlock().getState().getRawData()
got this now
but getRawData is deprecated
Yeah, I don't believe that's the problem. Does this only happen with items that have a magic data value set?
yes
why dont you just new itemstack(type,amount)?
no just only with ores out of the EnumSet
EnumSet i mean
for what abhiram?
Hi guys, yesterday I had purchased Strike Practice plugin, it said that the payment must be confirmed manually, but still or have not verified it, can I be sure?
@woeful skiff
tryna drop an extra block when a player reaches a certain amount of blocks mined
@frigid ember why do you need the magic value for that?
new ItemStack(event.getBlock().getType(), 2, event.getBlock().getData()) here
contact the dev
event.getBlock().getData() cause deprecation warning
I'm currently trying to install openjdk-8-jre on my debian jessie system. Apparently, jessie backports is no longer maintained and can only be accessed through archive.debian.org. Is there a better/different source for getting java?
not sure why you add blockdata
@frigid ember why do you need the magic value for that?
Use Material?
If you only want to check the material type compare Material
just do event.getPlayer().getWorld().dropItemNaturally(event.getBlock().getLocation(), new ItemStack(event.getBlock().getType(), 2);
Oh
oh sorry
Hi there, I'm trying to upload a custom map to my server, but I'm unfortunately getting a bunch of errors trying to upload it to the server... Does anyone know what that is about?
Please note that I have no plugins installed or anything, just the new Spigot 1.16.1
Can do it for the ores one
but wont work for the logs one right>
what you mena
mean*
Lazinq if youโre 1.8 get their ids?
he needs the magic value, else he won't be able to get the right item.
indeed
@frigid ember I just tried exactly what you're doing and I can't replicate what's happening.
Do you have any other plugins that might cause this?
I'm currently trying to install openjdk-8-jre on my debian jessie system. Apparently, jessie backports is no longer maintained and can only be accessed through archive.debian.org. Is there a better/different source for getting java?
@ancient haven ๐ญ or... can I run spigot on a more recent java version? Don't think so... right?
So the item drops but you can't pick it up?
Hmm perhaps the get durability instead then @frigid ember ?
of a log?
Yeah?
Maybe by using PacketPlayOutEntity with the entity's entity id @frigid ember?
hmm that dont work on player
i just destroyed player
nothing changed since I removed the getBlock.getData() from the itemstack
ive set my localhost to a server.pro serv
LazinQ try printing out the pick up delay for the item?
you can check if you want to?
ip
and add via version
1.8.8
ohh ok
yea
if you are doing on 1.8.8
Anyone know what plugin is causing every link in chat to be replaced with "UNAPPROVED LINK" ? It's really messing with my plugins
Maybe by using PacketPlayOutEntity with the entity's entity id @frigid ember?
@halcyon snow hmm this will not work on player
chat manager
plugin i guss
look at the item
Wild guess but maybe you could use the Player#showPlayer method?
if it drops
ill op you
Wild guess but maybe you could use the Player#showPlayer method?
@halcyon snow some bugs like name tag
Did the 1.16 api publish on maven yet?
try it aand see
Yes
LazinQ try printing out the pick up delay for the item?
@halcyon snow how?
havent set a pickup delay cuz it should just get the basic delay
Yes
What version? I tried1.16.1-R0.1-SNAPSHOTbut that doesn't seem to work
It works for me
world#dropItemNaturally returns the Item it dropped. Assign that item to a variable, and print out the item's pick up delay using System.out.println or some other method.
yes system out println
but just print out world#dropItemNaturally
wont get the delay right
first have to make a method for it right?
maybe adding this player.setCanPickupItems(true);
but it should do it without this
but ima try
you can do this method
assign the org.bukkit.entity.Item that is returned by org.bukkit.World.dropItemNaturally(ItemStack) to a variable and then print out that item's pick up delay
to get the pick up delay use, org.bukkit.entity.Item.getPickupDelay()
Hi guys, I'm working with reflection and I want to instantiate a class like this:
class TestClass<A, B> {
public TestClass(A, B) {
}
}
But when I do like TestClass.getConstructor(int.class, int.class) for instance it throws a not found exception. How should I do?
try Integer.class
i need a hungergames plugin but i cant find any what work for 1.9 plz let me know if you know any
try
Integer.class
@frigid ember because Integer.class is a reference of Integer (Wrapper) Class object
Still doesn't work (int was an example I tried with other classes)
A and B are generic types
event.getPlayer().getLocation().getDirection().getWorld().dropItemNaturally
how would I make this correctly in 1 ine
line
:p
event.getPlayer().getWorld().dropItemNaturally()
wym ?
The server only checks for items to be picked up after each Player Position (and Player Position And Look) packet sent by the client.
@undone narwhal try using Object.class as the parameters to the getConstructor method.
when i do packetplayoutdestroyentity the player is hidden how to bring that hidden player?
@fleet crane i'm having a major issue in 1.16.1 spigot where the chunks are overriden in the nether/reset with new 1.16 chunks??? why
@halcyon snow Worked very well thanks !
np
Anyone ran into this yet?
java.lang.AbstractMethodError: Method net/minecraft/server/v1_16_R1/RecipeSmithing.toBukkitRecipe()Lorg/bukkit/inventory/Recipe; is abstract
Happens when iterating through recipes in 1.16
oh cheers
@frigid ember Did you try PacketPlayOutSpawnEntityLiving?
PacketPlayOutPlayerInfo with ADD PLAYER and PacketPlayOutNamedEntitySpawn
I'm getting a problem when everything gets reset in the nether (1.16.1 spigot) why?
In 1.16.1 Vanilla, it stays normal....
Does EssentialsX works?
PacketPlayOutPlayerInfo with ADD PLAYER and PacketPlayOutNamedEntitySpawn
@undone narwhal Adds fake player i guss
Does EssentialsX works?
@restive cedar it works
"I guess" means you should test it
Can u hide npc names in tablist just randomly appearing
i know its not possible but theres a plugin that could block names right? or its just really no
I'm getting a problem when everything gets reset in the nether (1.16.1 spigot) why? In 1.16.1 Vanilla, it stays normal.... Is there a way to fix this as I have all my stuff kept in the nether?
im just wondering if it's possible to show the new fog to a player
even if they're in overworld
"I guess" means you should test it
@undone narwhal welll its nms fake player
Not if you attribute the EntiyPlayer id of the player you destroyed...
[11:33:34] [Server thread/INFO]: Prajvi issued server command: /gamemode creative
[11:33:34] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'gamemode' in plugin Essentials v2.17.2.0
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[server.jar:git-Spigot-758abbe-2b00831]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[server.jar:git-Spigot-758abbe-2b00831]
at org.bukkit.craftbukkit.v1_16_R1.CraftServer.dispatchCommand(CraftServer.java:747) ~[server.jar:git-Spigot-758abbe-2b00831]
what should i do?
1.16?
yes
1.16 is buggy md_5 is trying to push patch update
that's an issue with essentials, not spigot
essentials works good on 1.15.2
yes, but they're using 1.16
@frigid ember And why do you destroy the player ?
to hide them
its the same with any update plugins will need bug fixes try the essentials dev builds
umm hi, i recently updated my server to 1.16.1 spigot and the nether is broken, all of the land is just netherrack and no biomes like it was before, there are still piglins and i'm sure the server is 1.16 but t's all gone?
like make fake entity sleep
I suggest just deleting the entire nether world folder and letting it regenerate
see if that helps
Did you generated a new nether @scenic osprey ?
Is this something I should be worried about?
1.16
@frigid ember Just use the hide method and then show after all
hmm
@scenic osprey , I have the same problem, I posted it in the forums https://www.spigotmc.org/threads/nether-reset-bug.447445/
hmm
no, its strangely the same landscape but all of the 1.16 trees, grass etc is gone
essentialsX wont even load for me... let me make sure i have latest build of it xD
uhh
I'm waiting on a response
what do you mean? you were talking about Nether
The whole nether got reset in 1.16.1 spigot, but not in 1.16.1 vanilla
I imagine this is relevant to what Astritex said...
@frigid ember Just use the hide method and then show after all
@undone narwhal i want clint to feel like laying
thats why packets
@frigid ember Keep your laying packets, just remove the hide packet and use Spigot API for this
Just to be sure, the --forceUpgrade argument goes at the end after nogui, correct?
hmm
Error occurred while enabling Essentials v2.17.2.0 (Is it up to date?)
I think it'd before nogui
2.17.2.130 is the latest
damn, only 130 builds out of date
yes
mk
thanks found it
for him
@frigid ember Keep your laying packets, just remove the hide packet and use Spigot API for this
@undone narwhal yea but player can freelly move
i dot want that
For all online players
onlineplayer.hide(ThePlayerYouWannaHide)
and for all player joining hide him too
gotta love the community lol
And what's the problem
I'm wanting to make a pr to bukkit API and seeing that I need to provide my email for the spigot Jira/bitbucket, I'm just curious if this email will be publicly visible or not (apart from being there in any of my commits) lol
itll only be in your commits I think
how frequently are you updating mD5?
md_5 not to be a pain, and thank you for adding warped_sign and crimson_sign, but you also didn't add the wall sign versions of them i think.
this you mention them in the ticket :3
thanks :^)
MD5 is boss man
i am sure he will get to it
he deserves sleep
what time were you up today?
ah so a reply is enough? just trying to learn protocol here sorry. im quite terrible at this stuff.
lol
i haven't slept for over 24 hours myself. how about you?
had a busy todo list.
I've added them
i slept great last night
md_5 thank you. ~ rabs, glad to hear you slept. i iwish i could say the same, pout.
are you in AustrAYA
amsterdam.
Ah
Spigot and BungeeCord 1.16.1 are now available. Please see https://www.spigotmc.org/threads/447405/ for more information.
Reminder that BuildTools is the only supported means of obtaining the Spigot server jar.
Is the new hex color feature only available in the bungee ChatColor class?
@obtuse glen what plugins do you maintain
?1.17
why is it so hot, Earth needs to turn the ac on
awe lol
wrong channel
very funny
Since I've never used --forceUpgrade before, is it normal for it to be listing 0% for hundreds of lines?
lue: big worlds, yeh. just leave it alone, it's doing it's magic very .. very slowly.
Thanks, Floris.
Where do you put the --forceupgrade even?