#help-server

1 messages · Page 341 of 1

west cloak
#

What specs to i need for A server Wt 80 players?

inland ibex
#

Like 80 regularly or up to 80

west cloak
#

??

#

My server cant Even handel 60 players it just Get 13 Tps

merry elk
#

Timings

#

@west cloak

mortal galleon
chilly stone
#

i thought it is everything but players

#

lol

dense mural
#
org.bukkit.plugin.InvalidPluginException: Cannot find main class `com.forbiddenbox.me.swsutils.SwSUtils'
        at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:69) ~[server.jar:3284a-Spigot-3892929-0ab8487]
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:145) ~[server.jar:3284a-Spigot-3892929-0ab8487]
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:394) ~[server.jar:3284a-Spigot-3892929-0ab8487]
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:301) ~[server.jar:3284a-Spigot-3892929-0ab8487]
        at org.bukkit.craftbukkit.v1_17_R1.CraftServer.loadPlugins(CraftServer.java:409) ~[server.jar:3284a-Spigot-3892929-0ab8487]
        at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:233) ~[server.jar:3284a-Spigot-3892929-0ab8487]
        at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1010) ~[server.jar:3284a-Spigot-3892929-0ab8487]
        at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:305) ~[server.jar:3284a-Spigot-3892929-0ab8487]
        at java.lang.Thread.run(Thread.java:833) [?:?]
Caused by: java.lang.ClassNotFoundException: com.forbiddenbox.me.swsutils.SwSUtils
        at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:147) ~[server.jar:3284a-Spigot-3892929-0ab8487]
        at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:99) ~[server.jar:3284a-Spigot-3892929-0ab8487]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
        at java.lang.Class.forName0(Native Method) ~[?:?]
        at java.lang.Class.forName(Class.java:467) ~[?:?]
        at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:67) ~[server.jar:3284a-Spigot-3892929-0ab8487]
        ... 8 more```
#

Hey anyone

#

any idea why my plugin does not load

#

cause I did check the files and directories

#

they are all fine

sage lily
#

Cannot find main class 'com.forbiddenbox.me.swsutils.SwSUtils' check your plugin.yml ?

#

is SwSUtils the main class of your plugin?

west cloak
mortal galleon
#

The same, but without Laggy World Generation

west cloak
#

Ok?

west cloak
small tinsel
#

What is a good Shop Pluggin that allows to buy "permissions".
Eg: A User buys an item and the user should get a permission(eg: backpack.use)

warm moth
#

Thanks!!

#

Also can I add more than one bots on discord srv?

dense mural
# summer comet Show your plugin.yml
name: SwSUtils
version: '${project.version}'
main: com.forbiddenbox.me.swsutils.SwSUtils
api-version: 1.17
authors: [ ForbiddenBoXOri ]
description: Extra things to help builders and developers!
commands:
  createNPC:
    description: Create a npc really quickly
    usage: /<command>```
#

Sorry for the wait

crisp frigate
#

or verify if main package + class is equals "com.forbiddenbox.me.swsutils.SwSUtils"

summer comet
dense mural
#

Wait hold on I did something wrong, I will send it in a few mins.

crisp frigate
#

you can only verify if package name of your main class is equals "com.forbiddenbox.me.swsutils.SwSUtils"

formal oar
#

Can someone help me?
I can't give me a Rank with LuckPerms on Bedrock Edetion.

crisp frigate
#

what command are you using?

dense mural
#

Uh InteliJ is not working all of a sudden

#

or I just messed up my pom.xml

summer comet
#

lol I found one weird behaviour

#

it's easy to change max stack sizes for leathor chest plates, for potions, for diamond shovels.... but not for wooden shovels lol

dense mural
#

oh you can't???

#

that's strange

crisp frigate
#

here it's works

summer comet
#

but try to let vanilla stack it

#

e.g. throw two wooden shovels on the ground separately, then pick them pick back up

dense mural
formal oar
dense mural
crisp frigate
#

on plugin.yml

crisp frigate
dense mural
#

Oh no it sends an error

#

when I do

#

com.forbiddenbox.me.swsutils.SwSUtils

#

in the main class

formal oar
crisp frigate
#

your package names has SwSUtils and your main class name is SwSUtils

mortal galleon
crisp frigate
crisp frigate
crisp frigate
summer comet
crisp frigate
inland ibex
formal oar
dense mural
#

like just

crisp frigate
#

change your plugin.yml to

#
name: SwSUtils
version: '${project.version}'
main: com.forbiddenbox.me.swsutils.SwSUtils.SwSUtils
api-version: 1.17
authors: [ ForbiddenBoXOri ]
description: Extra things to help builders and developers!
commands:
  createNPC:
    description: Create a npc really quickly
    usage: /<command>
dense mural
#

Ah, okay.

crisp frigate
#

look it

dense mural
#

Ah wait that code is wrong cause it gives me an error so its actually

#

com.forbiddenbox.me.swsutils

crisp frigate
#

your main is main class package name + main class name

crisp frigate
crisp frigate
dense mural
#

👍

#

its still not finding the main class 😢

crisp frigate
#

the error is the same as the past?

#

show me the error pls

dense mural
#

okay

crisp frigate
#

show me your plugin.yml again

dense mural
#
name: SwSUtils
version: '${project.version}'
main: com.forbiddenbox.me.swsutils.SwSUtils.SwSUtils
api-version: 1.17
authors: [ ForbiddenBoXOri ]
description: Extra things to help builders and developers!
commands:
  createNPC:
    description: Create a npc really quickly
    usage: /<command>```
#

let me try to show you my directory and the main class

#

Main class

package com.forbiddenbox.me.swsutils;

import com.forbiddenbox.me.swsutils.Commands.createNPC;
import org.bukkit.plugin.java.JavaPlugin;

public final class SwSUtils extends JavaPlugin {

    @Override
    public void onEnable() {
        // Plugin startup logic
        this.getCommand("createNPC").setExecutor(new createNPC());
    }

    @Override
    public void onDisable() {
        // Plugin shutdown logic
    }
}
crisp frigate
#

hey

#

you have renamed the package 🤡

mellow dock
crisp frigate
#
name: SwSUtils
version: '${project.version}'
main: com.forbiddenbox.me.swsutils.SwSUtils
api-version: 1.17
authors: [ ForbiddenBoXOri ]
description: Extra things to help builders and developers!
commands:
  createNPC:
    description: Create a npc really quickly
    usage: /<command>
