#help-server

1 messages ¡ Page 248 of 1

keen hemlock
#

Try using that

cursive mortar
#

with what tho

keen hemlock
#

Imma get autmodded soon

#

I recommend termius

#

It's an ssh client

idle yew
#

I made the plugin with Maven

keen hemlock
#

Yea

#

Ok

#

Could u paste ur pom.xml?

#

?paste

keen crestBOT
idle yew
cursive mortar
#

terminus seems to have quiet a bit of overhead including having to log in/make an account

#

more looking for a local program that can just directly connect

#

looking into mcrcon

keen hemlock
#

Change the maven.source.compiler to 8

#

Same with the maven.source.target

#

And rebuild

#

In the pom

cursive mortar
#

ok so mcrcon works pretty well

#

running on a local test server

#

but it does not have any console feedback

#

i.e. it cannot see commands run by players, cannot see chat messages etc

#

is this a limitation of rcon itself?

idle yew
#

It's working now

cursive mortar
#

its exactly what im looking for, but the only limitation is that it cannot see live chat or stuff that the regular console can

keen hemlock
idle yew
#

👍

#

ty

keen hemlock
cursive mortar
#

hm

cursive mortar
keen hemlock
#

Ssh

cursive mortar
#

hm

keen hemlock
#

You need correct host login credentials

cursive mortar
#

127.0.0.1
25575
toor
not much else I can think of really

#

I am getting this in the console

hallow rover
#

Boston’s it’s own breed though

cursive mortar
#

what am I forgetting to put in lol

keen hemlock
#

Or do you mean mass in general

cursive mortar
#

@keen hemlock what username do you use

#

got it working. used the SSHD plugin

#

also the terminus console

keen hemlock
#

Ok

radiant oriole
#
Unrecognized option: --version
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.```
tawny dust
#

Try with one -

radiant oriole
#
java version "1.8.0_281"
Java(TM) SE Runtime Environment (build 1.8.0_281-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.281-b09, mixed mode)```
#

How do I get to the minecraft server directory?

tawny dust
#

Do you know where it is

radiant oriole
#

On my pc- yes

tawny dust
#

Alright right click on a file in that folder and copy the path

#

Is the folder on your c drive?

radiant oriole
#

yes

#

Do I need the path of the folder or the file itself?

tawny dust
#

Path to folder

radiant oriole
#

Got it

tawny dust
#

When you have the path run cd <path>

radiant oriole
#

ah ok

#

thanks

#

but from there when I try to run -jar server.jar like instructed by JurassikLizard, it says '-jar' is not recognized as an internal or external command, operable program or batch file.

tawny dust
#

Yeah that's not the full command you need to run

#

Also I'd recommend you create a bat file

radiant oriole
#

I ran java -Xmx1024M -Xms1024M -jar server.jar nogui and it created the necessary files. I can use a video from here. Thanks

#

Well I managed to create the files but I'm still having the same issue where when I double-click on server.jar to run it, a window pops up for a second and then closes. I have agreed to the eula

hallow rover
#

You don’t double click it to run it

#

Keep using cmd

#

Make a batch script if you wanna double click on a file to start, where the batch script is the command you used before

radiant oriole
#

How would I do that?

hallow rover
#

In notepad, save a new file as “all file types” with the .bat extension (on windows)

#

Double clicking a bat file will run the command within it, where each new line in the batch file is usually a new command in cmd

radiant oriole
#

Should I have the bat file in my server's folder?

hallow rover
#

Yeah

#

Technically it doesn’t have to be if you made the batch file correctly to account for that, but for simplicities sake, place it there

radiant oriole
#

So I have a start.bat file in my server folder

#

What now?

hallow rover
#

Sweet, and just to make sure, what’s within it?

#

Like, what’s the actual bat file running

radiant oriole
#

How would I check that?

hallow rover
#

Oh forgot to say, you paste the startup command you used earlier within it.
You can right click it and hit edit, or open notepad and open it within there

#

Sometimes hitting edit in the right click menu just runs it idk why

radiant oriole
#

Ok I put the command in

hallow rover
#

Also pro tip

#

At the bottom of the batch file, write
PAUSE
On its own line

#

That way if the server crashes, you have the console open still to see what happened. Without that, the cmd will close after the server shuts down

radiant oriole
#

Ok, thanks. Now should I be able to start server.jar ?

hallow rover
#

You’ll want to double click the bat file to start the server

#

The bat file tells your computer how to run server.jar

radiant oriole
#

oop, it's working

#

Thanks a lot!

hallow rover
#

Ayee nice! Good luck with your adventure 😄

radiant oriole
#

Thanks!

west cloak
#

Hi!
I have all this WARNS but I don't know why...

[Sun, 18. Apr 2021 14:37:18 UTC WARN] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
[Sun, 18. Apr 2021 14:37:18 UTC WARN] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
[Sun, 18. Apr 2021 14:37:18 UTC WARN] at net.minecraft.server.v1_16_R3.LegacyPingHandler.channelRead(LegacyPingHandler.java:88)
[Sun, 18. Apr 2021 14:37:18 UTC WARN] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
[Sun, 18. Apr 2021 14:37:18 UTC WARN] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
[Sun, 18. Apr 2021 14:37:18 UTC WARN] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
[Sun, 18. Apr 2021 14:37:18 UTC WARN] at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
[Sun, 18. Apr 2021 14:37:18 UTC WARN] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
[Sun, 18. Apr 2021 14:37:18 UTC WARN] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannel
west cloak
#

and now that:


