#help-archived

1 messages · Page 41 of 1

novel phoenix
#

I would recommend everyone to use IDEA tho

subtle blade
#

Yea. It's obviously Ginger Ale

novel phoenix
#

I'm hardstuck in Eclipse just because I'm too lazy to switch

unreal hedge
#

I enjoy Eclipse with Saros, even though there is a similar plugin for IntelliJ now, I like the environment better for live collaborating

vast hinge
#

but at the same time there are people who dont like pepsi or coke

unreal hedge
#

Then they can just use notepad 😂

vast hinge
#

only professional coders use word lmao

upper hearth
#

Notepad++ if they're feeling a little dangerous

vast hinge
#

powerpoint at a push

unreal hedge
#

Or sublime 😁

vast hinge
#

lol

#

MajorSkillage did you have this problem though

#

i cant get rid of it

#

oh lol

#

fixed it

unreal hedge
#

I still do, it never really bothered me though honestly.

vast hinge
#

i right clicked on it and hid hints

novel phoenix
#

might be what you're looking for

#

or not

unreal hedge
#

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

vast hinge
#

uh oh

#

i just made an illegal line

#

you'll never catch me alive

stable escarp
#

is guilds plugin causing memory leak?

vast hinge
#

@unreal hedge my G how do you export?

unreal hedge
#

Depends, are you using a dependency manager? Like Maven or Grade? Otherwise just create an artifact and build it.

vast hinge
#

whats an artifact?

unreal hedge
#

Just google "How to export in IntelliJ"

vast hinge
#

wait

#

i think i did it

#

but where was it compiled?

stable escarp
#

these are from /timings paste

vast hinge
#

omg

#

i still cant find it

#

i dont understand

#

where is it???

fair abyss
#

Why I cant clear my potion effects

#

tested with skript

#

it also doesnt clear

buoyant path
#

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

paper compass
#

Anyone know how to create a spinning wheel

#

like that

vast hinge
#

i dont understand

#

i cant build artifacts

#

oh i found it

subtle blade
#

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)

paper compass
#

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

fair abyss
#

@subtle blade but, it was work for 5 minute ago what changed?
and wiki doesnt explain this

subtle blade
#

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

fair abyss
#

so, it's better to retun unmodifiable list

subtle blade
#

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

fair abyss
#

thanks, learned one more thing

novel phoenix
#

@buoyant path what kind of help do you need

buoyant path
#

Maven wont build it when compiling

vast hinge
#

wtf

novel phoenix
#

errors?

vast hinge
#

why dosent this work

#

i build the artifact then nothing happens

novel phoenix
#

how did you import HikariCP

vast hinge
#

i literatly specified where it has to go

novel phoenix
#

and how do you build the project

vast hinge
#

who

novel phoenix
#

@buoyant path

buoyant path
#

Its NoClassDefFound

paper compass
#

@subtle blade How can I make a circle with sections? please dm me this since I gtg to sleep and its 01:40

buoyant path
#

when startup

#

because its not compiling correctly

#

i can send my pom.xml if you want

subtle blade
#

With sections?

buoyant path
subtle blade
#

<shadedPattern>groupid.artifact.hikari</shadedPattern>

#

This should most definitely be your package lol

novel phoenix
#

why do you even need relocation

subtle blade
#

To avoid classloading issues if another plugin shades it

novel phoenix
#

@buoyant path can you show the compilation errors

buoyant path
#

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

novel phoenix
#

stupid question but

#

do you build with maven?

#

mvn clean package

#

?

buoyant path
#

I build with intelliJ

subtle blade
#

Yea. How?

#

Building with Maven is different than just exporting an artifact

buoyant path
#

I dont really know what im doing lol

#

I just add dependencies

novel phoenix
#

do you do some kind of stuff so then folder named target appears inside your project directlry

buoyant path
#

Yeah

novel phoenix
#

and your plugin is in it

subtle blade
#

Scroll to "Build with Maven"

vast hinge
dusty topaz
#

update java

buoyant path
#

Ill try my best i really dont mess with maven

paper compass
#

Yeah Choco with sections, each section is 30* big and contains a different type of wool

subtle blade
#

You're compiling your plugin with Java 11 but running your server on on Java 8

paper compass
#

I really need this

vast hinge
#

my server

subtle blade
#

Compile with Java 8

vast hinge
#

hmmm

#

how do i specify?

subtle blade
#

That's done through your IDE

vast hinge
#

11.0 is the only one avaliable

dusty topaz
#

install jdk for java 8

novel phoenix
#

or update your server to 11

#

will also work lul

frigid ember
#

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

novel phoenix
#

god

#

just use cron lol

dusty topaz
#

i don't use cron

#

i just have a while in a screen too

novel phoenix
#

😔

dusty topaz
#

¯_(ツ)_/¯

novel phoenix
#

thats nothing to be proud about

