#help-archived
1 messages · Page 41 of 1
Yea. It's obviously Ginger Ale
I'm hardstuck in Eclipse just because I'm too lazy to switch
I enjoy Eclipse with Saros, even though there is a similar plugin for IntelliJ now, I like the environment better for live collaborating
but at the same time there are people who dont like pepsi or coke
Then they can just use notepad 😂
only professional coders use word lmao
Notepad++ if they're feeling a little dangerous
powerpoint at a push
Or sublime 😁
lol
MajorSkillage did you have this problem though
i cant get rid of it
oh lol
fixed it
I still do, it never really bothered me though honestly.
i right clicked on it and hid hints
You should right click and go into settings.
Sometimes it's nice for it to be there, in case you are looking back later trying to squash a bug
Well, for new classes you're using
@unreal hedge my G how do you export?
Depends, are you using a dependency manager? Like Maven or Grade? Otherwise just create an artifact and build it.
whats an artifact?
Just google "How to export in IntelliJ"
Umm is anyone able to help me? Should I remove these 2 plugins from my server? https://gyazo.com/df1cd810047c3fe169e72e09701a1618
these are from /timings paste
Can anyone help me setup HikariCP with maven ive been trying for so long
its the most frustrating thing
I had a nice guy named Frostalf help last night but neither of us could figure it out
Well for one, changes to the collection returned by getActivePotionEffects() won't be reflected on the entity
You have to remove them all individually
player.getActivePotionEffects().forEach(e -> player.removePotionEffect(e.getType());
(or whatever the method is to get a PotionEffectType from a PotionEffect)
I know I can't really do it smoothly, but how can I split a circle into sections then set them sections in a certain pattern
@subtle blade but, it was work for 5 minute ago what changed?
and wiki doesnt explain this
No but unless otherwise stated, this is what you should assume
Keep in mind that Bukkit returns objects that are mostly wrapped from NMS
A copy, so to speak
so, it's better to retun unmodifiable list
Not necessarily
I think the rare cases where lists are modifiable and will have an impact on the result are in BlockExplodeEvent and my event being PR'd at the moment, LootGenerateEvent
thanks, learned one more thing
@buoyant path what kind of help do you need
Maven wont build it when compiling
wtf
errors?
how did you import HikariCP
i literatly specified where it has to go
and how do you build the project
who
@buoyant path
Its NoClassDefFound
@subtle blade How can I make a circle with sections? please dm me this since I gtg to sleep and its 01:40
when startup
because its not compiling correctly
i can send my pom.xml if you want
With sections?
https://hastebin.com/uzohikipeg.xml @novel phoenix
<shadedPattern>groupid.artifact.hikari</shadedPattern>
This should most definitely be your package lol
why do you even need relocation
To avoid classloading issues if another plugin shades it
@buoyant path can you show the compilation errors
Hold on let me try what Choco said
java.lang.NoClassDefFoundError: com/zaxxer/hikari/HikariConfig```
theres the error @novel phoenix
The line doesnt really matter
its because maven wont compile
I build with intelliJ
do you do some kind of stuff so then folder named target appears inside your project directlry
Yeah
and your plugin is in it
Scroll to "Build with Maven"
how do i fix this? https://i.imgur.com/ZswemkB.png
update java
Ill try my best i really dont mess with maven
Yeah Choco with sections, each section is 30* big and contains a different type of wool
You're compiling your plugin with Java 11 but running your server on on Java 8
I really need this
my server
Compile with Java 8
That's done through your IDE
11.0 is the only one avaliable
install jdk for java 8
Hello good, someone help me with this type of script, when the time comes it does not execute the script:
#! /bin/bash
RUNAT="20:48"
while [ 1 ]
do
DATE=/bin/date +%H:%M
if [ $DATE. = $RUNAT. ]
then
/root/sv/su/start.sh
fi
sleep 60
done
😔
¯_(ツ)_/¯
thats nothing to be proud about
or update your server to 11
If it's a public plugin, it's best to compile against 8. It's standard, especially because both Minecraft itself, as well as Bukkit & CraftBukkit compile against 8
i've never developed in a java version above java 8 for that reason ^-^
well if you're compiling the public plugin I will totally agree that it should be done with 8
whats the difference between java 8 and java 11?
Plenty. Too much to list
var is in java 11 right?
is 11 better?
or am i just tired
Latest version is always going to be better because it has more features and improvements to the JVM
Though again, stay on 8 if you're creating a public plugin
So then run your server using 11 as well
how
Right now you're running it with 8
Modify your environment variables
In the Windows search bar, "Environment Variables"
or just edit your run script to just use 11
so you don't mess with anything else that might not work with 11
Click Environment Variables... and edit Path. Change the Java entry to the JDK 11
var is pretty much just “Object” right?
var is inferred
Var is compiler inferred
similar to lambda inference
how do i get the plugins foilder back if i acdienbtly delted it'
check recycle bin
java entry?
lol
im not used to java at all
JAVA_HOME I think it is
Correct
And ensure your Path is up to date as well
funny how my OS is still listed as windows_nt
can't help people with IDE related questions cuz everyone is using IDEA
feelsbadman
i guess microsoft handle backwards compatibility similar to how its handled at spigot
Well Bukkit is forwards compatible so ;P
there is no JAVA_HOME
it's 2am, my head hurts
or anything todo with java
probably only 98\NT era applications ever use this system variable
left is right and right is wrong
thats why its Windows NT
isnt it easier to just make it java 11 in the server run script
and how do i go about doing this easier way
bruh
moment
@ECHO OFF
java -Xms1024M -Xmx2048M -jar spigot-1.15.2.jar nogui
pause
C:\Program Files\Java\jdk-11.0.7
change java to "C:\Program Files\Java\jdk-11.0.7\bin\java.exe"
should work I guess
@subtle blade if you want look at dms
@rigid notch do you have any experience in actual programming
well you should probably read some java beginner stuff
1000 lines of code easy
or watch youtube videos
wow this video is terrible
How can I create a circle with blocks where there are sections for different wool types, 12 sections each 30*
well you cant compile it if there is an error
as you go along the error should fix itself
not really
but hopefully
How can I create a circle with blocks where there are sections for different wool types, 12 sections each 30*
maths
aww you took my comment 😦
😉
Hey, I was wondering if anyone has a tutorial for MongoDB/learning how to use it; aside from their documentation?
I normally read documentation for the software I use but hmm
I found this? https://www.youtube.com/watch?v=L5ORfm4i350
.<
ok its frozen
iHusker I'll be sure to check thoe videos out. Thanks ig
What are you willing to use mongodb for?
Do you mind if I PM you by any chance?
are there any java docs?
@velvet halo I don’t know how though
Ah yeah sorry
How can I create a circle with blocks where there are sections for different wool types, 12 sections each 30*
PM me please
Why when I commit/push to gitHub for school does it think I am logged in as BuildTools, has anyone else had this problem? This is using the windows GitBash.
I do
people even have subcommands in different classes
getting random server crashes... this is in the logs... any ideas? java[526]:[Server thread/WARN]: [Essentials] Task #8980 for Essentials v2.17.2.0 generated an exception
Yea, I hate that type of design
I have a question how do i get people to spawn at the lobby everytime instead of there last location
@neat turret PlayerSpawnLocationEvent
Hey quick question lads
Does anyone know why all Block implementations don't extend the TileState interface and subsequently the PersistentDataContainer interface?
Do only certain blocks in vanilla mc support persistence?
every block isnt "tile"
where do i find that?
is it in the files?
Okay but what about PersistentDataContainer
that stores data in "tile" entity
and
last tip
dont forget to
update state
when done with TileEntity PersistentDataContainer
so PersistentDataHolder
so because some blocks arent entities they dont have support for PersistentDataHolder
@fair abyss where is the event thing in the files or do i do it ingame
@neat turret learn some java, bukkit. it's nothing like that
How can I create a circle with blocks where there are sections for different wool types, 12 sections each 30*
PM me please
probably it isnt simple
so I dont think so anybody will just type code
you mean "roulette" right?
maybe you can ask fawe for this, they are well know about "manipulating blocks"
@paper compass The easiest way is to build each frame of the animation you want and then just go through the frames
Someone mentioned it earlier @paper compass
So you're trying to make a rotating wheel.
worldedit has "rotate" command, check it.
What if it’s on it’s side
You'd need a "schematic" of each frame of the rotation. So you'd need to build a frame for each of them. You mentioned it already. 12 sections each, 30 times. You already know you're going to want 30 frames.
I said 30* because * is the closes to degrees
So just build each of the frame, save it somehow as a schematic or something and then just switch to each schematic to get the animation you want
oh :/
well you would still just build each frame
actually, 30/4 will help. just copy paste and rotate it 4 times
If I bring files into this, it would make it lag right?
As I said king what if it’s on it’s sorry
Side
Jesus autocorrect
:?
You would want to use files to load it at the start, but you'd cache the frames.
Uhhh
You could use WorldEdit's API and use schematics or you could just program a list of offsets from the center for each section. There's lots of simple ways to do it
How would I make it spin sorta fast then slow down
You would slowly increase the time between each frame
Runnables?
Yeah probably
Hmmm
You can't make a task with a changing period though soooo. You'll have to think of something for that.
at least IIRC
if i remember correctly
yo i was trying to configure a bugee cord server and got this error when starting it
02:04:49 [WARNING] Could not bind to host /158.69.122.144:8168
You would just want to load the schematics once. You would just have to have a variable for each schematic
@frigid ember There's a server on that port probably
or something
port could be closed
Making that is so not worth it why did I just waste my time asking questions
Question, I'm on the 1.15.2 build of spigot, and ever since I moved beyond 1.12.2 I get errors about players moving too fast, and in game performance isn't as smoth as it used to be. Are server versions above 1.12 still experimental?
host: 158.69.122.144:8168
@paper compass you just gave up?
thats whats in config
@wide mauve
just close every java from task manager @frigid ember
I wanted each sections to have a chance to land on them
Do you have any plugins that allow unnatural movement speed @wide mauve
task manager? this is on a host
@wide mauve No. However, they do require more resources as the game has gotten bigger
@paper compass You would want to do that inside the program... You'd have to render what the program results in not the other way around
@vapid zodiac Not as far as I'm aware. There is also issues of people just moving laggy too.
i got 4 servers A bungeecord, hub, faction, skyblock
What??????
@paper compass nevermind...
Your issue is most likely excess CPU usage then. Players are lagging back and forth and the server registers it as trying to move too far in one tick (since the server skips ticks to stay afloat). Try to find out why you're having high CPU usage @wide mauve
sigh
@vapid zodiac @radiant pollen
[22:09:17] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 47907ms or 958 ticks behind
@paper compass when you have all schematics, just turn it random number between 20 and 40 times.
Hmm let me check the resources
Good idea
@wide mauve You should do a memory check. You could also ping the server.
But I want one of them to be super rare and one of them to be super common
@wide mauve 47 second behind....
Like percentages of them landing on
someone know bungee and can help me in like dms maybe cause this chat is crazy lol
@paper compass its very hard.
I can tell
@paper compass Calculating random percentages is easy. You would just calculate the thing it landed on before you even started the animation. Then you would just do the animation and show the color it landed on.
5:12am...
Right now MC seems to never spike above 60% CPU use, and of the 12GB I allocated to the VM for minecraft, its not even at half use
@wide mauve I meant the server
That's what I was saying the server application lol
Ah ok. Was confused
Why is your bungee cord port 8163 @frigid ember
Is this running on your computer @wide mauve ?
@frigid ember you may have "webpanel" "vps" or "vds"
in webpanel, just restart. there should button
but if you have vps or vds you should have task manager if windows server installed. if not there should os based commands for killing tasks.
No this is on a dedicated machine on my network
Did your host set that port for you or did you set it?
Exactly
its too big
Wait
Someone could be using that port for votifier
hm it was 4 legth my bad.
just supposed to say the ip there or just port?
Ask your host for a new port
@wide mauve I would try and do a timings report and try and ping the server.
Omg
Query.port
Query port doesn’t matter
well thats what the server connection info is
What host do you even use
oh i can change server port lol
If you don't have a dedicated IP, you probably can't.
well it lets me lol
in the server panel or in the server.properties?
are you using web panel, vds or vps or fukin dedicated?
well its a like fancy server.properties its server properties but like a easy to do one lol
server port and query?
query doesn't matter atm
Server port
kk
just change the server port and restart the server
If it’s the same message change it to a random port between 25400 and 25700
They are most likely not taken higher up
try another one
@wide mauve I would try and do a timings report and try and ping the server.
@radiant pollen
How do I do a timing report? The server is on my LAN so I don't believe it will have a high ping when I try
Try 25700
server port reset to 8168 think its locked
Try 25700 real quick
@wide mauve ./timings (in-game command)
Thanks. I pinged th server and I'm getting sub 1ms
same
Is anyone outside of your network gonna use the server @wide mauve ?
You may want to open a ticket then
@frigid ember just answer, are you using vps, vds, webpanel or dedicated?
@frigid ember Is your main server working?
Yes I have it connected to the internet for freinds to join. I'm guessing I just need better hardware after jumping up from 1.12
He’s using a shared host
uh well this is the "bungee server" so when i try and join another it says like pairing or something
and there 4 separate servers ordered from same host
@wide mauve I would do a timings report and ask a player to ping the server from another network. Might narrow down if it's just a network issue or the timings report could indicate a plugin is lagging the server
i ordered 1 on Monday 1 on Wednesday and 2 more today
Try port 25721
Trying more random numbers isn't going to work because he was given a certain port
port wont change
After reseting my server with 0 players connected I'm getting a warning that the server is 13 ticks behind (5667ms(
It says: cannot bind ip:newport
So it's either a plugin / bad hardware.
it says "If you wish to use ip forwarding, please enable it in your bungeecord confis as well"
ports just defaulting back everywhere if i restart it will go back to whatever
02:25:26 [WARNING] Could not bind to host /158.69.122.144:25700
Hmm
now its stuck at 25700 lol
Contact support
ye
158.69.122.144:8168
Then in the other servers they have to bind to that
if you can't change the server's port then that's all there is to it
if that doesn't work it's some other config problem or you need to open a ticket with your host
for basic uses, playing with few friends 2gb machine and 100mbit+ internet is enough
compare it with your hardware @wide mauve
how would i "bind" it to that
i have bungee cord enabled in all servers
in the Hub, Factions, And SkyBlock the only thing i did was turn bungeecord to true in spigot.yml and turn onlinemode to false
I think theres a java task that couldn't closed on bungee shutdown that keep port in use.
@frigid ember The startup log you gave us was for which server?
bungee
so the bungee server doesn't even start?
yes bungee doesn't start it stops at the end of that log i sent
Are you sure bungee is running on the right port?
usually when the server can't bind to a port it's because a server is already on that port
they can't all be on the same port
they need to each be on the port that your host gave you for that server
then you configure the bungee of the hub, skyblock, factions, whatever
to connect with the bungee
example
faction 192.168.1.1.:25501
pvp 192.168.1.1.:25502
skyblock 192.168.1.1.:25503
bungee 192.168.1.1.:25665
well no servers 1,2 aka skyblock and factions are on 158.69.23.62:2228, and 158.69.26.171:8141 then the Hub is on 158.69.122.144:2264 and bungee is on 158.69.122.144:8168
thats what they gave me what should i edit?
are skyblock and factions actually two different servers or are they just worlds?
or gamemodes
or whatever
i have 4 servers total
oh ok
skyblock and factions have dif ips and dif ports and then hub and bungee have same ips but dif :#### cause i bought those at same time
then
whats about
trying to host
bungee from
faction
and faction from bungee server?
to late...
wait not
just deleted the bungee.jar
so download all files from server a and move onto server b and vis versa?
vis versa?
like opposite for server b
run bungeecord from 158.69.122.144:2264
ok
just do this
jesus i have to upload each file 1 by one ima start from scratch on hub and bungee
kk
starting servers
new hub just repeats this and doesnt do anything else
[02:48:22] [Server thread/INFO]: Preparing spawn area: 0%
[02:48:22] [Server thread/INFO]: Preparing spawn area: 0%
[02:48:22] [Server thread/INFO]: Preparing spawn area: 0%
[02:48:22] [Server thread/INFO]: Preparing spawn area: 0%
[02:48:22] [Server thread/INFO]: Preparing spawn area: 0%
[02:48:22] [Server thread/INFO]: Preparing spawn area: 0%
[02:48:22] [Server thread/INFO]: Preparing spawn area: 0%
nevermind
page went unresponsive lol
Paper spigot do be like that sometimes
dude it even bothers me when people call it PaperSpigot still lol
lol
same
02:49:33 [WARNING] Could not bind to host /158.69.122.144:2264
io.netty.channel.unix.Errors$NativeIoException: bind(..) failed: Cannot assign requested address
and stopes with that
i ctrl+c ctrl+v it
I bought 2 plugins but didn't get them yet.
really dont know whats going on, opening ticket is the best thing
the "host" ip is supposed to be the bugget server? Correct?
I bought 2 plugins but didn't get them yet.
I bought 2 plugins but didn't get them yet.
(1) There is a chat history. Don't repeat yourself. (2) Give it up to 24 hours. If still not available, contact the author with proof of purchase. There is nothing we can do
host ip is the ip which will player use
yes so bungee or should i set that to hub?
@subtle blade If still not available, chargeback?
Re-read my message
I know what you said but if it's not available in 24 hours, I'm just going to chargeback instead of contacting the Author because the plugin doesn't even get updated anymore.
So why'd you purchase it to begin with?
I wanted to
We recommend contacting the author so they may add you to the list in case it doesn't process
good plugin
It's possible they have their PayPal set to manual processing
bungee supposed to delete server.properties?
Charging back should be your last resort
Hi, how to disable entity pickup items? i dont wanna zombie... to pickup item when player drops or death drops!
@glossy stump Are you making your own plugin or are you looking for one?
No i just find the guide to disable that, does have this option in spigot?
No. That would have to be done by a plugin
Lol exporting maven projects was a real pain
Hi, is there a way for me to read place holder values (papi) from a spigot plugin?
?
ok
https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Hook-into-PlaceholderAPI @stuck pulsar Use placeholderapi's api 😉
Oh wait you want to get placeholders from a plugin that isn't yours?
Yes
If a player uses elytra even after death and they don’t have elytra it still makes them have the elytra effect they can not walk normal any ideas please ping me
Seems like a plugin error
Oh wait you want to get placeholders from a plugin that isn't yours?
@velvet halo
Yes
@velvet halo ?
Sorry I was having dinner
No im sorry for pinging you hah.
How would i make it more storm in my server
was thinking of using weatherchange event, roll a dice and if its [number] change the weather to storm but the problem is that it loops itself since you change the weather
Boys i'm completely crazy
i have developed a plugin using ONLY PYTHON
and its almos as good as my java one
Sorry if this has been asked a thousand times but does anyone know how to edit the spigot source inside of Intellij or Eclipse? I'm new to Marven and Git and It's confusing for me I just need a little guidance
PlayerConnectionUtils.ensureMainThread(packetplayinuseentity, this, this.player.getWorldServer());
i don't think i fully understand how is this line supposed to work 🤔
because it says ensure it's main thread and then the logic seems to do the oposite
Hello I am french and I am creating my amusement park server for an attraction we have south install the Armor Stand Tools plugin | SpigotMC the only problem is that I know how to use it but when I chnage of skin the head of skin that I put on the armor wears chnage what I do not want how to do please help me
🤔
😭
and i am French becaus i utilisited Goggle translate for you becaus i am french please help me i dont know
I have a question, how can i identify the newest bungeecord version on md-5.net? Because my bungeecord says every time "Warning, this build is outdated"
thx
is it safe to call a new sync schelduer in async? 🤔
Guys, can you tell me how I can solve the large percentage of ticks of the "Minecraft :: Connection Handler (SELF)". This is my timings: https://timings.aikar.co/?id=3ad0e17da85447cf8184eb83b4e7acfe#timings
is it safe to call a new sync schelduer in async? 🤔
@tiny dagger it is
oh, good to hear
Can anyone JAVA? do me a favor.
i have a bungeecord network and my net is kinda laggy and i get timed out! how to make it so i don't get timed out?
get better internet, get better servers
or fix any methods that take a while to process
no its only my problem
other people are good
i only get this problem since my net is bad
are you self hosting it?
a config i can change
so it dosent kick pepole with bad net? (like me)
on the bungeecord settings
i think you can increase the time allowed before a time out occurs
but if you have a time out then your experience wont be good anyway
is saving locations like this:
loc_-189-5-209:
==: org.bukkit.Location
world: world
x: -189.0
y: 5.0
z: 209.0
pitch: 0.0
yaw: 0.0
bad? Player don't have to do anything with these values, its just for the plugin to write and pick
No that's how you're supposed to save them
yea i heared some people saying that is a lazy way to do so, they want me to do just world,x,y,z
You might want to add the world to your key
but i mean that would take more time to get the x , y ,z instead of just dumping it into the yml
But aside from that
Yeah it's pointless to do it like that
Its serializiable for a reason
if users have to edit it i would understand maybe
but the code will understand this
You might want to add the world to your key
Good one
my server shuts down when I right click, is there anything wrong with this skript?
on rightclick:
if tool of player is paper named "&bBlue Chat Perk":
execute console command "/manuaddp %player% coloredTexts.colors.darkAqua"
remove 1 of paper named "&bBlue Chat Perk" from player's inventory
broadcast "&6&l%player% has unlocked &b&lBlue Chat Perk!"
you would be better of going on the skript subforum
ok
Why Spigot 1.8.8 not work on Java 11 ?
Hello, for some reason it is not possible to place blocks that were added past 1.12 on my server. Can anyone help?
what does the IDE say?
that's what you think
so no response from support about my account along with my premium plugins being stolen
and you're probably right, but it's annotated nullable
got a question
i have a bungeecord network and i want to connect voting! how do i do that?
on my prison server voting works fine
but on my skyblock nah
not sure why it is nullable
?
public static ItemStack itemWithBase64(ItemStack item, String base64) {
notNull(item, "item");
notNull(base64, "base64");
UUID hashAsId = new UUID(base64.hashCode(), base64.hashCode());
return Bukkit.getUnsafe().modifyItemStack(item,
"{SkullOwner:{Id:\"" + hashAsId + "\",Properties:{textures:[{Value:\"" + base64 + "\"}]}}}"
);
}
Would this creation of a player head connect to mojang to get the actual texture? guess so right?
When using that kind of method in an gui, how would I prevent being rate limited?
public ItemMeta getItemMeta() {
return this.meta == null ? Bukkit.getItemFactory().getItemMeta(this.getType0()) : this.meta.clone();
}
how to connect voting?
I wish I had a squint right now 👀
@frozen hamlet send a base 64 string
that you would pass in
@narrow crypt this so bad
?
what @dreamy silo
you should save loc like this:
location: -189.0;5.0;209.0;0.0;0.0;world```
he isn't saving it like that
can anyone please help me?
if somebody knows they will
i personally don't know how so i elected to ignore the question
how to make it so when they vote on my network sever they get the rewards on both of my prison server and skyblock?a
@dusty topaz How would that work? You know any examples?
what are you passing in as base64
@dreamy silo why would I, i just use data.set(locationname, location);
send me an example string
Hello, for some reason it is not possible to place blocks that were added past 1.12 on my server. Can anyone help?
What version is your server running (server jar)
That would be one of those strings from any of those minecraft (non-player)head sites
send an example
i'm unsure what that method is doing so I'm trying to figure out
if it is or not
item meta is null cause air doesnt have item meta xD
@dusty topaz my server is running the latest spigot build
Skript is hard lol
I bored my live from Skript
I need to do FFA rn but i searched a lot and i didn't find anything ):
FFA with Skript
#Kits: Tank, Warrior, Ranner, Bow Spammer.
on player respawn:
wait 1 second
execute console command "/give %player% 399 1 lore:&7Right_Click:&b_To_Select_Kit name: &bKit Selector"
on rightclick holding a nether star :
cancel the event
open chest with 3 rows named "&6Kit Selector" to player
wait 5 ticks
format slow 0 of player with diamond chestplate named "&bTank" with lore " || &7Donor Kit" to run "sudo %player% Kittank"
format slow 2 of player with iron chestplate named "&bWarrior" with lore " || &7Donor Kit" to run "sudo %player% Kitwarrior"
format slow 4 of player with sugar named "&bRunner" with lore " || &7Donor Kit" to run "sudo %player% Kitrunner"
format slow 6 of player with bow named "&bBow Spammer" with lore " || &7Donor Kit" to run "sudo %player% Kitbow spammer"```
There is a lot of mistakes
You're better off asking any questions in Skript section of spikot
lol
I don't think many here know or regularly use skript
Yea.
guys is there a way to get a tool damage?
Wdym ?
Using 1.15 spigot?
yes
It says "The server is running CraftBukkit version git-Spigot-ae72bf41831d (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT) Cheking for version please wait... You are 12 version(s) behind"
like diamond sword = 7
How to get the VERIFIED rank ?
Why can't I connect to my bungeecord it says this even tho all my servers r up
online
Guys what server hosting r u using ?
my own
[...]
also @drowsy phoenix what server is it looking for?
lobby which is online
@dusty topaz can i call this from an item stack?
item meta
it was 0.0.0.0 by default
that means any IP
lemme see if that fixes it tho
just do localhost:port
i won't change it on the bungee ip in the config cuz that makes it not work
How to do can i get the Verified rank ?
Usage: !verify <forums username>
@gloomy dew
read the usage
i did
i think your discord nick
But
has to be same as your spigot username
What does forums means ?
ohh
damn i never thought i'd see the day where someone doesnt know what a forum is
any solutions still cannot connect
tried 0.0.0.0 127.0.0.1 domain ip
@wraith dew
t
Why is my server lagging ;(
Timings:https://timings.spigotmc.org/?url=ipubuqodel
dynmap is quite heavy
Shouldnt that only be when new chucks are loaded?
Plus, it is occasional lag, no really constant
maybe thats when dynmap updates each chunk?
@drowsy phoenix What's the problem?
i got a bungeecord setup
all my servers are online
when i connect
could not connect to the target server blablabla
like my servers aren't online even though they are
Does anyone know how to edit the "e" inventory? Using this only changes the hotbar: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/inventory/PlayerInventory.html
@drowsy phoenix did you set up the server ip`s in the config.yml correctly?
but did you try your own IP address? (www.whatsmyipaddress.com)
what do you mean "e" inventory
The inv that opens with e.
and the actual ip
is the port correct?
i copied it
Does the port you input match the port of the server?
@frigid ember whats e? a variable?
let's copy it again
@boreal tiger He means when the player presses E
yes
is correct
and i enabled bungeecord in all spigot configs
when i directly conncet this is what pops up
is the server set as a default server?
Hey all, does anyone know what is the best way for checking resource versions? I believe the way I am currently doing it is outdated
server_connect_timeout: 5000
listeners:
- query_port: 25694 #this is the lobby port, idk what to put here
motd: '&1Another Bungee server'
tab_list: GLOBAL_PING
query_enabled: false
proxy_protocol: false
forced_hosts:
lobby.md-5.net: lobby
ping_passthrough: false
priorities:
- lobby
- kitpvp
bind_local_address: true
host: 0.0.0.0:25620 # works
max_players: 10
tab_size: 60
force_default_server: true
remote_ping_cache: -1
network_compression_threshold: 256
permissions:
default:
- bungeecord.command.server
- bungeecord.command.list
admin:
- bungeecord.command.alert
- bungeecord.command.end
- bungeecord.command.ip
- bungeecord.command.reload
log_pings: true
connection_throttle_limit: 3
prevent_proxy_connections: false
timeout: 30000
player_limit: -1
ip_forward: false
groups:
md_5:
- admin
remote_ping_timeout: 5000
connection_throttle: 4000
log_commands: false
stats: 000
online_mode: true
forge_support: false
disabled_commands:
- disabledcommandhere
servers:
lobby:
motd: '&1Just another BungeeCord - Forced Host'
address: localhost:25694
restricted: false
kitpvp:
motd: '&1Just another BungeeCord - Forced Host'
address: localhost:25606
restricted: false
remove the forced host?
ok
thank you @frigid ember I will take a look
forced_hosts: []?
And maybe set ip forwarding to true
14:31:36 [SEVERE] Exception in thread "main"
14:31:36 [SEVERE] java.lang.ClassCastException: java.util.ArrayList cannot be cast to java.util.Map
14:31:36 [SEVERE] at net.md_5.bungee.conf.YamlConfig.getListeners(YamlConfig.java:253)
14:31:36 [SEVERE] at net.md_5.bungee.conf.Configuration.load(Configuration.java:85)
14:31:36 [SEVERE] at net.md_5.bungee.BungeeCord.start(BungeeCord.java:273)
14:31:36 [SEVERE] at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:62)
14:31:36 [SEVERE] at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
try just removing the ForcedHosts line as well
@drowsy phoenix did you try to connect to: localhost:25620?
your config is malformed
https://yaml-online-parser.appspot.com/ check if the yaml is valid here
yes
can you send the full error pls
14:31:36 [SEVERE] Exception in thread "main"
14:31:36 [SEVERE] java.lang.ClassCastException: java.util.ArrayList cannot be cast to java.util.Map
14:31:36 [SEVERE] at net.md_5.bungee.conf.YamlConfig.getListeners(YamlConfig.java:253)
14:31:36 [SEVERE] at net.md_5.bungee.conf.Configuration.load(Configuration.java:85)
14:31:36 [SEVERE] at net.md_5.bungee.BungeeCord.start(BungeeCord.java:273)
14:31:36 [SEVERE] at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:62)
14:31:36 [SEVERE] at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
@drowsy phoenix
you sent this
wdym no error
Okey quick tip,
1). Check if bungee and spigot are on same host.
2). Check if ports are correct.
3). Check if config file isn’t corrupt.
4). Check if the servers are online.
change that to somethign else
e.g. 25577
thats the default query port
14:31:36 [SEVERE] Exception in thread "main"
14:31:36 [SEVERE] java.lang.ClassCastException: java.util.ArrayList cannot be cast to java.util.Map
14:31:36 [SEVERE] at net.md_5.bungee.conf.YamlConfig.getListeners(YamlConfig.java:253)
14:31:36 [SEVERE] at net.md_5.bungee.conf.Configuration.load(Configuration.java:85)
14:31:36 [SEVERE] at net.md_5.bungee.BungeeCord.start(BungeeCord.java:273)
14:31:36 [SEVERE] at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:62)
14:31:36 [SEVERE] at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
@drowsy phoenix are you still getting this?
Does anyone know how to edit the 3x9 player inventory, which opens with the e button? Using this only changes the hotbar: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/inventory/PlayerInventory.html
yes
@boreal tiger if i run playerinv.setItem(0, diamonds) It sets the left hotbar to diamonds
the screenshot you sent looked like a shared hosting so they would probably be in different places
yes
because 0 is in the hotbar
you need to get the right slot
0 is the first item in the hotbar
So after 9 comes the bigger inv?
have you tried putting the actual ip addres @drowsy phoenix
@frigid ember after 8, yes
thx
np
i think ima just go to fakebungee im done with this
ima try putting actual ip now
@drowsy phoenix my guess is they are not in the same machine /cant communicate locally. So try putting the actual ip address
ok ig
but
but i probably tried it already
are they on YOUR pc?
calm down
what
if you keep that attitude no one's gonna help you
im just mad cuz i repeated it 50 times already
^
i am doing it rn
well first you made it sound like you're running it off your PC
wdym
now you're saying that you arent
@frigid ember found one on google, just search inventory slots <your versiob>
LOCALHOST ips dont work over network
which sounds like why you wouldnt be able to connect
what do you mean RUNNING IT OFF PC
The computer you're playing
Hello. Why is it recommended to restart your server once a day, what does it affect?
ik
Are you hosting the minecraft server off of the computer you're playing on
but wdym i said HOSTING
@drowsy phoenix stop using caps, he only arrived now
@boreal tiger thx again
WORKS FINALLY
he wasnt here the whole time
🤦♂️
it works cause you put the host ip? lol
ye idk y that's the case
the host is on 1 machine tho
Why is it recommended to restart your server once a day, what does it affect?
@wet compass just improves stability and lag problems
every big server auto-restarts
I just found my old spigot account. How can I delete my new one ?
Contact md_5
Make a support ticket
(Not on discord)
@velvet marten
But do note that its disapproved to delete your account if it has significant contributions or forum posts
Not even. Just report the account you want deleted and request it
But +1 on that last message
I figured since he has access to the new one he could create a support ticket
disapproved to delete your account
and that's not at all against the GDPR, that's if you're a citizen of the European Union
It's actually not 🙂
Nothing is private data. A lot of people use that to say they want their threads and replies deleted. GDPR doesn't cover public forum posts. Just private data
None of which Spigot collects
https://gdpr.eu/eu-gdpr-personal-data/ according to this that would be agaisnt gdpr it seems
a post of mine would be relatable to my individual person
" As far as I'm concerned, that's limited to the postings or comments themselves. Things like someone's profile or interests are not included."
two conflicting viewpoints on whether or not posts are exempt from right of erasure
but arent the posts "attached" to the profile ? so both would have to be removed?
the profile can be anonymised
pretty much
mhm makes sense
can be but probably isn't if they dissapprove the deletion (at this time)
they can't refuse to delete your profile - that would definitely be illegal under the gdpr
posts is a grey area
ask your question
some players keep getting timed out!
how to fix it
i want the servers to support bad ping too
it says Connection Lost
Timed out
> [14:09:13 INFO]: <!> | Server is restarting in 5 Seconds!
> [14:09:13 WARN]: [AutoRestart] Task #23 for AutoRestart v4.1.4 generated an exception
java.lang.NoSuchFieldError: UI_TOAST_CHALLENGE_COMPLETE
at org.serversmc.autorestart.utils.SoundManager.playShutdown(SoundManager.kt:34) ~[?:?]
at org.serversmc.autorestart.core.TimerThread$run$1.run(TimerThread.kt:48) ~[?:?]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:59) ~[beerspigot.jar:git-TacoSpigot-bf023c7d]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [beerspigot.jar:git-TacoSpigot-bf023c7d]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:794) [beerspigot.jar:git-TacoSpigot-bf023c7d]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:422) [beerspigot.jar:git-TacoSpigot-bf023c7d]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:724) [beerspigot.jar:git-TacoSpigot-bf023c7d]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:627) [beerspigot.jar:git-TacoSpigot-bf023c7d]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]```
Anyone seen this error?
Or has any plugin recommendations for 1.8.9 auto restart.
easiest thing to do is create a batch script (or sh) which loops until every time a specific file is found
this is what FTB do in their modded servers
then create a plugin that creates the file and only deletes it when /stop is run
then you can create an async thread that waits for a certain amount of time and then runs Bukkit.shutdown()
since you didnt execute /stop the file should still be seen and the batch script will auto restart the server
I don't code plugins haha.
@frigid ember disabling sounds_shutdown_enabled in your config should work for the moment
Thank you!
?
1 day?
a "wheel" ?
about 13 hours
technically a day is 12 hours
oh i see