#help-server
1 messages · Page 346 of 1
why you using 1.8.8 is the real question
GL
latest
i dont really wanna do a 1.16 or 1.18 servr
what can i do when i have this error?
tntrun/TNTRun has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 55.0
I use 1.16.5 server
Update java
in pc or server?
Server
where?
?java16
Install Java 16 at https://adoptopenjdk.net/?variant=openjdk16&jvmVariant=hotspot
Essentials has /powertool iirc
Hey guys
If anyone is familiar with Essentials
I am utilizing the nicknames, however when I do /nickname [name] it DOES change my nickname however the command when executed says "Your nickname is now [Display Name]"
So in chat my nickname will work, however when the command should write back what I changed my nickname too, it instead says my username
Hi everyone! Hope you're all having an awesome day! I'm currently looking for a Paper equivalent to the easy villager mod on 1.18 - not having much luck, but perhaps y'all know of something spiffy? For those who don't know easy villager allows you to pick up villagers like items.
Sir this is Spigot
Whoops, alright let me amend my question! I'm currently looking for a Spigot equivalent to the easy villager mod on 1.18 - not having much luck, but perhaps y'all know of something spiffy? For those who don't know easy villager allows you to pick up villagers like items.
my understanding and experience is if it works on spigot it works on paper, as paper is a fork of spigot, but I'm more asking for the admin of my server cause he isn't really the chatty ask questions sort so I'm probably wrong.
could someone pls help me with that issue I listed
literally spent hours searching for it online, came up with nothing
This part doesnt make sense
Fine?
As much as you have shown your on paper, even though I use it too, and you could ask in their discord too
https://www.spigotmc.org/resources/jetsminions-1-minions-plugin-actions-upgrades-animations-robots-1-8-1-18.59972/
Wish I could send you a screenshot
here let me see
@inland ibex https://imgur.com/a/Iaszq7j
See so when I do the nickname command
it does indeed apply the nickname
but it says that my nickname is now my normal username??
Didn't touch anything so
What are people using instead of GriefPrevention now a days for 1.18?
- are you using a cracked account?
- when you type a command that effects someone the nick doesnt matter, they still use the real name of the person
I fixed it, it seems as though there was not enough proper spacing somehow, I replaced the config with a new one and it's working now
man can't believe it took so long
so for this plugin im using one of the placeholders is playtime-minutes
am i able to set that to display hours instead of minutes somehow?
%rankup_requirement_playtime-minutes_left%
is there a way to make that display in hours instead of minutes?
you can only use placeholders that plugins establish, you could make a custom plugin that converts it though
let's say you have to make a uuid-change for some people... and transfer player-related stuff from the old to the new one...
is there any more important stuff beside the playerdata folder?
some plugins store their own information in their own files
Hi, what is the error? https://cdn.discordapp.com/attachments/609094420868104203/936093326350893176/unknown.png
in Spigot 1.18.1
on try to join
anything in console show?
i meant more server-side stuff. the only 2 plugins i use are SkinRestorer and my own Plugin.
while SkinRestorer is easily fixable by using a command
nop
Then yes
Player.dat got corrupted
Where would you guys suggest to go when looking for a developer?
how do i become op in bungeecord ;-; console
?services
If you wish to request or offer development/art/building/administration services, please do so at https://www.spigotmc.org/forums/services-recruitment-v2.54/
/op
If you are the console
You are op
So what?
You have to op yourself on the spigot server
bro i need to access some plugin in bungeecord so i need permssion :C and i donno how to do it
ooh
Google my friend
I should probably set up an actual network again just to remind myself how to
What is the best landing claiming plugin for 1.18 (not factions)
grief prevent
I don't think it works for 1.18
last update was 1.16 and I seen a lot of problems because of the 1.18
people were saying
https://github.com/Fickletcell/Best-minecraft-plugins#landarea-protection best plugin list see here
Motd in server.properties
i dont know if this is the right channel to ask in, but do you guys know a plugin where users have to login, but it checks if the user is in a specific discord? and if not it kicks them everytime they join?
GriefPrevention:
SeaLevelOverrides:
world: -1
world_nether: -1
world_the_end: -1
- anyone know anything about this?
--
Non-Standard World Support
Bukkit doesn't always tell plugins the right value for sea level, so if your world has non-standard sea level, you should specify your actual sea level in the config file (SeaLevelOverride). For worlds where sea level is at a 'normal' place, leave the setting at -1 and GriefPrevention will just ask Bukkit. GP uses this setting to decide, for example, whether or not a creeper can destroy a block and how deeply /RestoreNature should reach.
Can anyone explain this is much better terms to understand?
I think I over-thought what I wanted , but I tested it in game and I'm good.
Hi guys, actually an error is coming in my plugin
Please help me to solve it
Command isn’t in your plugin.yml
Sorry , that was a mistake
It was supposed to be hello
I will try again
Same error
is there a function that detect when a player successfully uses a command?
thx let me try
lowercase class?
public void onPlayerCommand(Player player, Collection<String> commands) {
System.out.println(player + "used " + commands);
}
will this work if i just wanna send out the command that player executed?
PlayerCommandSendEvent is fired on 1.13+ servers, it allows plugins to filter what users can see when the server wants to suggest them commands to run.
The one you want to use is:
PlayerCommandPreprocessEvent. This allows you to check when players want to run a command. it gives you what command they ran and allows you to cancel it.
@EventHandler(ignoreCancelled = true)
public void onPlayerCommandPreprocess(final PlayerCommandPreprocessEvent event) {
System.out.println(event.getPlayer().getName() + " used " + event.getMessage());
}
@ivory swan
thx
unsure if event.getMessage() includes the starting forward slash (/) or not, could you let me know actually if you ever test it out 😛
still doesnt work?
public final class newplugin extends JavaPlugin {
@Override
public void onEnable()
{
getLogger().info("starting");
}
@EventHandler(ignoreCancelled = true)
public void onPlayerCommandPreprocess(final PlayerCommandPreprocessEvent event) {
System.out.println(event.getPlayer().getName() + " used " + event.getMessage());
}
}
how? sorry i am new
thx its done now
and the get message includes the starting /
Damn, that would be useful....
thx bro
depend on players plugins etc give more info
minecraft version ??
1 server will be
1.18.1
the other one will be 1.8.9
right now im testing the servers
but when i try to
test with fake users
when it gets 75-80
ill get this log file in server folder
hs_err_pid
use 10 to 12GB for 1.18 then... ram don't much matter much prosesser matter
both has x5900
then start with 10 and increase if needed only
thanks
the logs with name "hs_err_pid"
how can I review it?
like how i can detect the problem in this log
you got any advice for it?
why you want to change name ??
change name?
no
when my servers down
while im testing
there is log
in the server folder
with name "hs_err_pid"
like
hs_err_pid14253
ah my bad just open with any notepad app
saying out of ram
this can happen because of memory leak from a plugin
or should i decrase my server ram
decrease ram on that and give system and java more ram
btw there are possible solution give in that
-Xms10000M -Xmx10000M
so lets start with that
btw giving java more ram
like
when i set this 10g ram
that can make that happen right
like dont need to do anything extra
means leave spare ram like use 14gb ram and leave 2gb for system
then leave more
thanks a lot
hey, i was trying to install FAWE on my 1.16.5 server but it requires java 17
when i installed java 17 i got the problem that the spigot server file doesnt support java 17. is there a way to run a 1.16.5 spigot server with java 17?
Hello everyone! So if anyone could please maybe tell me how to fix this problem. Basically when i start any mc server on my Linux machine it does not wanna start after it loads for a bit and it seems to kill the process in the terminal this is an example of what it says when it crashes zsh: killed java -Xmx6G -Xms4G -jar Spigot.jar nogui and it seems that this is killing it: zsh: killed but idk what that is if anyone knows how to fix this please PING me and respond. Thanks so much
I put many mobs in one block with a scaffolding
In vanilla , scaffolding is supposed to cancel entity cramming
But in spigot the mobs are dying
Help
Does anyone know what this is? failed to acquire exclusive lock for power actions: cannot acquire a lock on the power state: already locked
Hey please who can give me builder tools in 1.9.4?
Can anyone see if there is a plugin that makes storage (RAM) high
Plugins (28): AuthMe, Citizens, Clans, CrashAPI, CrazyAuctions, Essentials, EssentialsChat, EssentialsSpawn, floodgate, Geyser-Spigot, GriefPrevention, ItemEdit, LuckPerms, Maintenance, manger, Multiverse-Core, Multiverse-Inventories, OnePlayerSleep*, PlaceholderAPI, ProtocolLib, Scoreboard-revision*, Shopkeepers, SkinsRestorer, TAB, Vault, ViaVersion, WorldEdit, WorldGuard
how much ram do you have?
Delete Scoreboard-revision and OnePlayerSleep and redem your serv for test
10
Ok
Does apex hosting come with truly unlimited storage?
No
Don't use Apex Hosting 🙂
Although Apex does provide quality hardware and great support their prices aren’t worth for what you get
how can i change file download on spigot resource??
i want to update a resource and idk how change file 🤔
press post resource update
thanks bro ❤️
hey @mellow dock
i've updated but when i download, i download a old version yet
Best skywars plugin? like that of hypixel
can any one help me how to setup a multibungee setup
im searching for this thing for mnths and still didnt get it
pls hlp
ys since i got a bad host
i can only hold less amount of people in a server
no i actually want to learn about multibungee
how to setup multi bungee ??
help
help
my ultra minion not working
For 1.17.+
in 1.18.1
itz not working
it gives internal error
when i do
/minions shop
you should contact the author
or any other command
also it doesn't seem to support 1.18 anyway
now idk his tag
OH MYMGOD IT REALLY IS FOR MINIONS

