#help-server

1 messages · Page 346 of 1

regal pier
#

im not sure what i should use

#

i have both paper and spigot

wary crater
#

why you using 1.8.8 is the real question

regal pier
#

uh

#

idk

wary crater
#

GL

regal pier
#

._.

#

what ver should i use

wary crater
#

latest

regal pier
#

i dont really wanna do a 1.16 or 1.18 servr

crude ember
#

what can i do when i have this error?
tntrun/TNTRun 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 55.0
I use 1.16.5 server

mellow dock
#

Update java

crude ember
#

in pc or server?

mellow dock
#

Server

crude ember
#

where?

mellow dock
#

?java16

magic zenithBOT
golden vault
#

How to make item right click command execute??

#

Can anyone help me on this??

mellow dock
#

Essentials has /powertool iirc

lavish gyro
#

Hey guys

#

If anyone is familiar with Essentials

#

I am utilizing the nicknames, however when I do /nickname [name] it DOES change my nickname however the command when executed says "Your nickname is now [Display Name]"

#

So in chat my nickname will work, however when the command should write back what I changed my nickname too, it instead says my username

frank lion
#

Hi everyone! Hope you're all having an awesome day! I'm currently looking for a Paper equivalent to the easy villager mod on 1.18 - not having much luck, but perhaps y'all know of something spiffy? For those who don't know easy villager allows you to pick up villagers like items.

glacial sundial
#

Sir this is Spigot

frank lion
# glacial sundial Sir this is Spigot

Whoops, alright let me amend my question! I'm currently looking for a Spigot equivalent to the easy villager mod on 1.18 - not having much luck, but perhaps y'all know of something spiffy? For those who don't know easy villager allows you to pick up villagers like items.

shy falcon
#

too late, you have already exposed yourself

#

off to the shadow realm

frank lion
#

my understanding and experience is if it works on spigot it works on paper, as paper is a fork of spigot, but I'm more asking for the admin of my server cause he isn't really the chatty ask questions sort so I'm probably wrong.

lavish gyro
#

could someone pls help me with that issue I listed

#

literally spent hours searching for it online, came up with nothing

inland ibex
#

Fine?

inland ibex
lavish gyro
#

here let me see

#

See so when I do the nickname command

#

it does indeed apply the nickname

#

but it says that my nickname is now my normal username??

#

Didn't touch anything so

fierce surge
#

What are people using instead of GriefPrevention now a days for 1.18?

inland ibex
lavish gyro
#

man can't believe it took so long

proper fossil
#

so for this plugin im using one of the placeholders is playtime-minutes

#

am i able to set that to display hours instead of minutes somehow?

#

%rankup_requirement_playtime-minutes_left%

#

is there a way to make that display in hours instead of minutes?

inland ibex
inland pulsar
#

let's say you have to make a uuid-change for some people... and transfer player-related stuff from the old to the new one...
is there any more important stuff beside the playerdata folder?

olive leaf
#

How to change the the broadcast tag?

#

default tag

inland ibex
acoustic ore
#

in Spigot 1.18.1

#

on try to join

wary crater
#

anything in console show?

inland pulsar
#

while SkinRestorer is easily fixable by using a command

acoustic ore
wary crow
#

how do i fix this :C

#

its bungeecord

inland ibex
#

Do your perms right

#

Or be op

shy adder
#

Where would you guys suggest to go when looking for a developer?

wary crow
inland ibex
#

?services

magic zenithBOT
inland ibex
wary crow
mortal portal
#

If you are the console

#

You are op

#

So what?

#

You have to op yourself on the spigot server

wary crow
#

bro i need to access some plugin in bungeecord so i need permssion :C and i donno how to do it

wary crow
#

like i cant use /server

mortal portal
#

In the bungee cord config

#

There is a section where u can put your username

wary crow
#

ooh

mortal portal
#

Google my friend

#

Google

wary crow
#

ty

#

:3

inland ibex
#

I should probably set up an actual network again just to remind myself how to

fierce surge
#

What is the best landing claiming plugin for 1.18 (not factions)

fierce surge
#

I don't think it works for 1.18

#

last update was 1.16 and I seen a lot of problems because of the 1.18

#

people were saying

inland pulsar
#

lol

crisp zephyr
#

how to do like that

mortal portal
crisp zephyr
#

no

#

like

#

the

#

ping

#

in the europe

#

and asia

little wagon
#

i dont know if this is the right channel to ask in, but do you guys know a plugin where users have to login, but it checks if the user is in a specific discord? and if not it kicks them everytime they join?

fierce surge
#

GriefPrevention:
SeaLevelOverrides:
world: -1
world_nether: -1
world_the_end: -1

  • anyone know anything about this?
#

--
Non-Standard World Support
Bukkit doesn't always tell plugins the right value for sea level, so if your world has non-standard sea level, you should specify your actual sea level in the config file (SeaLevelOverride). For worlds where sea level is at a 'normal' place, leave the setting at -1 and GriefPrevention will just ask Bukkit. GP uses this setting to decide, for example, whether or not a creeper can destroy a block and how deeply /RestoreNature should reach.

Can anyone explain this is much better terms to understand?

glacial sundial
#

why do you need to change it

#

is something wrong with your sea level

fierce surge
#

I think I over-thought what I wanted , but I tested it in game and I'm good.

leaden yacht
mellow dock
#

Command isn’t in your plugin.yml

leaden yacht
#

ok wait

#

the error is coming

#

same

mellow dock
#

You have a command called heal in the code

#

I don’t see that in the plugin.yml

leaden yacht
#

Sorry , that was a mistake

#

It was supposed to be hello

#

I will try again

#

Same error

ivory swan
#

is there a function that detect when a player successfully uses a command?

mortal portal
#

playercommandsendevent maybe?

#

or process

ivory swan
#

thx let me try

feral shadow
ivory swan
# mortal portal playercommandsendevent maybe?

public void onPlayerCommand(Player player, Collection<String> commands) {
System.out.println(player + "used " + commands);
}
will this work if i just wanna send out the command that player executed?