dense mural
#

Oh wait this is development now

crisp frigate
#

just change your plugin.yml /\

summer comet
#

Ctrl+Alt+M in Intellij isnt working for me 😦

#

does it work for you?

#

oh wrong channel

inland ibex
formal oar
#

Okey Thanks

#

Habe someone a plugin, that can load all Worlds in 1.18?

tawny dust
#

Multiverse

west cloak
#

how can i make my chunks load faster?

inland ibex
west cloak
#

chunky?

inland ibex
#

sure

versed gust
#

can some1 help me why is my spawn sending me to random cords instead of world spawn
my bed isnt there

rare pewter
#

how can i send screenshot

shy falcon
#

prnt.scr

inland ibex
rare pewter
inland ibex
inland ibex
inland ibex
versed gust
#

nope

inland ibex
#

are you using essentialsx spawn?

versed gust
#

not anymore

inland ibex
#

Why not?

versed gust
#

ok so

#

does anyone wanna help me with perms for my server?

inland ibex
#

Sure, for a price

cerulean berry
#

in my server, i for some reason cannot type in chat

pale musk
#

If I had a hotbar message is there any way to reposition it to a different area on the screen for example if I wanted to display the players currency on the top?

inland ibex
cerulean berry
#

when i send, nothing comes up no error, nothing

inland ibex
#

well, does it send on the server itself?

#

just not through bungee?

cerulean berry
#

it does not send on the server

inland ibex
#

what plugins do you have on your actual server

cerulean berry
#

just buycraft

inland ibex
#

well, start taking plugins off until you can.

cerulean berry
#

ok

inland ibex
#

So you log onto the server, and it lets you in?

cerulean berry
#

i am in rn

inland ibex
#

How many servers do you have?

cerulean berry
#

5 incluiding proxy

inland ibex
#

connect into one directly and see if you can send a message or do anything

#

is it just chat or commands too?

cerulean berry
#

well i cant do that since its connected with bungee i cant connect with it directly

inland ibex
#

Wait, are you running a cracked server?

cerulean berry
#

no

#

online mode is off for the servers for bungee

inland ibex
#

You know you can still connect to an offline server...

cerulean berry
#

ill try rn

inland ibex
#

ip:port

cerulean berry
#

not working

#

i have to enable something in my bungee config

#

anyways I would want people to be able to join servers directly

inland ibex
cerulean berry
#

ok

inland ibex
#

was it ever working

cerulean berry
#

was what, the chat?

inland ibex
#

yeah

cerulean berry
#

i got a bungee pack for lobby and i added the plugins into the proxy and then it stopped so yeah

inland ibex
#

then its one of your plugins

cerulean berry
#

do you know which one could be causing the interference?

inland ibex
#

probably perms

cerulean berry
inland ibex
#

btw, the list you sent, is that on your hub server or in your bungeecord server

cerulean berry
#

bungee

inland ibex
#

did you try taking them all out?

cerulean berry
#

no

stuck juniper
#

I'm getting this spam while no one is using my console:

[23:01:52 INFO]: Unknown command. Type "/help" for help.
[23:01:52 INFO]: Unknown command. Type "/help" for help.
[23:01:54 INFO]: Unknown command. Type "/help" for help.
[23:01:54 INFO]: Unknown command. Type "/help" for help.
[23:01:54 INFO]: Unknown command. Type "/help" for help.
[23:01:54 INFO]: Unknown command. Type "/help" for help.
[23:01:59 INFO]: Unknown command. Type "/help" for help.

How can I figure out what's the command being sent and what's sending it?

inland ibex
#

check the log

mellow dock
#

Are you using multicraft

inland ibex
stuck juniper
#

What's the command being sent?

inland ibex
#

multicraft automatically sends something in console every few seconds. Its a keep alive/ping thing so they know if its online

jaunty mulch
#

how can I block a command in minecraft when the plugin has no permission for it

sand venture
#

is it possible to increase the render distance for a guardian beam

shy falcon
#

not asking for support bc ik its paper 1.8.8 but like

#

hmmmm

mellow dock
#

Outdated!

shy falcon
#

oh trust me im well aware @mellow dock

#

this server in specific is in an archive-y mode

#

failed 13 minutes after start, hmm

#

oh it fucking corrupted one of the worlds

#

what in the hell happened

mellow dock
#

Ask paper

noble dock
#

hey guys!

#

im trying to set up a server with a mod that adds mice to the game that spawn and villages etc etc, how do i do that

#

i thought i was getting really close, but im still getting an error

mellow dock
#

Spigot isn’t for mods

noble dock
#

sorry, im using fabric

#

ik this is for spigot, but maybe you guys know a thing or two about fabric?

mellow dock
#

Ask in the fabric discord

noble dock
#

good

#

point

#

thanks

versed gust
#

can someone pls help me

#

why do i have keep inv even as not op with gamerule keep inv off

mellow dock
#

Probably a permission

versed gust
mellow dock
#

I think LuckPerms has a mode to debug permissions

versed gust
#

i dont understnad perms at all 😦

#

first tiem hosting server 😦

mellow dock
#

/loop verbose on

#

And then die

mellow dock
#

Are you running luckperms

versed gust
#

yes

mellow dock
#

Ah I got autocorrected

#

/lp verbose on

summer comet
#

then upload it

#

/lp verbose upload i think?

mellow dock
#

Mhm

versed gust
#

is thjis safe to send to u guys?

summer comet
#

yes it just shows the permissions that your server checked

versed gust
#
summer comet
#

hm

#

you sure the gamerule is actually false in the world where you died?

versed gust
#

yeop

summer comet
#

then no idea

#

show your /plugins pls

glacial sundial
#

you gotta die after turning verbose on before uploading

summer comet
mortal galleon
summer comet
#

that's why my /var/log is on a separate partition

mortal galleon
#

xD

#

I once did Something Similar, but i Just Changed the Log Path to Another Location

summer comet
#

if it works 😄

#

I don't remember what went wrong when my log was so spammed

#

some service was going havoc

mortal galleon
#

xD, that Happens, Specially when it does not want to Start

#

and it Keeps Restarting it

summer comet
#

yeah lol.

jaunty mulch
#

how can I disable a command in minecraft when the plugin has no permission for it

mortal galleon
#

You can use a Command Hider Plugin Like PL-Hide to Hide that Command and then No one can Use it