subtle blade
#

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

dusty topaz
#

i've never developed in a java version above java 8 for that reason ^-^

novel phoenix
#

well if you're compiling the public plugin I will totally agree that it should be done with 8

vast hinge
#

whats the difference between java 8 and java 11?

subtle blade
#

Plenty. Too much to list

dusty topaz
#

var is in java 11 right?

vast hinge
#

is 11 better?

dusty topaz
#

or am i just tired

subtle blade
#

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

vast hinge
#

oh

#

hmm

#

im not so

#

11 it is?

#

how do i get my server to 11?

subtle blade
#

So then run your server using 11 as well

vast hinge
#

how

subtle blade
#

Right now you're running it with 8

#

Modify your environment variables

#

In the Windows search bar, "Environment Variables"

dusty topaz
#

or just edit your run script to just use 11

#

so you don't mess with anything else that might not work with 11

subtle blade
#

Click Environment Variables... and edit Path. Change the Java entry to the JDK 11

paper compass
#

var is pretty much just “Object” right?

dusty topaz
#

var is inferred

subtle blade
#

Var is compiler inferred

dusty topaz
#

similar to lambda inference

safe mesa
#

how do i get the plugins foilder back if i acdienbtly delted it'

dusty topaz
#

check recycle bin

safe mesa
#

thank you

#

i was trying to delte worldf

vast hinge
#

java entry?

safe mesa
#

lol

vast hinge
#

im not used to java at all

dusty topaz
#

JAVA_HOME I think it is

subtle blade
#

Correct

dusty topaz
subtle blade
#

And ensure your Path is up to date as well

dusty topaz
#

funny how my OS is still listed as windows_nt

novel phoenix
#

can't help people with IDE related questions cuz everyone is using IDEA

#

feelsbadman

dusty topaz
#

i guess microsoft handle backwards compatibility similar to how its handled at spigot

subtle blade
#

Well Bukkit is forwards compatible so ;P

vast hinge
#

there is no JAVA_HOME

dusty topaz
#

it's 2am, my head hurts

vast hinge
#

or anything todo with java

dusty topaz
#

i don't know which way is up or down

#

forwards or backwards

novel phoenix
#

probably only 98\NT era applications ever use this system variable

vast hinge
#

left is right and right is wrong

novel phoenix
#

thats why its Windows NT

dusty topaz
#

according to the almighty wikipedia windows 10 is windows nt

#

or a release of it

vast hinge
#

isnt it easier to just make it java 11 in the server run script

novel phoenix
#

it is

#

easier

#

indeed

vast hinge
#

and how do i go about doing this easier way

novel phoenix
#

what is your launch script

#

and where is your java 11 install located

vast hinge
#

bruh

#

moment

#
@ECHO OFF
java -Xms1024M -Xmx2048M -jar spigot-1.15.2.jar nogui
pause
#

C:\Program Files\Java\jdk-11.0.7

novel phoenix
#

change java to "C:\Program Files\Java\jdk-11.0.7\bin\java.exe"

#

should work I guess

paper compass
#

@subtle blade if you want look at dms

novel phoenix
#

@rigid notch do you have any experience in actual programming

vast hinge
#

get eclipse

#

alt f4 then boom

novel phoenix
#

well you should probably read some java beginner stuff

vast hinge
#

1000 lines of code easy

novel phoenix
#

or watch youtube videos

vast hinge
novel phoenix
#

I guess

#

if you're zoomer

vast hinge
#

there are like 15 videos of it by this guy

#

its 1.15

#

ughhhh

#

my mc crashed

novel phoenix
#

wow this video is terrible

vast hinge
#

for a beginner

#

guess what

#

i got verified

#

and

#

my plugin works finally

paper compass
#

How can I create a circle with blocks where there are sections for different wool types, 12 sections each 30*

vast hinge
#

well you cant compile it if there is an error

#

as you go along the error should fix itself

#

not really

#

but hopefully

paper compass
#

How can I create a circle with blocks where there are sections for different wool types, 12 sections each 30*

vast hinge
#

dunno

#

magic?

velvet halo
#

maths

keen compass
#

aww you took my comment 😦

subtle blade
#

Mathemagics

#

🙂

velvet halo
#

😉

turbid musk
#

Hey, I was wondering if anyone has a tutorial for MongoDB/learning how to use it; aside from their documentation?

velvet halo
#

I normally read documentation for the software I use but hmm

vast hinge
#

uh oh

#

i just made my velocity 20,000

velvet halo
#

That is not fast enough

#

Make it faster

vast hinge
velvet halo
#

.<

vast hinge
#

ok its frozen

turbid musk
#

iHusker I'll be sure to check thoe videos out. Thanks ig

velvet halo
#

What are you willing to use mongodb for?

turbid musk
#

Do you mind if I PM you by any chance?

vast hinge
#

are there any java docs?