[Sun, 18. Apr 2021 15:01:46 UTC ERROR] ------------------------------
[Sun, 18. Apr 2021 15:01:46 UTC ERROR] Current Thread: listenerPool0-thread8
[Sun, 18. Apr 2021 15:01:46 UTC ERROR] PID: 233 | Suspended: false | Native: false | State: TIMED_WAITING
[Sun, 18. Apr 2021 15:01:46 UTC ERROR] Stack:
[Sun, 18. Apr 2021 15:01:46 UTC ERROR] sun.misc.Unsafe.park(Native Method)
[Sun, 18. Apr 2021 15:01:46 UTC ERROR] java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[Sun, 18. Apr 2021 15:01:46 UTC ERROR] java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
[Sun, 18. Apr 2021 15:01:46 UTC ERROR] java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
[Sun, 18. Apr 2021 15:01:46 UTC ERROR] java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
[Sun, 18. Apr 2021 15:01:46 UTC ERROR] java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
[Sun, 18. Apr 2021 15:01:46 UTC ERROR] java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[Sun, 18. Apr 2021 15:01:46 UTC ERROR] jav
thorny steeple
#

how can i unload all unused chunks after x loaded chunks?

tawny pawn
#

the chunks are automatically cleaned once a clean task happens in unseen chunks

#

so what you need to do?

dapper wind
#

What is the Best Staff Plug in

spiral cradle
#

guy help me

#

i cant pvp mobs on my server

ebon halo
#

well obviously, they aren't players silly

spiral cradle
#

nonon

#

mobs

#

spider

#

zombie

#

my plugins

thorny steeple
thorny steeple
#

and those chunks remain loaded

tawny pawn
#

oh right

#

yes, that's true

#

wait

#

they still get cleaned

thorny steeple
#

yeah

#

after some time

tawny pawn
#

but they'll load

thorny steeple
#

but until they get unloaded

#

there will be a lot of lag

spiral cradle
#

help me plz

tawny pawn
#

you can limit the max velocity then

#

of the cannon

#

i don't think a cannon should have the ability to load 15 chunks

west cloak
#

is there a plugin that disables 1.16.5 critical hits?

dapper wind
thorny steeple
#

For example?

#

i think both Staff+ and Staff++ have save problems that cause lag

tawny pawn
#

we're in help server

#

someone'll have to program it

spiral cradle
keen hemlock
#

What do you mean by that

#

1.16 crits aren't different from 1.15

#

All mc versions have crits

tawny pawn
#

i guess he wants something that work for that version especially

#

the others aren't of matter to him

keen hemlock
#

But I mean

#

Why 1.16 crits specifically

#

They are the same as all other crits in all other versions

#

He should have said 1.16 plugin to disable crits otherwise

west cloak
brave pine
#

I think he means axe crits

west cloak
#

yeah

#

axe crits

keen hemlock
#

Those aren't op

#

And they've been there since 1.9

#

It's a part of the game

#

Its a tactic

#

Its part of thebsttategy

#

Why would you want to disable them

#

Plus, it takes like 5 hits with dis axe and dis armor

muted vale
dapper wind
#

what are some good paid minecraft plug ins?

tawny pawn
#

not mine

celest ivy
#

what kinda server u building

#

also, not mine

dapper wind
dapper wind
celest ivy
# dapper wind Smp

talk around your players see what they want

general purpose plugins probably, I don't go for paid plugins unless they're high effort enough to warrant it, and add something meaningful to the server (major world events and minigames, maybe a world generator)

celest ivy
#

vulkan

#

can?
Idk how it's spelled I just know it works

#

The best anticheat is made by cheaters 😎

dapper wind
#

Staff GuI?

celest ivy
#

Never used it but it could be nice

dapper wind
#

I want one

celest ivy
#

grab it

west cloak
#

anyone know any good plugins for a kinda new server owner

west cloak
#

1.16.5 axe crits can probably kill you with 2-3 hits

