#help-server

1 messages ยท Page 378 of 1

real remnant
#

๐Ÿคฃ

signal ivy
#

need to zip it from here

modest scarab
#

^

signal ivy
#

not from here

tribal comet
#

I know lol

#

I figured out like immediatly after I posted

pearl mortar
#

Hi, does anyone know how could I make a subdomain that would redirect to a specific address with a port, like tcpshield does. I added my ip with a port to backend and then I added domain with that backend, and I noticed that I don't need to use port anymore. How can I achieve this without using tcpshield, like maybe some other "website" that can do this. I don't even know how to google this. And the reason I want this, is because I have two minecraft servers on one VPS server, and I want to have two subdomains redirecting to those two servers with 25565 (one server's port is default, other's obviously different). I have full access to DNS in domain management and full access to VPS. Tag me if someone could give me an idea how to do this, or how to google lmao

#

nvm thought of another idea how can I do this, since I have another not used VPS server, I could just setup bungeecord

old grove
#

Can please somebody help me with deluxetags and powerranks?

shy falcon
pearl mortar
real remnant
#

how can i disable multicrafts /list spam?

#

xD

ashen fox
#

Are you running the instance of multicraft yourself or is a company hosting it and you just have access to it to manage the server?

real remnant
#

so i only have access to the frontend

ashen fox
#

you may be able to contact them, but I doubt they can do anything

real remnant
#

iirc thats how multicraft checks if the server is online

#

if theres a ping response?

ashen fox
#

and get the players

#

Some hosting providers say use a plugin like Console Spam Fix but thats just stupid and will hide useful errors as well

real remnant
#

mhm

#

i mean i could override the command

#

and rewrite it with the difference that if the sender is the console

#

itll return an empty string

#

or add a parameter thats nullable and if its not null itll return the normal value to the console

west cloak
#

Hi guys. I have a question. I am not quite sure if this is the right place to get support for it but I'm going to see:

I run a Minecraft server (Paper/Spigot, 1.18.2, hosted with PebbleHost, large RAM, everything on the latest version) and I have recently added mines.

I was wondering if there is a way to allow players to enchant items beyond the limit set by Mojang (such as prot 4 etc.). I would like them to be able to enchant up to, if possible, custom limits (like I could set the limit for protection to 8). I know how to get such items through commands however I would like players to be able to enchant it themselves with an anvil.

I would really appreciate if anyone knew how this could be done? I have searched for plugins however can't seem to find any, and I can't find an option in any config files for anything.

Thanks so much if you can help.

(please ping me if you are responding)

real remnant
#

u can grab the PrepareAnvilEvent and set the result to true(have to write ur own logic since the base game will not accept illegal enchants)

west cloak
#

Ok thank you so much

real remnant
#

^^np

ashen fox
#

If you know how to develop plugins you can write it yourself, otherwise you may be able to find one on Spigot or find a dev to do it

ashen fox
#

Him

real remnant
#

well i think ill go with the method that ill override the vanilla command in its command map

#

the list command

#

and write a custom logic that can deal with multicrafts bs

#

without locking the normal usage of /list

ashen fox
#

yeah multicraft is horrible

real remnant
#

do u know if multicraft sends some custom parameter or whatnot from which i can identify the command request

#

to come from the plugin?

#

tool*

ashen fox
#

Probably easiest woulds just be checking ConsoleCommandSender, dont think they have anything special

real remnant
#

yea thats what id do

#

if console sender check if nullable paramter was given

#

if not its multicraft

ashen fox
#

You might want to be in #help-development as that is for development, and this channel isnt

real remnant
#

if yes its player

#

sending command from console

real remnant
#

very well know how to write the solution

#

xD

ashen fox
#

ยฏ_(ใƒ„)_/ยฏ

real remnant
#

i just wanna figure the best way

#

to implement it

#

that deals the least dmg to the underlying vanilla system

#

yea that will be it time to write the hook

next quarry
#

could I ask for plugin suggestions on here?

slow dew
#

Do you know of a plugin that makes items on the ground not be destroyed by explosions, fires?

real remnant
#

@ashen fox ive fixed it if you want to know how i can give you the code ๐Ÿ˜›

ashen fox
#

I dont run multicraft so useless to me

junior barn
#

Is there any way to paste in world edit schematics using a command block? Maybe with another plugin?

tawny dust
#

You can use structure blocks with command blocks

junior barn
#

Can they load world edit schematics?

tawny dust
#

No but they load structures

#

So simply save your structure in structure blocks instead

junior barn
#

Yeah but the issue is structure blocks are limited to 16x16 area, I need to load an entire map.

tawny dust
#

You can chain structure blocks

mental crane
#

https://imgur.com/w0qkfuF.png what happens? I restarted my server and when I turned on it appeared this and it doesn't open. It only keeps with that message.

ashen fox
#

send the entire log in a paste, I dont see any issues in that

#

?paste

magic zenithBOT
junior barn
mental crane
#

Idk why. It happened before but it solved itself

tawny dust
mental crane
merry elk
mental crane
#

Oh, then sorry

merry elk
#

hybrids arent supported

mental crane
#

Np, my fault

west cloak
warm vault
#

My server question though, for some reason no matter how many times I set my world spawn, the person when joining automatically teleports to a random place. I've done /mvsetspawn, /setspawn, /setworldspawn

wary matrix
#

I am hosting a minehut sever where I use a custom map. On the wiki page, Commands.yml, it says, If, on the other hand, the custom map uses most of the Minecraft commands, you can also easily enable command block overrides for all valid commands by using a *, like so:

command-block-overrides:
- "*"
this is what my commands.yml looks like:

This is the commands configuration file for Bukkit.

For documentation on how to make use of this file, check out the Bukkit Wiki at

https://www.spigotmc.org/go/commands-yml

If you need help on this file, feel free to join us on IRC or leave a message

on the forums asking for advice.

IRC: #spigot @ irc.spi.gt

(If this means nothing to you, just go to https://www.spigotmc.org/go/irc )

Forums: https://www.spigotmc.org/

Bug tracker: https://www.spigotmc.org/go/bugs

command-block-overrides: []
ignore-vanilla-permissions: false
aliases:
icanhasbukkit:

  • version $1-

How do I get custom maps to wor

modern orbit
#

I use Geyser, then why can't I login when I install login?
How fix

#

๐Ÿ˜ฆ

wary matrix
#

im confused

hollow needle
#

Anyone here know how exactly I setup with betterrtp to rtp from one world to another I read on it but still very confused

north stream
#

any anticheat, combinedslots and anticlient/mod?? for bungeecord PROXY

inland ibex
north stream
#

well i use it transfer with protection

#

@inland ibex

#

cuz many people do not see the "proxy" and they say how to do it in spigot which is not what im looking for

merry elk
#

anticlient im not sure

#

probably possible

#

anticheat should be on all backend servers + maybe on proxy to communicate but that doesnt apply to all

#

this one works on bungee

lament chasm
#

guys i am trying to add an effect to an armor while having the item effects plugin but it just doesnt work

#

i am seeing the effect when i am wearing it for like 0.1 sec and it gets deleted

summer comet
#

is this a coding question?

lament chasm
#

i am not coding something im just trying to ingame setup a plugin ]

summer comet
#

what plugin?

lament chasm
#

but it just doesnt work right

near pivot
#