west cloak
west cloak
#
[07:17:52] [Server thread/WARN]:     at net.minecraft.server.v1_12_R1.ChunkRegionLoader.a(ChunkRegionLoader.java:104)
[07:17:52] [Server thread/WARN]:     at net.minecraft.server.v1_12_R1.ChunkRegionLoader.loadChunk(ChunkRegionLoader.java:83)
[07:17:52] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_12_R1.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:23)
[07:17:52] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_12_R1.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:16)
[07:17:52] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_12_R1.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:336)
[07:17:52] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_12_R1.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:295)
[07:17:52] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_12_R1.chunkio.ChunkIOExecutor.lambda$syncChunkLoad$0(ChunkIOExecutor.java:18)
[07:17:52] [Server thread/WARN]:     at net.minecraft.server.v1_12_R1.MCUtil.ensureMain(MCUtil.java:69)
[07:17:52] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_12_R1.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:18)
[07:17:52] [Server thread/WARN]:     at net.minecraft.server.v1_12_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:170)
[07:17:52] [Server thread/WARN]:     at net.minecraft.server.v1_12_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:153)
[07:17:52] [Server thread/WARN]:     at 
mellow dock
#

Did you downgrade your server

west cloak
mellow dock
#

Minecraft version

summer comet
west cloak
west cloak
#

In my server when some people join, the chunks dont load and they keep falling into the void forever until they get kicked saying timed out
whats causing this?
i dont think its their internet because 3-4 people have this issue

jagged orbit
#

have you looked at your server performance when they join

#

sounds sort of like an overloading issue

unborn pumice
#

"how

#

*how

inland ibex
unborn pumice
ashen fox
#

doubt its a firewall issue

#

Firewall wouldn't let them connect at all, unless you have some weird thing when it slows the connection down, never heard of something like this

ashen fox
#

The person themselves might just have a crappy pc/internet, what specs does your server have?

inland ibex
unborn pumice
ashen fox
#

that would mean its a problem for everyone, while this is a problem for only a select few players

unborn pumice
west cloak
#

We got only like 6-8 people

inland ibex
#

1.18.1?

west cloak
#

1.17

inland ibex
#

Where is it hoested

west cloak
#

Europe

inland ibex
#

Hosted

#

Where are the players it won't load for

west cloak
#

India

inland ibex
#

.....

#

That's probably why

west cloak
#

But even im from india and everything is fine for me

inland ibex
#

Could still be their internet. But 5g is definitely enough, pebblehost is pretty good with not oversaturating their servers

west cloak
#

Yeah even i doubt its their internet problem but they never accept it

#

Thanks btw

#

They keep blaming the server

inland ibex
#

Have them ping the server IP and tell me the time it takes

#

You do the same

west cloak
#

None of them are online

#

But it didnt even take 2 secs for me

warm moth
#

can I add more than one bots on discord srv?

half spade
#

im trying to figure out why players cant connect to my server through my subdomain any suggestions as to why this is happening?

#

they can connect to the ip directly not through the domain

tawny dust
#

Give it sometime to update

#

Oh and just a warning anyone can get your ip quite easy with the domain just so you're aware

half spade
#

if not how can i protect my ip while still self hosting the server

tawny dust
half spade
#

from what im aware cloudflare forwards the traffic to my ip and back so the client just uses a cloudflare ip

tawny dust
#

Sounds good then

#

Does it redirect you to the right port?

half spade
#

it redirects all ports

#

thats why i only have the ports for java and geyser open

#

anything else i need is using an account based port service like remote.it

west cloak
#