finite marlin
#
> 20:50:06 [WARNING] Query - Incorrect magic!: /IP HERE:53275```
Does anyone know why my Bungee console spams this every second?
west cloak
placid coral
#

best anticheat is /stop

west cloak
#

how to execute a command in a specific multiverse world

#

that you are not in

keen hemlock
next heart
#

Hi, AdvancedEnchantments plugin is not working. I tried removing other plugins. I wrote to administrators, hosting support, nothing helped. My game engine is PaperSpigot. Can something be done about it? Version 1.16.5.

#

Link to this error

quaint canopy
#

hay what are the best ways to make your server safe ?

#

i have like bungee guard

#

and anticheat but ive seen some like auto op clients is there a way to prevent this?

heady pumice
#

auto op clients
unless you're using minecraft beta versions you're fine regarding that lol

quaint canopy
#

ahh

#

okii

glad grail
#

Hi, how can I disable the overworld on a Server? Thanks in Advance

quaint forge
#

you can't

glad grail
#

oh ok, thanks

#

And can I disable the nether?

quaint canopy
#

how can i see what plugin is taking over my server icon?

#

because i have it all setup correctly

heady pumice
glad grail
#

thanks

quaint canopy
heady pumice
quaint canopy
#

ill send over the icon thingi

west cloak
#

Hey guys, I wanted to ask how I can upload a plugin to www.spigotmc.org
Kind regards Meik

heady pumice
# quaint canopy

can't really tell you what's wrong with that, but you can also try removing the server from your list and adding it again, you might've cached the default one. As long as the png is in the top folder and you restarted, you should be gucci

fiery thorn
west cloak
#

thx

celest ivy
tulip bone
#

Anyone know why it lags so much upgrading from 1.12 to 1.16 like creating a void world takes longer. just seems like everything takes more?

thorny mesa
#

because minecraft have been more complex since 1.12

tulip bone
#

yeah but like i don't rly understand it

#

cause its more complex does it mean it has to be 10x more laggy

#

i don't 100% understand?

thorny mesa
#

Since the beginning, every Minecraft server has had the issue with the game lagging when too many people join the server. 2b2t and many other large Minecraft servers have had this issue for years now, yet nothing much has ever been done. Let's take a deep look into how all of this effects the game as a whole.

2b2t 1.13 April Fools Video: https:...

▶ Play video
#

maybe this video help you

tulip bone
#

hmmm

#

Yikes

#

i understand

spring igloo
#

How can i disable natural mob spawning?

harsh kindle
#

type

keen hemlock
keen hemlock
tulip bone
#

I mean yeah obv... but like its just a few changes it should not be 10x as more laggy

keen hemlock
#

It's not a few changes though

tulip bone
#

feel like its just badly optimized like how can forge mods have tons more features and less lag?

#

Like rl craft is pretty good

quaint forge
#

1.13, the flattening, the way the game handles stuff like blockstates changed

#

1.14, they re-engineeered the entire chunk system into a more stateful/partitioned system

#

So, yea, it's become more complex

#

they overengineered the shit outta their data upgrade logic

#

they overengineered the shit outta the chunk system

keen hemlock
#

Lol

quaint forge
#

i worked it out with some rough averages, but, 1.14 literally added a good few ms to the server each tick, just because they had to access the chunk logic for every entity to check "are we in a ticking chunk"

tulip bone
#

so there is no point in going for 1.13+ if i don't want any features from there

reef parcel
#

well there is, newer versions of the game are actually maintained

#

but the benefits are reduced

hallow rover
#

I mean if you want support you want most recent

spring igloo
#

I want to disable natural mob spawning when generating chunks

#

disabling doMobSpawning doesn't work

serene berry
#

I'm looking for some custom tnt. I feel like I searched every available resource and i have come up short for 1.16. Does anyone happen to have an existing plugin that makes a slightly stronger version of tnt in addition to the base form?

#

UltimateTNT allows you to edit the existing tnt but all tnt is still the same. I just want something to work alongside regular tnt

lunar gazelle
#

hello! could you pass me a plugin of skins that works for the version 1.7.10 please

safe garden
#

how do set it up so that players have different permissions in different worlds? I use luckperms

mellow dock
#

I believe they have a discord

rugged torrent
#

Hello someone knows of some geiser configuration that is compatible with Slimefun.. I'm failed by the enchantment table and the anvil

signal ivy
#

ask in geyser?

#

If it does not work with floodgate 2.0 theres probably nothing you can do

raw palm
#

hello, is there a plugin that could allow cracked clients to join on my online server?

mellow dock
#

Probably not

#

We don’t support cracked servers

raw palm
#

oh okay

hollow siren
#

help me with this error i set connection-throttle: -1 onlien mode: false

#

can you help me

#

@wise wigeon

#

@everyone help me

tawny dust
#

Bruh

hollow siren
#

i need help

#

no one replying

#

so i did that ]

tawny dust
#

Yeah no you need to learn some patience

hollow siren
#

ok hw much

west cloak
#

how old are you?

#

my god

hollow siren
#

15

tawny dust
#

My guess would be younger

west cloak
#

anyway that server might be down

hollow siren
#

why

coral nimbus
#

this is why

#

@everyone

hollow siren
#

i am the owner of the server

coral nimbus
#

v

#

HELP

#

sdfg

#

dgdf

#

hd

#

thats why

hollow siren
#

and the server is online

coral nimbus
#

you need to set online mode to false in the server.properties

hollow siren
#

i did that

coral nimbus
#

oh

#

I see oops

west cloak
#

are you sure bungee mode is enabled ?

coral nimbus
#

the server is offline

#

or it cant connect to it

hollow siren
#

the server is online the proxy is also online and the hub is online

west cloak
hollow siren
#

yes

#

i am sure

#

first i connect to the server so i got redirected to the hub as usuall then i try to connect to survival server it give me that error

#

its true

fossil obsidian
#

who tagged me lol

tawny pawn
#

click the bell

#

ah nvm

#

it's the icon by the question mark

fading sorrel
fossil obsidian
broken moss
#

Anyone what can do this?

jagged orbit
#

yep

broken moss
#

can you help me how can I disable this?

jagged orbit
#

what plkugins do you have

broken moss
#

w8

#

I checked WildStacker, and it's not by this plugin

prisma garnet
#

that is a lot of plugins

#

I don't think I've seen that many plugins before DogKek

prisma garnet
broken moss
#

3D model in resourcepack

lunar gazelle
#

hello! could you pass me a plugin of skins that works for the version 1.7.10 please

broken moss
lunar gazelle
#

no support for 1.7.10 is there any older version that has it? or how could I fix it?

tawny dust
#

You should update to a newer version

broken moss
#

why using 1.17.10 xd

#

There is 1.16.5

lunar gazelle
signal ivy
#

just use an older version @lunar gazelle

#

go to version history and then download one of the versions from a few years ago

median bloom
#

but 1710 no lag!!

west cloak
#

My server is lagging a lot, like a lot due to the huge amount of items... Is there any changes I can make except let them despawn after 30 seconds? I really need to fix this asap...

signal ivy
#

timings report

west cloak
#

i need world edit

west cloak
#

Frenc ?

left grotto
#

How am i able to disable natural mob spawning completely? When generating new chunks also?

blazing sentinel
left grotto
#

that is stupid

#

do i really have to cancel natural creaturespawnevent

blazing sentinel
#

itll just kill the mob problem solved

#

ezy pzy

quaint forge
#
  1. set the spawn limits to the world to 0
#
  1. for new chunks, you'll need a plugin which will delete the mobs in new chunks
left grotto
#

and set

#

ticks per animal-spawns to -1?

west cloak
#

can I reload bungeecord config without restarting it?

ashen fox
#

There is /greload but not sure if it does everything, you should just restart

pearl spear
#

is there a plugin/command that locks a server until it resets?

jagged orbit
#

wdym by lock

pearl spear
#

like so no one else can join

jagged orbit
#

and by reset you mean finish reloading?

pearl spear
#

yeah

#

like as if you turn it off and on

jagged orbit
#

short answer: dont reload

#

it can mess up plugins

west cloak
#

How to add discord srv

pearl spear
#

im talking about turning it off and on

#

like close server

#

reopen server

jagged orbit
#

/restart

pearl spear
#

thats not really what im asking

jagged orbit
#

yeah I'm not 100% understanding

pearl spear
#

ok so

#

im wondering if theres a command/plugin that i can use that locks a server so no one else can join it, until the server stops and reloads back up

jagged orbit
#

ah right I see my bad, I can't write something up for you quickly if oyu'd like

#

i can just make it enable whitelist until restart

pearl spear
#

oh that would be awesome

#

well its for a minigame server

jagged orbit
#

is a whitelist fine? or i can just kick them from it

pearl spear
#

i think so

#

but it needs to be so it whitelists the people in the game already

jagged orbit
#

sweet give me like 15 mins

#

and kick current players?

pearl spear
#

oh awesome

#

yeah

jagged orbit
#

what you want the command to be

pearl spear
#

anything works

#

its gonna be automatic so whatevers easier

jagged orbit
#

bet

candid lintel
#

When I make the world named world want to make another world, it gives an error like this. how can i solve the problem?
https://paste.in/0byUMS

leaden dome
#

hey guys

#

if i extract my fishing EXP how can i get it back?

west cloak
#

how do I not show other peoples islands on iridium skyblock

mortal robin
west cloak
#

huh

#

why @ peach

muted vale
west cloak
#

uhh

#

what is the best plugins for prefix?

#

Luck perms

west cloak
muted vale
#

i was helping @candid lintel

west cloak
#

o

muted vale
#

hres how u delete maps

#
public void deleteMaps() {

        for(AnniPlayer ap : main.getPlayers().values()) {
            ap.setSpawnPoint(new Location(Bukkit.getWorld("world"), 25, 52, 25));
            ap.getPlayer().teleport(ap.getSpawnPoint());
        }
        if(selectedWorld != null) {
            Bukkit.getServer().unloadWorld(selectedWorld, true);
            deleteWorld(selectedWorld.getWorldFolder());

        }
        
    }
west cloak
#

uhh make sure you did it correctly

#

i use essencialX

#

ig thats y

#

make sure you put the correct place holders

#

in essentials config

#

i think

candid lintel
#

That site is banned in my country

serene berry
#

Does anyone have suggestions on how to overcome the devaluation of iron/gold ingots in a server

#

For a PVP factions server with mcmmo if that matters

muted vale
muted vale
#

maybe make them harder to get?

serene berry
#

Nah the server has iron golem spawners

muted vale
#

if you want iron and gold ingots to be worth something then you cant just give them away constantly

serene berry
#

I was wondering if there were any plugins that might consume iron/gold

#

In large quantities for some benefit

candid lintel
west cloak
muted vale
#

thats how u cop worlds

west cloak
#

{prefix}{displayname}{sufix}:

#

thats the format

#

no clue then

quaint canopy
#

anyone here used vival nodes?

#

they have jjust shut everything down with 0 notice

#

is there a way i can download server files? because i can't get on the webiste

chrome plover
west cloak
#

Tru

chrome plover
west cloak
#

where dat

#

@chrome plover

chrome plover
#

At the top of the thread

#

i dm'd u

west cloak
#

kk

quaint canopy
#

anyone know if i can download server files?

#

my host has locked us all out of our servers

reef parcel
#

if your host has locked you out, not really

#

you can persist the world to a point, however only data that gets sent to the client so really a non-solution

short pewter
#

does anyone know any tutorials on how to enter the server via bungeecord? I don't know why I go straight through the minecraft server

west cloak
#

what do you mean by go straight through?

minor badger
#

Hi, so I'm using spigot 1.16.4-R0.1-SNAPSHOT and netherite isn't working. Anyone know why and how I can fix it. I can spawn it it but every 1.16 block can't be placed

short pewter
#

there is no straight word anywhere in the translator translation

#

in translation by a translator

#

¯_(ツ)_/¯

weary quiver
#

can i run any plugins with outdated spigot?

reef parcel
#

no

#

ones that rely on newer versions will not work

neat umbra
#

its a 50 50 it will work or it will not

#

depends on the plugin mostly

weary quiver
#

oh

#

its bad

neat umbra
#

well ima tell you from now,swtiching directly from 1.8 to 1.16 is a no no

weary quiver
#

i can see a lot of plugins in the server list but if i install one server will not start

neat umbra
#

plugins shouldnt affect server starting

weary quiver
#

i even dont know what my spigot version is

neat umbra
#

you should look into the problem

#

if a plugin fails its usually marked as red in the plugin list,it wont stop the server(unless a shitty plugin)

weary quiver
#
19.04 20:17:36 [Server] INFO *** Please download a new build as per instructions from https://www.spigotmc.org/go/outdated-spigot ***
19.04 20:17:36 [Server] INFO *** Error, this 
build is outdated ***```
#