how to enable the builtin x ray?

lament chasm
near pivot
#

i am using paper 1.18.2

summer comet
#

probably you should ask the author of that plugin

lament chasm
#

okay

#

thanks

summer comet
#

they have a discord

#

click this button

lament chasm
#

okay, ill visit them and ask for help, thank you

summer comet
#

np

inland ibex
summer comet
inland ibex
#

Not him XD

marsh cedar
#

whats the best anti-cheat?

#

hmm ok ty

#

lol I am on 1.18

#

oh tysm โค๏ธ

north gust
#

Any plugin for custom gui where we can link it to npc and add console commands

wary matrix
#

I am hosting a minehut sever where I use a custom map. On the wiki page, Commands.yml, it says, If, on the other hand, the custom map uses most of the Minecraft commands, you can also easily enable command block overrides for all valid commands by using a *, like so:

command-block-overrides:
- "*"
this is what my commands.yml looks like:

This is the commands configuration file for Bukkit.

For documentation on how to make use of this file, check out the Bukkit Wiki at

https://www.spigotmc.org/go/commands-yml

If you need help on this file, feel free to join us on IRC or leave a message

on the forums asking for advice.

IRC: #spigot @ irc.spi.gt

(If this means nothing to you, just go to https://www.spigotmc.org/go/irc )

Forums: https://www.spigotmc.org/

Bug tracker: https://www.spigotmc.org/go/bugs

command-block-overrides: []
ignore-vanilla-permissions: false
aliases:
icanhasbukkit:

  • version $1-

How do I get custom maps to work?

wispy blaze
#

hi, ive recently created 2 different currencies using gemseconomy, and now im using moneyhunters for the players being able to get those currencies but i can only earn the default one, how can i set it so players gain different currencies depending on the mob they are killing/ore they mining? Thanks

wide sail
#

looking for a good plugin that allows you to make skills and assign them to items, preferably also with a level requirement (can be more than 1 plugin aswell) thanks

old grove
#

Hi! Can somebody help me configurating a rankup system wtih Luckperms? I already have done the ranks, and permissions, the only thing I need is the rankup system/plugin. (obviously ranking up for money and in order)

random bridge
#

Iโ€™d recommend setting up a track so that you can just call lp promote <user> <trackName> in your rank up plugin.

old grove
#

Yeah I did, this but I need them to have cost, and order

#

as well as some ./rankup command

west cloak
#

Anyone have any custom item ideas for pvp and dungeon crawler gamemodes?

#

hello

#

i have setup Bungeecord properly

#

but i cant join the bungee server

#

it is showing

#

cant connect to the server

#

container@pterodactyl~ Server marked as starting...
container@pterodactyl~ java -version
openjdk version "17.0.2" 2022-01-18
OpenJDK Runtime Environment (build 17.0.2+8-86)
OpenJDK 64-Bit Server VM (build 17.0.2+8-86, mixed mode, sharing)
container@pterodactyl~ java -Xms128M -Xmx8192M -Dterminal.jline=false -Dterminal.ansi=true -jar spigot.jar
18:48:30 [INFO] Using mbed TLS based native cipher.
18:48:30 [INFO] Using zlib based native compressor.
18:48:30 [INFO] Enabled BungeeCord version git:BungeeCord-Bootstrap:1.18-R0.1-SNAPSHOT:862bb2a:1636
18:48:30 [INFO] Not on Windows, attempting to use enhanced EpollEventLoop
18:48:30 [INFO] Epoll is working, utilising it!
18:48:30 [INFO] Discovered module: ModuleSpec(name=cmd_alert, file=modules/cmd_alert.jar, provider=JenkinsModuleSource())

18:48:30 [INFO] Discovered module: ModuleSpec(name=cmd_find, file=modules/cmd_find.jar, provider=JenkinsModuleSource())

18:48:30 [INFO] Discovered module: ModuleSpec(name=cmd_list, file=modules/cmd_list.jar, provider=JenkinsModuleSource())

18:48:30 [INFO] Discovered module: ModuleSpec(name=cmd_send, file=modules/cmd_send.jar, provider=JenkinsModuleSource())

18:48:30 [INFO] Discovered module: ModuleSpec(name=cmd_server, file=modules/cmd_server.jar, provider=JenkinsModuleSource())

18:48:30 [INFO] Discovered module: ModuleSpec(name=reconnect_yaml, file=modules/reconnect_yaml.jar, provider=JenkinsModuleSource())

18:48:31 [INFO] Loaded plugin reconnect_yaml version git:reconnect_yaml:1.18-R0.1-SNAPSHOT:862bb2a:1636 by SpigotMC
18:48:31 [INFO] Loaded plugin cmd_find version git:cmd_find:1.18-R0.1-SNAPSHOT:862bb2a:1636 by SpigotMC
18:48:31 [INFO] Loaded plugin cmd_server version git:cmd_server:1.18-R0.1-SNAPSHOT:862bb2a:1636 by SpigotMC
18:48:31 [INFO] Loaded plugin cmd_alert version git:cmd_alert:1.18-R0.1-SNAPSHOT:862bb2a:1636 by SpigotMC
18:48:31 [INFO] Loaded plugin cmd_send version git:cmd_send:1.18-R0.1-SNAPSHOT:862bb2a:1636 by SpigotMC
18:48:31 [INFO] Loaded plugin cmd_list version git:cmd_list:1.18-R0.1-SNAPSHOT:862bb2a:1636 by SpigotMC
18:48:31 [SEVERE] Exception in thread "main"
18:48:31 [SEVERE] java.lang.IllegalArgumentException: Server Practice (priority 1) is not defined

18:48:31 [SEVERE] at com.google.common.base.Preconditions.checkArgument(Preconditions.java:407)

18:48:31 [SEVERE] at net.md_5.bungee.conf.Configuration.load(Configuration.java:135)

18:48:31 [SEVERE] at net.md_5.bungee.BungeeCord.start(BungeeCord.java:272)

18:48:31 [SEVERE] at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:67)

18:48:31 [SEVERE] at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)

#

THIS IS THE LOG

tawny dust
#

Looks like it's trying to prioritize the Practice server but it doesn't exist

#

Check your spacing or send the config in a paste

#

?paste

magic zenithBOT
west cloak
#

THANKS

#

LET ME TRY

#

@tawny dust

#

listeners:

  • query_port: 25577
    motd: '&1Another Bungee server'
    tab_list: GLOBAL_PING
    query_enabled: false
    proxy_protocol: false
    forced_hosts:
    pvp.md-5.net: pvp
    ping_passthrough: false
    priorities:
    • Hub
      bind_local_address: true
      host: 0.0.0.0:25577
      max_players: 100
      tab_size: 60
      force_default_server: true
      remote_ping_cache: -1
      network_compression_threshold: 256
      permissions:
      default:
    • bungeecord.command.server
    • bungeecord.command.list
      admin:
    • bungeecord.command.alert
    • bungeecord.command.end
    • bungeecord.command.ip
    • bungeecord.command.reload
      log_pings: true
      connection_throttle_limit: 3
      server_connect_timeout: 5000
      timeout: 30000
      stats: 639af880-c640-4bd7-abb6-e9d034abac97
      player_limit: -1
      ip_forward: true
      groups:
      md_5:
    • admin
      remote_ping_timeout: 5000
      connection_throttle: 4000
      log_commands: false
      prevent_proxy_connections: false
      online_mode: true
      forge_support: false
      disabled_commands:
  • disabledcommandhere
    servers:
    Hub:
    motd: '&1Just another BungeeCord - Forced Host'
    address: de1.qloxhost.xyz:25069
    restricted: false