mortal portal
#

u have to make the collection of strings into 1 string

#

but then yes

crystal sigil
#
@EventHandler(ignoreCancelled = true)
public void onPlayerCommandPreprocess(final PlayerCommandPreprocessEvent event) {
  System.out.println(event.getPlayer().getName() + " used " + event.getMessage());
}

@ivory swan

ivory swan
#

thx

crystal sigil
#

unsure if event.getMessage() includes the starting forward slash (/) or not, could you let me know actually if you ever test it out 😛

ivory swan
#

ok

#

it doesnt affect much

ivory swan
mellow dock
#

That class doesn’t implement listener

#

And you haven’t registered it as a listener

ivory swan
#

how? sorry i am new

ivory swan
#

thx its done now

ivory swan
inland ibex
crystal sigil
dapper atlas
#

guys

#

i have 16 gb debian vds

#

how much ram should i use on my server?

#

13? 14?

feral laurel
#

depend on players plugins etc give more info

dapper atlas
#

lets say about 60 plugin

#

and expect 100 players

feral laurel
#

minecraft version ??

dapper atlas
#

1 server will be

#

1.18.1

#

the other one will be 1.8.9

#

right now im testing the servers

#

but when i try to

#

test with fake users

#

when it gets 75-80

#

ill get this log file in server folder

#

hs_err_pid

feral laurel
#

use 10 to 12GB for 1.18 then... ram don't much matter much prosesser matter

dapper atlas
#

both has x5900

feral laurel
#

then start with 10 and increase if needed only

dapper atlas
#

thanks

#

the logs with name "hs_err_pid"

#

how can I review it?

#

like how i can detect the problem in this log

#

you got any advice for it?

feral laurel
#

why you want to change name ??

dapper atlas
#

change name?

#

no

#

when my servers down

#

while im testing

#

there is log

#

in the server folder

#

with name "hs_err_pid"

#

like

#

hs_err_pid14253

feral laurel
#

ah my bad just open with any notepad app

dapper atlas
#

this is the inside of it

#

this one from 1.8 server

feral laurel
#

saying out of ram

dapper atlas
#

this can happen because of memory leak from a plugin

#

or should i decrase my server ram

feral laurel
#

decrease ram on that and give system and java more ram

#

btw there are possible solution give in that

dapper atlas
#

-Xms10000M -Xmx10000M

#

so lets start with that

#

btw giving java more ram

#

like

#

when i set this 10g ram

#

that can make that happen right

#

like dont need to do anything extra

feral laurel
#

means leave spare ram like use 14gb ram and leave 2gb for system

dapper atlas
#

this is happening

#

when i use 14g

#

so 10g would be fine

feral laurel
#

then leave more

dapper atlas
#

thanks a lot

harsh hawk
#

hey, i was trying to install FAWE on my 1.16.5 server but it requires java 17
when i installed java 17 i got the problem that the spigot server file doesnt support java 17. is there a way to run a 1.16.5 spigot server with java 17?

foggy ice
#

Hello everyone! So if anyone could please maybe tell me how to fix this problem. Basically when i start any mc server on my Linux machine it does not wanna start after it loads for a bit and it seems to kill the process in the terminal this is an example of what it says when it crashes zsh: killed java -Xmx6G -Xms4G -jar Spigot.jar nogui and it seems that this is killing it: zsh: killed but idk what that is if anyone knows how to fix this please PING me and respond. Thanks so much

winter crown
#

I put many mobs in one block with a scaffolding
In vanilla , scaffolding is supposed to cancel entity cramming
But in spigot the mobs are dying
Help

acoustic furnace
#

Does anyone know what this is? failed to acquire exclusive lock for power actions: cannot acquire a lock on the power state: already locked

graceful thicket
#

Hey please who can give me builder tools in 1.9.4?

languid meteor
#

Can anyone see if there is a plugin that makes storage (RAM) high

Plugins (28): AuthMe, Citizens, Clans, CrashAPI, CrazyAuctions, Essentials, EssentialsChat, EssentialsSpawn, floodgate, Geyser-Spigot, GriefPrevention, ItemEdit, LuckPerms, Maintenance, manger, Multiverse-Core, Multiverse-Inventories, OnePlayerSleep*, PlaceholderAPI, ProtocolLib, Scoreboard-revision*, Shopkeepers, SkinsRestorer, TAB, Vault, ViaVersion, WorldEdit, WorldGuard

graceful thicket
#

how much ram do you have?

graceful thicket
languid meteor
graceful thicket
#

Ok

west python
#

Does apex hosting come with truly unlimited storage?

full orchid
#

No

west cloak
#

Don't use Apex Hosting 🙂

full orchid
#

Although Apex does provide quality hardware and great support their prices aren’t worth for what you get

crisp frigate
#

how can i change file download on spigot resource??

#

i want to update a resource and idk how change file 🤔

mellow dock
#

press post resource update

crisp frigate
#

thanks bro ❤️

#

hey @mellow dock

#

i've updated but when i download, i download a old version yet

swift rock
#

Best skywars plugin? like that of hypixel

tepid ibex
#

can any one help me how to setup a multibungee setup

#

im searching for this thing for mnths and still didnt get it

#

pls hlp

tawny dust
#

How many players do you have

#

You'd need a lot for a multibungee to be worth it

tepid ibex
mellow dock
#

Get a better host

#

It’ll be cheaper

tepid ibex
#

i can only hold less amount of people in a server

#

no i actually want to learn about multibungee

tepid ibex
toxic quiver
#

help

summer comet
toxic quiver
#

For 1.17.+

#

in 1.18.1

#

itz not working

#

it gives internal error

#

when i do

#

/minions shop

summer comet
#

you should contact the author

toxic quiver
#

or any other command

summer comet
#

also it doesn't seem to support 1.18 anyway

summer comet
toxic quiver
shy falcon
#

OH MYMGOD IT REALLY IS FOR MINIONS

toxic quiver
summer comet
#

here's his discord. you should ask there

blissful sable
#

This plugin support 1.16.5?

shy falcon
#

probably