read from down to up

neat umbra
#

while you should update its not server breaking

weary quiver
#

i ducked the console a bit

neat umbra
#

you just have to wait the 20 seconds and ur good

weary quiver
#

it doesnt start

neat umbra
#

post what happens after

weary quiver
#

i often wait like an hour

#

kk

neat umbra
#

are you sure you didnt just not refresh the console

#

try type something after the seconds as it usually refreshes the console

weary quiver
#
19.04 20:18:15 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_242]
19.04 20:18:15 [Server] INFO at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:940) ~[?:1.8.0_242]
19.04 20:18:15 [Server] INFO at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:975) ~[?:1.8.0_242]
19.04 20:18:15 [Server] INFO at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280) ~[?:1.8.0_242]
19.04 20:18:15 [Server] INFO at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273) ~[?:1.8.0_242]
19.04 20:18:15 [Server] INFO java.util.concurrent.CompletionException: net.minecraft.server.v1_15_R1.ReportedException: Exception generating new chunk
19.04 20:18:15 [Server] Server-Worker-5/WARN Server-Worker-5 died
19.04 20:18:15 [Server] Server-Worker-5/INFO Preparing spawn area: 11%
19.04 20:18:15 [Multicraft] Skipped 10993 lines due to rate limit (30/s)
19.04 20:18:13 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1604) [?:1.8.0_242]
19.04 20:18:13 [Server] INFO at net.minecraft.server.v1_15_R1.PlayerChunkMap.lambda$21(PlayerChunkMap.java:475) ~[craftbukkit.jar:git-Bukkit-8160e29]
19.04 20:18:13 [Server] INFO at net.minecraft.server.v1_15_R1.ChunkRegionLoader.loadChunk(SourceFile:167) ~[craftbukkit.jar:git-Bukkit-8160e29]
19.04 20:18:13 [Server] INFO at net.minecraft.server.v1_15_R1.Chunk.a(Chunk.java:360) ~[craftbukkit.jar:git-Bukkit-8160e29]
19.04 20:18:13 [Server] INFO at net.minecraft.server.v1_15_R1.HeightMap.a(SourceFile:171) ~[craftbukkit.jar:git-Bukkit-8160e29]
19.04 20:18:13 [Server] INFO at java.lang.System.arraycopy(Native Method) ~[?```
#

welp thats what i have

#

it just start generating the chunks

#

then stops at this

neat umbra
#

do you have a terrain generator plugin?

weary quiver
#

Server] INFO at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[craftbukkit.jar:git-Bukkit-8160e29]

neat umbra
#

or are you trying to convert a old world to a new version?

weary quiver
#

no

neat umbra
#

delete the world folder and try again

weary quiver
#

nope

limber cove
#

Back it up*

weary quiver
#

it is 1.16.3

idle dove
#

sounds like you butchered smth with the world folder

limber cove
#

Yep

neat umbra
#

i mean if its generating new chunks not like its gonna matter deleting them

weary quiver
#

i bet it is loading chunks

#

Server thread/ERROR Couldn't load chunk [-8, -20]

#

cuz of this

neat umbra
#

well that is indeed a strange error wich shouldnt happen

#

also if ur going full new why not go for 1.16.5?

#

might as well use latest

weary quiver
#

i cant change it

#

no way to

idle dove
#

back up ur worlds folder and try latest

neat umbra
#

wut whos stopping you

weary quiver
#

i am not hosting the server on my pc basically

#

ok

#

idk i am just renting the server, i bought it on 1.16.3 and i cant change

#

i can change the .jar

neat umbra
#

what host

idle dove
#

do you have access to the terminal

weary quiver
#

russian host

#

what is a termina;

neat umbra
#

well even a basic host should still offer you full control over the server

weary quiver
#

oh

#

idk

#

ill see

neat umbra
#

hopefully ur not paying much for it if thats the case

idle dove
#

yeah

idle dove
limber cove
#

0.5 dollers

limber cove
idle dove
#

very good description imo

limber cove
#

Most hackermens also use nano

#

Instead of vim

idle dove
#

nano superior

limber cove
#

Yas

neat umbra
#

best hackers use filezilla to modify it in notepad++

limber cove
#

I actually do lol

idle dove
#

lmao

weary quiver
#

~1.1 dollar each person

limber cove
idle dove
#

i prefer vscode instead of notepad++ because terminal

neat umbra
#

hmm can you post the host name?

idle dove
#

i use wsl, windows, and ubuntu

limber cove
idle dove
#

true

limber cove
#

That way I prefer intellij

weary quiver
#

ru-hoster

limber cove
#

For everything

idle dove
#

i can clone git repos from there easily tho

limber cove
#

Cuz AUTOCOMPLETE GO BRR

#

A

idle dove
#

i use vscode as a text editor and for cloning repos and where i need the terminal, everything else intellij

weary quiver
#

actually if i am playing on vanilla mc its fully ok

neat umbra
#

10 GB NVMe SSD well

#

ur fkd

weary quiver
#

nope

#

2 gb :)

idle dove
#

my ubuntu dual boot thing has a max of 20gb lol

idle dove
limber cove
neat umbra
#

with a rly small border im sure

weary quiver
#

we are playing in a company of 5

neat umbra
#

i let mine run wild

limber cove
#

Lol

neat umbra
#

and its ~50gb

weary quiver
neat umbra
#

gonna upgrade to dedi next month

weary quiver
#

we are broke students basically

neat umbra
#

gonna look for some decent quality one at 110-150

limber cove
#

Die

idle dove
#

haha i use raspi

#

not that bad tbh

limber cove
weary quiver
#

welp

limber cove
#

It's gud

weary quiver
#

then i gotta play on vanilla

neat umbra
#

nah might go with hetzner or ovh

limber cove
#

No hetzner

#

If ddos

#

If no ddos

weary quiver
#

thx for trying to help @neat umbra !

limber cove
#

Hetzner op

limber cove
neat umbra
#

idk heard they added quite a good firewall now however its manual

idle dove
#

hetzner is very good, would recommend

neat umbra
#

by manual i think you have to set up the rules urself

limber cove
#

One bot attack

#

They shut ur server down

neat umbra
#

also you know nobody is using plain dedi right?

limber cove
neat umbra
#

there are alot of ddos protection like tcpshield

#

available even for free

idle dove
limber cove
idle dove
limber cove
idle dove
#

that constantly needs to restart to switch os

idle dove
limber cove
#

😂

idle dove
#

ubuntu means my minecraft performs wayyy better

#

than windows

limber cove
#

Sad arch noises

idle dove
#

with sodium i get like ~150fps on windows, on ubuntu i get like ~1000

#

nvidia optimus is a bit, well shit

limber cove
#

My hackerman friends: I use arch lick my ass

idle dove
#

but since, on ubuntu, the whole desktop is drawn on the dedicated gpu the battery dies when im on ubuntu

limber cove
#

You would have thought it was lighter

#

Lil

idle dove
#

like 65% 58mins remaining

#

120hz display tho ¯_(ツ)_/¯

limber cove
#

I have a gaming lappy

#

And a pc too

#

Gaming lappy

#

80 degree cpu

#

On idle

#

😂

idle dove
#

that config isnt there anymore

idle dove
neat umbra
#

noice and chilly

limber cove
#

Pc?

idle dove
limber cove
#

My lappy GPU idles at 75 degreees

#

POG

idle dove
#

lmao

#

at 75 degrees my fans die

limber cove
#

But it's actually 40 degrees here normally so......

#

Fans actually pull in 40 degree air

idle dove
#

u in india?

limber cove
#

😭

limber cove
#

How u know

#

Lmao

idle dove
#

i was born in delhi, but we moved to the uk when i was a yr old

#

idk i just could tell

limber cove
#

Nice

#

Even though 1 yr old

idle dove
#

i puked on the plane

limber cove
#

You know it's hot af

idle dove
#

:)

limber cove
#

How old

#

R u

idle dove
#

14

limber cove
#

Ohh

#

Nice

#

I wanna get out of here

#

Help me

idle dove
#

15 in 2 months

limber cove
#

😂

idle dove
#

lol

#

i got my laptop charger

limber cove
#

That won't help me

idle dove
limber cove
#

🤣

idle dove
#

lmao

limber cove
#

Fun fact

#

Only 0.5 %ppl get to iit

#

I have to do that

#

😂

idle dove
#

my dad's laptop charger cant charge my laptop cos his is 65 watts but mine is 135 watts, so he can use my charger but i cant use his

#

smh

#

lol

#

also, nvidia thinks solidworks is a game

limber cove
#

Better performance

idle dove
#

yeah but not as a game

limber cove
#

I learnt solidworks too lol

#

But I forgot half of it

#

;/

idle dove
#

shld just say it uses the nvidia gpu, not act as a game

limber cove
#

It's hard

#

But very useful

idle dove
#

yeah

#

thats the only reason i really use windows

#

apart from microsoft office

#

i need them for school

limber cove
#

Wow

#

Lol

idle dove
#

other than that basically linux or wsl

#

i use all the time

minor badger
#

Hi, so I'm using spigot 1.16.4-R0.1-SNAPSHOT and netherite isn't working. Anyone know why and how I can fix it. I can spawn it it but every 1.16 block can't be placed

#

spam?

#

I've sent 2 messages

reef parcel
#

repo without plugins

tawny dust
minor badger
# tawny dust Could you send the output from /version

[Mon, 19. Apr 2021 19:22:28 UTC INFO] This server is running CraftBukkit version git-Spigot-37d799b-3eb7236 (MC: 1.16.4) (Implementing API version 1.16.4-R0.1-SNAPSHOT)
[Mon, 19. Apr 2021 19:22:28 UTC INFO] Checking version, please wait...
[Mon, 19. Apr 2021 19:22:29 UTC INFO] You are 92 version(s) behind

mellow dock
#

Update

kind obsidian
#

When I go into spectator I can’t go through blocks or see invisible entities and I’m pretty sure it’s caused by a plugin the plugins are: dynmap, worldedit, hexnicks, worldguard, coreprotect, gsit

west cloak
#

Hi ! I've been experimenting with extra flags plugin and i was wondering if is there a way i can stop the command on entry for some users ? Or even better..make it so that if they have a piece of netherite armor on it doesn't execute ?

zinc raft
#

I have an SMP server running 1.16.5
When the 1.17 update will come what should I do? How can I update the world without damaging it? Or is there anything else I can do? Bcz I'm sure that alot of ppl will leave the server bcz they want to play the 1.17 update

#

And I don't think that a server update and resetting the world files is a good idea

zinc raft
dapper wind
#

What all do i need to download to make so i can host spigot off my pc

zinc raft
dapper wind
zinc raft
#

Yes sure

#

Ofcourse

dapper wind
#

Ok because I kinded of wiped all my files today and Could not rember

#

can you send me the download link

zinc raft
dapper wind
#

Yes

zinc raft
#

Just google java download

dapper wind
#

ok

zinc raft
dapper wind
#

ok good thats what I downloaded

zinc raft
#

Cool

#

Then u need the spigot jar file

#

@dapper wind u know how to get it right?

dapper wind
#

yes

dapper wind
zinc raft
dapper wind
#

Oh because its still not showing up as A Java file

#

do i need to restart my pc

zinc raft
dapper wind
#

Should it look like this

zinc raft
dapper wind
#

ok

zinc raft
#

Wait

dapper wind
#

Thank you

#

What?

zinc raft
#

U need a bat file

dapper wind
#

I*ts not showing up as a java file

zinc raft
#

Make a new .txt file in this same folder

#

And call it run.txt

#

And paste this in

@echo off
java -Xms#G -Xmx#G -XX:+UseG1GC -jar spigot.jar nogui
pause

And replace the # with how much ram u want ur server to use by GB

#

And save it

#

Exit and then change the name of that run.txt file to run.bat

#

And then run the run.bat file and it should start the server. After that it will download some files say that u will need to accept the eula so close the window and u will find a file call eula.txt so open it and go to the link mentioned in there and read the eula and if u accept to it go back to the eula.txt file and change the this line

eula = false

To

eula = true
#

@dapper wind are u still here?

dapper wind
#

yes

#

So do i Put this in next

java -Xms#G -Xmx#G -XX:+UseG1GC -jar spigot.jar nogui
pause```
zinc raft
#

Yeah after u make a run.txt file

#

But change the # to how much ram u want to allocate for the server in GB

jagged orbit
#

just make a run.bat and skip the renaming step

zinc raft
dapper wind
#

what Config do i make next

zinc raft
dapper wind
#

yes

#

I need to full config for in the eula

zinc raft
#

So u ran it as a bat file already?

dapper wind
#

yes

zinc raft
dapper wind
#

But what Gose in the eula config

#

What all should it say

fading sorrel
#

True

#

Instead of false

dapper wind
#

It dose not auto make the txt I have to add it

zinc raft
dapper wind
#

No

zinc raft
#

Can u join VC and show me?

dapper wind
#

this is what i see

fading sorrel
#

Bruh...

#

You leave EULA blank

dapper wind
fading sorrel
#

Did you open server.properties

dapper wind
#

I dont have one

zinc raft
#

Delete the eula.txt file and run the bat file again

fading sorrel
#

^

dapper wind
fading sorrel
#

What's your bat have in it

#

Coz it can't find your serverjar

dapper wind
fading sorrel
#

That's the issue...

zinc raft
# dapper wind

Change the name of the jar file from spigot-1.16.4 to spigot

fading sorrel
#

^

#

🙃

dapper wind
#

Thank you

zinc raft
#

Now is it working?

dapper wind
fading sorrel
#

Read it

#

Download the updated version...

dapper wind
#

I am

#

What one tho

#

1.16.5

zinc raft
#

Yes I think

fading sorrel
#

Did you click latest

#

Or1.16.5

dapper wind
#

I am not sure how

#

to download it

zinc raft
#

Vc?

fading sorrel
#

Click it

#

You're using 1.16.4

#

I mean there nothing wrong W using 1.16.4 but best to use latest

dapper wind
#

I have to go sorry

zinc raft
#

@fading sorrel do u make plugins?

fading sorrel
#

No, why?

zinc raft
#

Oh ok

#

No I was just curious about it

mortal robin
#

that was one of the worst "sentences" I've ever seen in my life

fading sorrel
#

^ not only was that "sentence" terrible; your logic doesn't really make any sense. Having knowledge on plugin development vs system/server administration is completely different.

fathom axle
#

Could world guard cause a proxy connect issue?

#

Extra flags

#

It says running motd then it kicks players

#

What causes motd to start when you join

heady pumice
fathom axle
#

I'm letting it reset

#

It just said no routing to host

warm crane
#

Whenever a player respawns, they dont have their wooden sword and leather armor, what do i do?

#

It also removes the arena when over my server hibernates and starts back up, and backups dont seem to be helping

hallow rover
#

Players losing items on death is normal

#

That’s survival mode

#

Or any mode afaik

reef parcel
#

It also removes the arena when over my server hibernates and starts back up
sounds like they're actually having trouble with some pvp arena plugin but just failed to mention that

fathom axle
#

Any ideal how to fix this?

sweet sonnet
#

my server is broken and i need help making a start.bat

#

and it crashes when i try to turn it on

sturdy phoenix
#

What OS?

#

I mean, you can just take a look at this

sweet sonnet
#

im on windows 10 64 bit

#

amd processor

#

i have a server and it used to work, but i screwed something up and it doesnt launch

#

i cant send the crash reports

sturdy phoenix
#

sure

#

send them

sweet sonnet
#

i cant

narrow coyote
#

why?

sweet sonnet
#

i need to verify spigot

narrow coyote
#

DMs

sweet sonnet
#

k

#

r u gunna help me?

narrow coyote
#

If i know how, yes

sweet sonnet
#

thx

#

i sent the error

narrow coyote
#

well, going off the relevant part of the error

Description: Exception in server tick loop

java.lang.NullPointerException: Exception in server tick loop
    at net.minecraft.server.v1_16_R3.JsonList.load(JsonList.java:164)
    at net.minecraft.server.v1_16_R3.DedicatedPlayerList.y(SourceFile:95)
    at net.minecraft.server.v1_16_R3.DedicatedPlayerList.<init>(SourceFile:22)
    at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:147)
    at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:809)
    at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$0(MinecraftServer.java:164)
    at java.lang.Thread.run(Unknown Source)