paper compass
#

@velvet halo I don’t know how though

velvet halo
#

Sure you can pm me

#

I played around with mongodb a while ago

turbid musk
#

You're not accepting friend requests right now.

#

Can you try adding me please haha

velvet halo
#

Ah yeah sorry

paper compass
#

How can I create a circle with blocks where there are sections for different wool types, 12 sections each 30*
PM me please

gray spruce
#

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.

vast hinge
#

bruh

#

so

#

do people have each command in difference classes

#

or

subtle blade
#

I do

novel phoenix
#

people even have subcommands in different classes

vapid walrus
#

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

subtle blade
#

Yea, I hate that type of design

neat turret
#

I have a question how do i get people to spawn at the lobby everytime instead of there last location

fair abyss
#

@neat turret PlayerSpawnLocationEvent

fading owl
#

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?

fair abyss
#

every block isnt "tile"

neat turret
#

where do i find that?

fair abyss
#

Furnace, dropper etc is "tile"

#

they are like entites

#

@neat turret its event

neat turret
#

is it in the files?

fading owl
#

Okay but what about PersistentDataContainer

fair abyss
#

that stores data in "tile" entity

fading owl
#

Why doesn't every block support PersistentDataContainer where some do

#

okay

#

gotcha

fair abyss
#

and

#

last tip

#

dont forget to

#

update state
when done with TileEntity PersistentDataContainer

fading owl
#

so PersistentDataHolder

#

so because some blocks arent entities they dont have support for PersistentDataHolder

neat turret
#

@fair abyss where is the event thing in the files or do i do it ingame

fair abyss
#

@neat turret learn some java, bukkit. it's nothing like that

paper compass
#

How can I create a circle with blocks where there are sections for different wool types, 12 sections each 30*
PM me please

fair abyss
#

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"

radiant pollen
#

@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

paper compass
#

What do you even mean by that

#

And how would I do that

radiant pollen
#

So you're trying to make a rotating wheel.

fair abyss
#

worldedit has "rotate" command, check it.

paper compass
#

What if it’s on it’s side

radiant pollen
#

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.

paper compass
#

I said 30* because * is the closes to degrees

radiant pollen
#

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

fair abyss
#

actually, 30/4 will help. just copy paste and rotate it 4 times

paper compass
#

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

fair abyss
#

:?

radiant pollen
#

You would want to use files to load it at the start, but you'd cache the frames.

paper compass
#

Uhhh

radiant pollen
#

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

paper compass
#

How would I make it spin sorta fast then slow down

radiant pollen
#

You would slowly increase the time between each frame

paper compass
#

Runnables?

radiant pollen
#

Yeah probably

paper compass
#

Hmmm

radiant pollen
#

You can't make a task with a changing period though soooo. You'll have to think of something for that.

#

at least IIRC

paper compass
#

What does IIRC even mean

#

Plus how would I cache schematics?

radiant pollen
#

if i remember correctly

frigid ember
#

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

radiant pollen
#

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

frigid ember
#

yes its the bungee cord server

#

its supposed to be "host"

paper compass
#

Making that is so not worth it why did I just waste my time asking questions

wide mauve
#

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?

frigid ember
#

host: 158.69.122.144:8168

radiant pollen
#

@paper compass you just gave up?

frigid ember
#

thats whats in config

vapid zodiac
#

@wide mauve

fair abyss
#

just close every java from task manager @frigid ember

paper compass
#

I wanted each sections to have a chance to land on them

vapid zodiac
#

Do you have any plugins that allow unnatural movement speed @wide mauve

paper compass
#

But I have no idea of how to do this

#

So......

frigid ember
#

task manager? this is on a host

radiant pollen
#

@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

wide mauve
#

@vapid zodiac Not as far as I'm aware. There is also issues of people just moving laggy too.

frigid ember
#

i got 4 servers A bungeecord, hub, faction, skyblock

paper compass
#

What??????

radiant pollen
#

@paper compass nevermind...

vapid zodiac
#

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

paper compass
#

sigh

wide mauve
#

@vapid zodiac @radiant pollen
[22:09:17] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 47907ms or 958 ticks behind

fair abyss
#

@paper compass when you have all schematics, just turn it random number between 20 and 40 times.

wide mauve
#

Hmm let me check the resources

paper compass
#

Good idea

radiant pollen
#

@wide mauve You should do a memory check. You could also ping the server.

paper compass
#

But I want one of them to be super rare and one of them to be super common

fair abyss
#

@wide mauve 47 second behind....

paper compass
#

Like percentages of them landing on

frigid ember
#

someone know bungee and can help me in like dms maybe cause this chat is crazy lol

fair abyss
#

@paper compass its very hard.

paper compass
#

I can tell

fair abyss
#

put other colors more than "rare" one

#

xD

radiant pollen
#

@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.

paper compass
#

Ahhhhh

#