Minecraft::world - Chunk provider tickcount(9125) total(36.51% 197.547s, 42.69% of tick)avg(21.65ms per - 21.34ms/0.99 per tick****

half spade
tawny dust
#

@weak drift

weak drift
#

?ban @deep ridge cringe scam link

magic zenithBOT
#

Done. That felt good.

shy falcon
#

afaik you cant proxy that stuff thru cloudflare

#

i could be wrong

versed gust
#

hackers???

shy falcon
#

@wraith chasm afaik theres no package available on debian for JRE/JDK 8 anymore so u gotta install it the manual way

#

let me try and find the URL

wraith chasm
#

alright

wraith chasm
#

alright, so what do i do with this after downloading it

shy falcon
#

tar xvf <file>

#

and then u can either run server like ./path/to/java/bin/java -jar <server>.jar

#

or you can add /path/to/java/bin to ur PATH envvar in like ur .bashrc

wraith chasm
#

and that's how i use buildtools too?

shy falcon
#

yeah

#

afaik buildtools shouldnt require newer java unless youre using newer MC so

#

shouldnt need double java either

wraith chasm
#

the path is jre1.8.0_311/bin/java, right?

shy falcon
#

yeah

wraith chasm
#

Unrecognized option: --jar

tawny dust
#

-jar

shy falcon
#

-jar

wraith chasm
#

oh right

#

alright, everything works fine now

shy falcon
#

pog

formal oar
#

What is the best NPC/Slapper plugin where i can setup command on the NPC. Like /say lol on click

tawny dust
#

You can use Citizens

formal oar
#

Sorry for my bad englisch

shy falcon
#

hm wait, does buildtools require the JDK or the JRE...

tawny dust
#

JRE I think

formal oar
shy falcon
#

citizens is freemium

tawny dust
#

^ you can get it for free

#

Read the spigot page

formal oar
#

oh rlly

tawny dust
#

Why can't people read spigot pages md_5

#

Things would be so much easier

formal oar
#

I always roll over lul

fringe hill
#

how can i get light block from command?

#

I'm using cmi

dense fossil
#

do you know a plugin where you can barter?

fringe hill
#

light block plugin??

inland ibex
south mica
#

any crate opening plugin?

delicate tulip
shy falcon
#

today on boy i love how dns changes can be reflected almost near instant or they can take a whole day

cerulean berry
#

is it possible for askyblock to change sign and greeting message when you create island

olive lintel
#

how can i make a new superflat world i know this is such an easy question but im going crazy ive been searching it for the past hour and i couldnt find level-type anywhere please help

fallow gust
#

you can still pass level-type in the server.properties

#

it just isn't there by default and empty anymore

#

iirc

violet karma
olive lintel
still steppe
#

when exactly did this get added

#

(vulcan dev) am super confused

fierce ocean
#

Any good method of pre loading chunks in sponge?

shy falcon
#

i dont know what i was expecting

#

but also this is Spigot @fierce ocean

#

not Sponge

glacial sundial
#

Sir this is a Spigot's

fierce ocean
#

momentary brain fart

#

lmao

#

sir this is a mcdonalds

ashen fox
#

no this is a wendys

shy falcon
#

can i do the BK 2 for $6 whopper deal

#

(fucking amazing btw i love burger king whoppers)

fierce ocean
#

Sir we sell spigot's here what is minecraft, are you here to buy a spigot? Is it for a home? block game? whats that

foggy sorrel
#

What is the permission note or command to disable fly for everyone

slim bough
foggy sorrel
#

Many plugins

#

Iam using 39 plugins

slim bough
#

Yeah but the fly plugin

foggy sorrel
#

And players can somehow fly in survival

#

they are not using any hacks

#

idk how is fly enabled for them

foggy sorrel
delicate tulip
delicate tulip
proper fossil
#

so i removed griefprotection plugin from my server (jar and data folder) and the claimed areas are still protected

#

like players arent able to break blocks in the areas that were claimed before the deletion

#

how do i fix this?

foggy sorrel
delicate tulip
#

Could be something related to that but not too sure

#

Have any factions plugin?

proper fossil
delicate tulip
#

Have you restarted your server?

proper fossil
#

yes

delicate tulip
#

Local server or hosted server?

proper fossil
#

hosted

foggy sorrel
delicate tulip
proper fossil
#

yeah im not the server owner just the manager

foggy sorrel
#

But I haven't set it up yet

delicate tulip
# foggy sorrel Yes

Could be related to the functions plugin, like flying in claimed land or something

delicate tulip
foggy sorrel
#

oh k

proper fossil
#

i can only restart the server

#

but ill check

#

yeah its gone

delicate tulip
#

Odd

proper fossil
#

like its not giving any players the usual plugin messages, like "this claim belongs to name its just not breaking the block in areas where the claims used to be

delicate tulip
#

Idk enough about that stuff to find the solution, could be world data related which someone would have the answer, just not me

proper fossil
#

i literally deleted the entire world at one point

#

like yesterday

delicate tulip
#

and still?

proper fossil
#

so its a whole new world file

#

yes

delicate tulip
#

Thats definitely weird

#

what are your other plugins?

proper fossil
#

alot

#

too many to name

delicate tulip
#

Ok, could be anything with other plugins

proper fossil
#

but not many, if any at all would conflict or even relate to griefprevention

delicate tulip
#

Ok....

proper fossil
#

what do i do bruh 😐

delicate tulip
#

Idk enough to answer, absolutely no idea. Just to make sure. when you do /pl in server does it show griefprevention?

proper fossil
#

no it doesnt

delicate tulip
#

Ok, do you have any permissions on the server set?

proper fossil
#

wdym

delicate tulip
#

Like do you have a permissions plugin, or just permissions in the permissions.yml file?

proper fossil
#

luckperms

delicate tulip
#

Have you configured it yet? Potentially could be a permissions issue

proper fossil
#

how would that be a permissions issue

#

its specifically only in previously claimed areas

#

and if i kill myself i go back to one of my old claim coords

delicate tulip
#

Right I see, forgot about that part

slim bough
#

Anyone can explain why happens this when using Radmin vpn?

proper fossil
#

switch your vpn server

#

its too slow

delicate tulip
#

Either vpn cant reach server or too slow

slim bough
#

Can the problem be caused. Because my friend created the land world and i created the vpn server?

delicate tulip
#

Could be issue on the server side. Did he port forward the server?

slim bough
#

Because he created a normal mc world

#

And opened on lan

delicate tulip
#

Are you on his network?

#

The vpn would be useless if youre on the same network

slim bough
#

We are on the same "red"

delicate tulip
#

Wdym "red"

slim bough
#

wait le me find translation

delicate tulip
#

Whats your first language?

slim bough
#

Spanish

delicate tulip
#

Ah

slim bough
#

We are conencted on the same net

delicate tulip
#

I only know french lol.

#

The vpn is probably causing the problem. You should be able to connect without the vpn

slim bough
#

If we dont connect with the vpn we cannot play on lan

delicate tulip
#

Ok I see. I just looked up what radmin was.

#

What ip are you using?

slim bough
#

Its like has hamachi

delicate tulip
#

Yeah

#

Are you connecting using his Radmin ip

#

and port he got when he enabled lan

slim bough
#

Yea

delicate tulip
#

Chance youll have to go to the Radmin VPN discord

slim bough
#

Allright thanks

delicate tulip
#

np

proper fossil
normal osprey
#

hey they still spawn in world (survival) for new players, not hub i added hubthat but if they join the server they get put into world (survival world) not into spawn world how do i fix this?

tawdry narwhal
proper fossil
#

yes

tawdry narwhal
#

that is why then. The protection plugin uses worldguard to create regions to protect areas

normal osprey
#

how do i make hub world a main world in multi verse?

tawdry narwhal
#

not sure, most likely a config thing

normal osprey
#

how do i use this?

tawdry narwhal
#

again not sure, I don't use those things lol

west python
#

Anyone know a anti-xray plugin that doesnt cause lag?

normal osprey
west cloak
normal osprey
#

yes

west python
merry elk
normal osprey
normal osprey
merry elk
#

From reviews I believe not

royal axle
#

Anyone know a good anti cheat?

#

for 1.18.1

#

or like 1.8 - 1.18.1

sudden loom
#

Can i connect Bungeecord Proxy to another one?

#

Thru config

tawny dust
#

No there is no point in doing that

mortal galleon
#

But you can use RedisBungee

sudden loom
#

Okayy thanks

normal osprey
mortal galleon
#

go to Feed Option

#

and set the Delay to a Low Value

normal osprey
mortal galleon
#

/rg flags

#

Almost last Page

normal osprey
#

what do i put?

#

it says 0 1 5 [custom]

mortal galleon
#

in Feed Delay like 1

normal osprey
#

ok

mortal galleon
#

and the other Value

#

of how Many Food it Gives

#

set it to the Max Value

west python
#

How do I save a file as UTF-8 and not as a ANSI.

west python
west cloak
#

Pretty sure it's because there's a character not formatted in UTF-8

tawdry narwhal
#

however, by default unless plugins mess with the file encoding, files created are by default UTF-8

soft spindle
#

Hey guys does anyone know the range in which the 'tick-inactive-villagers' setting applies? Like how close do I have to be for Villagers to tick, I'm wondering since I'm worried that Iron Farms will break

west python
tawdry narwhal
#

generally hosts use linux and generally its utf-8 by default and thus no need to worry

west python
tawdry narwhal
#

however I recommend sometime in the future you get a real hosting provider 🙂

west python
tawdry narwhal
#

doesn't change my comment but ok

west cloak
#

Hi ! For the custom drops addon for the craftbook plugin, how can i make it a item custommodeldata ?

normal osprey
#

@west python

west python
#

Just post the link

#

it should automatically be clickable

normal osprey
# west python Just post the link

hey i added rankshops! how do i fix this it says

[21:39:42] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to RankSigns v1.0
org.bukkit.event.EventException: null

normal osprey
cerulean berry
#

when i join my server it says kicked whilst connecting to Hub: [LP] a databae error occurred whilst loading permissions... and it goes on one more sentence but is there any way to fix it?

thorny steeple
#

except the combat checks (that aren't even that great even on Vulcan) everything is great

west cloak
#

how can i fix
Minecraft::world - Chunk provider
Minecraft::world - tickEntities cause lagg

gentle bridge
#

those are the minecraft processes that use the most ticks, it just be like that

#

you can try limiting mob spawns and render distance to limit those

feral laurel
west cloak
gentle bridge
#

55 players is quite a lot for a server, it really depends on whats goin on with your plugins, what hardware ya got, how big your world is

#

could be tons of things

west cloak
#

mhm

#

my wold border is

#

200000

#

x

#

200000

gentle bridge
#

is that all pregenerated?

west cloak
#

most of them

gentle bridge
#

thats likely contributing to your Chunk provider tick

#

entity limiting should defo help tickEntities

west cloak
#

cpu i7-6700

#

15 gb ram

gentle bridge
#

realistically you'd need to share a more in-depth timings report if ya need more specific advice

#

¯_(ツ)_/¯

west cloak
#

lol

#

hm now its 20 tps somethimes the tps drop for a long time and get better

gentle bridge
#

would need more timings info to do anything more lol

west cloak
gentle bridge
#

looks like mostly mob spawns

tawny dust
gentle bridge
west cloak
tawny dust
#

Remove it

west cloak
west cloak
gentle bridge
#

this is where youll want to make some changes

#

especially mobstacker i would recommend (first point will be most helpful for you)

tawny dust
west cloak
tawny dust
#

It's like asking "bro whats wrong with stealing"

tawny dust
west cloak
#

lul

gentle bridge
#

lets put the moral discussion aside, not really what this channel is for

west cloak
#

MobStacker, or MobMerger

gentle bridge
#

ive used mobstacker but theyre both good so ive heard

west cloak
#

What version is it for?

tawny dust
#

Mob stackers should be avoided unless you have a bunch of spawners. And if so try to only enable it for spawners

gentle bridge
#

imo

west cloak
#

so remove clearlagg?

tawny dust
gentle bridge
#

defo keep clearlagg, thats helping for sure

tawny dust
#

It's not

west cloak
#

lamo

gentle bridge
#

and clearlagg definitely helps my guy lmfao

west cloak
#

idk who is smarter

tawny dust
#

Tell me how and I'll prove you wrong

gentle bridge
#

just google how to remove entity lag from your spigot server and follow whatever comes up

#

¯_(ツ)_/¯

tawny dust
west cloak
gentle bridge
#

i really dont feel the need to argue with you, he asked for advice and I gave my opinions 🙃

tawny dust
#

The main thing with clear lag is removing entities like items and mobs. The mobs will respawn and the items will already remove themselves

#

Items will still tick while clearlagg is installed causing lag from both items and clearlag rather than just items

#

Having too many items? Lower the despawn timer in one of the configs

#

Want to force remove them use the vanilla kill command

west cloak
#

Hm 20 tps 42 players

#

ig good

gentle bridge
soft spindle
#

I see! Thank you 😄

gentle bridge
#

np :)

soft spindle
#

One more thing sorry. So right now villagers is set to 32 Blocks. Outside of that do villagers still tick as normal with the 'tick-inactive-villagers' set to False? But with it set to True they don't tick outside the range?

gentle bridge
#

yes

#

setting it to false, they will tick active or not

#

true, they wont tick outside of range

half spade
#

Any recommendations for a good anti-lag plugin

tawny dust
#

Antilag plugins are generally bad

gentle bridge
#

reviews vary, helps for some hurts for others, just do whatever seems to work best for you is what id say

tawny dust
gentle bridge
#

spigot does have pretty good lag reducing config options ^

tawny dust
#

Paper even more so

gentle bridge
#

ye

#

i use pufferfish which seems to help some too but havent looked too far into their options

unborn pumice
west cloak
gentle bridge
#

this does not give me any information as to whats going on lol

west cloak
gentle bridge
#

youre having lag spikes

west cloak
#

yea

#

i think soo

gentle bridge
#

could be a plugin, could need to optimize your set up like tomasan, Olivo, and I recommended, could be something else

#

theres lots of things that can cause lag

west cloak
#

mhm

#

idk ill just let it lagg

#

ig

#

lamo

foggy sorrel
#

What is handleDisconnection() called twice

foggy sorrel
gentle bridge
#

could be lots of things, got a log?

half spade
#

With essentialsx how do i get operators not to have their name red

half spade
#

thank you

west cloak
#

Np:)