I believe something's failing to load when it comes to the player list, what exactly I'm not really sure.
Since it's an NPE, something's missing or not set properly.
I'd have to see what it's trying to load first

sweet sonnet
#

how can i show you?

#

screenshare?

narrow coyote
#

I have src code for the server, I'll just go through that :p

sweet sonnet
#

k

narrow coyote
#

I have a newer version, however assuming things are the same it's failing to load the list of banned players

sweet sonnet
#

i redownloaded all of my server files and dont use my old ones

#

it used to work

#

but i broke it when trying to swap a world file i thinl

narrow coyote
#

only other things that could fail to load are the op list, whitelist, and ip bans

sweet sonnet
#

those are all fresh lists

narrow coyote
#

strange 🤔

#

I assume generated and empty?

sweet sonnet
#

i can show u it starting up

#

it may be the start.bat

#

i kinda butchered it

narrow coyote
#

oh?

sweet sonnet
#

is there another way to start it

#

or can you send me a start.bat?

narrow coyote
#

the most basic thing you can do is

java -jar <server path> e.g java -jar spigot.jar

sweet sonnet
#

what should i do as my server path

#

it is named server

#

and it is on my desktop

narrow coyote
#

it would be whatever the server jar is called, if the bat is in a differently folder, you'd include the file path to said jar as well