Thank you

#

I will start tomorrow

#

Well

#

Today

#

It’s 3:12am

fair abyss
#

5:12am...

paper compass
#

Lmao

#

Why is your bungee cord port 8163 @wide mauve

wide mauve
#

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

radiant pollen
#

@wide mauve I meant the server

paper compass
#

Wait I’m confused

#

Nvm

wide mauve
#

That's what I was saying the server application lol

radiant pollen
#

Ah ok. Was confused

paper compass
#

Why is your bungee cord port 8163 @frigid ember

radiant pollen
#

Is this running on your computer @wide mauve ?

fair abyss
#

@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.

wide mauve
#

No this is on a dedicated machine on my network

paper compass
#

Someone may just be using the port 8163 for votifier

#

8168*

frigid ember
#

i press restart still nothing

#

its a bungeecord server i got 4 from a host

paper compass
#

Did your host set that port for you or did you set it?

frigid ember
#

thats log

#

host

#

got 4 servers conection info and thats that

fair abyss
#

wait

#

that port is

#

un acceptable

paper compass
#

Exactly

fair abyss
#

its too big

paper compass
#

Wait

frigid ember
#

no lol thats ip:port

#

"connection info"

paper compass
#

Someone could be using that port for votifier

fair abyss
#

hm it was 4 legth my bad.

frigid ember
#

just supposed to say the ip there or just port?

paper compass
#

Ask your host for a new port

frigid ember
#

i can change it

#

what should i make it

radiant pollen
#

@wide mauve I would try and do a timings report and try and ping the server.

paper compass
#

Omg

frigid ember
#

Query.port

paper compass
#

Change it to 25565 if you have a dedicated ip

#

Wait

frigid ember
#

dont think i do

#

nah i have 2 servers on same ip

paper compass
#

Query port doesn’t matter

frigid ember
#

well thats what the server connection info is

paper compass
#

What host do you even use

frigid ember
#

Revuvebide

#

revivenode

#

wrong keys lol

paper compass
#

Never heard of that before

#

1 sec

frigid ember
#

oh i can change server port lol

radiant pollen
#

If you don't have a dedicated IP, you probably can't.

frigid ember
#

well it lets me lol

radiant pollen
#

in the server panel or in the server.properties?

fair abyss
#

are you using web panel, vds or vps or fukin dedicated?

frigid ember
#

well its a like fancy server.properties its server properties but like a easy to do one lol

paper compass
#

Try change it to 25565 and see what happens

#

If it says the same

frigid ember
#

server port and query?

radiant pollen
#

query doesn't matter atm

paper compass
#

Server port

frigid ember
#

kk

radiant pollen
#

just change the server port and restart the server

paper compass
#

If it’s the same message change it to a random port between 25400 and 25700

frigid ember
#

02:20:56 [WARNING] Could not bind to host /158.69.122.144:25565

#

same

paper compass
#

They are most likely not taken higher up

fair abyss
#

try another one

wide mauve
#

@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

paper compass
#

Try 25700

frigid ember
#

server port reset to 8168 think its locked

paper compass
#

Try 25700 real quick

radiant pollen
#

@wide mauve ./timings (in-game command)

wide mauve
#

Thanks. I pinged th server and I'm getting sub 1ms

frigid ember
#

same

radiant pollen
#

Is anyone outside of your network gonna use the server @wide mauve ?

paper compass
#

You may want to open a ticket then

fair abyss
#

@frigid ember just answer, are you using vps, vds, webpanel or dedicated?

radiant pollen
#

@frigid ember Is your main server working?

wide mauve
#

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

paper compass
#

He’s using a shared host

frigid ember
#

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

radiant pollen
#

@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

frigid ember
#

i ordered 1 on Monday 1 on Wednesday and 2 more today

paper compass
#

Try port 25721

radiant pollen
#

He can't change the port dude...

#

He said it reset

paper compass
#

If that doesn’t work then contact your host

#

Weirdly though

radiant pollen
#

Trying more random numbers isn't going to work because he was given a certain port

frigid ember
#

port wont change

wide mauve
#

After reseting my server with 0 players connected I'm getting a warning that the server is 13 ticks behind (5667ms(

paper compass
#

It says: cannot bind ip:newport

wide mauve
#

So it's either a plugin / bad hardware.

frigid ember
#

it says "If you wish to use ip forwarding, please enable it in your bungeecord confis as well"

paper compass
#

Wait

#

Did that port work

frigid ember
#

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

paper compass
#

Hmm

frigid ember
#

now its stuck at 25700 lol

paper compass
#

Contact support

radiant pollen
#

@frigid ember What is the

#

IP and port

#

of the original server

frigid ember
#

for?

#

bungee?

radiant pollen
#

ye

frigid ember
#

158.69.122.144:8168

radiant pollen
#

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

fair abyss
#