#

THIS IS THE SETTINGS OF MY BUNGEE SERVER

junior barn
#

Is there a plugin that could create a cool down for boosts? Like you can get a health boost from jumping on a pressure plate using command blocks and then it has a 1 minute cool down before you can use it again.

crude ember
#

can i create a mysql database but not with localhost with jdbc?

marsh cedar
#

hi, for some reason name tag isn't showed above player heads

#

main plugins I have are: Essentials. Essentialschat, luckperms, TAB, vault

tribal comet
#

where should I go for resource pack help obvioulsy this wouldn't be the discord anyone have any good places to go for help with this stuff I have lots of questions and no where to ask them

random bridge
tribal comet
tawny dust
#

You can ask me if you want, but I'll answer tomorrow since I have to go now

#

DMs are open

flint hollow
#

can i ask for help here about other plugins? or just spigot and bungeecord issues?

#

bc im having problems with multiverse after updating to 1.18

west cloak
#

yes of course, but multiverse has a dedicated discord server for support

flint hollow
#

im getting this error, and i dont know if the problem is that there is already a world with that name (tho actually there isnt), or that the world is corrupt

[19:08:11 WARN]: java.lang.IllegalArgumentException: Cannot create a world with key minecraft:overworld and name overworld one (or both) already match a world that exists
[19:08:11 WARN]:     at org.bukkit.craftbukkit.v1_18_R2.CraftServer.createWorld(CraftServer.java:1152)
[19:08:11 WARN]:     at org.bukkit.Bukkit.createWorld(Bukkit.java:767)
[19:08:11 WARN]:     at org.bukkit.WorldCreator.createWorld(WorldCreator.java:474)
[19:08:11 WARN]:     at Multiverse-Core-4.3.1.jar//com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:486)
[19:08:11 WARN]:     at Multiverse-Core-4.3.1.jar//com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:467)
[19:08:11 WARN]:     at Multiverse-Core-4.3.1.jar//com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:442)
[19:08:11 WARN]:     at Multiverse-Core-4.3.1.jar//com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:770)
...
[19:08:11 WARN]:     at java.base/java.lang.Thread.run(Thread.java:833)
[19:08:11 ERROR]: [Multiverse-Core] The world 'overworld' could NOT be loaded because it contains errors and is probably corrupt!
[19:08:11 ERROR]: [Multiverse-Core] Try using Minecraft Region Fixer to repair your world! 'overworld'
[19:08:11 ERROR]: [Multiverse-Core] https://github.com/Fenixin/Minecraft-Region-Fixer
tawny dust
flint hollow
tawny dust
torpid talon
#

my server stops itself every 10 minutes for no reason no crash reports nothing it just says stopping then stops

torpid talon
#

no

tawny dust
#

Hm

torpid talon
#

like you see

#

it just says stopping and stops

tawny dust
#

Are you hosting yourself?

#

Or using a host

torpid talon
#

im using a host service

tawny dust
#

Try contacting them

torpid talon
#

i already did they said its not from us

#

they said maybe try deleting your plugins

#

i already tried deleting them

tawny dust
#

Yeah try that

#

Oh

torpid talon
#

it didnt work

tawny dust
#

Could you send the output from /version

torpid talon
#

same thing every 10 minutes server stops it self

#

ok

#

let me start the server first tho

tawny dust
#

Is it exactly 10 minutes

torpid talon
#

yes exactly 10 minutes

#

maybe 9

flint hollow
torpid talon
#

but im pretty sure its 10

tawny dust
#

Make sure you don't have any timed commands running in the panel

torpid talon
#

its not working the /version command

tawny dust
#

So you're not using Spigot

#

?

torpid talon
#

im using spigot

tawny dust
#

Spigot has the version command

tawny dust
torpid talon
#

but i am using a plugin that blockes the /plugins command

#

maybe thats the reason

random bridge
#

That shouldn't affect the console.

torpid talon
#

i deleted the plugin im going to try it again

#

its working now

restive ivy
#

Anyone know a good server host that won't suck all of your money for like 1 GB of Ram?

tawny dust
torpid talon
#

yes i tried deleting the plugins it didnt work so i re downloaded them

#

i already had all of my plugins in a zip folder so i just unziped the folder

#

after i tried

torpid talon
torpid talon
#

no i dont have any scheduled/timed commands

#

what should i do i tried everything

#

but its not working every 10 minutes it restarts

restive ivy
#

I mean Iโ€™m unsure yet since obviously the chance of the server gaining any sort of popularity is pretty low

#

I guess to start maybe 20 for now

onyx jetty
#

anyone know of a plugin that puts you in the flying state when you're holding an item? found a datapack that does this but it uses a command from 1.17 and im in 1.16 rn

#

so like if you are holding or right click or something with an certain item you then start flying like you would in an elytra

restive ivy
#

Iโ€™ll check it out

torpid talon
#

i dont know what i did but i fixed it

barren matrix
#

anyone knows a scoreboard plugin with gradient support?

ashen fox
#

TAB

hearty rune
#

what best plugin for playtime rewards using permissions with spigot 1.8.9

marsh cedar
#

whats a good way to display msg like Attacker killed Victim with Weapon

#

other than deathmsg plugin cuz it doesn't even listen to the config

sullen lava
#

how do i fix this

mint flume
#

anyone know a plugin that auto breaks whole tree when breaking only one block

mint flume
marsh cedar
mint flume
#

ok

tawny dust
jolly spade
#

anyone know a free sumo plugin with multi-arena support?

mint flume
#

is there a plugin limit or

mint flume
#

its same for other plugins too

empty kindle
tawny dust
mint flume
mint flume
tawny dust
#

Don't expect anything from free hosting

#

Host yourself or pay for a host

mint flume
#

how much is enough for a good server host

#

ram and memory

#

for like 10 players max

tiny shoal
#

2gb

empty kindle
mint flume
#

can i use backups to transfer the server

tiny shoal
#

you'll need to port forward it if you host it yourself

mint flume
#

and i that .com thing to avoid ddos attacks

#

but i dont have money to pay for that really

tawny dust
empty kindle
mint flume
empty kindle
#

May I ask what the server is for?

Friends? A public one?

mint flume
#

a public one,i already hosted one last year and want to do that agin

tiny shoal
#

than definitly get a hosted one

mint flume
empty kindle
mint flume
#

you can transfer with backups,right?

empty kindle
mint flume
#

yeah i can,does gameserver have a forums where you can promote your server?

empty kindle
empty kindle
mint flume
#

you know which

empty kindle
#

No, sorry, I just made one myself ๐Ÿ˜…

Can't share it with you though

tawny dust
#

NuVotifier with VotingPlugin

mint flume
#

on gameserver is says for starter 4 slots/players,is that maximum players on server or?

tiny shoal
mint flume
empty kindle
empty kindle
empty kindle
mint flume
#

is this the right one

#

if i want to host on my old pc how do i protect it from ddos since it would be an IP

tawny dust
#

You could use TCPShield

marsh cedar
#

hi I want help ||UwU||