sweet sonnet
#

my server is called server.jar

#

k

#

so i just make it say server?

#

i only have extensive knowledge of this, my friend helped me make my server but he cant help me fix it rn

narrow coyote
#

pretty much, assuming the bat is in the same folder as the .bat you'd just need it to be

java -jar server.jar

sweet sonnet
#

k

#

so it is: java -jar server e.g java -jar spigot.jar

#

Error: Unable to access jarfile server

#

@narrow coyote?

fading sorrel
sweet sonnet
#

no

#

wait

#

ues

fading sorrel
#

Did you or not

signal ivy
#

did you just rename buildtools?

sweet sonnet
#

yes

signal ivy
#

that's the issue

sweet sonnet
#

i renamed to spigot.jar

#

not buildtools

signal ivy
#

you need to run buildtools to make the spigot.jar

#

?buildtools

#

what's the fucking command

sweet sonnet
#

my server is fresh, i created a brand new one

narrow coyote
fading sorrel
#

java -jar spigot.jar

#

Is what you want

sweet sonnet
#

imma just wait for my friend and have him help me

dapper wind
#

who can set upi bungeecord for me

fathom axle
#

I can how many servers?

#

@dapper wind

dapper wind
fathom axle
#

what server hosting do you have

dapper wind
limber cove
#