half spade
#

im completely redoing my server rn lol

west cloak
half spade
#

i screwed it up the first time trying to do everything seperately instead of using essentialsx

#

installed a bunch of useless plugins and slowed down the server

open carbon
#

hi, i wonder if someone know what plugin from these

AdvancedBan, AuthMe, CCTV*, ChestCleaner, CoreProtect, CustomCrafting, DiscordSRV, EditableSign, F3NPerm, FartherViewDistance, ForServer, Geyser-Spigot, InteractiveChat, InteractiveChatDiscordSrvAddon, LuckPerms, MiniMOTD, PlaceholderAPI, PlasmoVoice, PlugManX (PlugMan), ProtocolLib, SimpleStack, SkinsRestorer, spark, SuperVanish, SurvivalInvisiframes, TabTPS, UltimateAutoRestart, Vault, ViewDistanceTweaks, WolfyUtilities, WorldsColor

spam in console "Auto-saved all files!"?

#

without any prefix

half spade
#

what plugin stacked mobs again?

open carbon
#

no mobs

#

like stack pearls in 64 stack

half spade
#

i was asking for one for my server

open carbon
#

oh, sorry

half spade
#

i want the thing that stacked mobs into one mob you could kill multiple times

half spade
#

yes

#

thank you

dry pilot
#