empty kindle
marsh cedar
#

so

tiny shoal
marsh cedar
#

I want a plugin that allows

tawny dust
tiny shoal
#

i know

marsh cedar
mint flume
marsh cedar
#

user issue /title prefix1

#

and its set

#

also I want it to be like

tawny dust
empty kindle
mint flume
tawny dust
#

.tk should be free iirc

mint flume
mint flume
marsh cedar
tawny dust
marsh cedar
mint flume
#

not even the one which cost

mint flume
marsh cedar
#

maybe its used

#

by someone else

mint flume
marsh cedar
#

idk try it in mc

mint flume
#

tried typing randomly still

marsh cedar
#

or web

#

hmm

#

idk

mint flume
#

all of em dont work prob

#

if those two dont

marsh cedar
#

I have a .tk

#

and works perfect

mint flume
#

maybe not avabibale anymore

#

i had one free domain and it worked

#

but i forgot the website

#

found it

knotty terrace
#

Is there a plugin that displays the chat in minecraft onto discord and shows the players as bots on discord

#

Ik there is discordsrv but that makes it look like a console i want it to have those bots with the picture of the players skin and the username of the players in-game name.

vital bloom
#

any ideas why i'm not getting any code completion on IntelliJ?

vital bloom
#

nvm

#

it works now

knotty terrace
#

how do i set it up?

#

wait

fringe kite
#

use google

knotty terrace
#

EssentialsDiscord?

#

right?

#

i have that plugin installed

fringe kite
knotty terrace
#

Bruh

#

nvm

#

Ok yeah no its the same as the other ones

#

It looks like a bunch of logs instead of the bot one

#

if i could send an imagine here of what i mean i would

#

wait i found a video

#

@fringe kite i got it thanks for the tip

#

Apparently if you want the msgs to show the players name/skin in discord instead of logs from 1 bot u just gotta change some stuff in the config

dense fog
#

How do i make creeper not greif at spawn?

tawny dust
#

Protect spawn with WorldGuard

sullen basin
mint flume
#

is there an jobs plugin for 1.18.2?

#

i can only find 1.7

near pivot
#

is there a way to give acess to my players to use spectator mod but without being able to enter in blocks and seeing ores or cheating while caving

modern orbit
#

How to raise a player's name and rank above the head

mint flume
#

flight with essentials plugin

#

the command is /fly

hot sable
#

Do you know maybe some good RankUp plugin that contains a GUI?

harsh briar
#

What can cause of high ram usage if no players are on

valid grail
#

hello is here a way to use world edit commands in comand blocks/datapack

tawny dust
#

hm something going on you're like the 5th person to ask that recently?

#

Anyways no not really. WorldEdit isn't designed to be used by command blocks or datapacks

valid grail
#

bruh

tawny dust
#

You should consider a plugin for generating your arenas or whatever you're doing

valid grail
#

yeah

tawny dust
#

If you cannot find an existing one you can always commission one

#

?services

magic zenithBOT
valid grail
#

idk how to make world generation code things

tawny dust
#

Which is why you commission someone else

valid grail
#

ok wait

#

do you know any plugin/datapack that is floating island generator for 1.18

#

cause all i found werent free or for old mc versions or were too simple

tawny dust
valid grail
#

i think that is not an world generator

#

what i underestand from their video was that players can create floating islands thats all

tawny dust
#

It's a little bit more than a world generator yeah

valid grail
#

?!

#

im gonna inspect about it

#

thx

#

also sorry for my bad english

strange hull
#

why this not work

#

i have spigot 1.18.2

#

sharpsk

#

skript

#

skellett

dense fog
#

how do i disable creepers making holes when they die without using /gamerule because that interfere with villager and piglin bartneing

strange hull
#

this is in 1.13 but you can try

strange hull
dense fog
#

try this

#

but its 1.18 and idk if it works

strange hull
#

try it bro

#

or just:

#

/execute as @e[type=creeper,tag=!noexplode] run data merge entity @s {ExplosionRadius:0,Tags:["noexplode"]}

(Just put it inside command block in spawn chunks and set it to repeat, unconditional, always active.)

near pivot
mint flume
valid grail
#

someone help pls

tawny dust
valid grail
#

what is lastest .jar

#

its like that plugin or?

tawny dust
#

Yes

valid grail
#

i dont got level name in server properities

#

should i add it manually?

tawny dust
junior barn
#