Dm me

#

If you want

west cloak
#

What is the command

#

Use for world guard so that we can't break blocks

#

Plss help

fathom axle
#

@limber cove you try to

#

i have it set up, he don't have a proxy

limber cove
#

wow

#

lol

fathom axle
#

3 big servers

#

I have try to back loop it to the spare ip

limber cove
#

uhhh

#

do you know your stuff?

fathom axle
#

yes

limber cove
#

english?

#

😂

fathom axle
#

some, more french

limber cove
#

ohh

#

that's why

#

lol

#

alright, if he is happy then ok lol

signal ivy
#

like what

kind obsidian
viral mica
#

I get this error when I try to build 1.14.1 using BuildTools and Gitbash on Windows why and how can I fix this?

glacial sundial
#

--disable-certificate-check

#

or fix your java install / system

viral mica
#

I use java 10 is this wrong?

coral nimbus
west cloak
#

How Do I Learn How To Code Minecraft Plugins/Mods In Java In Eclipse IDE?

#

Like I Understand Java But I Have No Idea What To Write As In Terms Of Code In Eclipse 😭

zinc raft
glacial sundial
#

instead of main extend JavaPlugin and use onEnable

mortal robin
#
  1. try giving it a google
signal ivy
#

nO

harsh kindle
#

Hi how can I add a command cooldown on my server