Intel(R) Xeon(R) E-2274G is good cpu?

tawny dust
#

Look up single threaded performance online

#

Generally Xeons are not good for Minecraft

violet raptor
#

oh

#

what about intel i9

#

whats the best host for its price

candid lake
#

Is it possible to add baseheads to a deluxehub server selector menu?

proper fossil
#

how would i make a percentage placeholder?

#

like theres %progress_bar_{placeholder}%

#

for a progress bar, but how would i make that a percentage not a bar

west cloak
#

Please find a plugin.

Can I disable WorldEdit in a given world? help me

delicate tulip
#

I believe so in the config

half spade
#

is there a way to track who modified what blocks without obliterating console

shy falcon
#

id say coreprotect but i think there was some plugin that superseded it

gentle bridge
#

i still use coreprotect, dont know of any that superseded it but coreprotect works wonders

proper fossil
#

am i able to change how long the night or day lasts

gentle bridge
#

you'd want a plugin for that or you could change tickspeed but that will affect a ton of other stuff with it

proper fossil
#

wasnt there a way to change that though?

gentle bridge
#

not to my knowledge but i could be wrong

tawny dust
proper fossil
tawny dust
#

It would

proper fossil
#

is it an alternate version of paper or a completely different server type

tawny dust
#

It's a fork

gentle bridge
#

its a fork of a fork of spigot***

tawny dust
#

Just a fork right now

proper fossil
#

i dont know what that 100% means, like would that change any settings i have in paper.yml etc

gentle bridge
#

nope, wont break that

tawny dust
#

All you need is change the jar and change the setting in the purpur config

west cloak
#

[19:50:28] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:270)

[19:50:28] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PacketPlayInFlying.a(SourceFile:126)

[19:50:28] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PacketPlayInFlying$PacketPlayInPositionLook.a(SourceFile:18)

[19:50:28] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)

[19:50:28] [Server thread/WARN]:     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)

[19:50:28] [Server thread/WARN]:     at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

[19:50:28] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)

[19:50:28] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715)

[19:50:28] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)

[19:50:28] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)

[19:50:28] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)

[19:50:28] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Thread.java:831)

[19:50:28] [Server thread/WARN]: java.lang.NullPointerException: Cannot invoke "java.lang.reflect.Field.get(Object)" because "playerConField" is null

[19:50:28] [Server thread/WARN]:     at org.leakparkour.l.b.k(Reflection.java:42)

[19:50:28] [Server thread/WARN]:     at org.leakparkour.g.a.a(Hologram.java:367)

[19:50:28] [Server thread/WARN]:     at org.leakparkour.g.a.a(Hologram.java:125)

how to fix it

deep briar
#

[19:50:28] [Server thread/WARN]: java.lang.NullPointerException: Cannot invoke "java.lang.reflect.Field.get(Object)" because "playerConField" is null

deep briar
#

what are you doing?

proper fossil
gentle bridge
#

itll be in the purpur.yml

proper fossil
#

ok

#

how is purpur different from paper

#

will it break anything?

gentle bridge
#

it adds more configurable options

#

shouldnt break anything as it is a fork of paper

unreal pond
#

im gonna become crazy

#

Someone help me

gentle bridge
#

whats goin on lol

west cloak
#

/powerranks setrank ezfu Member

#

how does that work

unreal pond
#

Ive been trying to figure out for weeks why GeyserMC stopped working all of a sudden

west cloak
#

and some commands

gentle bridge
#

are you on latest version dreamy?

unreal pond
#

Yes

#

I even did a new directory on my server

#

With brand new files

#

with all the latest versions

gentle bridge
unreal pond
#

man

#

I never get an answer from em

#

ive been waiting for weeks

deep briar
#

tag em

unreal pond
#

no theyll ban me

#

I got a warning...

#

DONT PING

deep briar
#

nothing worser than getting banned on the enginehub dc

unreal pond
#

lol

deep briar
#

i was helping someone and they banned me

unreal pond
#

Maybe you cant ping in their discord but I can ping em in the spigot server md_5

west cloak
brave plume
#

Hello, I'm having issues with nether spawning, my guardian farm is behaving as vanilla, but my nether gold farm (world was tested in singleplayer and it works fine there and Im alone on the server currently) is severly underperforming and I have no idea what is going on. Mob cap is set to 70, monster spawn tick is 1, mob spawning range is 4, I don't even get 60 entities spawned in total let alone mobs, server render distance is 15, simulation 12 and I have same or greater myself. All I have modified was entity-tracking-range and entity-activation-ange, all set to 200 with no performance issues at all.

Edit: Spigot 1.18.1

brave plume
#

Oh yeah, my bad, forgot to mention that

unreal pond
#

Ok because if it was a fork, it wouldve been better to ask the official devs

#

youre fine

brave plume
#

It is 1.18.1 spigot, to be precise

proper fossil
#

is it normal to have a bukkit.yml paper.yml and purpur.yml file

#

like all 3 or should i just have one

#

and spigot.yml

#

idk if i should have all 3

gentle bridge
#

you should have them all

proper fossil
#

ok good

unreal pond
#

Is there another plugin than GeyserMC

#

I dont like their support

#

Theyre not helping me and im bored looking for a fix

#

I just want to change lol

gentle bridge
#

ProtocolSupport

proper fossil
#

protocol support isnt good

#

if you join on a client pre-1.16 itll fuck up all netherite or pre-version items

#

itll turn everything netherite into diamond

gentle bridge
#

i believe the new 1.18 version fixes that iirc

proper fossil
#

👁️👄👁️

gentle bridge
#

dont quote me on that tho haha

unreal pond
#

i will look into this @gentle bridge

gentle bridge
#

best of luck!

unreal pond
#

It does the same thing than geysermc right? @crude basalt

gentle bridge
#

yes

#

it provides support for bedrock and java on the same server

icy swift
#

Your username contains illegal characters Allowed chars: [a-zA-Z0-9_]*. 1.18.1

icy swift
unreal pond
#

im bored

#

f*** geyser players

#

java only

brave plume
unreal pond
#

yes

proper fossil
#

how would i make the netherite fire resistance infinite on purpur?

#

like what number or word would i put there

tawny dust
#

Try asking them or reading the wiki

cerulean berry
#