Is there a way to stop players from getting multiple kits? Like they can just get the Angel kit and the Demon kit and use items from them both at the same time which is too over powdered, so is there a way to fix this? (I'm using the Player Kits plugin)

valid grail
tawny dust
#

I've never used that plugin

valid grail
#

idk im knda lost

tawny dust
#

Contact the author. You can see the information under the support section

valid grail
#

not worth it

old grove
#

Hi!
Is there any way(s) to make a tab list changing in real time? If I want to change/remove nametags, the nametags in the tab lists are changing (as I'm changing them)

tawny dust
#

How are you changing them

old grove
#

./tags

#

I just set a new one xd

#

But in the tabs it isn't changing, only if I reload the plugin

knotty terrace
#

im having troubles

cyan harness
#

just say your question

knotty terrace
#

WorldGuard is being a bitch

#

I set my region and added /region flag <region name> invincible allow

#

and it doesn't work

#

and i did the break-block deny command and doesnt work either

cyan harness
#

well youre op, so you bypass it

knotty terrace
#

all correctly like last time i did it worked.

#

Yeah but even after deoping my self on the console

#

it still doesnt work

#

it use to work

#

like not that long ago

cyan harness
#

make sure you you actually set your region correctly, use rg info and make sure youre in the region, make sure it has enough priority for its flags to take effect, make sure there arent any conflicting plugins

knotty terrace
#

whats a list of conflicting plugins?

cyan harness
#

there is not an exhaustive list

#

you need to look at your plugin list and think if one of them could conflict

#

start removing plugins, or try with just WG to see if thats the issue

knotty terrace
#

is there any plugins that worldguard might need in order to work?

cyan harness
#

you should check the world guard installation instructions

flint hollow
#

is there a command to know the closest location of a chunk that is not generated yet?

knotty terrace
knotty terrace
#

or i could be the fact i wasnt doing /region redefine spawn

#

probably that

#

after doing //expand vert

#

yeah its that

#

If anyone has an issue with worldguard not working do /region redefine <region name>

#

it basically just refreshes it and applys the commands.

#

not sure why it doesnt already do that but it works if u do that command.

knotty terrace
#

How do i show how many claimblocks a player has on StatsBoard

cyan harness
#

using placeholderapi probably

knotty terrace
cyan harness
#

and the answer said to use placeholderapi

#

look at that

knotty terrace
#

Found iot

#

%griefprevention_claims%

cyan harness
#

which is placeholderapi

knotty terrace
#

yea

cyan harness
#

crazy

knotty terrace
#

now i gotta add it to the game and

#

well try

#

boom and just like that it didnt work

#

wait ima try something

#

works

#

i didnt download grief prevention with papi

#

works now

#

no nvm

#

i have 3000 claim blocks but the stats board says i have 2

#

oh nvm its claims not claimblocks

#

i used %griefrevention_claims% not %griefdefender_blocks_left%

#

oh for f*** sake

#

I gotta spend $15 just to put how many claimblocks i have left on a leaderboard

wheat valve
#

I am looking for a plugin that will enable me to create a large region (like that of a town or city), and then be able to create regions inside of that region (like a house or even just a chest). I essentially have a "kingdom" that I want to set flags for, and then inside that kingdom, I want the ability to "sell" plots of land to players and then they are able to build/mine in their own "plots". Any ideas of a plugin that might have what I'm looking for? I am checking out GriefDefender atm.

knotty terrace
#

@cyan harness is there a free version of GriefDefender

knotty terrace
wheat valve
cyan harness
knotty terrace
wheat valve
cyan harness
#

Have you even tried loading it and seeing if its functional?

#

A lot of plugins are coded in a way so that they dont break with updates

#

first review on the plugin says it works in 1.18

wheat valve
#

What I am wanting is "badlands" "the kingdom" and the "plots"
badlands is everything outside the kingdom

cyan harness
#

Ive used this plugin to sell "plots" inside of my spawn region

#

it just hooks into world guard, you make the regions with worldguard and it allows players to buy/sell those regions

knotty terrace
cyan harness
#

yes they can be...

knotty terrace
#

I have a plugin thats for 1.14 and it still works

cyan harness
#

1.14 isnt that old

knotty terrace
#

its old to me ok

#

Ew

#

why did that emoji pop up

#

I got a serious question how do i block emojis from discord

wheat valve
#

and so if I use that, I should be able to make the default flags which would be for the outlands (like the use of tnt for example). And then for the kingdom change the flags to disable certain things (like building), and then inside the plots make it where they basically own that chunk...correct?

knotty terrace
#

ugly creatures

cyan harness
knotty terrace
#

i cant find anything like grief defender but i giveup im not gonna pay $15 just to display howmany claimblocks i have left

knotty terrace
wheat valve
#

gotcha

knotty terrace
#

It would be easy just to look at the stats board and see how many claimblocks you got left instead of holding a shovel to see them

wheat valve
#

ye

knotty terrace
#

but i aint gonna spent $15 for a plugin just to use 1 command for it

wheat valve
#

GD costs 15?

knotty terrace
#

yea

wheat valve
#

cuz I have it but don't remember buying it xd

wheat valve
#

guess I must of bought it back when I first made the server xd

knotty terrace
#

oh sorry my bad

#

since im australian

#

thats $20 for a plugin

#

for 1 command

wheat valve
#

ye

#

does GD look better than WG?

knotty terrace
#

i guess

#

i got a proposition for you i'll msg you

signal ivy
#

just use grief prevention.

#

there is papi placeholders to see how many claim blocks you have remaining

wheat valve
knotty terrace
knotty terrace
#

griefprevention only shows howmany claims you have not claimblocks

#

I need this %griefdefender_blocks_left%

#

Not this %griefprevention_claims%

#

but in order to get this %griefdefender_blocks_left% i gotta spend $20 aud on it

signal ivy
#

%griefprevention_remainingclaims%

knotty terrace
#

yeah no that shows howmany CLAIMS i have not CLAIMBLOCKS

#

like i said different thing

wheat valve
knotty terrace
#

No because we use [trade]

wheat valve
#

oh

#

right...

#

xd

#

braindead moment

spare cedar
#

Hi guys

#

I have a problem realted to server my server is a crossplay server and And between 30mintus to 50 minutes my server got stuck means no one can't join server . I can't send message i can't send commands thorough consoleAnd this happened when this error come

io.netty.handler.timeout.ReadTimeoutException

Means after that server completely dead

signal ivy
#

just tried it to make sure and that's what it does

signal ivy
#

send a client log

spare cedar
#

Am wait

#

@signal ivy in dm ?

spare cedar
cyan harness
#

here

#

so other can try to help

rancid ermine
#

Dose anyone know if i can sell image on maps like only for vip or if that is against minecraft tos

#

If its a cosmetic

cyan harness
rancid ermine
#

Well I am just asking the server owner if its a cosmetic or paid to win

naive grail
#

If I set my unknown command message to "&cUnknown command." then restart my server, it changes the message to "&fcommand."
is there a way to fix this?
(if you respond please ping me)

knotty terrace
#

So.. How do you use %bungee_total% to display amount of players in a multiverse world?

#

i tried to do it but i rlly dont know.

#

Its to display above a ZNPC head

naive grail
#

%server_online_(world)%

knotty terrace
#

that works with znpcs?

naive grail
#

oh uh

#

no clue.

#

I'd try it though

knotty terrace
#

so for my pvp world i'd do

#

%server_online_pvp%

cyan harness
#

why would you be using bungee total for multiverse

knotty terrace
#

correct?

naive grail
cyan harness
#

yes, but thats using server, not bungee

naive grail
tribal comet
#

Or configs

naive grail
#

Configs. Was just changing the unknown command message in spigot.yml

tribal comet
#

Ahhh

knotty terrace
#

i dont have a 2nd account to test this with

naive grail
#

sure

knotty terrace
#

give me 2 secs

wheat valve
#

Any1 happen to know of a plugin that can convert a physical currency to a vault currency. I want to use a physical currency, but some plugins use vault and an economy plugin, most of which use a digital currency. So for me, I need it for claims in GriefDefenders. Where I can buy/se''/rent claims using vault, but I wish to somehow use a physical currency.
Any suggestions?

inland ibex
#

Gringots or something like it, not much out there like it though

wheat valve
#

ty

knotty terrace
#

Is there a way to fix this error msg for ExcellentCrates plugin You already have opened this crate. you can not open it more!

#

i did a little digging in the config and it says OneTimed: '&cYou already have opened this crate, you can not open it more!' as in the crate can only open one time

#

But im not sure how to fix this problem

#

ok i think i fixed it

twin steppe
#

Hi all. Does anyone here understand the ChatManager plugin?

jagged orbit
summer comet
knotty terrace
#

Plus i might have fixed it i just gotta test it later

twin steppe
twin steppe
sly spruce
#

How can I add voice chat without mod ??

#

In a spigot server

tawny dust
#

You can make a discord server

brisk basalt
#

Is it possible to host a minecraft account?
Not a server just a user for AFK reasons

#

I can't find the right channel to ask help for this

clever plover
#

there are console clients

#

that allow you to log in to servers and use commands

#

no graphics or anything just a terminal

brisk basalt
#

Uhhhh

clever plover
#

what are you even trying to do

brisk basalt
#

Have an alt stay online 24/7 without me needing to leave my pc on?

clever plover
#

host the console client on cloud

#

u cant really run the game

#

because you cant have a graphical interface (i think)

brisk basalt
#

Oh

clever plover
#

dont quote me tho

tawny dust
#

I just have a console bot running on my phone if I want to be afk

#

If you know how to write a bit of JavaScript it isn't hard to make

clever plover
#

if ur server has /tp commands

#

should be ok for afking with a console client

candid ice
#

mineflayer exists

#

but fair warning a proper anticheat will kick its ass

mint flume
#

anyonr know jobs plugin for 1.18.1 i can only find 1.7

#

maybe used wrong onr

junior barn
#

Is there a way to stop players from getting multiple kits? Like they can just get the Angel kit and the Demon kit and use items from them both at the same time which is too over powered, so is there a way to fix this? (I'm using the Player Kits plugin)

tribal comet
junior barn
#

Oh yeah I can try that, thanks

junior barn
#

The author says there's no current ways to fix this in the plugin. If any of you have an idea how this could be fixed using a plugin please share.

tribal comet
#

you'd have to find a new plugin in that case

#

I highly doubt anyone makes patches for other plugins

junior barn
#

Hmm

torpid talon
#

Hi does anyone know good vehicle plugin for free

heavy coral
#

I just installed the SetHome plugin but when i put the command in, nothing happens. any help?

#

it doesn't even recognize the command

knotty terrace
inland ibex
knotty terrace
inland ibex
rose yacht
#

does pex support custom hex colors?

ashen fox
#

doubtful

#

pex hasent been updated in forever iirc

signal ivy
#

just use luckperms

worn sierra
#

How do I allow players permissions?

#

Im new to this

hollow geyser
#

Normally people use a permission plugin like luckperms

#

What's the easiest way to create a new flat world in a spigot server? Like I would use multiverse but I don't think that's updated to 1.18

hollow thorn
#

hey so me and my friend are trying to build a chunk loader and nothing we have done seems to work. we have tried replicating three different chunk loader designs, and even used the /forceload command, but the chunks refuse to stay loaded while we are gone (in this case, specifically in a different dimension). is this a spigot issue, something with a plugin, or is it something else? our only plugins are essentials and luckperms.

minor monolith
#

What is the reason that I get TPS 20 in Linux but TPS 19.99 in Windows 10 and 11? What is the difference between the two?

signal ivy
#

windows

#

but like that's not even a difference tbh

tawdry narwhal
#

specifically in regards to floating point instructions

minor monolith
#

Oh ok

spare cedar
marsh cedar
#

the map loads good for me

#

for some reason it doesn't for my friends

#

2 of them encontered the same problem

#

they have good ping

#

idk whats the problem

#

can someone help me plzz

dense void
#

218ms is not a good ping

marsh cedar
#

but he can play on other servers

old arrow
#

players are betting "already connected to server" on bungee

#

when moving from hub to survival

tribal comet
knotty ginkgo
#

whats a really good claim plugin that also allows for the making of towns and such

west heron
marsh cedar
knotty ginkgo
#

we use grief prevention but we wanted more

west heron
#

then you have grief prevention and towns.

#

I use this towny plugin

true pelican
#

Any plugin that provides feature when u right click with a stick u become invisible for several seconds and also that stick has a cooldown?

west heron
full axle
#

Hello, let's see if anyone can help me. I play with spigot, and I don't know if it's because of that but mobs with nametags or caught objects shouldn't count for the mobcap, but they do, since when they reach 70 they stop spawning. Does anyone know why this happens, or if it has to do with spigot?

stiff atlas
#

Anyone know any flething table use plugin?

heavy sparrow
#

Hello, i have a small minecraft server, the server has a big bug with the tab complate.

#

Only the proxy commands showing

oblique storm
#

When I leave the server and rejoin, I get back at spawn, even if I setup MultiverseINV to go to my last location, What do I do?
My plugins are: SkinsRestorer, HubThat, Vault, Multiverse Core/Portals/Inventory, WorldEdit, PowerRanks, WorldGuard

#

oooh, that?

#

Alright, let me try.

#

Nope, doesn't work.

#

Still respawns me to the spawn.

#

Ok, now if I do /hub and leave, it saves me, If I leave, it brings me back to spawn

magic zenithBOT
oblique storm
#

?paste

magic zenithBOT
oblique storm
#

how to send it

#

I did and It didn't worked.

#

Ok, wait.

#

Didn't worked either.

oblique storm
marsh cedar
#

can I use bungee latest to connect 1.18 server and 1.17 one?

marsh cedar
#

arghh I always say it bunjee idk y

marsh cedar
#

ok thankss

north geyser
#

Hello,
Where can I change the option to fix tnt duplicating? I don't really have a problem with people using that so I want to disable it

tawny dust
north geyser
#

I'm using Spigot

#

Why?

tawny dust
#

Wait you want to prevent tnt dupe. Ouch my bad. You can use Paper to fix dupes

north geyser
#

Ohno I'm saying it wrong sorry

#

I mean I want to allow it

#

Not prevent it

#

.<

west heron
#

xD

north geyser
#

Is that possible?

#

so lemme rephrase my question

#

Hello,
Where can I change the option where Spigot fixes tnt duplicating? I don't really have a problem with people using that so I want to disable it

ashen fox
#

Olivo answered you previously

tawny dust
ashen fox
#

I thought they did?

tawny dust
#

Probably Paper or one of their forks

ashen fox
#

I know Paper has the option to enable it, so maybe they do then

north geyser
#

I'm using Spigot

tawny dust
#

Hm ๐Ÿ™ƒ

ashen fox
#

can you send us a picture of /version on your server?

north geyser
#

Sure I need to start the server first :))

ashen fox
#

(for a picture, either upload it online or verify here to send the actual file)

north geyser
#

Ow

#

Can I tell the output?

ashen fox
#

I mean sure, but it would probably be easier (and quicker) to upload it to something like Imgur lol

tawny dust
#

You can copy paste text from the console

tawdry narwhal
north geyser
#

3439-Spigot-699290c-38f204d (MC: 1.18.1) (Implementing API version 1.18.1-RO.1-SNAPSHOT)

ashen fox
#

out of curiosity how many versions outdated lol

#

also why 1.18.1 rather than 2?

north geyser
#

32 hah

north geyser
ashen fox
#

so firstly, update to the latest version of 1.18.1; and honestly you should just update to the latest 1.18.2

north geyser
#

Isn't it the latest one?

ashen fox
#

1.18.2 is latest

north geyser
#

But my server is .1

ashen fox
#

Im saying, update to the last version released of 1.18.1 for your server, see if that fixes it.

I'm recommending you update your server to 1.18.2

north geyser
#

The problem is that I'm using a Virtual Machine

#

And replacing the jar file is hell

ashen fox
#

then you shouldent be running a server in a vm

#

In an actual server you would be updating jars every day, if not every hour

north geyser
#

I'm also not hosting a big server, it's for me and some friends

#

Using a Virtual Machine was also better

#

But will that give me an option to tnt duplicate

ashen fox
#

we're just trying to debug the issues and thats the easiest thing to deal with first

#

Spigot does NOTHING with tnt dupes or anything like that, so you should be able to do it already

north geyser
#

Ooh I also have a bukkit folder

north geyser
#

nvm

#

Bukkit is part of the spigot one

unique stag
#

Does anyone know a way to check which way a schematic is saved before pasting it? I always find myself having to paste downloaded schematics (often huge ones) in the air the first time just to know which direction it'll paste, and it's so time consuming. Currently using WorldEdit

signal ivy
#

don't think so

knotty terrace
#

How do I display my LuckPerms rank on statsboard

signal ivy
#

luckperms papi placeholders

#
north geyser
knotty terrace
#

does anyone know why
Iridium Skyblock plugin only spawns with 2 blocks?

knotty terrace
#

nvm because i got faster response with the actual plugins discord.

dull coral
#

anyone know anything about dedicated server hosting or any good hosts? Iโ€™m wanting to look into buying one

knotty terrace
#

What plugin used /baltop ?

signal ivy
#

Essentials

knotty terrace
#

How do i connect the baltop with MysqlEconomyBank plugin

#

actually nvm

#

yeah so how do I display the money in my MysqlEconomyBank plugin bank

daring current
#

does any have experience on setting servers up with RDPs/VPS
trying to port forward & set it up (pretty sure i can just add it to firewall since its already port forwarded but idk for sure)
lmk! thanks

cobalt jolt
#

Looking for people to merge with my server

tribal comet
#

No shot

west cloak
#

?paste

magic zenithBOT
west cloak
dense void
cobalt jolt
dense void
#

how do i become a server

cobalt jolt
#

DM me

dense void
#

is it some morph magic

west cloak
#

help me for verification

tribal comet
#

Nah

#

!verify (your username)

magic zenithBOT
#

Usage: !verify <forums username>

wooden kraken
#

Hello guys, I updated server.jar because I had bugs on my local server, everything works fine now except for the plugins that don't work, how do I update my plugins so that my server finds them?

weak river
#

Does anyone use the animatronics plugin? does anyone know whether disabling armor stand ticking in the paper config would disable it?

glacial trail
#

Hello everyone ! Sorry to bother you but i'm trying to use Griefprevention on my spigot server, however i have some problem : I want to just give permission to use griefprevention in a specific world (with luckperms and context), however they can build and use command everywhere even if they have no permission of griefprevention. Do you have any idea how to correct this ?

wooden kraken
vagrant adder
#

how did it disapparea

pseudo niche
#

^

solid shoal
tawny dust
vital bloom
#

Is there a way to sort the main scoreboard by team name? (teams don't have a prefix in this situation)

#

or even by suffix?

dusty wolf
#

something wrong with my server

signal ivy
#

Shit host

#

Or a lag machine cannot look light now

oblique storm
#

Is there a way to divide plugins for specific worlds, like tpa for survival?

tawny dust
#

Link multiple servers with Bungeecord

#

Don't attempt multiple gamemodes on one server

cyan flame
#

i have a really large build that i want to move (including mobs, inventories, biomes, etc) to another world, the place would be too large to do with litematica, is there anything like the old mcedit which can do that these days?

shy falcon
#

iirc someone made an MCEdit-like application for newer MC versions

cyan flame
#

woah thank you so much

#

:D

cyan flame
#

i am getting an error trying to install it

#

saying it cannot install pep 517 directly

#

:[

lavish epoch
#

Hello

I am installing spigot but I ran into an error and I can't figure it out.

OS: Xubuntu
java: openjdk 17.0.3 2022-04-19
spigot: spigot-1.18.2.jar (built from BuildTools)

I created a directory call exec_env containing :
server.properties
eula.txt
spigot-1.18.2.jar
start.sh
"
#!/bin/sh
cd /home/alban/minecraft/exec_env
java -Xms12G -Xmx12G -XX:+UseG1GC -jar ./spigot-1.18.2.jar nogui
"

The error:
[21:59:42] [Server thread/INFO]: Loading properties
[21:59:43] [Server thread/INFO]: This server is running CraftBukkit version 3492-Spigot-b081915-95d233d (MC: 1.18.2) (Implementing API version 1.18.2-R0.1-SNAPSHOT)
[21:59:43] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-17-openjdk-amd64/lib/libawt_xawt.so

And actually, the file is not there

minecraft:~/minecraft/exec_env$ ls /usr/lib/jvm/java-17-openjdk-amd64/lib/
classlist jexec jspawnhelper libattach.so libdt_socket.so libinstrument.so libj2pkcs11.so libjava.so libjli.so libjsvml.so libmanagement_ext.so libnet.so librmi.so libsyslookup.so modules security
ct.sym jfr jvm.cfg libawt_headless.so libextnet.so libj2gss.so libjaas.so libjdwp.so libjsig.so liblcms.so libmanagement.so libnio.so libsaproc.so libverify.so psfontj2d.properties server
jar.binfmt jrt-fs.jar jvm.cfg-default libawt.so libfontmanager.so libj2pcsc.so libjavajpeg.so libjimage.so libjsound.so libmanagement_agent.so libmlib_image.so libprefs.so libsctp.so libzip.so psfont.properties.ja tzdb.dat

Does anyone has a clue ?

cyan flame
#

i have helped him ๐Ÿ˜Ž

lavish epoch
#

than you @west cloak and @cyan flame
For the record, solution was:

sudo apt install openjdk-17-jre
BuildTools doc mention package
openjdk-17-jre-headless
But at least on a very fresh xubuntu it was not enough

shy falcon
#

so no graphics components were included

lavish epoch
#

sorry, me again
When I stop my server, it throws a lot of error and claim it comes from plugins.
I don't have plugins currently. The plugins directory only contains PluginMetrics directory.

My log (starting after the stop call)
https://pastebin.com/raw/Y4TF3VV3

sullen basin
#

where does it say that it's caused by a plugin

tawny dust
#

Looks like your server is slow when saving chunks

lavish epoch
sullen basin
#

ok and DO you see a plugin in the server thread dump below?

#

your server is pushed to its limits while saving chunks as Olivo said

lavish epoch
#

No I don't and I have none installed. Should I report the bug ?

sullen basin
#

it's not a bug

#

this is just a info/reminder

#

the errors in the dump below are real and not a bug

#

your server is too slow

lavish epoch
#

ok, I was expecting my CPU to be good enough.

Intel(R) Core(TM) i7 CPU 870 @ 2.93GHz

sullen basin
#

oh boy

#

isn't this a first gen i7

lavish epoch
#

Yes it is

tender nacelle
lavish epoch
#

I remerber the days when I ran spigot on a raspberry. This look like supercomputer in comparison ๐Ÿ™‚

sullen basin
#

it's 13 years old ๐Ÿ˜ญ

lavish epoch
#

Do you think it is still worth trying (for 5 players) or should I throw it and rent a cloud based server ?

sullen basin
#

No the i7 870 should work

#

what version? what java flags?

lavish epoch
#

minecraft:~/minecraft/exec_env$ java --version
openjdk 17.0.3 2022-04-19
OpenJDK Runtime Environment (build 17.0.3+7-Ubuntu-0ubuntu0.22.04.1)
OpenJDK 64-Bit Server VM (build 17.0.3+7-Ubuntu-0ubuntu0.22.04.1, mixed mode, sharing)

java -Xms8G -Xmx8G -XX:+UseG1GC -jar ./spigot-1.18.2.jar nogui

sullen basin
lavish epoch
#

(max ram is 15.6Go)

tender nacelle
sullen basin
tender nacelle
#

uh i thank it does

#

*think

sullen basin
#

how much ram do you got? @tender nacelle

tender nacelle
#

12

#

gb

sullen basin
tender nacelle
#

ok

sullen basin
#

set xms to 2 or 4 and xmx to 8

#

@lavish epoch well what I see in your thread dump is, that Java is waiting for chunks

#
[22:43:46] [Spigot Watchdog Thread/ERROR]:         Locked on:net.minecraft.world.level.chunk.storage.RegionFile.a(RegionFile.java:328)```
#

do you use a hdd?

lavish epoch
#

yes, no ssd in this old beast ๐Ÿ™‚

sullen basin
#

an old one? :D

lavish epoch
#

btw, I could find one if you think it would make the difference

sullen basin
#

I'm not 100% sure, but in my opinion it's the hard drive

lavish epoch
#

I am just quite concerned the MB would accept it !! ๐Ÿ˜„

tender nacelle
sullen basin
#

saving the chunks takes so long that java is waiting for it and thus throwing errors

lavish epoch
#

ok thank you, I will try to monitor HDD usage to confirm it

sullen basin
#

I don't think that you will acutally see high % disk usage

lavish epoch
#

Currently what should I expect? Some crazy lag when it saves the world ?

sullen basin
#

you use linux right?

lavish epoch
#

yes I do, xubuntu actually

sullen basin
#

with the top command in shell you can look for I/O times

#

and/or iostat

#

during server shutdown and chunk saving

#

you got a spare ssd around? An old 120gb should be sufficient

lavish epoch
#

currently not, but I think I could find that in a couple of days

#

I am truing to figure out how to display io with htop

sullen basin
#

wait I start my vm :D

#

it's not displayed in htop (afaik and without further configuration)

#

but in top

#

I/O wait should be the "wa" stat in the top

#

wa is time spent waiting for I/O (like disks)

lavish epoch
#

I figured out
peak was ~ 600K/s

#

(writing)

sullen basin
#

600kb/s hmmm

lavish epoch
#

oh, ok I restart with top and wa

sullen basin
#

Yes

#

wa is the time cpu waits for your disk

#

perfect would be 0 :D

lavish epoch
#

wa is already at 2 to 4 with server running..... and it went to 0 to 1

#

I stop it and watch it

sullen basin
#

ok 2 to 4 is not bad

#

e.g. 40 would be bad

#

you also could do timings

lavish epoch
#

36,5 is the highest currently. 29 most of the time

sullen basin
#

in minecraft

sullen basin
#

thats long

#

your cpu is waiting for your disk

lavish epoch
#

Thank you so much for the diagnostics ๐Ÿ™‚

#

New mission : find and old ssd

sullen basin
#

no problem, it's really just reading the errors

#

:D

sullen basin
lavish epoch
sullen basin
#

Well the "thread is waiting on monitors" was spammed multiple times.

Locked on:net.minecraft.world.level.chunk.storage.RegionFile.a(RegionFile.java:328)
means that the Java thread (thread is waiting on....) waits for RegionFile. I thought about Minecraft saving/storing it's chunks and region information in files. Thus java is waiting for this process to finish during your server shutdown.

#

potentially caused by a slow disk

#

to check for this we can use stuff like top and other tools (iostat) to check if the cpu which is running java threads is waiting for the disk during server shutdown - explaining the errors

#

and we did :D

lavish epoch
#

*you ๐Ÿ™‚

sullen basin
#

nah, I just got the direction for you

lavish epoch
#

And thank you for that. I had no clue how to check hdd usage. I am pretty sure I will reuse this knowledge soon enough

sullen basin
#

you can solve any problem by reading logs really - also knowing some linux and java basics helps too lol

#

I assume you're not familiar with linux - if you're interested in learning, there are a few good courses on reddit like the linux upskill challenge

lavish epoch
#

You are ashaming me, I work on linux for years !!! ๐Ÿ˜„

sullen basin
#

Sooner or later you will also stumble upon file permissions

#

oh

#

:D

#

ok

lavish epoch
#

I am quite used to tell people to read the error messages

#

A little shot of humility for me ๐Ÿ™‚

sullen basin
#

I'm sorry :D

lavish epoch
#

I learnt some things, it was worth it. Thanks

sullen basin
#

so now you know about cpu i/o wait to check if cpu is bottlenecked by hard drives :D

lavish epoch
#

My daily issues are more on RAM/CPU than IO.

sullen basin
#

I also learned about that much later and was once humiliated by a co-worker

lavish epoch
#

and definitly, this will be useful. I am currently trying to understand iostat.

sullen basin
#

so no shame there

#

new problems = new tools and use-cases for stats hehe

lavish epoch
#

I am quite puzzled, iostat is very steady in fact. I was expecting %iowait to reach crazy values. It didn't get over 3%

sullen basin
#

during normal server run?

#

what about during server shutdown?

lavish epoch
#

steady from before running, launching, running and stopping

sullen basin
#

Huh

#

try

iostat 1 | grep -A1 %iowait

#

for a faster interval

#

and better readability

lavish epoch
#

I was using watch, please don't tell me it is bad, I use this quite quite often

#

for the record

Now I retry with your method

#

aaaaand.... watch is betraying me ๐Ÿ˜ข

sullen basin
#

lol

#

I don't know what watch is tbh

#

oh ok I read it

lavish epoch
#

watch AnyCommand
will execute AnyCommand every 2sec.

sullen basin
#

not needed for iostat since you can tell iostat to execute every X seconds (iostat 1 for once every second)

#

but nice tool

#

but the betrayal sucks tho

lavish epoch
#

yes, it was until now !! ๐Ÿ˜„

sullen basin
#

I'm curious about the explanation why watch tells you 3%

#

while it says >30% for 20 seconds

#

with this you can definitely say that nearly 40% of the time your CPU is waiting for your hdd

#

if nothing else is running on the server except Java you can say that Java (Minecraft) is waiting 40% of the time for your hdd

lavish epoch
#

firefox and a few things are open. But when MC is off, %iowait is almost 0. So yes, definitely

sullen basin
#

yeah and firefox is not writing to your disk (I HOPE)

lavish epoch
#

btw, the inconsistency is strinking
(especially on %idle here)

#

I hope so

sullen basin
crimson blade
#

I don't know if I'm just noticing it today but I have had like 6-7 random people try to join my server today despite my not advertising it at all? Is there an issue with bot accounts trying to randomly join IP's and their ports (I'm not even on the default port)??

sullen basin
crimson blade
#

It's a whitelisted server so it's not like they're getting on. I'm unsure what the intentions are though. It seems malicious since they shouldn't know the IP nor port

sullen basin
#

It might be bots searching for open servers

crimson blade
# sullen basin same ips/usernames?

Usernames are different. I'll be honest the screen the server was up in got reset I'm not sure about the IP's and I am not sure if Minecraft logs attempted joins in areas anywhere in the files.

crimson blade
sullen basin
crimson blade
#

Though I will admit I should familiarize myself with the log4j exploit a little more

sullen basin
lavish epoch
#

yes, it was starting on this screenshot. left is server, top right is iostat 1, bottom right is watch iostat

sullen basin
sullen basin
crimson blade
#

or something like that*

crimson blade
lavish epoch
sullen basin
sullen basin
#

If it's the same IP all the time you can block it

#

but I if you got a whitelist you're safe

#

you don't need to care about that I guess

#

does the usernames look normal to you? Somebody might try different usernames to match with users on your whitelist

#

online-mode? @crimson blade

crimson blade
sullen basin
crimson blade
#

I am curious as to know if my linux machine is susceptible to the log4j issue. Do you have any tips on how I can go about checking that or if you have an article that might educate me a little more on that? Cybersec isn't my strongest suit ngl but I can learn whatever

#

Here's the usernames I banned today hold on

sullen basin
crimson blade
#

SendoIori, Hygrekel2, LinkyRicky, Faust305, furian91, steelroo, BadBoy1887

crimson blade
sullen basin
#

I found a reddit topic where these exact usernames are listed

crimson blade
sullen basin
#

I would assume this too

#

probably bots

#

scanning for vulnerbilities like log4j

sullen basin
#

So you're safe

#

at least from log4j exploits