zinc raft
#

it easier for u

#

bcz it has code suggestions so u don't need to type alot

zinc raft
#

or maybe there is something in spigot.yml or something like that

harsh kindle
west cloak
#

can i find a server with an old ip and port?

#

it is a spigot server hosted on scala cube. i have the old ip and port but they changed it. and i dont know ayone to ask what the new ip is.

glacial sundial
#

Your host needs to tell you

#

You can try looking at server.properties

#

It'll tell you the Port and maybe the IP

west cloak
#

Hello, I would like to have a plugin for 1.16 with which players can pick up a daily reward. Would there be one thing you can recommend to me?

#

? 😄

warm crane
#

For some reason I cant see the holos I add and the sign just shows [Bedwars] (arena name) instead of like 1/8 waiting

warm crane
#

when the sign gets clicked it just turns you to survival it doesnt give you the compass and stuff

west hamlet
#

where can I change players prefix and something like this in essentials plugin?

robust path
quaint canopy
#

How can I host my own MySQL or like buy them for cheap?

west hamlet
#

e.g if I want to add player faction before rank

#

or where to add start prefix

robust path
#

u can do that by using a scoreboard

west hamlet
#

th

kind obsidian
warm crane
#

@robust path the sign you click to start the game that gives your compass and stuff, all it does is turns you to survival, and the sign only says [Bedwars] then my arena name, it doesn’t show like the eating and player count

robust path
west cloak
#
[12:58:13 WARN]: Could not bind to host localhost/127.0.0.1:25565
io.netty.channel.unix.Errors$NativeIoException: bind(..) failed: Address already in use

I'm in a Ubuntu VPS and I don't really know why I have that. I already saw all my screens and server's configs but there's no port on 25565. I also researched and I executed some commands to see if it's in use the 25565 port and it is, but I don't know where...

mortal robin
#

restart the system

#

sometimes it doesn't shut down properly iirc

quaint canopy
#

anyone know if i can download server files without having accses to the panel?

#

our last server host just ran with the servers and money lol

#

i need the files

mortal robin
#

unless you can get a connection to it

#

I'd hope they keep the files for a little bit

quaint canopy
#

yeh they scammed 20k

#

and tons of people are pissed

#

is there a way i can do a backup with essentials ?

mortal robin
#

you'd have to install a plugin

quaint canopy
#

damm

#

can i remote install plugins lol

mortal robin
#

not unless you have a plugin to do that

quaint canopy
#

ive tryed file zilla

mortal robin
#

you're probably screwed if you can't get an ftp connection in any way

quaint canopy
#

can i get one with only an IP and port?

mortal robin
#

no?

#

you can't just access the files on a system willy nilly

glad badger
#

You might be screwed

mortal robin
#

^^

#

shoulda chosen a reputable host

#

or used a dedi

quaint canopy
#

lol

#

good point

glad badger
#

If you really need the files, maybe try dming them and offer money in exchange? Just saying 🤷‍♂️

#

I'd be careful though

quaint canopy
#

they don't own the servers tho

#

he pritty much scammed a BUNCH of money /servers

glad badger
#

Interesting

quaint canopy
#

mhm

minor badger
#

So I'm using spigot 1.16.4-R0.1-SNAPSHOT and I can't place 1.16 block, but I can with /setblock

#

how do I fix this

west hamlet
#

why aren't you use normal 1.16 version?

#

maybe it's bug from snapshot

#

and are you using essentialsX?

minor badger
#

It's not essx

#

I checked it

#

I tried uninstalling it

#

and it still didn't work

minor badger
west hamlet
#

essentials have anti build addon

#

did you delete it?

minor badger
#

I can place every block that's not 1.16

west hamlet
#

hmm

#

so idk

minor badger
#

where can I find the normal 1.16.4?

#

@west hamlet

west hamlet
#

are you using spigot?

minor badger
#

yes

#

[Tue, 20. Apr 2021 14:47:31 UTC INFO] This server is running CraftBukkit version git-Spigot-37d799b-3eb7236 (MC: 1.16.4) (Implementing API version 1.16.4-R0.1-SNAPSHOT)
[Tue, 20. Apr 2021 14:47:31 UTC INFO] You are 43 version(s) behind

minor badger
west hamlet
#

idk I never have normal mc server

minor badger
#

I mean spigot

#

not normal

west hamlet
#

yeah I mean normal hosted

#

I have server in aternos

#

🤷‍♂️

minor badger
#

oh

hasty quest
#

How do i make mobs that come from spawners friendly for like blaze farming and farms like that with spawners ive changed the setting to both nerfed and true and they still keep killing me when im on survival

west cloak
#

how do i delete my spigot account

lime pebble
#

how knows in bedwars plus

mortal robin
keen crestBOT
mortal robin
west cloak
mortal robin
#

you have to email them

hasty quest
#

is there a good plugin to be able to stack spawners?