im trying to start my server and when i join LP gives me this error, ```
[LP] A database error occurred whilst loading permissions data. Please try again later. If you are a server admin, please check the console for any errors.

gentle bridge
#

i would start by checking the console for errors

#

lol

merry elk
#

There's nothing on the wiki

gentle bridge
#

find what lol

merry elk
#

Bedrock support for PS

unreal pond
#

there is no bedrock support with protocol @merry elk

merry elk
#

Yeah

gentle bridge
#

i must have been looking at the wrong thing lol

#

my b

merry elk
#

Only geyser is an option

fringe frigate
#

algum br? poderia me ajudar a criar um servidor na minha maquina para poder adicionar plugins

merry elk
#

@fringe frigate English only

proper fossil
#

is it possible to make essentialsxspawn make someone joining for the first time spawn in a specific world

glacial sundial
#

pretty sure it says this in the config

#

/setspawn newbies

#

at least in the essentials days that was it

proper fossil
#

i tried doing it with the normal /setworldspawn and /spawnradius commands but its not working

#

its spawning me on the specific world spawn block if i kill myself

glacial sundial
#

essentials spawn doesnt do radius afaik

#

its a fixed point

proper fossil
#

now essentials is telling my my warps dont exist even though they're still in the warps folder and fill in the name when i type /warp

#

can someone help

tawny dust
#

Make sure you're on the latest dev build and that you don't have multiple warp plugins

#

Also what happens when you try to warp

proper fossil
#

it says "Error: that warp doesnt exist"

#

what other plugins would conflict with it? i dont have another warp plugin to my knowledge

tawny dust
#

What plugins do you have

proper fossil
#

alot of them that im trying to remove

#

i can screenshot

#

1 sec

#

its not my server, ive been trying to reduce the useless plugin count lately so ill send you a screenshot of my list once the server restarts

#

i cant send images here

#

@tawny dust

inland ibex
#

you hasve to verify your discord

proper fossil
#

how

inland ibex
proper fossil
#

got it

inland ibex
#

sorry

proper fossil
#

there

proper fossil
mellow dock
proper fossil
#

im in the process of updating and removing unnecessary plugins

inland ibex
#

you have way too many plugins

proper fossil
#

yeah i literally just said im in the process of removing them

#

its not even my server

#

the owner is just asking me to manage it

inland ibex
proper fossil
#

yeah he just didnt remove alot of them in the process of making the server

inland ibex
#

but looking at that list, doesnt look like you have multiple warp plugins

shy falcon
glacial sundial
#

people are stupid

slim bough
#

Where i can download Forge Server?

weak drift
#

sir this is a wendy's

ashen fox
#

can uhh I get uhhh a baconator

#

uhh medium with a sprite

scenic coyote
#

A Sprite? Ew.

west python
#

When people on my server enter the portal in the end, if they dont have a spawnpoint set they will end up in a loop, constantly spawning ontop of the portal then falling back down in it

brave plume
candid lichen
#

Just realized I was running out of date on 1.18 so just updated to 1.18.1. Went into my start file to change the jar name and noticed this in there: --add-opens java.desktop/java.awt=ALL-UNNAMED
Any idea what this is? Not sure if this is something I added during the jog4j scare or if this is a malicious argument added by a jog4j hack. Not very familiar with Java and I just wanted to check because I also had the Ukranian bot spamming my DynMap chat and I was running 1.18 at the time with an out of date DynMap version.

glacial sundial
#

Nothing to do with log4j

candid lichen
#

Huh. I have no idea when or why I put that in there. Any idea what that could be for? I guess I'm fine removing it.

glacial sundial
#

Probably to make a plugiin work on java 17

candid lichen
#

Ah, I see. Alright, thanks for the help. And for all of your awesome work!

west python
bleak briar
#

Anyway to make this stop appearing in chat?

mellow dock
#

It’s a gamerule

#

But I never remember which one

#

sendCommandFeedback? logAdminCommands?

bleak briar
mellow dock
#

Huh

#

commandBlockOutput? That’s not a command block tho

bleak briar
#

Weird, it worked when I did it through console

#

Interesting.... thanks!

plush cedar
#

How to stop players pushing other players around? is there a setting?

normal osprey
#

is there any best plugin for rank shop? since iam tryna add rankshop that connects to luckperms and while buying the rank it costs vault money any suggestions?

normal osprey
west cloak
#

I lied

west cloak
#

I thought I saw one before but guess not

normal osprey
#

is there any best plugin for rank shop? since iam tryna add rankshop that connects to luckperms and while buying the rank it costs vault money any suggestions?

west cloak
west cloak
#

There are multiple plugins to make custom guis

#

Command panels is one

normal osprey
west cloak
#

Just search in safari command panels spigot

west cloak
#

Ye

normal osprey
#

kk

west cloak
#

There are also plugins made for ranks i can probs find one gimme a sec

normal osprey
#

rankgrant+ and luckperms\

#

for my ranks

normal osprey
west cloak
#

Or like how to make one use commandPanels

normal osprey
west cloak
#

Basically

#

Here I’m bad at explaining lemme get you a video

normal osprey
#

dm me please

west cloak
#

There

#

Basically make a custom gui with custom size, then once you place blocks etc in the plugin folder you can set it to run cmds and use conditionals to where if they have a rank already they can’t buy it again etc etc

#

That’s how I made a black market on my server

#

Also allows making of custom cmds

#

@normal osprey ^

west cloak
#

Watch yt it will show

normal osprey
#

i want it to be in the gui doh-

normal osprey
#

...

normal osprey
#

bruh

west cloak
#

It can be however many rows you want an is a cmd

normal osprey
#

check dm bro bro

brazen scroll
#

HUAWEI HG659 Gateway
wifi owner here? cause port forwarding sucks and i need some help please

inland ibex
west cloak
#
[08:13:42] [Server thread/INFO]: SHUBLEx issued server command: /tb arenas
[08:13:43] [Server thread/INFO]: SHUBLEx issued server command: /tb arenas
[08:13:45] [Server thread/INFO]: SHUBLEx issued server command: /tb arenas
[08:13:47] [Server thread/INFO]: SHUBLEx issued server command: /tb arenas
[08:13:49] [Server thread/INFO]: SHUBLEx issued server command: /tb arenas
[08:13:50] [Server thread/INFO]: SHUBLEx issued server command: /tb arenas
[08:14:06] [Server thread/INFO]: SHUBLEx issued server command: /hd list
[08:14:12] [Server thread/INFO]: SHUBLEx issued server command: /hd
[08:14:16] [Server thread/INFO]: SHUBLEx issued server command: /hd help
[08:14:26] [Server thread/INFO]: SHUBLEx issued server command: /hd edit tournamnet
[08:14:29] [Server thread/INFO]: SHUBLEx issued server command: /hd edit tournament
[08:15:21] [Server thread/INFO]: SHUBLEx issued server command: /hd setline tournament 2 &6The Bridge [1.0]
[08:15:33] [Server thread/INFO]: SHUBLEx issued server command: /hd removeline tournament 2
[08:16:03] [Server thread/INFO]: SHUBLEx issued server command: /hd info tournament
[08:17:42] [Thread-3/INFO]: Stopping server```