for basic uses, playing with few friends 2gb machine and 100mbit+ internet is enough

compare it with your hardware @wide mauve

frigid ember
#

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

fair abyss
#

I think theres a java task that couldn't closed on bungee shutdown that keep port in use.

radiant pollen
#

@frigid ember The startup log you gave us was for which server?

frigid ember
#

bungee

radiant pollen
#

so the bungee server doesn't even start?

frigid ember
#

yes bungee doesn't start it stops at the end of that log i sent

radiant pollen
#

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

frigid ember
#

well theres only 1 port its 8168

#

and thats what servers on

fair abyss
#

...

#

thats the porblem

radiant pollen
#

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

fair abyss
#

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

frigid ember
#

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?

radiant pollen
#

are skyblock and factions actually two different servers or are they just worlds?

#

or gamemodes

#

or whatever

frigid ember
#

i have 4 servers total

radiant pollen
#

oh ok

frigid ember
#

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

fair abyss
#

then

#

whats about

#

trying to host

#

bungee from

#

faction

#

and faction from bungee server?

frigid ember
#

i have bungee and hub on 1 gig

#

and skyblock and factions on 3 gigs or ram

#

of^

fair abyss
#

switch bungee and hub

#

see what will happen

frigid ember
#

ahhhhhhhhhhhhhhhh

#

ok

#

so should i wipe the bungeecord server?

fair abyss
#

just transfer files

#

and switch port

frigid ember
#

to late...

#

wait not

#

just deleted the bungee.jar

#

so download all files from server a and move onto server b and vis versa?

fair abyss
#

vis versa?

frigid ember
#

like opposite for server b

fair abyss
#

run bungeecord from 158.69.122.144:2264

frigid ember
#

ok

fair abyss
#

just do this

frigid ember
#

jesus i have to upload each file 1 by one ima start from scratch on hub and bungee

fair abyss
#

im gonna fall asleep, please hurry

#

its 5:41 am here

frigid ember
#

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

velvet halo
#

Paper spigot do be like that sometimes

frigid ember
#

started new bungee server and didn'y work

#

didn't

subtle blade
#

dude it even bothers me when people call it PaperSpigot still lol

frigid ember
#

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

fair abyss
#

maybe your ip is wrong.

#

check it

frigid ember
#

i ctrl+c ctrl+v it

austere thistle
#

I bought 2 plugins but didn't get them yet.

fair abyss
#

really dont know whats going on, opening ticket is the best thing

frigid ember
#

the "host" ip is supposed to be the bugget server? Correct?

austere thistle
#

I bought 2 plugins but didn't get them yet.

subtle blade
#

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

fair abyss
#

host ip is the ip which will player use

frigid ember
#

yes so bungee or should i set that to hub?

austere thistle
#

@subtle blade If still not available, chargeback?

subtle blade
#

Re-read my message

austere thistle
#

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.

subtle blade
#

So why'd you purchase it to begin with?

austere thistle
#

I wanted to

subtle blade
#

We recommend contacting the author so they may add you to the list in case it doesn't process

austere thistle
#

good plugin

subtle blade
#

It's possible they have their PayPal set to manual processing

frigid ember
#

bungee supposed to delete server.properties?

subtle blade
#

Charging back should be your last resort

glossy stump
#

Hi, how to disable entity pickup items? i dont wanna zombie... to pickup item when player drops or death drops!

radiant pollen
#

@glossy stump Are you making your own plugin or are you looking for one?

glossy stump
#

No i just find the guide to disable that, does have this option in spigot?

subtle blade
#

No. That would have to be done by a plugin

unreal hedge
#

Lol exporting maven projects was a real pain

stuck pulsar
#

Hi, is there a way for me to read place holder values (papi) from a spigot plugin?

stuck pulsar
#

?

stuck pulsar
#

ok

velvet halo
stuck pulsar
#

I will see thanks 🙂

#

Please help i dont know how this stuff works haha @velvet halo

velvet halo
#

Oh wait you want to get placeholders from a plugin that isn't yours?

stuck pulsar
#

Yes

frigid ember
#

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

stuck pulsar
#

Seems like a plugin error

#

Oh wait you want to get placeholders from a plugin that isn't yours?
@velvet halo

Yes

stuck pulsar
#

@velvet halo ?

velvet halo
#

Sorry I was having dinner

stuck pulsar
#

No im sorry for pinging you hah.

narrow crypt
#

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

misty forge
#

Boys i'm completely crazy

#

i have developed a plugin using ONLY PYTHON

#

and its almos as good as my java one

fair yacht
#

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

tiny dagger
#

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

frigid ember
#

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

hallow grail
#

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"

fleet crane
#

the dates are listed

#

#1​49​3
22 Apr. 2020, 10:05 pm

hallow grail
#

thx

tiny dagger
#

is it safe to call a new sync schelduer in async? 🤔

frigid ember
zealous yoke
#