This plugin support 1.16.5?
probably
I play on a bungee cord server with multiple survival worlds and a lobby. I just wonder if there are any server plug-ins that auto assign which region you’re playing on like EU or US as a Minecraft server role? And what about any TAB+ button combination that lets me see all the players in each survival world. And the bungee cord server I play on is split between Us and EU and I can’t see the other players in the tab player list from another region. Maybe I’m asking too much stuff I don’t understand. Maybe asking all this stuff is just a dead end waste of time
For viewing players on multiple servers, that can be done with plugins. As for region based load balancing and information sharing, not so much. You will need something custom for that.
does someone know a plugin that can claim the spawn and make it non griefable (except grief prevetion)
Worldguard
anything else?
Hello i Play in a spigot server and Many farms doesnt work how i can fix it
I'm getting this error on my server, any ideas what would cause it?
[INFO] [Minecraft] [Metrics] Connection refused (Connection refused)
it doesnt seem to be affecting the server in any way though, just sends in the console every minute or so
Some plugin
oh ok
Can I host 2 servers at the same time? Almost something like bungeecord but not using bungeecord, as an example you would need to connect through different ips.
Also couldn't I just host the servers off of 2 different ports?
Traverse?
Move from one to another
I dont want to be able to do that in the server
Wait you want 2 servers with 2 different ips?
Yes
Ok, on my router I cant forward the other port from the same ip.
Which settings?
Router IP forward
Ok one second
Make sure you don't show your ip
Sorry for taking so long I have to re set up something for some reason
Uhh
It worked now
Idk why
Thanks for the help though
oh ty
it similar for the error on crash server, server don't start again but maps are "locked"by other minecraft instance?
My portforwarding interface changed... What would I put in the original port section? https://imgur.com/a/DVbOA5C
is there any way to stop spigot from fixing bugs? i want to keep dupe bug but with spigot
What dupe bug
every dupe bug (its anarchy server)
bruhh
Does spigot patch many of those? Or did Mojang catch most of them
spigot fix all dupe bugs
i have shulker dupping and it works on vanilla but not on spigot
does anyone know if essentials allows you set a nickname for death messages?
or would a whole plugin be required for this?
hello, I need your help, how do I protect my region with worldguard and put protection blocks inside for rent
Why even have plugins if it's anarchy
login plugin
I want to put protection blocks and that the rest is protected with worldguard
Don't have it cracked
BuT tHeN iTs nOt AnArChy
i can't affort it lol
So what is this one
@west cloak
9b9t?
@west cloak
bruh...
why
why
Are you self hosting?
no
6b9t obviously
jeje
i actually called it 6b9t
XD
its with friends
Why do you want to setup multibungee
If you're not self hosting then you can afford to buy the game
free host go brr
Well still if it's just with friends then who cares
hello, I need your help, how do I protect my region with worldguard and put protection blocks inside for rent
I want to put protection blocks and that the rest is protected with worldguard
The plugin is protection stone and worldguard
Might wanna ask protection stones
I know how to rent out subregions
?
No idea if protection stones will integrate with worldguard that way though
Did you ask in their discord
And how do you create a subregion collecting rents?
I believe I used RegionMarket in the past
Cus i want to learn about it igot a low end host but ihave multiple servers i just want to know how to setup multibungee if u can hlp pls hlp
Like do you just mean a network or like actually multiple bungee servers
[21:50:46] [main/INFO]: Found new data pack file/bukkit, loading it automatically
[21:50:46] [main/INFO]: Reloading ResourceManager: Default, bukkit
[21:50:48] [Worker-Main-8/INFO]: Loaded 7 recipes
[21:50:51] [Server thread/INFO]: Starting minecraft server version 1.17.1
[21:50:51] [Server thread/INFO]: Loading properties
[21:50:51] [Server thread/INFO]: This server is running CraftBukkit version 3284a-Spigot-3892929-0ab8487 (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT)
[21:50:52] [Server thread/INFO]: Debug logging is disabled
[21:50:52] [Server thread/INFO]: Server Ping Player Sample Count: 12
[21:50:52] [Server thread/INFO]: Using 4 threads for Netty based IO
[21:50:52] [Server thread/INFO]: Default game type: SURVIVAL
[21:50:52] [Server thread/INFO]: Generating keypair
[21:50:53] [Server thread/INFO]: Starting Minecraft server on *:25565
[21:50:53] [Server thread/INFO]: Using default channel type
[21:50:53] [Server thread/WARN]: **** FAILED TO BIND TO PORT!
[21:50:53] [Server thread/WARN]: The exception was: java.net.BindException: Cannot assign requested address: bind
[21:50:53] [Server thread/WARN]: Perhaps a server is already running on that port?
[21:50:53] [Server thread/INFO]: Stopping server
[21:50:53] [Server thread/INFO]: Saving players
[21:50:53] [Server thread/INFO]: Saving worlds
[21:50:53] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved```
why is it doing this?
im trying to use a port thats free on my wifi but cant get it to work
Don't touch server-ip unless you know what you're doing
Is it possible to automate the building of spigot jars through Jenkins? I know I can make BuildTools.jar, but what about the actual server jars?
Ah I found it on the wiki, kinda hidden, but maybe I'm just dumb
Actual multi bungee i need to know how to connect different bungee networks together
You can't connect bungees together directly
You might be able to in the config. Look for an option called "death-message" and change {playername} to {displayname} or whatever they have
Otherwise youd need a plugin if their config doesnt have it
Yeah unfortunately the only option is to disable vanilla death messages
Do u need a custom death message plugin made? @lavish gyro
Try as different port maybe. Also as others have said, keep the IP blank in ur config unless you know what ur doing
but maybe change the port to 25566 or something
Unfortunately wouldn't be able to afford it now
I attempted to utilize the DeathMessages plugin however it seemed to not work properly
I can make u one for free depending on what you want
Idk if anyone uses the TAB plugin either, but I submitted a bug on their github as their customtagname doesn't work
I literally just need a simple death message plugin for 1.18.1 that shows the essentials nickname instead of the normal username
if you just want the default death message but replacing their name with their display name then i can do that
yep
hello guys! i have a bungeecord server and 2 servers, a hub and a main server. my server is on minecraftservers.org. the ip on the site is for my bungeecord. when u enter the ip in mc it takes u to the hub, and from there u can go to the main server. if i have 10 players on my main server and 0 in the hub, minecraftservers.org will say i have 0 players online. how can i make my server player count include all players in my network?
aight ill dm u
That is a useless bungee server...
It's in bungees config
okay so im messing with ping passthrough
if it is off, all servers are included in player count and my problem is fixed, however, the server shows up as being 1.18 even tho its not
if it is on, my server shows up as 1.8 but the player count is messed up
is there a way for me to fix both issues?
- Why have it as 1.8
- If you're running 1.8 it's unsupported
bungee is 1.8>1.18 so it is supported
maybe i could fix my issue by downgrading bungeecord but idk if thats the correct play
Just because it runs doesn't mean it's supported
Wait what mc version are you trying to run
1.8.8 or 1.18
Q
1.8.8
Yeah, it is
You're just asking for issues that not many people will help with because you're dealing with a system that's quite old
well 1.8 servers can viaversion up to 1.18 but 1.18 servers have a harder time getting 1.8 players on, many servers use 1.8 for its optimization and combat
like hypixel
people need to stop comparing themselves to hypixel
you made me do it bro
They actually use 1.12.2, and they custom code everything
okay so my server player count is correct how can i make my server show up as a 1.8 server and not a 1.18
maybe a plugin
ill look into it
@everyone
kekw
we can connect bungees together through some way idnt know how to do that thats what im asking here we have to do smthng with redis that technology is available but idk how to do that
hi i tired to make my self op in bungeecord by changing config but its not working can anyone tell me why ?
No one can really tell you why when we don't know exactly what you did..
Bungee has no op, so it's unclear what you're trying to do
^ this too
i mean i made my self admin in config
but its not working
What is not working
?notworking
"Does not working" is a useless statement. Please describe what exactly is not working, what you expect it to do, and what actually happens. If you get any console errors, also ?paste the entire stacktrace.
Admin just gives you like 5 extra commands which are listed in the config
Which admin command is not working
nothing working for me can i share my config ? sorry my english is bad
Seems fine
yea :( but dont know why its not working
Does it give you any input?
Have you checked that your username in config is 100% same as yours in game?
yes sir
Have you rebooted your proxy/bungeecord after editing config?
Does it give any errors, weird stuff in console?
yes i did
Post your bungee log
allr8
Are you using LuckPerms on your bungee?
or any other permission plugin on your bungee? Because that can override stuff..
Yeah that’s probably it
then set the permissions with LuckPerms
Because it overrides config perms
ty man let me try it <3
You're welcome, hope it works
yay it worked ty :))
Wohoo!
but i cant use send :/ why ?
yes sir but since i dont have lpb how do i setup it for my admins ?
What you mean you don't have LPB?
Well it is up to you, do you wanna use permission plugin for your bungee or use bungee's own config
If you want to use the bungee config file then you need to add the bungeecord.command.send permission to the admin group
permissions:
default:
- bungeecord.command.server
- bungeecord.command.list
admin:
- bungeecord.command.alert
- bungeecord.command.end
- bungeecord.command.ip
- bungeecord.command.reload
- bungeecord.command.send
allr8 sir tysm u helped me alot <3
👍
I still don't full understand what you're looking for with multibungee
Are you looking to do a bungee to a bungee, or multiple bungees to the same hub
I'm facing lag with entityTick, i have lots of entities (i have smp with 80 players)
and i have FarmLimiter
and StackMob
only those plugins
Don't use stack mobs and show more info
sorry for the 4 day late response lmao
i dont check this server often
chunk
aint it for 1.16?
GriefPrevention is not a plugin which breaks with updates so it don't need updates and can be used with ez
its not per chunk
its per block
You can see this for more useful plugins https://github.com/Fickletcell/Best-minecraft-plugins/blob/main/README.md#landarea-protection
yeah i can make land claims with this
alright
do i like need to claim a 16x16x16 chunk or whatever size i want
16x16x384
thats the min size?
thats a size of chunk
i think ill be going for griefprevention
okie
it means you did /restart?
[13:19:44 INFO]: [STDOUT] [org.spigotmc.RestartCommand] Startup script './start.sh' does not exist! Stopping server.
oo
how do i put it?
and can i do anything
154 ping (the server is in america) can i do anything to make it betteer
Move to America
except that
no
where do you host your server
Move closer to America
and im using pterodactyl if that helps
Damn I didn't know VPSes had nationalities
me neither xd
i mean ptero should handle restarts
you could put a proxy server near you then you would have a slightly better connection
idk how to do that..
i mean
depends on if the datacenters have a good route
the big restart button?
i didnt buy it, i work for someone and as a form of payment i accepted a server.
#scam
https://cdn.discordapp.com/attachments/880449376957390941/880449454065475624/d1f837b34217a6e22085262c73e5e9d2.webm this includes info about creator of that webiste
feel free to report to discord
hey what plugins should i use (im hosting a general survival server for me and my friends)
?
do u really need it
i mean
nah but good to hhave it
its a general server not rlly survival anyways (to practice plugins and stuff)
?ban @cobalt pumice
Done. That felt good.
noice
fix-climbing-bypassing-cramming-rule:
In which file do we find this configuration?
is there a way i can find out the permmision for a command in a plugin if its not shown in the spigot page?
dont use it
not a spigot thing
Ohh
Thats pog
Also
Do piglins wearing carved pumpkins thru a dispenser, count towards mobcap ?
They shouldn't count to mobcap in vanilla
Test it then
Already did
I doubt majority of us will want to dig into spigots source code to see if for whatever reason a mob with a pumpkin does or doesn't effect a mob limit
Welp it affects some piglin traps
Just saying
Anyone know of a good action bar plugin(that supports PAPI)?
the lastest temurin 17 is jdk-17.0.2+8 but I have
jdk-17.0.1.12-hotspot
should I update it or is no need
Hello, I have a little problem when I start my server, you think someone can help me ?
hello i have a problem in my server, some mobs are like freezed
plugins??
erg
I dropped my plugin jar in serverFolder/plugins but when i do /plugins it says me i have 0 plugins :(
Check startup logs
¯_(ツ)_/¯
im having a weird issue with the discord whitelister plugin and i cant seem to work out why its happening
i edit the config files to set it up and reloaded the plugin which sent a load of error messages into the console sayting it can no longer find the config files and resets it back to the default
thats what shows in console
i have tried 3 times now setting it all up and it still does the same thing
ok im not sure what i did but it seems to be working now
possibly lag
what plugins do you have installed and what hoster r u using
hello
i need help
my server
keeps shutting down
for no specific reason
its not from the plugin
can someone help me please?
by that i mean it dosent show in the console
dm me to help me
don't double click the jar
hmm?
also, make sure you agree to the EULA
i did
by opening EULA.txt and setting it true
its not the eula
but if on windows, don't double click the jar, create a .bat file and put startup args in there
sounds like a hoster problem then if you have a panel
its not a host
i moved my server
to another host
and it sill has the same problems
you either have a hoster or you don't. If you have a hoster that only gives you a panel, I recommend getting a real hosting provider that does give you full access and second might want to check your startup args
then this comment is not true then 😉
then its a hosting problem
not sure what you are not following here. There is obviously something wrong with the way its being started up
either its the arguments or something else
then its the startup args o.O
there can only be so many things wrong
can you give me a list 😄
what does the log file say?
?paste
o.O
nvm
just do cat (log file name)
and then you can just copy from the SSH screen
or in your case since its a panel
should just be relatively easy
now on the right hit save
yep that
you have plugins causing some errors and second you are not using spigot
should probably getting support from paper 🙂
nope
ok
are you running bungee
I wouldn't know since I haven't used paper in a while, but yes sometimes it could be the result of the fact of using a different implementation
but your issue looks more like outdated plugins
giving more ram will not fix the problem
you're also like 20 builds behind on paper updates, go ask in the paper discord for support since you are using paper
but when you use 5.87GB of ram when you only have 5.88GB
ok
want the screenshot lol?
but it also looks like you have some world corruption going on too
what
what world?
[18:55:39] [IO-Worker-11/WARN]: Region file ./lobby/entities/r.1.1.mca has an invalid sector at index: 130; sector 19 is out of bounds
[18:55:39] [IO-Worker-11/FATAL]: Detected invalid header for regionfile /home/container/./lobby/entities/r.1.1.mca! Cannot recalculate, removing local chunk (1,152) from header
[18:55:39] [IO-Worker-11/WARN]: Backing up regionfile "/home/container/./lobby/entities/r.1.1.mca" to /home/container/./lobby/entities/r.1.1.mca.5287752185976272159.backup
[18:55:39] [IO-Worker-11/WARN]: Backed up the regionfile to /home/container/./lobby/entities/r.1.1.mca.5287752185976272159.backup
[18:55:39] [IO-Worker-11/WARN]: Failed to read chunk [39, 39]
java.lang.IndexOutOfBoundsException: null
at java.nio.Buffer.checkIndex(Buffer.java:743) ~[?:?]
at java.nio.DirectIntBufferS.put(DirectIntBufferS.java:365) ~[?:?]
at net.minecraft.world.level.chunk.storage.RegionFile.<init>(RegionFile.java:518) ~[paper-1.18.1.jar:git-Paper-152]
at net.minecraft.world.level.chunk.storage.RegionFile.<init>(RegionFile.java:433) ~[paper-1.18.1.jar:git-Paper-152]
at net.minecraft.world.level.chunk.storage.RegionFileStorage.getRegionFile(RegionFileStorage.java:101) ~[?:?]
at net.minecraft.world.level.chunk.storage.RegionFileStorage.read(RegionFileStorage.java:182) ~[?:?]
at net.minecraft.world.level.chunk.storage.IOWorker.lambda$loadAsync$2(IOWorker.java:100) ~[paper-1.18.1.jar:git-Paper-152]
at net.minecraft.world.level.chunk.storage.IOWorker.lambda$submitTask$11(IOWorker.java:150) ~[paper-1.18.1.jar:git-Paper-152]
at net.minecraft.util.thread.StrictQueue$IntRunnable.run(StrictQueue.java:59) ~[?:?]
at net.minecraft.util.thread.ProcessorMailbox.pollTask(ProcessorMailbox.java:91) ~[?:?]
at net.minecraft.util.thread.ProcessorMailbox.pollUntil(ProcessorMailbox.java:146) ~[?:?]
at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
ohh
lobby
of course
let me check it
hey
but did you find more problems?
just to fix them
you have a problem with player UUID's as well
which seems like at some point it was in offline mode?
what I am saying the online mode status was changed
so you have data with wrong UUID's
idk, you have quite the problems to fix it seems before needing anymore XD
should probably fix the world problem first, then go update your plugins
and then somehow you are going to have to figure out how to fix your UUID problem
or non-problem I guess since you could technically ignore it XD
I want to make the restart command work in my terminal [15:44:17] [Server thread/INFO]: Startup script './start.sh' does not exist! Stopping server. How do I do this?
so i have essentials message enabled but when players /msg eachother things i cant see them in chat? is there a way to enable this?
i just dont want to have to go into console to see player /msgs to eachother
/socialspy
ty
Is there a way to get build tools to output the spigot jar with the version in the title? IE how paper has Paper-1.18.1-177.jar
any idea why tps starts to fall below 20 at 20-30 players on a machine using ryzen 5950x? (1.18.1 paper)
sir this is Spigot
It is
your point?
I mean you can write a script to do anything, but why do you want that?
Ask at Paper DC
ok no questions beside spigot. got it
Run weekly CI
check versions against each other
auto update the server when a new version is built
profit?
java -jar BuildTools.jar --compile-if-changed
update checker done
not actually sure how having the build in the jar helps you detect a new version
I meant the version of spigot
and spigot 100% has an update at least once a week anyway
That's also a fair point,
is there a specific day you try to push updates or just whenver it happens, it happens?
View the Bukkit, CraftBukkit and Spigot changelog.
bukkit still exists as a server option?
no
Oh lmao, it's more of an api than anything else?
yes
Time to automate it, if I can
Bt builds spigot
Late to the party pal, we've gotten it figured out
How can get the Freezing effect?
I was literally minute late
too late
best anticheat to use for 1.18 gyser server?
my server uses bungeecord 1.8-1.18, but all the servers are 1.8. when pinged, my server says that it is 1.18 on server websites. how can i make it say that its only 1.8. When pinged, make it return only 1.8
i cant use ping passthrough because i want the player count to read as all the servers in the bungee network
dont think there is an option, so needs a plugin
Im sure there is one, idk the name though
https://github.com/hiddenite/force-ping-version dunno if there is a jar anywhere though
thank you so much for the help, regardless if this takes me to a solution
trying to use this rn
@glacial sundial it worked. you instantly solved my issue, seriously thank you so so much
is there a mod or soemthing for 1.18 that makes it so it doesnt show your in spectator or takes your name off the player list
u could use a /vanish plugin
it makes you invis from everyone but people with high ranks
playerlist too
is there supposed to be any more content?
How can i have it where players can do [item] is there a plugin
yes
interactive chat plugin
is there a way i can make a solid line on a tab menu?
like completely solid no gaps at all
like this ────────
but when i do that on mc theres little spaces in between them
I think that’s done with the strike chatcolor and the -
Hi guys I’m running spigot 1.8 trying to use dlog4j JVM arguments to secure my server how ever it just says error and class doesn’t exist when launching server please help
I’m using latest build tools
Ummm I saw official md5 post on spigot and it was different solution ????
Ummmm then use md_5s solution?
Um
That’s what I’m talking about ???
His solution don’t work
Dlog4j2.formatMsgNoLookups=true
Where is md5 official post on the vulnerability I can’t find it now !!
?log4j
Find information about the log4j2 security patches here: https://www.spigotmc.org/threads/spigot-security-releases-—-1-8-8–1-18.537204/
how come the normal /setspawn and /spawn isnt working for me
how come i get absolutely 0 bitches
Hey md5
yep i was looking at that
im using the latest buildtools 1.8 and the log4j JVM doesnt start the server
it says error
is there a way to see which chat manager plugin im using for my prefixes and such bc im trying to edit the config
I have a quick question about the TAB plugin
For some reason, i'm not able to set customtagname to anything, it only displays the player's actual name. I use luckperms and the prefixes/suffixes seem to work fine, it's only the actual display name of the player. Has anyone else had a similar issue or know how to fix it?
How does Mineplex use their void world for AFK ? how do they optimize their server like that . im wondering as i want to optimize my server like that too
how can i edit the tps command/what it says
u can probably override it with a plugin
or u can take the long route and make ur own spigot fork
PlayerCommandPreProcessEvent. If you can't code it yourself you can probably ask a dev to throw something together fairly quickly
go it u use eggctyl before ri8
and wggctyl black listed free stuff
so u changed
or someway u changed
change ur start script in ptrodctyl panel
copydefault
and paste it there
@ admin panel
no
i use 1 proxy for bedwars
1 for skywars
1 for skyblock
like tht
and i want to connect them all
thas what im lokking for
my 1 bedwars map =1server
Well for default bungee you're not supposed to double stack them, also depends on your plugins, the reason servers like hypixel can do it is because of custom coding and jars.
Need more info
how do I disable bungeecord illegal characters in chat kick
it's definitely not from the backend since the message is slightly different
I have op on the server but when typing /server (the server),
it says you don't have permissions
bungee doesn't have op
use luckperms and give urself perms
in the paper server have op
ok
install luckperms on bungee
And redisbungee
nice ❤️
:D
can anyone tell how this actually works
https://www.spigotmc.org/resources/fast-chunk-pregenerator.74429/
I am owning a 1.16.5 smp and I don't need lag when rendering chunks...
What do you mean how it works
It doesn’t render chunks, it causes them to be generated by forcing the server to load them without a player having to physically enter
The client renders chunks when it puts them on the screen, totally different thing
oh
but how to render the chunks?
./render world
That plugin looks like it generates the world for you
use chunky its better
so that if a person goes there it won't effect the server tps
8 core cpu 6 gb ram it still lags
Pre-generating will improve your performance if you’re seeing hits on players entering new chunks
But if you’re just lagging in already generated chunks it probably won’t make much of a difference
no its when ur rendering new chunks
;-;
If that’s your bottleneck, then pre generating will help
It would appear to be
but uhhhhh
you only generated 500 radius
¯_(ツ)_/¯
how do I do more
Hi I'm trying to buy the ✈️Vehicles (No resourcepacks needed!) Only Spigot >= 1.14 and I want to buy with mastercard and I don't have paypal how can I pay with mastercard
Paypal allows card payments without an account
My server is based off the End, I am thinking of only adding custom world generation to the End. Would this have a major performance impact? Currently I have 7.8gb of RAM the extra RAM I used to make a split for my discord bot. I am running on 2 cores. Average player count is 3 people 5 max and planning to grow it to atleast 30 people online at once. I will definitely consider upgrading along the way as I get support from players. Would you suggest I implement this feature? my community will probably enjoy this feature.
Will it be worth adding? or should I run a vote on my server first to see if players want this in the first place. I am sure i can figure out ways to cut down on Custom Generation resource usage.
https://www.planetminecraft.com/data-pack/nullscape/
DataPack i plan to use, I learnt DataPacks that run off functions are more intensive. For the conversation lets base it off that this datapack is pure worldgen and not commands/functions
Your choice
alr thanks ig
so it shouldn't have too much performance impact and make the server unbearable?
Messy plugin
Worst quality ever
I found another loophole
Loophole?
what makes u say that?
I mean opinions are like buttholes, everyone has one but before trashing something, would love to hear the reasoning
and used the traincarts mod and I only get a cart
I am having very bad experiences in spigot
is that true?
is that true?
check the wiki for command list
you'll see whats messy
have I say if it is the worst quality as you say
i dont
I know things that are even worse than that my dear friend
sure
having that plugin is good OR NOT
having that plugin is good OR NOT
are you telling me to go?
its your decision mate
Like Kacper said, it is up to you
but if you told me to go
ScotBrown99 lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.io.IOException: Bad packet id 101
Why can this be happening
server ded
Bad packet usually means that packet that went to wrong place
are you using viaversion or other stuff like that?
Ye via
what is your server version and what version you tried accessing it?
My server is on 1.16.5 and i am trying to connect on 1.16.5
That is just something prone to happen with packets specially when dealing with different versions, it's harmless
Make sure via is up to date
🤦♂️
Have you tried rebooting your server and checking the console does it throw anything "weird" or unusual there
Nope
Bungee
paper has own bungee I believe
Bungee needs bungee
Waterfall or whatever it is called
You can use whatever you want on the backend servers
tru
I believe you can even bungee to forge and fabric
You have the viaversion on your bungee or backend server?
Backend
Bungee requires bungee
could not be more confusing to someone
stupid question, online or offline mode?
Now offline cuz no internet available all the time but on production server online
Online mode*
Is there any solid custom-enchantment plugins that works with 1.18+? Any recommendations?
is the bungee and backend on same version?
I use waterfall and its uptodate
So you have no problem joining through your waterfall proxy to your server it is just that one 1.16.5 backend server that throws the packet error?
and I assume it worked previously?
Ye when i try and join from 1.8 serve to 1.16.5 it doesnt works
still outdated
Not as 1.8
1.16 is also not supported to be fair
Bruh
that's really not what he asked
wot
Listen, if u don't wanna help thats fine but this guy is generous and is helping me and please id u dont like helping "outdated" versions dont.
why would he need to / want to update to 1.18 if he wants to run 1.16.5 server?!
I was about to say that if it worked with no problem before, revert back to any changes you did after it worked previously
and you should discover if one of your changes broke it
because old versions dont get support
Read my message.
this
what is EOL
end of life
Okay so what i dont have problem with server i am asking what can be causing that.
exactly