Why does my server shut down suddenly?
inland ibex
west cloak
normal osprey
#
  RANKSHOP:
    perm: default
    rows: 5
    title: '-------- RANKSHOP --------'
    empty: BLACK_STAINED_GLASS_PANE
    item:
      '20':
        material: DIAMOND
        stack: 1
        name: '&d&lBUY VIP+ ROLE'
        commands:
          - 'paywall = 300,000'
          - 'add-data = vip+ bought'
          - 'msg= Thank You For Buying Vip+!'
          - 'console= lp user %cp-player-name% parent set vip+'
        lore: 
          - '&b&lDO NOT BUY AGAIN AFTER BUYING!'
          - '&b&lIT WILL TAKE YOUR MONEY AGAIN!'
      '24':
        material: GOLD_INGOT
        stack: 1
        name: '&6&lBUY VIP ROLE'
        commands:
          - 'paywall = 100,000'
          - 'add-data = vip bought'
          - 'msg= Thank You For Buying Vip!'
          - 'console= lp user %cp-player-name% parent set vip'
        lore: 
          - '&b&lDO NOT BUY AGAIN AFTER BUYING!'
          - '&b&lIT WILL TAKE YOUR MONEY AGAIN!'```

i need help! they didnt pay the "paywall" but still got the vip role !!! how do i fix this!?
normal osprey
#

Can i dm someone?

#

Logs

inland ibex
#

DO NOT CLICK and needs to be banned

inland ibex
# normal osprey Can i dm someone?

Not without their permission. You're using a no longer updated plugin, dm the creator. And what do you mean without paying, like right click the sign and still get the rank even if they have 0 in their bank?

inland ibex
cedar relic
#

Evening, im looking for a way to keep specific mobs inside a region, if anyone knows a way please @ me

inland ibex
summer comet
#

like an invisible border

#

for the mobs

inland ibex
#

Barrier blocks, case closed lol

golden olive
#

Hello, how to make spigot not break the datapack?
I have a datapack and in vanilla it works perfectly, but as soon as I switch to Spigot it doesn't work anymore... What can I do?

inland ibex
golden olive
#

The problem is spigot

#

I don't want

inland ibex
#

Then stay on vanilla?

summer comet
#

spigot doesn't break any datapacks for me

inland ibex
#

Or try paper

#

Neither for me, and mine are pretty intense

summer comet
#

what datapack are you talking about @golden olive

#

wrong ping

#

oh no

#

correct ping

golden olive
inland ibex
#

XD

golden olive
cedar relic
#

Correct a way to make it unable to leave the region

#

in my case im working with a enderdragon

summer comet
cedar relic
#

i'd rather try my luck finding a person who knows a free way instead of spending money and finding afterwards out there's already a way to do it for free xD

summer comet
#

sure, but if you don't find any, feel free to DM me 😛

golden olive
#

Afterwards, if everyone blames each other, I won't be out of the woods!

cedar relic
golden olive
inland ibex
summer comet
golden olive
inland ibex
inland ibex
golden olive
#

Bah nothing it tells me that the datapack and of course the server, but the custom entities do not spawn naturally

#

Because the entities I can make appear, but that by using commands

inland ibex
#

How did you add the datapack

cedar relic
golden olive
#

By putting the datapack in the world folder then datapack

summer comet
#

but this isn't the right place to discuss it anyway 😄

inland ibex
golden olive
#

The server was shut down

west cloak
#

um so i made a lifesteal smp server with spigot on aternos for 1.18.1 then it says U need spigot and i cant go in the server

summer comet
#

who says "u need spigot"

west cloak
#

u need to download spigot to get into the server

summer comet
#

show screenshot

dense void
#

seems like an aternos support problem

#

you probably did not set up the server correctly/fully

west cloak
#

i dleeted the server

#

since it didnt work

dense void
#

👍

summer comet
#

very informative

#

so much information

#

much helpful

full orchid
#

I’d use aternos if I was able too

west cloak
#

ik

full orchid
#

its > than any other host

brave plume
#

Can find any spigot mob list plugins, I saw yesterday but seem to not find it, what I need is just simple command that will return all currently loaded hostile mobs (can be passive mobs too, but specifically after the hostile ones), and my nether mob cap problem still exists :/

dense void
brave plume
#

all currently loaded, so all that are counting towards the mob cap at that moment.

#

All I keep finding are kill trackers and one plugin that shows most populated chunks.

half spade
#

if the network im on cant port forward can i redirect the port through a linux aws free tier instance

terse hamlet
#

can someone lend me a minecraft shop and hub map?

gritty relic
#

hi

#

when i start my game (local host) i have an error

#
C:\Users\steel\Desktop\server>java -jar spigot-1.18.1.jar
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/bukkit/craftbukkit/bootstrap/Main has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$100(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)
#

how i fix it

#

?

#

pls

inland ibex
#

Upgrade your jav

#

Java

gritty relic
#

k

#

already update @inland ibex

gentle bridge
#

we dont have access to that discord image lol

#

but even if you did upgrade your java, your JRE that is being used is not the new one, so ya gotta change that

gritty relic
#

how i update it @gentle bridge pls ?

#

i only find for java not jre

gentle bridge
#

in cmd do java -version

gritty relic
#

yeah and ?

gentle bridge
#

whats it say

gritty relic
#
Java(TM) SE Runtime Environment (build 1.8.0_311-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.311-b11, mixed mode)```
gentle bridge
#

yeah 1.18 is gonna want java version 17

gritty relic
#

and how i get java 17 ?

gentle bridge
#

did you download it already?

gritty relic
#

oh i need to download the new version

#

i catch

gentle bridge
#

?java