is it safe to call a new sync schelduer in async? 🤔
@tiny dagger it is

tiny dagger
#

oh, good to hear

stiff monolith
#

Can anyone JAVA? do me a favor.

raw atlas
#

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?

wraith dew
#

get better internet, get better servers

#

or fix any methods that take a while to process

raw atlas
#

no its only my problem

#

other people are good

#

i only get this problem since my net is bad

wraith dew
#

are you self hosting it?

raw atlas
#

no

#

xD

#

i mean

#

is there

wraith dew
#

well whats the question then>

#

?

raw atlas
#

a config i can change

#

so it dosent kick pepole with bad net? (like me)

#

on the bungeecord settings

wraith dew
#

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

narrow crypt
#

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

dusty topaz
#

No that's how you're supposed to save them

narrow crypt
#

yea i heared some people saying that is a lazy way to do so, they want me to do just world,x,y,z

dusty topaz
#

You might want to add the world to your key

narrow crypt
#

but i mean that would take more time to get the x , y ,z instead of just dumping it into the yml

dusty topaz
#

But aside from that

#

Yeah it's pointless to do it like that

#

Its serializiable for a reason

narrow crypt
#

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

plush axle
#

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!"
tiny dagger
#

you would be better of going on the skript subforum

plush axle
#

ok

digital sphinx
#

Why Spigot 1.8.8 not work on Java 11 ?

fathom coral
#

Hello, for some reason it is not possible to place blocks that were added past 1.12 on my server. Can anyone help?

vast hinge
#

i dont understand why it isnt working

boreal tiger
#

what does the IDE say?

dusty topaz
#

That assertion is unneeded

#

getItemMeta doesnt return null

silk bane
#

that's what you think

iron furnace
#

so no response from support about my account along with my premium plugins being stolen

silk bane
#

and you're probably right, but it's annotated nullable

raw atlas
#

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

dusty topaz
#

not sure why it is nullable

raw atlas
#

?

frozen hamlet
#
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?

dusty topaz
#
    public ItemMeta getItemMeta() {
        return this.meta == null ? Bukkit.getItemFactory().getItemMeta(this.getType0()) : this.meta.clone();
    }
raw atlas
#

how to connect voting?

dusty topaz
#

I wish I had a squint right now 👀

#

@frozen hamlet send a base 64 string

#

that you would pass in

dreamy silo
#

@narrow crypt this so bad

raw atlas
#

?

narrow crypt
#

what @dreamy silo

dreamy silo
#

you should save loc like this:

location: -189.0;5.0;209.0;0.0;0.0;world```
dusty topaz
#

he isn't saving it like that

raw atlas
#

can anyone please help me?

dusty topaz
#

if somebody knows they will

#

i personally don't know how so i elected to ignore the question

raw atlas
#

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

frozen hamlet
#

@dusty topaz How would that work? You know any examples?

dusty topaz
#

what are you passing in as base64

narrow crypt
#

@dreamy silo why would I, i just use data.set(locationname, location);

dusty topaz
#

send me an example string

narrow crypt
#

and users dont need to read it

#

just the plugin

dreamy silo
#

i got it wrong

#

srry

fathom coral
#

Hello, for some reason it is not possible to place blocks that were added past 1.12 on my server. Can anyone help?

dusty topaz
#

What version is your server running (server jar)

frozen hamlet
#

That would be one of those strings from any of those minecraft (non-player)head sites

dusty topaz
#

send an example

#

i'm unsure what that method is doing so I'm trying to figure out

#

if it is or not

boreal tiger
#

item meta is null cause air doesnt have item meta xD

fathom coral
#

@dusty topaz my server is running the latest spigot build

dusty topaz
#

output of /ver ingame?

#

and are you running plugins such as viaversion

gloomy dew
#

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

dusty topaz
#

You're better off asking any questions in Skript section of spikot

gloomy dew
#

lol

dusty topaz
#

I don't think many here know or regularly use skript

gloomy dew
#

Yea.

tropic swallow
#

guys is there a way to get a tool damage?

gloomy dew
#

Wdym ?

dusty topaz
#

Using 1.15 spigot?

tropic swallow
#

yes

fathom coral
#

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"

tropic swallow
#

like diamond sword = 7

dusty topaz
#

not an attribute

#

wait

gloomy dew
#

How to get the VERIFIED rank ?

drowsy phoenix
#

Why can't I connect to my bungeecord it says this even tho all my servers r up

gloomy dew
#

That means the server is Offline.

#

or

drowsy phoenix
#

online

gloomy dew
#

The server has been Crashed.

#

That means the server has been Crashed.

drowsy phoenix
#

IT'S ONLINE

drowsy phoenix
#

and my second one

#

also

gloomy dew
#

Guys what server hosting r u using ?

wraith dew
#

my own

drowsy phoenix
#

[...]

wraith dew
#

also @drowsy phoenix what server is it looking for?

drowsy phoenix
#

lobby which is online

tropic swallow
#

@dusty topaz can i call this from an item stack?

dusty topaz
#

item meta

wraith dew
#

is the IP correct

#

?

drowsy phoenix
#

all are on the same machine

#

0.0.0.0:port

wraith dew
#

127.0.0.1

#

for localhost

drowsy phoenix
#

it was 0.0.0.0 by default

wraith dew
#

that means any IP

drowsy phoenix
#

lemme see if that fixes it tho

wraith dew
#

just do localhost:port

drowsy phoenix
#

i won't change it on the bungee ip in the config cuz that makes it not work

gloomy dew
#

How to do can i get the Verified rank ?

drowsy phoenix
#

hmm

#

!verify

tawdry lilyBOT
#

Usage: !verify <forums username>

drowsy phoenix
#

@gloomy dew

gloomy dew
#

Yea ?A

#

Yea ?*

#

H o w to verify

sonic trout
#

read the usage

gloomy dew
#

i did

sonic trout
#

i think your discord nick

gloomy dew
#

But

sonic trout
#

has to be same as your spigot username

gloomy dew
#

What does forums means ?

sonic trout
#

on forum

#

do you have an account on the spigot forums

gloomy dew
#

ohh

sonic trout
dusky herald
#

damn i never thought i'd see the day where someone doesnt know what a forum is

drowsy phoenix
#

any solutions still cannot connect

#

tried 0.0.0.0 127.0.0.1 domain ip

#

@wraith dew

gloomy dew
#

t

full lagoon
boreal tiger
#

dynmap is quite heavy

full lagoon
#

Shouldnt that only be when new chucks are loaded?

#

Plus, it is occasional lag, no really constant

boreal tiger
#

maybe thats when dynmap updates each chunk?

full lagoon
#

ahh

#

Should i mess with some dynmap settings

dusky herald
#

@drowsy phoenix What's the problem?

drowsy phoenix
#

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

frigid ember
drowsy phoenix
dusky herald
#

Did you try your actual IP address?

#

Like I saw you tried 127.0.0.1

frigid ember
#

@drowsy phoenix did you set up the server ip`s in the config.yml correctly?