tribal lark
#

I play on a bungee cord server with multiple survival worlds and a lobby. I just wonder if there are any server plug-ins that auto assign which region you’re playing on like EU or US as a Minecraft server role? And what about any TAB+ button combination that lets me see all the players in each survival world. And the bungee cord server I play on is split between Us and EU and I can’t see the other players in the tab player list from another region. Maybe I’m asking too much stuff I don’t understand. Maybe asking all this stuff is just a dead end waste of time

random bridge
#

For viewing players on multiple servers, that can be done with plugins. As for region based load balancing and information sharing, not so much. You will need something custom for that.

warm moth
#

does someone know a plugin that can claim the spawn and make it non griefable (except grief prevetion)

mellow dock
#

Worldguard

warm moth
#

anything else?

lucid sandal
#

Hello i Play in a spigot server and Many farms doesnt work how i can fix it

west cloak
#

I'm getting this error on my server, any ideas what would cause it?

[INFO] [Minecraft] [Metrics] Connection refused (Connection refused)

#

it doesnt seem to be affecting the server in any way though, just sends in the console every minute or so

glacial sundial
#

Some plugin

violet raptor
#

oh ok

royal bone
#

Can I host 2 servers at the same time? Almost something like bungeecord but not using bungeecord, as an example you would need to connect through different ips.

merry elk
#

Not rly, no

#

But bungee can have servers with different ips

royal bone
#

Oh It can?

#

How would I do that?

royal bone
merry elk
#

Yes

#

But you need bungee to traverse

royal bone
#

Traverse?

merry elk
#

Move from one to another

royal bone
#

I dont want to be able to do that in the server

merry elk
#

Wait you want 2 servers with 2 different ips?

royal bone
#

Yes

merry elk
#

Oh

#

Just use different ports then

royal bone
#

Ok, on my router I cant forward the other port from the same ip.

merry elk
#

Why tho

#

Can you show me your settings?

royal bone
#

Which settings?

merry elk
#

Router IP forward

royal bone
#

Ok one second

merry elk
#

Make sure you don't show your ip

royal bone
#

Sorry for taking so long I have to re set up something for some reason

#

Uhh

#

It worked now

#

Idk why

#

Thanks for the help though

acoustic ore
#

it similar for the error on crash server, server don't start again but maps are "locked"by other minecraft instance?

royal bone
west cloak
#

is there any way to stop spigot from fixing bugs? i want to keep dupe bug but with spigot

mellow dock
#

What dupe bug

west cloak
#

every dupe bug (its anarchy server)

glacial sundial
#

sigh

#

just give them /give

#

how is it any different

west cloak
#

bruhh

mellow dock
#

Does spigot patch many of those? Or did Mojang catch most of them

west cloak
#

i have shulker dupping and it works on vanilla but not on spigot

lavish gyro
#

does anyone know if essentials allows you set a nickname for death messages?

#

or would a whole plugin be required for this?

dull furnace
#

hello, I need your help, how do I protect my region with worldguard and put protection blocks inside for rent

inland ibex
west cloak
dull furnace
#

I want to put protection blocks and that the rest is protected with worldguard

inland ibex
mellow dock
#

BuT tHeN iTs nOt AnArChy

west cloak
inland ibex
#

.....

#

Where are you hosting

#

@west cloak

#

@west cloak

mellow dock
#

So what is this one

inland ibex
#

@west cloak

mellow dock
#

9b9t?

inland ibex
#

@west cloak

west cloak
west cloak
west cloak
inland ibex
west cloak
#

no

glacial sundial
west cloak
#

i actually called it 6b9t

#

XD

#

its with friends

mellow dock
#

Why do you need a login plugin if it’s just friends

#

Also buy the game

inland ibex
inland ibex
# west cloak no

If you're not self hosting then you can afford to buy the game

west cloak
inland ibex
dull furnace
#

hello, I need your help, how do I protect my region with worldguard and put protection blocks inside for rent
I want to put protection blocks and that the rest is protected with worldguard
The plugin is protection stone and worldguard

inland ibex
mellow dock
#

I know how to rent out subregions

dull furnace
#

?

mellow dock
#

No idea if protection stones will integrate with worldguard that way though

inland ibex
dull furnace
#

And how do you create a subregion collecting rents?

mellow dock
#

I believe I used RegionMarket in the past