dusky herald
boreal tiger
#

what do you mean "e" inventory

drowsy phoenix
#

it's on the same machine

#

and i tried

#

0.0.0.0

#

127.0.0.1

#

localhost

frigid ember
#

The inv that opens with e.

drowsy phoenix
#

and the actual ip

dusky herald
#

is the port correct?

drowsy phoenix
#

i copied it

dusky herald
#

Does the port you input match the port of the server?

boreal tiger
#

@frigid ember whats e? a variable?

drowsy phoenix
#

let's copy it again

dusky herald
#

@boreal tiger He means when the player presses E

frigid ember
#

yes

drowsy phoenix
#

is correct

#

when i directly conncet this is what pops up

frigid ember
#

is the server set as a default server?

limber moth
#

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

drowsy phoenix
#
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
dusky herald
#

remove the forced host?

drowsy phoenix
#

ok

limber moth
#

thank you @frigid ember I will take a look

drowsy phoenix
#

forced_hosts: []?

dusky herald
#

yes, try ihat

#

that

frigid ember
#

And maybe set ip forwarding to true

drowsy phoenix
#

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)

dusky herald
#

try just removing the ForcedHosts line as well

frigid ember
#

@drowsy phoenix did you try to connect to: localhost:25620?

drowsy phoenix
#

it's not on my pc

#

im connecting

#

to the bungee ip

boreal tiger
#

your config is malformed

drowsy phoenix
#

yes

boreal tiger
#

can you send the full error pls

drowsy phoenix
#

no error

#

just can't connect

boreal tiger
#

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

compact marsh
#

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.

drowsy phoenix
#

OH MY GOSH

#

I SCREWED UP THE CONFIG

boreal tiger
#

you did

#

- query_port: 25694 #this is the lobby port, idk what to put here

drowsy phoenix
#

NO ERROR

#

S

#

so what to put here then?

boreal tiger
#

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?

drowsy phoenix
#

No.

#

14:39:39 [WARNING] Forced host server pvp is not defined

#

only this

frigid ember
boreal tiger
#

its just Player#getInventory

#

@drowsy phoenix are your servers in the same machine?

drowsy phoenix
#

yes

frigid ember
#

@boreal tiger if i run playerinv.setItem​(0, diamonds) It sets the left hotbar to diamonds

boreal tiger
#

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

drowsy phoenix
#

it is a free hosting

#

but they all are on their Free2 node

frigid ember
#

So after 9 comes the bigger inv?

boreal tiger
#

have you tried putting the actual ip addres @drowsy phoenix

#

@frigid ember after 8, yes

frigid ember
#

thx

boreal tiger
#

np