tepid ibex
inland ibex
mint sentinel
#
[21:50:46] [main/INFO]: Found new data pack file/bukkit, loading it automatically
[21:50:46] [main/INFO]: Reloading ResourceManager: Default, bukkit
[21:50:48] [Worker-Main-8/INFO]: Loaded 7 recipes
[21:50:51] [Server thread/INFO]: Starting minecraft server version 1.17.1
[21:50:51] [Server thread/INFO]: Loading properties
[21:50:51] [Server thread/INFO]: This server is running CraftBukkit version 3284a-Spigot-3892929-0ab8487 (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT)
[21:50:52] [Server thread/INFO]: Debug logging is disabled
[21:50:52] [Server thread/INFO]: Server Ping Player Sample Count: 12
[21:50:52] [Server thread/INFO]: Using 4 threads for Netty based IO
[21:50:52] [Server thread/INFO]: Default game type: SURVIVAL
[21:50:52] [Server thread/INFO]: Generating keypair
[21:50:53] [Server thread/INFO]: Starting Minecraft server on *:25565
[21:50:53] [Server thread/INFO]: Using default channel type
[21:50:53] [Server thread/WARN]: **** FAILED TO BIND TO PORT!
[21:50:53] [Server thread/WARN]: The exception was: java.net.BindException: Cannot assign requested address: bind
[21:50:53] [Server thread/WARN]: Perhaps a server is already running on that port?
[21:50:53] [Server thread/INFO]: Stopping server
[21:50:53] [Server thread/INFO]: Saving players
[21:50:53] [Server thread/INFO]: Saving worlds
[21:50:53] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved```
#

why is it doing this?

#

im trying to use a port thats free on my wifi but cant get it to work

glacial sundial
#

Don't touch server-ip unless you know what you're doing

onyx palm
#

Is it possible to automate the building of spigot jars through Jenkins? I know I can make BuildTools.jar, but what about the actual server jars?

#

Ah I found it on the wiki, kinda hidden, but maybe I'm just dumb

tepid ibex
inland ibex
#

You can't connect bungees together directly

lethal meteor
lethal meteor
lavish gyro
#

Yeah unfortunately the only option is to disable vanilla death messages

lethal meteor
#

Do u need a custom death message plugin made? @lavish gyro

lethal meteor
#

but maybe change the port to 25566 or something

lavish gyro
#

I attempted to utilize the DeathMessages plugin however it seemed to not work properly

lethal meteor
lavish gyro
#

Idk if anyone uses the TAB plugin either, but I submitted a bug on their github as their customtagname doesn't work

lavish gyro
lethal meteor
#

if you just want the default death message but replacing their name with their display name then i can do that

lavish gyro
#

yep

lapis pebble
#

hello guys! i have a bungeecord server and 2 servers, a hub and a main server. my server is on minecraftservers.org. the ip on the site is for my bungeecord. when u enter the ip in mc it takes u to the hub, and from there u can go to the main server. if i have 10 players on my main server and 0 in the hub, minecraftservers.org will say i have 0 players online. how can i make my server player count include all players in my network?

lavish gyro
#

That is very nice of you

#

thank you!

inland ibex
lapis pebble
#

its just a start, i got it yesterday

#

help me instead of judging my circumstance :(

inland ibex
lapis pebble
#

okay so im messing with ping passthrough

#

if it is off, all servers are included in player count and my problem is fixed, however, the server shows up as being 1.18 even tho its not

#

if it is on, my server shows up as 1.8 but the player count is messed up

#

is there a way for me to fix both issues?

inland ibex
#
  1. Why have it as 1.8
  2. If you're running 1.8 it's unsupported
lapis pebble
#

bungee is 1.8>1.18 so it is supported

#

maybe i could fix my issue by downgrading bungeecord but idk if thats the correct play

inland ibex
#

Just because it runs doesn't mean it's supported

#

Wait what mc version are you trying to run

#

1.8.8 or 1.18
Q

lapis pebble
#

1.8.8

inland ibex
#

Ew

#

Stop living in the past

lapis pebble
#

thanks for the advice mr. the gaming jew

#

really helpful

inland ibex
#

Yeah, it is

#

You're just asking for issues that not many people will help with because you're dealing with a system that's quite old

lapis pebble
#

well 1.8 servers can viaversion up to 1.18 but 1.18 servers have a harder time getting 1.8 players on, many servers use 1.8 for its optimization and combat

#

like hypixel

inland ibex
#

people need to stop comparing themselves to hypixel

lapis pebble
#

you made me do it bro

inland ibex
#

They actually use 1.12.2, and they custom code everything

lapis pebble
#

okay so my server player count is correct how can i make my server show up as a 1.8 server and not a 1.18

#

maybe a plugin

#

ill look into it

west cloak
#

@everyone

mortal portal
#

kekw

tepid ibex
wary crow
#

hi i tired to make my self op in bungeecord by changing config but its not working can anyone tell me why ?

soft scaffold
glacial sundial
#

Bungee has no op, so it's unclear what you're trying to do

soft scaffold
#

^ this too

wary crow
#

but its not working

glacial sundial
#

What is not working

west cloak
#

?notworking

magic zenithBOT
#

"Does not working" is a useless statement. Please describe what exactly is not working, what you expect it to do, and what actually happens. If you get any console errors, also ?paste the entire stacktrace.

glacial sundial
#

Admin just gives you like 5 extra commands which are listed in the config

#

Which admin command is not working

wary crow
#

nothing working for me can i share my config ? sorry my english is bad

glacial sundial
#

What do you mean nothing is working

#

What are you trying to do

wary crow
#

im trying to do /server

#

but its still saying i dont have the permisson to do it

glacial sundial
#

That command does not even need admin

#

Sure, you can share your config

#

?paste

magic zenithBOT
wary crow
glacial sundial
#

Seems fine

wary crow
#

yea :( but dont know why its not working

soft scaffold
#

Does it give you any input?

wary crow
#

yea

#

it says i dont have the perm

soft scaffold
#

Have you checked that your username in config is 100% same as yours in game?

wary crow
#

yes sir

soft scaffold
#

Have you rebooted your proxy/bungeecord after editing config?

#

Does it give any errors, weird stuff in console?

glacial sundial
#

Post your bungee log

wary crow
#

allr8

soft scaffold
#

Are you using LuckPerms on your bungee?

#

or any other permission plugin on your bungee? Because that can override stuff..

glacial sundial
#

Yeah that’s probably it

wary crow
#

ohh

soft scaffold
#

Because it overrides config perms

wary crow
#

ty man let me try it <3

soft scaffold
#

You're welcome, hope it works

wary crow
soft scaffold
#

Wohoo!

wary crow
#

but i cant use send :/ why ?

soft scaffold
#

bungeecord.command.send

#

is the permission

wary crow
#

yes sir but since i dont have lpb how do i setup it for my admins ?

soft scaffold
#

What you mean you don't have LPB?

wary crow
#

i deleted that

#

hehe do i need that ?

soft scaffold
#

Well it is up to you, do you wanna use permission plugin for your bungee or use bungee's own config

#

If you want to use the bungee config file then you need to add the bungeecord.command.send permission to the admin group

permissions:
  default:
  - bungeecord.command.server
  - bungeecord.command.list
  admin:
  - bungeecord.command.alert
  - bungeecord.command.end
  - bungeecord.command.ip
  - bungeecord.command.reload
  - bungeecord.command.send
wary crow
#

allr8 sir tysm u helped me alot <3

soft scaffold
#

👍

inland ibex
inland ibex
west cloak
#

I'm facing lag with entityTick, i have lots of entities (i have smp with 80 players)

#

and i have FarmLimiter

#

and StackMob

#

only those plugins

feral laurel
#

Don't use stack mobs and show more info

plush moon
#

sorry for the 4 day late response lmao

#

i dont check this server often

#

chunk

#

aint it for 1.16?

feral laurel
#

GriefPrevention is not a plugin which breaks with updates so it don't need updates and can be used with ez

plush moon
#

nice

#

also do you know if AreaShop works with XConomy?

#

1.18

merry elk
#

its per block

plush moon
#

it does say it stops build/break

#

so i guess i can go ahead

merry elk
feral laurel
plush moon
#

alright

plush moon
merry elk
#

16x16x384

plush moon
merry elk
#

thats a size of chunk

plush moon
#

oh

#

im dumb

merry elk
#

i prefer chunks tho

#

easier to manage

#

cuz player can just toggle debug view

plush moon
#

i think ill be going for griefprevention

merry elk
#

okie

plush moon
#

thanks for your time tho

#

👍

waxen ledge
#

what does that mean

#

help someone?

merry elk
#

it means you did /restart?

waxen ledge
#

yes

#

but what about the crashed state

merry elk
#

[13:19:44 INFO]: [STDOUT] [org.spigotmc.RestartCommand] Startup script './start.sh' does not exist! Stopping server.

waxen ledge
#

oo

#

how do i put it?

#

and can i do anything

#

154 ping (the server is in america) can i do anything to make it betteer

scenic coyote
#

Move to America

waxen ledge
#

except that

merry elk
#

no

waxen ledge
#

@merry elk

#

oh

merry elk
#

and make a script

waxen ledge
#

what?

merry elk
#

where do you host your server

scenic coyote
waxen ledge
#

the vps is american

merry elk
#

then ssh into it

#

and make a script

waxen ledge
#

and im using pterodactyl if that helps

scenic coyote
#

Damn I didn't know VPSes had nationalities

merry elk
#

ah

#

ptero

waxen ledge
merry elk
#

i mean ptero should handle restarts

signal ivy
waxen ledge
#

idk how to do that..

merry elk
#

i mean

signal ivy
#

depends on if the datacenters have a good route

waxen ledge
merry elk
#

why did you buy vps in usa in first place

#

fuck you

#

@weak drift @hardy grail

waxen ledge
#

#scam

merry elk
#

https://cdn.discordapp.com/attachments/880449376957390941/880449454065475624/d1f837b34217a6e22085262c73e5e9d2.webm this includes info about creator of that webiste

#

feel free to report to discord

waxen ledge
#

hey what plugins should i use (im hosting a general survival server for me and my friends)

#

?

merry elk
#

i guess none

#

if thats survival

waxen ledge
#

essentialsx

#

ig

merry elk
#

do u really need it

waxen ledge
#

i mean

#

nah but good to hhave it

#

its a general server not rlly survival anyways (to practice plugins and stuff)

hardy grail
#

?ban @cobalt pumice

magic zenithBOT
#

Done. That felt good.

waxen ledge
#

noice

winter crown
#

fix-climbing-bypassing-cramming-rule:
In which file do we find this configuration?

glass sparrow
#

is there a way i can find out the permmision for a command in a plugin if its not shown in the spigot page?

merry elk
#

dont use it

winter crown
winter crown
ashen fox
#

I would presume so

#

Not sure why that would change anything

winter crown
#

They shouldn't count to mobcap in vanilla

ashen fox
#

Test it then

winter crown
#

Already did

ashen fox
#

I doubt majority of us will want to dig into spigots source code to see if for whatever reason a mob with a pumpkin does or doesn't effect a mob limit

winter crown
#

Welp it affects some piglin traps
Just saying

drifting echo
#

Anyone know of a good action bar plugin(that supports PAPI)?

icy dragon
#

the lastest temurin 17 is jdk-17.0.2+8 but I have
jdk-17.0.1.12-hotspot
should I update it or is no need

west cloak
#

Hello, I have a little problem when I start my server, you think someone can help me ?

lucid sandal
#

hello i have a problem in my server, some mobs are like freezed

feral laurel
#

plugins??

graceful summit
#

erg

echo berry
#

I dropped my plugin jar in serverFolder/plugins but when i do /plugins it says me i have 0 plugins :(

mellow dock
#

Check startup logs

echo berry
#

bruh

#

it says it wasnt able to find the main class

#

oh thats mb

earnest goblet
#

¯_(ツ)_/¯

rotund wasp
#

im having a weird issue with the discord whitelister plugin and i cant seem to work out why its happening

#

i edit the config files to set it up and reloaded the plugin which sent a load of error messages into the console sayting it can no longer find the config files and resets it back to the default

#

thats what shows in console

#

i have tried 3 times now setting it all up and it still does the same thing

#

ok im not sure what i did but it seems to be working now

west cloak
#

what plugins do you have installed and what hoster r u using

stiff atlas
#

hello

#

i need help

#

my server

#

keeps shutting down

#

for no specific reason

#

its not from the plugin

#

can someone help me please?

stiff atlas
#

dm me to help me

tawdry narwhal
stiff atlas
#

hmm?

tawdry narwhal
#

also, make sure you agree to the EULA

stiff atlas
#

i did

tawdry narwhal
#

by opening EULA.txt and setting it true

stiff atlas
#

its not the eula

tawdry narwhal
#

but if on windows, don't double click the jar, create a .bat file and put startup args in there

stiff atlas
#

its a panel

#

i cant realy acces those kinds of file

tawdry narwhal
#

sounds like a hoster problem then if you have a panel

stiff atlas
#

its not a host

#

i moved my server

#

to another host

#

and it sill has the same problems

tawdry narwhal
#

you either have a hoster or you don't. If you have a hoster that only gives you a panel, I recommend getting a real hosting provider that does give you full access and second might want to check your startup args

stiff atlas
#

its more of a private host

#

which i am apart of and have full control of it

tawdry narwhal
stiff atlas
#

i cant acces

#

the run.bat

tawdry narwhal
#

then its a hosting problem

#

not sure what you are not following here. There is obviously something wrong with the way its being started up

#

either its the arguments or something else

stiff atlas
#

its not

#

i chaned the host many times

#

payed and free ones

tawdry narwhal
#

then its the startup args o.O

stiff atlas
#

hmm

#

let me see

tawdry narwhal
#

there can only be so many things wrong

stiff atlas
#

can you give me a list 😄

tawdry narwhal
#

what does the log file say?

stiff atlas
#

ok

#

let me check it

tawdry narwhal
#

?paste

magic zenithBOT
stiff atlas
#

ok

#

know

#

the key

#

for the full select?

tawdry narwhal
#

o.O

stiff atlas
#

nvm

tawdry narwhal
#

just do cat (log file name)

#

and then you can just copy from the SSH screen

#

or in your case since its a panel

#

should just be relatively easy

stiff atlas
#

ok i did it

#

the

#

logs

tawdry narwhal
#

now on the right hit save

stiff atlas
tawdry narwhal
#

yep that

stiff atlas
#

ok

#

ping me if you find anything that might had caused it

tawdry narwhal
#

you have plugins causing some errors and second you are not using spigot

#

should probably getting support from paper 🙂

stiff atlas
#

ok

#

is that the problem

#

could it be

#

or is it?

wary crater
#

nope

stiff atlas
#

ok

wary crater
#

are you running bungee

stiff atlas
#

yes

#

i am

tawdry narwhal
# stiff atlas is that the problem

I wouldn't know since I haven't used paper in a while, but yes sometimes it could be the result of the fact of using a different implementation

stiff atlas
#

ok thanks

#

for helping a idiot(me)

#

i will try to use spigot and get more ram

tawdry narwhal
#

but your issue looks more like outdated plugins

wary crater
#

giving more ram will not fix the problem

stiff atlas
#

ik

tawdry narwhal
#

it will probably make it worse

#

even if you weren't having problems

wary crater
#

you're also like 20 builds behind on paper updates, go ask in the paper discord for support since you are using paper

stiff atlas
wary crater
#

that ram is allocated

#

it's not being used most likely

tawdry narwhal
#

but it also looks like you have some world corruption going on too

tawdry narwhal
#
[18:55:39] [IO-Worker-11/WARN]: Region file ./lobby/entities/r.1.1.mca has an invalid sector at index: 130; sector 19 is out of bounds
[18:55:39] [IO-Worker-11/FATAL]: Detected invalid header for regionfile /home/container/./lobby/entities/r.1.1.mca! Cannot recalculate, removing local chunk (1,152) from header
[18:55:39] [IO-Worker-11/WARN]: Backing up regionfile "/home/container/./lobby/entities/r.1.1.mca" to /home/container/./lobby/entities/r.1.1.mca.5287752185976272159.backup
[18:55:39] [IO-Worker-11/WARN]: Backed up the regionfile to /home/container/./lobby/entities/r.1.1.mca.5287752185976272159.backup
[18:55:39] [IO-Worker-11/WARN]: Failed to read chunk [39, 39]
java.lang.IndexOutOfBoundsException: null
    at java.nio.Buffer.checkIndex(Buffer.java:743) ~[?:?]
    at java.nio.DirectIntBufferS.put(DirectIntBufferS.java:365) ~[?:?]
    at net.minecraft.world.level.chunk.storage.RegionFile.<init>(RegionFile.java:518) ~[paper-1.18.1.jar:git-Paper-152]
    at net.minecraft.world.level.chunk.storage.RegionFile.<init>(RegionFile.java:433) ~[paper-1.18.1.jar:git-Paper-152]
    at net.minecraft.world.level.chunk.storage.RegionFileStorage.getRegionFile(RegionFileStorage.java:101) ~[?:?]
    at net.minecraft.world.level.chunk.storage.RegionFileStorage.read(RegionFileStorage.java:182) ~[?:?]
    at net.minecraft.world.level.chunk.storage.IOWorker.lambda$loadAsync$2(IOWorker.java:100) ~[paper-1.18.1.jar:git-Paper-152]
    at net.minecraft.world.level.chunk.storage.IOWorker.lambda$submitTask$11(IOWorker.java:150) ~[paper-1.18.1.jar:git-Paper-152]
    at net.minecraft.util.thread.StrictQueue$IntRunnable.run(StrictQueue.java:59) ~[?:?]
    at net.minecraft.util.thread.ProcessorMailbox.pollTask(ProcessorMailbox.java:91) ~[?:?]
    at net.minecraft.util.thread.ProcessorMailbox.pollUntil(ProcessorMailbox.java:146) ~[?:?]
    at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
stiff atlas
#

ohh

#

lobby

#

of course

#

let me check it

#

hey

#

but did you find more problems?

#

just to fix them

tawdry narwhal
#

you have a problem with player UUID's as well

#

which seems like at some point it was in offline mode?

stiff atlas
#

you mean that i am allowing cracked people to get online

#

?

tawdry narwhal
#

what I am saying the online mode status was changed

#

so you have data with wrong UUID's

stiff atlas
#

ok

#

any other problems?

tawdry narwhal
#

idk, you have quite the problems to fix it seems before needing anymore XD

#

should probably fix the world problem first, then go update your plugins

#

and then somehow you are going to have to figure out how to fix your UUID problem

#

or non-problem I guess since you could technically ignore it XD

rose yacht
#

I want to make the restart command work in my terminal [15:44:17] [Server thread/INFO]: Startup script './start.sh' does not exist! Stopping server. How do I do this?

tawny dust
#

Make a file called start.sh and put your startup command in it

sudden loom
#

Anyone knows good Vanish pLugin iwth MYSQL support/

#

not Premium Vanish

proper fossil
#

so i have essentials message enabled but when players /msg eachother things i cant see them in chat? is there a way to enable this?

#

i just dont want to have to go into console to see player /msgs to eachother

mellow dock
#

/socialspy

proper fossil
#

ty

onyx palm
#

Is there a way to get build tools to output the spigot jar with the version in the title? IE how paper has Paper-1.18.1-177.jar

ionic olive
#

any idea why tps starts to fall below 20 at 20-30 players on a machine using ryzen 5950x? (1.18.1 paper)

glacial sundial
#

sir this is Spigot

ionic olive
#

no redstone lagg machine nor 100 plugins

#

sry

#

isnt paper fork of spigot?

unkempt fog
#

It is

glacial sundial
#

your point?

unkempt fog
#

But this is Spigot

#

And not Paper

glacial sundial
unkempt fog
#

Ask at Paper DC

ionic olive
#

ok no questions beside spigot. got it

onyx palm
glacial sundial
#

java -jar BuildTools.jar --compile-if-changed

#

update checker done

#

not actually sure how having the build in the jar helps you detect a new version

onyx palm
#

I meant the version of spigot

glacial sundial
#

and spigot 100% has an update at least once a week anyway

onyx palm
#

That's also a fair point,

#

is there a specific day you try to push updates or just whenver it happens, it happens?

glacial sundial
onyx palm
#

bukkit still exists as a server option?

glacial sundial
#

no

onyx palm
#

Oh lmao, it's more of an api than anything else?

glacial sundial
#

yes

onyx palm
#

Time to automate it, if I can

merry elk
onyx palm
#

Late to the party pal, we've gotten it figured out

weak lantern
#

How can get the Freezing effect?

merry elk
onyx palm
#

too late

dim stream
#

best anticheat to use for 1.18 gyser server?

lapis pebble
#

my server uses bungeecord 1.8-1.18, but all the servers are 1.8. when pinged, my server says that it is 1.18 on server websites. how can i make it say that its only 1.8. When pinged, make it return only 1.8

#

i cant use ping passthrough because i want the player count to read as all the servers in the bungee network

glacial sundial
#

dont think there is an option, so needs a plugin

#

Im sure there is one, idk the name though

lapis pebble
#

thank you so much for the help, regardless if this takes me to a solution

glacial sundial
#

there we go

lapis pebble
#

trying to use this rn

#

@glacial sundial it worked. you instantly solved my issue, seriously thank you so so much

west cloak
#

is there a mod or soemthing for 1.18 that makes it so it doesnt show your in spectator or takes your name off the player list

dim stream
#

u could use a /vanish plugin

#

it makes you invis from everyone but people with high ranks

#

playerlist too

summer comet
olive leaf
#

How can i have it where players can do [item] is there a plugin

proper fossil
#

yes

#

interactive chat plugin

#

is there a way i can make a solid line on a tab menu?

#

like completely solid no gaps at all

#

like this ────────

#

but when i do that on mc theres little spaces in between them

radiant tree
#

I think that’s done with the strike chatcolor and the -

proper fossil
#

that makes it look weird

#

not completely solid

#

like this

#

how do i do that

sharp lily
#

Hi guys I’m running spigot 1.8 trying to use dlog4j JVM arguments to secure my server how ever it just says error and class doesn’t exist when launching server please help

#

I’m using latest build tools

sharp lily
celest sorrel
#

Ummmm then use md_5s solution?

sharp lily
#

Um

#

That’s what I’m talking about ???

#

His solution don’t work

#

Dlog4j2.formatMsgNoLookups=true

#

Where is md5 official post on the vulnerability I can’t find it now !!

proper fossil
#

😔

#

nobody help

#

💀

glacial sundial
#

?log4j

magic zenithBOT
proper fossil
#

👄

#

🤮

olive leaf
#

how come the normal /setspawn and /spawn isnt working for me

proper fossil
#

how come i get absolutely 0 bitches

sharp lily
#

Hey md5

#

yep i was looking at that

#

im using the latest buildtools 1.8 and the log4j JVM doesnt start the server

#

it says error

olive leaf
#

is there a way to see which chat manager plugin im using for my prefixes and such bc im trying to edit the config

median bluff
#

I have a quick question about the TAB plugin
For some reason, i'm not able to set customtagname to anything, it only displays the player's actual name. I use luckperms and the prefixes/suffixes seem to work fine, it's only the actual display name of the player. Has anyone else had a similar issue or know how to fix it?

sharp lily
#

How does Mineplex use their void world for AFK ? how do they optimize their server like that . im wondering as i want to optimize my server like that too

shy falcon
#

?paste

magic zenithBOT
olive leaf
#

how can i edit the tps command/what it says

limber coral
#

Any can help my with bungee?

#

I cant execute server (server)

shy falcon
tribal comet
tepid ibex
#

and wggctyl black listed free stuff

#

so u changed

#

or someway u changed

#

change ur start script in ptrodctyl panel

#

copydefault

#

and paste it there

#

@ admin panel

tepid ibex
#

i use 1 proxy for bedwars

#

1 for skywars

#

1 for skyblock

#

like tht

#

and i want to connect them all

#

thas what im lokking for

#

my 1 bedwars map =1server

inland ibex
# tepid ibex and i want to connect them all

Well for default bungee you're not supposed to double stack them, also depends on your plugins, the reason servers like hypixel can do it is because of custom coding and jars.

inland ibex
proven urchin
#

how do I disable bungeecord illegal characters in chat kick

#

it's definitely not from the backend since the message is slightly different

limber coral
heavy birch
#

use luckperms and give urself perms

limber coral
#

in the paper server have op

limber coral
heavy birch
inland ibex
limber coral
#

work ty

heavy birch
limber coral
#

:D

fathom hedge
autumn shoal
fathom hedge
#

like how does it work

#

how does it render chunks

#

and will it help my srv

heavy birch
#

but most ppl use chunky

#

use that

autumn shoal
#

The client renders chunks when it puts them on the screen, totally different thing

fathom hedge
#

but how to render the chunks?

autumn shoal
#

What do you mean render the chunks

#

Render is like drawing it on the screen

fathom hedge
#

./render world

autumn shoal
#

It’s just graphics

#

You mean generate

fathom hedge
#

I want to generate it

#

yes

autumn shoal
#

That plugin looks like it generates the world for you

heavy birch
#

use chunky its better

fathom hedge
#

so that if a person goes there it won't effect the server tps

#

8 core cpu 6 gb ram it still lags

heavy birch
#

yed

#

it would reduce lag

autumn shoal
#

Pre-generating will improve your performance if you’re seeing hits on players entering new chunks

#

But if you’re just lagging in already generated chunks it probably won’t make much of a difference

fathom hedge
#

no its when ur rendering new chunks

autumn shoal
#

Not rendering

#

Generating

#

Lol

fathom hedge
#

;-;

autumn shoal
#

If that’s your bottleneck, then pre generating will help

fathom hedge
#

its done?

#

@autumn shoal ?

autumn shoal
#

It would appear to be

fathom hedge
heavy birch
autumn shoal
#

¯_(ツ)_/¯

fathom hedge
heavy birch
#

lol

pure vessel
#

Hi I'm trying to buy the ✈️Vehicles (No resourcepacks needed!) Only Spigot >= 1.14 and I want to buy with mastercard and I don't have paypal how can I pay with mastercard

glacial sundial
#

Paypal allows card payments without an account

tawny temple
#

My server is based off the End, I am thinking of only adding custom world generation to the End. Would this have a major performance impact? Currently I have 7.8gb of RAM the extra RAM I used to make a split for my discord bot. I am running on 2 cores. Average player count is 3 people 5 max and planning to grow it to atleast 30 people online at once. I will definitely consider upgrading along the way as I get support from players. Would you suggest I implement this feature? my community will probably enjoy this feature.
Will it be worth adding? or should I run a vote on my server first to see if players want this in the first place. I am sure i can figure out ways to cut down on Custom Generation resource usage.
https://www.planetminecraft.com/data-pack/nullscape/
DataPack i plan to use, I learnt DataPacks that run off functions are more intensive. For the conversation lets base it off that this datapack is pure worldgen and not commands/functions

glacial sundial
#

Your choice

tawny temple
#

so it shouldn't have too much performance impact and make the server unbearable?

timber tinsel
#

I found another loophole

tawny dust
#

Loophole?

soft scaffold
#

I mean opinions are like buttholes, everyone has one but before trashing something, would love to hear the reasoning

pure vessel
#

and used the traincarts mod and I only get a cart

#

I am having very bad experiences in spigot

pure vessel
pure vessel
merry elk
#

you'll see whats messy

pure vessel
soft scaffold
#

I know things that are even worse than that my dear friend

merry elk
#

sure

pure vessel
pure vessel
merry elk
#

depends if you want it or na

#

if you can live with messy command system then go ahed

pure vessel
merry elk
#

its your decision mate

soft scaffold
pure vessel
sudden loom
#
ScotBrown99 lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.io.IOException: Bad packet id 101
#

Why can this be happening

soft scaffold
#

server ded

sudden loom
#

Nope

#

Server is Online

soft scaffold
#

Bad packet usually means that packet that went to wrong place

#

are you using viaversion or other stuff like that?

sudden loom
#

Ye via

soft scaffold
#

what is your server version and what version you tried accessing it?

sudden loom
#

My server is on 1.16.5 and i am trying to connect on 1.16.5

soft scaffold
#

That is just something prone to happen with packets specially when dealing with different versions, it's harmless

mellow dock
#

Make sure via is up to date

sudden loom
#

I can't join server :D

#

HJen i trya nd join from lobby

#

It says that

mellow dock
#

Yes not being able to join is harmless

#

:p

soft scaffold
#

🤦‍♂️

#

Have you tried rebooting your server and checking the console does it throw anything "weird" or unusual there

sudden loom
#

Nope

soft scaffold
#

just basic 1.16.5 server?

#

No mods?

#

No bungee?

sudden loom
#

Bungee

stiff atlas
#

does bungeecord needs paper or spgit

#

spigot

#

or they need both

soft scaffold
#

paper has own bungee I believe

mellow dock
#

Bungee needs bungee

soft scaffold
#

Waterfall or whatever it is called

mellow dock
#

You can use whatever you want on the backend servers

soft scaffold
#

tru

mellow dock
#

I believe you can even bungee to forge and fabric

stiff atlas
#

i mean

#

does it require paper?

#

or both

soft scaffold
sudden loom
#

Backend

mellow dock
#

Bungee requires bungee

soft scaffold
mellow dock
#

I

#

Okay

soft scaffold
sudden loom
#

Now offline cuz no internet available all the time but on production server online

#

Online mode*

shadow jolt
#

Is there any solid custom-enchantment plugins that works with 1.18+? Any recommendations?

soft scaffold
sudden loom
#

I use waterfall and its uptodate

soft scaffold
#

i mean, are they both same version

#

backend 1.16.5 and waterfall same?

sudden loom
#

Uuh

#

No

#

I have 1.8 sercer too and i can join perfectly

soft scaffold
#

So you have no problem joining through your waterfall proxy to your server it is just that one 1.16.5 backend server that throws the packet error?

#

and I assume it worked previously?

sudden loom
#

Ye when i try and join from 1.8 serve to 1.16.5 it doesnt works

merry elk
#

update to 1.18

sudden loom
#

I have problem on 1.16 not 1.8

#

👍

merry elk
#

still outdated

sudden loom
#

Not as 1.8

mellow dock
#

1.16 is also not supported to be fair

sudden loom
#

Bruh

soft scaffold
#

that's really not what he asked

merry elk
#

doesnt rly matter

#

what you always do first you check if you run latest version

soft scaffold
#

wot

sudden loom
#

Listen, if u don't wanna help thats fine but this guy is generous and is helping me and please id u dont like helping "outdated" versions dont.

soft scaffold
#

why would he need to / want to update to 1.18 if he wants to run 1.16.5 server?!

sudden loom
#

Lemme took out via and try again

#

Take out*

soft scaffold
#

I was about to say that if it worked with no problem before, revert back to any changes you did after it worked previously

#

and you should discover if one of your changes broke it

merry elk
sudden loom
merry elk
#

this

sudden loom
#

what is EOL

merry elk
#

end of life

sudden loom
#

Okay so what i dont have problem with server i am asking what can be causing that.

soft scaffold
#

dude

#

End of life would mean no support and no updates