drowsy phoenix
#

i think ima just go to fakebungee im done with this

#

ima try putting actual ip now

frigid ember
#

is there somewhere a index picture?

#

for all slots

boreal tiger
#

@drowsy phoenix my guess is they are not in the same machine /cant communicate locally. So try putting the actual ip address

drowsy phoenix
#

THEY ARE

#

their ip address is the same

boreal tiger
#

ik, but try it

#

worth trying

drowsy phoenix
#

ok ig

dusky herald
#

but

drowsy phoenix
#

but i probably tried it already

dusky herald
#

are they on YOUR pc?

drowsy phoenix
#

YES SURE

#

A FREE HOSTING

#

IS MY PC

boreal tiger
#

calm down

dusky herald
#

what

drowsy phoenix
#

i said

#

it's a hosting

boreal tiger
#

if you keep that attitude no one's gonna help you

drowsy phoenix
#

im just mad cuz i repeated it 50 times already

dusky herald
#

So then put the host's IP in the fields then?

#

for the servers?

boreal tiger
#

^

drowsy phoenix
#

i am doing it rn

dusky herald
#

well first you made it sound like you're running it off your PC

drowsy phoenix
#

wdym

dusky herald
#

now you're saying that you arent

boreal tiger
dusky herald
#

LOCALHOST ips dont work over network

#

which sounds like why you wouldnt be able to connect

drowsy phoenix
#

what do you mean RUNNING IT OFF PC

dusky herald
#

The computer you're playing

wet compass
#

Hello. Why is it recommended to restart your server once a day, what does it affect?

drowsy phoenix
#

ik

dusky herald
#

Are you hosting the minecraft server off of the computer you're playing on

drowsy phoenix
#

but wdym i said HOSTING

boreal tiger
#

@drowsy phoenix stop using caps, he only arrived now

frigid ember
#

@boreal tiger thx again

drowsy phoenix
#

WORKS FINALLY

boreal tiger
#

he wasnt here the whole time

drowsy phoenix
#

thx

#

so much

#

omg

boreal tiger
#

🤦‍♂️

dusky herald
#

it works cause you put the host ip? lol

drowsy phoenix
#

ye idk y that's the case

dusky herald
#

because

#

you arent playing on localhost

drowsy phoenix
#

the host is on 1 machine tho

dusky herald
#

It's pointing you to another server

#

not itself

drowsy phoenix
#

finally

#

welp ima make a 3rd account on that hosting

#

and add a 3rd server

wet compass
#

Why is it recommended to restart your server once a day, what does it affect?

drowsy phoenix
#

@wet compass just improves stability and lag problems

#

every big server auto-restarts

wraith dew
#

sometimes memory leaks can occur

#

especially on modded servers

velvet marten
#

I just found my old spigot account. How can I delete my new one ?

wanton delta
#

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

subtle blade
#

Not even. Just report the account you want deleted and request it

#

But +1 on that last message

wanton delta
#

I figured since he has access to the new one he could create a support ticket

small nimbus
#

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

subtle blade
#

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

boreal tiger
#

a post of mine would be relatable to my individual person

small nimbus
#

most problematic thing would be profile

#

not the posts themselves

dusty topaz
#

yes

#

i agree konsolas

#

De wet op internet

silk bane
boreal tiger
#

" 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."

silk bane
#

two conflicting viewpoints on whether or not posts are exempt from right of erasure

boreal tiger
#

but arent the posts "attached" to the profile ? so both would have to be removed?

silk bane
#

the profile can be anonymised

boreal tiger
#

ah right

#

so you have like Post by: Anonymized/deleted user?

silk bane
#

pretty much

boreal tiger
#

mhm makes sense

small nimbus
#

can be but probably isn't if they dissapprove the deletion (at this time)

silk bane
#

they can't refuse to delete your profile - that would definitely be illegal under the gdpr

#

posts is a grey area

raw atlas
#

can someone help me with my bungeecord?

#

please

boreal tiger
#

ask your question

raw atlas
#

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

frigid ember
#
> [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.

wanton delta
#

?haste

#

?paste

worldly heathBOT
wraith dew
#

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

frigid ember
#

I don't code plugins haha.

upbeat wyvern
#

@frigid ember disabling sounds_shutdown_enabled in your config should work for the moment

frigid ember
#

Thank you!

paper compass
#

Anyone know how to make a rotating wheel with 10 sections?

#

(radius = 8)

upbeat wyvern
#

?

vast hinge
#

lol

#

you have been asking this for like 2 days now

paper compass
#

cool

#

2 days?

#

1 day

vast hinge
#

well

#

technically 1 day

#

cause it was like 2 am

paper compass
#

1 day?

upbeat wyvern
#

a "wheel" ?

paper compass
#

about 13 hours

vast hinge
#

technically a day is 12 hours

paper compass
upbeat wyvern
#

oh i see