#help-server
1 messages · Page 349 of 1
Can anyone help me add slime world manager startup command on aikars flag?
java -Xms128M -Xmx{{SERVER_MEMORY}}M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs/ -Daikars.new.flags=true -Dlog4j2.formatMsgNoLookups=true -jar {{SERVER_JARFILE}} nogui
like here?
could anyone help me with my bungeecord server
?
it says Could not connect to a default or fallback server, please try again later: Server not reachable (timeout). Offline? Incorrectly configured address/port/firewall?
No its vanilla
like there is no plugins
at all
not on the bungee and on the spigot server
fastest
Xms has to be equal to Xmx
java -Xms{{SERVER_MEMORY}}M -Xmx{{SERVER_MEMORY}}M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs/ -Daikars.new.flags=true -Dlog4j2.formatMsgNoLookups=true -javaagent:slimeworldmanager-classmodifier-2-2-1.jar -jar {{SERVER_JARFILE}} nogui
@sudden loom
guys
i added like 5 plugin
plugins
and one of them keeps
removing players armor
everytime they rejoin
their armor
is totally gone
the plugins i added is
Dynmap
Bedwars
SIlk spawners
combot log
aureliumSkills
LevelledMobs
thats all
remove
one by one
I got a question
what
I think its perworldplugin
thats causing it
and is there any plugins
that is similar to
perworldplugin
I want to add bedwars in my lifesteal Server
but the tab
is so annoying
idk Google it
will skinsrestorer not show my skin to other players if it has pixels outside of the actual skin?
don't ask why does it need to to have pixels outside of the visible skin
it's complicated
Hey
I have a problem with my plugin, it starts and messages the console when ready and when unloading but it doesn't work until I use plugman to reload it
package playertracker.playertracker;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.player.PlayerJoinEvent;
import org.bukkit.event.player.PlayerQuitEvent;
import org.bukkit.plugin.java.JavaPlugin;
import playertracker.playertracker.utils.color;
public final class PlayerTracker extends JavaPlugin implements Listener {
@Override
public void onEnable() {
getServer().getPluginManager().registerEvents(this, this);
System.out.println(" ");
System.out.println(color.translate("&aPlayerTracker listo!!!"));
System.out.println(" ");
}
@Override
public void onDisable() {
System.out.println();
System.out.println(color.translate("&aAdiós D:"));
System.out.println();
}
@EventHandler
public void onJoin(PlayerJoinEvent event) {
Player player = event.getPlayer();
event.setJoinMessage(color.translate("&e" + player.getName() + " ha entrado al servidor."));
}
@EventHandler
public void onLeave(PlayerQuitEvent event) {
Player player = event.getPlayer();
event.setQuitMessage(color.translate("&e" + player.getName() + " ha abandonado el servidor."));
}
}
It's a very simple plugin
It doesn't matter why pixels are where they're not supposed to be, what matters is will it display the skin.
Please stop mention me and be more specific with your question.
Any idea what's going on here?
[19:02:54 INFO]: /127.0.0.1:36884 lost connection: Connection failed. Please try again or contract an administrator.
that's the only error thrown
if you can even call that an error
i'm trying to log in
By anychance in ur server settings is offline set as true?
ok sory I solved
nope
wtf i just uploaded latest BuildTools output to server 😦
It hates you
:(
Hello, I've been looking for a plugin to sell things with posters that recommend essentials for a while, it doesn't work for me, stores aren't created
Bruh... Why you message like this
Make sure your servers are set to offline and your bungee is set to online
For some reason /spawn and /setspawn isnt working
do u have essentialsspawn installed
anyone know whats going on here? it just keeps spamming this over and over again
what's the file that contains player's inventories?
How do I summon an agro endermen?
world folder
I just migrated my server to another host and now I have noting
ask ur host
ok
world/playerdata
How can i make a minecraft hosting website like falixnodes?
or other free server hosting websites
You can use html
i do but its disabled
For some reason /spawn and /setspawn isnt working
well why is it disabled
Html, css, JavaScript, php, lots of languages to learn from.
Could I get plugins on my single player? If so how?
No
Retard
run a spigot server on your computer and put your world on it
you dont need to port forward or anything
he answered your question lol what?
That's a bit rude
There are some plugins that have modded equivalents (e.g. WorldEdit has a Fabric and Forge version as well), but 99.9999% of plugins you find will not have that option'
The answer to your question was no 
the fuck?
can anyone help me with this error?
[10:18:58 INFO]: ItsFantom lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.io.IOException: Bad packet id 57
Getting 401 unauthorized on login servers from bungeecord... restarted bungee but no cigar.
java.lang.IllegalStateException: Expected HTTP response 200 OK, got 401 Unauthorized
Running Jenkins Build #1628 (latest stable build?)
is this an issue with their login servers, is everyone getting this? Or is my server IP banned from their login servers for some reason?
Login servers are down
yea, just worked. thanks for reply though! at least now I know it wasn't isolated to me.
probably to do with the login servers
Sup guys
I want to make a weblap, where people can buy coins for ranks, how can I make it?
And if they buy the rank = they will get it ig
How can I do this
anyone knows a plugin which will make particles when i kill player?
really
What do you mean premium and phantom....
Google, plugins,
Hi, is it possible to have 2 javas installed in path? so i can i use
java8 -jar
and
java jar at the same time?
idk, have you tried reinstalling the plugin and reconfiguring the config file?
Is there a reason you're using Java 8?
Forge 1.12.2 client
You should really consider updating
However
https://stackoverflow.com/questions/271609/multiple-java-versions-running-concurrently-under-windows
Java 8 premier support ends in March
Sadly cubecraft and other pvp servers are 1.12.2 mostly
If you're just trying to join with your client on those servers, the required Java version should be bundled with the launcher
iirc that was the case since like 1.8 or something
Hey guys, do someone knows why my server is crashing?
Plugins:
Plugins (27): PlaceholderAPI, ClearLag, KiteBoard, FastAsyncWorldEdit, ViaVersion, IridiumMobCoins, Vault, UltraPermissions, MyCommand, ViaBackwards, ViaRewind, ShopGUIPlus, WorldEdit, Essentials, AdvancedBan, ProtocolLib, WorldGuard, TradeSystem, ajLeaderboards, CrazyAuctions, TAB, ChatManager, EssentialsSpawn, SuperiorSkyblock2, HolographicDisplays, Citizens, CommandNPC
This is my customer server and he wants this way, don't ask why
Can anybody tell me why I can still se head skin at TAB and my own skin as well? (i have fastlogin but I am not on the preium list)
is it possible to combat tag a player using a command?
change online-mode to true to fix that problem
good fix, worked for me vouch!
👍
does anyone know what might be going on? there is nothing in the logs
my server's tps keeps going down and i dont know what to do
even with like 3 people the tps goes down to 5
and keeps going down
run a timings report
If you're using CombatLogX, /combatlogx tag <player name>
Oh how
./timings report
how do i read it?
Send it here
Or Paper 🤷♂️
Paper won’t help with spigot timings
how do i use bungeecord without offline mode
it seems to break a lot of permissions stuff and when i switch to offline mode all current players lose their items
since the uuids change
well, dont switch to offline mode then
Yes
but bungeecord wont work
i want to avoid turning off online mode on the server itsself
then dont?
every server youre linking to the bungee should be in offline mode
the bungee itsself should be online
Mhm
Enable ip forwarding on bungee and set bungee mode in spigot.yml
That should fix inventories
just dont start the server before u link it to bungee
smh
or have a data conversion service ready to handle migrating to a network
hello
is there a plugin
that makes it so that players keep their inventory ONLy when killed by a mob
custom plugin
fawe is unsafe
Why?
I don't have any corruptions on 1 year
@prisma garnet
And IS there any form to install world edit but worldedit do like FAWE, renderize the actions chunk by chunk, worldedit do all at the same time and my server go down
@merry elk
AWE
?
asyncworldedit
Is this a good channel for "looking for a plugin"?
ues
alr
Have same functuons of fawe? @merry elk
probably
Is there a skript-like plugin where you can code with Lua?
(for 1.17.1, because all plugins I found are for 1.8 or older)
no
Why need skript in 1.17 and 1.18 as most of the plugin are available for every kind
Ew skript
lol yall pls again asking for help. how do i stop bots from joining with offline accts? bungee is set up properly. this is such a pita.
turn on online mode ..
and render bungeecord useless, bet. :)
render bungee ??
oh lort
i have not been able to get bungeecord to work unless i follow the setup exactly
so setting servers to online mode will cause bungeecord to not allow anyone to join so this https://www.spigotmc.org/wiki/bungeecord-installation/
How can i put a variable of kills and deaths on scoreboard with plsceholderapi? What variable is and what papi ecloud i need to use?
on online mode on bungee not on back end
?
oo then they are joing directly to back end are you useing IPWhitelist ? and bungee true in back end
no ipwhitelist, but bungee is true in backend. and i have the backend servers set up that you cannot join them unless it is through bungee
people can find your back end ip and make a new proxy and join so IPWhitelist is importent so only your bungee can join
gotcha, ill look into that. is ipwhitelist something that goes on the backend servers or the bungee server?
yes its a plugin goes on both
gotcha ty
How can i put a variable of kills and deaths on scoreboard with plsceholderapi? What variable is and what papi ecloud i need to use?
Tsm @feral laurel
Do you know a plugin @feral laurel for teams that have placeholders?
teams ??
i dont got what is that
try better-teams or (Moving) Clans but they are gamemodes kind one i dont know .. there is any
Please anyone recommend me a plugin of rankup for 1.17 for free?
rankup for what by time played or something
see eRankUP or AGM Ranks both are free or make by your self with gui maker plugin
also need help with plugin then see this first https://github.com/Fickletcell/Best-minecraft-plugins
i hope this works, i guess well see tomorrow after server restart xD thank you again and im sorry for being rude, im just frustrated
do i just send link or ss
Link
Any1 know a good plugin to make a region where mobs cannot spawn and when people in that area they will be in adventure mod?
so what do i do now? it now says to turn down view distance but one of the ones prior says to do smth with garbage collecting? https://timings.spigotmc.org/?url=yijetefaya
please help
I cant figure out why my server is not detecting more than one player on my server
Max players is set to 150
You probably have some plugin making it always 1 higher than the current online count
Any1?
What
a good plugin for this
it can be made with worldguard?
Yes
otice: Your AVG TPS is less than 19 but server load is less than 95. This may mean your server is having memory issues (leak or not enough).
This is usually a sign that Java is spending too much time Garbage Collecting. Try using -XX:+UseG1GC -XX:MaxGCPauseMillis=50 flags and increasing your -Xmx. My friend ran the -XX:+ thing but he said nothing happened
ive been searching up things about my issue and what im trying to do and it doesnt seem anyone has done anything like this even though i know it is possible, im new to coding although ive been writing most of my plugin so far all by myself im in 1.8 btw, but everything in this code works except for the fact that the event happens too fast, i tested it to send a message to me aswell as make the furnace cook instantly and it sends the message and it shows the arrow at the spot it should be but when i put the item in it makes the cook time instant before the item is even processed as being in there, is there any way to fix this
@EventHandler
public void CustomFurnace2(InventoryClickEvent e) {
Player p = (Player) e.getWhoClicked();
FurnaceInventory finv = (FurnaceInventory) e.getView().getTopInventory();
Furnace f =(Furnace) e.getInventory().getHolder();
ClickType ctype = e.getClick();
if(e.getView().getTopInventory() instanceof FurnaceInventory) {
if((e.getSlot() == 0 || e.getSlot() == 1) && e.getCursor().getType() != Material.AIR) {
finv.getHolder().setCookTime((short) 200);
f.update();
p.sendMessage("You clicked with an item in the furnace");
}
}
}
it wouldnt let me post it as a txt file for some reason but this is the code
@hardy grail
?paste
how do i paste that in here?
Save it and copy the link
So playerdata is saved in the dat files in the playerdata folder right?
I just switched to a backup and the files still exist but my inventory seems to be wiped.
How is playerdata generated? Is it linked to a uuid or something?
Yo, how can I add custom heads in ShopGUI+?
How does hypixel do their little custom panda entity? Are there any public plugins for this?
How do I FTP a file in Google Drive?
MiniaturePets, I guess, but not sure. They use armor stands for that
I am not sure if Google Drive supports it
Spigot doesnt break shulker farms right ?
Thread Netty Server IO #0 failed main thread check: Chunk getEntities call
Anyone seen this before?
Its causing a ton of java spam
?paste the error
wait
I think it might be godseye after looking over that a bit more
can i get a confirmation on that?
sorry to ping you again
Yeah it's godseye
You need to wait a bit so the server is fully started
Send full server log in a paste
https://streamable.com/2p1ctm
Look at the vid, like it rlly doesn't make sense. NOW, I only have 1 plugin in the game. And it only takes up 445 KB.
like
this REALLY doesn't make sense
IT drops from 1484 MB to 7MB
in just a few seconds
I don't know what the problem may be
AT ALL
Even without
mods,
there's only 5MB Ram left
EVEN WITH NO MODS
the hell is happening?
minecraft
What version
especially in 1.18
Oh.
Yeah it’s as if the world height increased
either decrease view-distance or get more memory
view-distance won't probably help
its almost as if the world is like 1.5x larger from top to bottom
imo
ight, enough with the sarcasm
view-distance is directly linked to the amount of chunks the server will keep in memory around any given player
tho generally, if your server isn't lagging, maxing out the memory isn't an issue
the garbage collector will handle it
Give java memory and it will use it
I mean, I am hoping this is JVM heap usage
if this is system memory and your JVM has a maximum size of 2GB then it will basically just grow to 2GB
Ram ammount
and stay there
that is.
it def. is like that then
Yea but that isn't an issue
the JVM will just allocate the memory
doesn't mean that all that memory is actually used
I mean ideally you want to be going for like 10gb
it is just cheaper for the JVM to keep the memory allocated and manage it itself rather than returning it to the system
But if you have to, 2GB should work as an absolute minimum
10GB is pretty overkill as a miminum
Just host the server on oracle vm
how do I do that
Besides I didn’t say minimum, I said ideally
welp
Yea, I said minimum
Maybe for one user
Oh, right.
I'm a legend and my SMP on 1.18 ran 3GB
ez clap
I really ought to get that free oracle Vm
Teach.
It’ll be perfect for my crappy little smp
again, if that is your system memory instead of the heap usage it is expected to max out at 2GB
I have it and it runs like butter for free with those 24gb ram, also thanks to oracle network you can't really ddos it
I mean the CPU isn’t great
So... you're telling me, I can get a free hosting?
Probably isn’t going to handle above 10-20 players well but hey, I don’t get that many players anyway :p
-_-
Yes, you just put your credit card info and choose options carefully so you always choose "free eligible" one
Any specific tutorial on how to start hosting there?
Is it gonna host from my PC?
You connect to it through ssh and ftp
You have to have some technical knowledge to make it work well but it's not that bad
Such as,... Filezilla? WinSCP?
those support FTP ye
you'll need something like putty to start the server
(a ssh client)
To be exact it's paravirtualized virtual machine
I assume all I really need to do is stick a lightweight Linux distro on it, install java, and then FTP into it to move files around
I use putty+filezilla, the best system to choose is either debian or ubuntu, all in console version cause all you are going to install are java from some repository, database, firewalld and maybe bind9 with this second thing for dns
Am I allowed to link vid here?
Mhm
https://youtu.be/KSeKiGIP6zo This guy is pretty slow but pretty decent in explaining the steps
What you should do differently is that you should just connect through ftp after you set up firewall and just upload the server there
I mean the fact that he did tutorial on ubuntu instead of debian already shows that he is not the smartest right
debian based servers 👀
yes
Got it
windows servers remain superior xD
[23:33:05 ERROR]: Could not pass event PlayerJoinEvent to Rules v1.5
java.lang.IllegalArgumentException: Cannot translate null text
at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[commons-lang-2.6.jar:2.6]
at org.bukkit.ChatColor.translateAlternateColorCodes(ChatColor.java:354) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]
at com.bear53.rules.Main.OnPlayerJoin(Main.java:122) ~[Rules.jar:?]
at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor42.execute(Unknown Source) ~[?:?]
at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:75) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:git-Paper-184]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:628) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]
at net.minecraft.server.players.PlayerList.postChunkLoadJoin(PlayerList.java:363) ~[paper-1.18.1.jar:git-Paper-184]
at net.minecraft.server.players.PlayerList.lambda$placeNewPlayer$1(PlayerList.java:305) ~[paper-1.18.1.jar:git-Paper-184]
at net.minecraft.server.network.ServerGamePacketListenerImpl.tick(ServerGamePacketListenerImpl.java:308) ~[?:?]
at net.minecraft.network.Connection.tick(Connection.java:526) ~[?:?]
what is this?
?stacktrace
you are passing null as the message
yikes
Bruh, what in the world even runs on win server?
how can i solve it?
not passing null
?learnjava
Here are some links to get you started on learning Java:
- https://www.codecademy.com/learn/learn-java
- https://www.sololearn.com/learning/1068
- https://www.learnjavaonline.org/
- https://programmingbydoing.com/
- https://docs.oracle.com/javase/tutorial/java/index.html
The last one is the only official one, however some of those concepts assume that you already know a bit about programming.
Look at com.bear53.rules.Main.OnPlayerJoin(Main.java:122)
oh we arent in help dev
Contact whatever plugin dev made that plugin. prob bear53, and give them the error
Yes there is
That above message says otherwise
Well then flame whoever wrote the Rules plugin
Rules v1.5
I’ll probably give this is a shot when I have a chance, but if anyone knows other videos that’d be helpful
My Linux knowledge is still limited and the penguin is scary :p
I am thinking of making text tutorial for it
Normally I am bigger fan of them cause you can adjust your step making speed and don't have to pause anything
17.02 I think
I agree
17 is the current Lts
There will be 18 in a month
And required for 1.18
and 19 in September
I like to use 16 personally, it's the latest stable I would say
What mc version?
Nah you are fine
This can be for various reasons
Are you using ssh to connect with vm?
Go to /etc/ssh/sshd_config
And tell me what value do you have under MaxStartups
hmm
Did you set up network correctly?
Firewall, opening ports
:dynoError: The Fun module is disabled in this server.
You have to open 25565 tcp and udp ports
But I haven't used vserver in my life
For linux I just install firewalld, open all needed ports and I am done
I can't find it for you on gui I have never seen in my life
Look for port forwarding on your gui or try to install firewall with: sudo apt install firewalld
bruh
Vserver official site doesn't even have ssl what is this. I won't help you, sorry. Install legit linux distribution and make sure to have enough space on disk then I can help, otherwise you are on your own.
Yeah since your ssh is good you probably just need to open 25565 port and you are good to play
i have kinda stupid question, so im running a bungee cord network and i want players to be able to type something like /lobby or /hub to take them back to the hub server, but i dont know what plugin or how to do this lol. Basically a shortened version of /server Hub
I made a plugin for this, I can dm you it
forced host doesn't work
help?
oh wait the server doesn't exist
I probably messed things up
is it possible to have a fabric server but have it support plugins
because i want some things like better mineshafts + terralith but the good gen options are usually mods
there was cardboard, but some plugins break on it
also it modifies original jars, so make a backup
what plugins break on it?
TAB partially breaks
how so
header and footer still works, but prefix on tab does not work
is there a way to fix it?
Contact the TAB developer.
other than TAB what other notable plugins break that i should be wary of
I don't remember, but around 1/20 of plugins break
might have gotten better now
what are the general benefits of switching to cardboard? I just want it for some of the good generation mods like better mineshafts
im on purpur atm but cant seem to find many good generation plugins/datapacks beside terralith
is there a way to only unlink one of the plots that is merged currently instead of them all?
when i make a backup of my server from my panel it just backs up the overworld, nothing else
That sounds like a host issue, or are you talking about world save?
What you mean what runs on a windows server? You clearly never been in commercial systems
talking about full backup of the server
i cant really find any alternatives to cardboard and there are only 89 cardboard servers running right now apparently
so it doesnt seem too reliable
Then host or panel issue
As long as those generations options keep vanilla blocks, then just pregen them in single player and move the world to your server
i dont want to pregen anything, switching to fabric isnt a big deal
How much memory would be good for a survival server with 5 dimensions?
so, im like brand new to plugins and server building, and i just want a little help on how to install spigot and install plugins?
What version mc
?help
selfrole Add or remove a selfrole from yourself.
cleanup Base command for deleting messages.
embedset Commands for toggling embeds on or off.
info Shows info about CafeBabe.
licenseinfo Get info about Red's licenses.
mydata Commands which interact with the data CafeBabe has about...
set Commands for changing CafeBabe's settings.
uptime Shows CafeBabe's uptime.
findcog Find which cog a command comes from.
names Show previous names and nicknames of a member.
userinfo Show information about a member.
listcases List cases for the specified member.
reason Specify a reason for a modlog case.
permissions Command permission management tools.
Not what I wanted to do
1.18
All loaded on one server?
Yes, 5 dimensions over 100 players at current
Preloaded chunks, that won't cause lag
Well, How much are you running now? Is it lagging?
I didn't buy it yet
Did before, will do
I mean averaging 100 is getting to the point of multiple servers and each dimension is it's own server
does anyone know how to fix this error
Then how much should each server have
Pretty sure import error, what are you importing with
Dynamically have it between 5 and 10
literally says multiverse right there
5 and 10 gbs?
Nevermind asking you bro 💀
can you not read 💀
You can import with other plugins too you know? You just asked us how to fix the error didn't tell us what plugin caused it
Why are you such a dick to people trying to help you, goddam
Are you saying I should use 5-10 gbs??
Yes
You do realise that won't handle 20 players right?
it literally says "Starting import of world 'Spawn'"
under multiverse
Ok did not ask, I am not going to read your screenshot, I read your error and responded so stop acting so smartass, if you so smart solve the error your self, or provide us with the correct information
why would i be asking here if i knew how to solve it myself, you didnt ask anything else other than what i was importing with and i already gave that info to you
No, you said "how do you fix error" I read the error and responded, provide us with correct information, your fault
responded with "what are you using to import" what else do you need to know you're not asking anything
When you ran this server before what were you running?
25gbs
Were you topping it?
No
What version was that?
1.16
Oh, okay
Hmm, well that's the thing, if you take the same server 30 might do it, not much has changed since 1.16 besides world gen
But if you plan on expanding then you really should do dynamic ram for the sub server/dimensions that aren't the main one
Or consider doing lobby's and spreading it out even more
No lobby, just 5 dimensions
Got suggestions for each server?
30 for overworld
Honestly one server may be enough
Lobbies as in separate where everyone is into smaller areas, less drag
Who even uses other dimensions as much as the overworld
Depends on what you're theme is
I am not buying another server for 4 players to be in the netherlol
Then yeah, all depends on what you're actually planning
When you say 5 I assume you're doing more than just the basic 3
Might just do 128gbs in one server
Which 2 don't really be used, I highly recommend not doing that
Do like 32 or you might be able to find a dedi with 36
Dedi 128
Having 124ish for just mc is not going to work right without very high amounts of optimization, along with it's not just ram, you gotta watch CPU as well
theres only so much ram you can allocate to a server before it becomes negligible
64 w a ryzen 9 sounds good?
Survival server, 5 dimensions, lots of custom plugins, and over 100 players
yeah 64 is heaps
Might do ryzen 7
i was a dev for a server with 300+ concurrent players and we only ran on 30gb
its all about optimisation
7 is powerful enough
We got a custom jar for the max optimisation
All our plugins are programmed by us too, making most things lag proof
Did it happen immediately after the import or a few seconds after, need console, seeing in game shit doesn't help, have you teleported to the world yet.
no
any time i warp into that world or do /world Spawn it gives me that exact message
Ok, can we see the console?
1 sec
this is what it gives me
04.02 03:22:15 [Server] Server thread/INFO zerevoid issued server command: /world Spawn
04.02 03:22:16 [Server] Server thread/WARN Task #64 for StackMob v5.7.3generated an exception
04.02 03:22:16 [Server] INFO java.lang.NullPointerException: null
04.02 03:22:17 [Server] Server thread/WARN Task #64 for StackMob v5.7.3generated an exception
04.02 03:22:17 [Server] INFO java.lang.NullPointerException: null
04.02 03:22:18 [Server] Server thread/WARN Task #64 for StackMob v5.7.3generated an exception
04.02 03:22:18 [Server] INFO java.lang.NullPointerException: null
04.02 03:22:19 [Server] Server thread/WARN Task #64 for StackMob v5.7.3generated an exception
04.02 03:22:19 [Server] INFO java.lang.NullPointerException: null
04.02 03:22:20 [Server] Server thread/WARN Task #64 for StackMob v5.7.3generated an exception
04.02 03:22:20 [Server] INFO java.lang.NullPointerException: null
04.02 03:22:21 [Server] Server thread/WARN Task #64 for StackMob v5.7.3generated an exception
04.02 03:22:21 [Server] INFO java.lang.NullPointerException: null
04.02 03:22:22 [Server] Server thread/WARN Task #64 for StackMob v5.7.3generated an exception
04.02 03:22:22 [Server] INFO java.lang.NullPointerException: null
04.02 03:22:23 [Server] Server thread/WARN Task #64 for StackMob v5.7.3generated an exception
04.02 03:22:23 [Server] INFO java.lang.NullPointerException: null
@proper fossil you ask enough questions here, you should know how we like it.
i already tried that, gave me the same issue
weird wording, i ask questions because im new to most things
Alright then look at the link that I sent you
i did
^
What did you try?
Ok what else
There is 4 different solutions on the link I gave you if you even looked at it
still doesnt change anything, dealing with the memory my server has enough and this only started happening today
what does this mean
> #
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007fff41f4c9f6, pid=5988, tid=9176
#
# JRE version: Java(TM) SE Runtime Environment (17.0.1+12) (build 17.0.1+12-LTS-39)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (17.0.1+12-LTS-39, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Problematic frame:
# V [jvm.dll+0x1ac9f6]
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\Users\Server\Desktop\Chill Server\hs_err_pid5988.log
#
# If you would like to submit a bug report, please visit:
# https://bugreport.java.com/bugreport/crash.jsp
#```
Have you tried creating or importing another world?
I forget, where are you hosting and how much again?
how much what, Ram?
Yeah
@proper fossil
no i havent
Well try
why would that change anything
It eliminates possiblities
yeah i was able to warp to it
Then it most likely isn't a ram issue
Boom one possiblity eliminated
Have you deleted and re-uploaded the spawn world yet?
deleted from the server folder or removed from multiverse
Both
ill fully delete it this time 1 sec
downloading
taking a second
this shit takes so long
nvm
im going to bed ill figure it out
I need a plugin which fixes creeper explodes
Just search a Plugin which disables Explosion damage
How shall a plugin know if the hole was from a creeper or player or world gen
cant u check the entity that caused an explosion
oh wait this is help server not help dev
👍
In my spigot 1.17.1 server , drowned are dropping gold ingots instead of copper ingots
Help
Do you have any plugins?
Only skin restorer and DiscordSRV
In my 1.17 spigot server they dropped copper
In my 1.17.1 spigot server they are dropping gold(drowned spawned in rivers)
My server is just getting shutdowned after some time after startup (normally playing and then it shutdown)
You should ask Paper
The fix is still to update
Update to ??
1.18 ?
Yes
Update could fix it
What's wrong with their behaviour
What cpu do i need for a server with 60+ players?
42 plugins
What else+
What do you wanna know?
ill tell you
How do i show you that?
i did this
to optimize
?paste
I have made multiple instances of plugins disabling explosions lol, might have to upload some to spigot cause there really are no nice solutions there.
Do you want creeper explosions to be completely cancelled or just stop them from breaking blocks? Also would you like to stop other explosions too?
@merry elk Why do you have "server setup specialist" in your bio if you knew shit about authenticating mc users?
I just want to stop creeper explosion
world guard does this, doesn't stop them exploding but you can disable block and player damage with it
if that is what you are looking for
and worldguard stops other types of explosions if you want it to
On which mc version your server runs on?
I will be on pc in 1-2h and can code&send really quick
you don't necessarily need to know the intricacies of the Auth system to know how to setup servers just fyi
He was just telling dumb stuff like: no support, use online
not sure what that refers to, but most developers and people don't support offline mode
same is true for the majority of plugins
Every eastern european servee has it
1.16.5
has what?
offline mode with automatic premium user authentication
doesn't mean we have to support such systems
Just had to buy a thing, make database and setup couple things
perfect, I will send you plugin in dm's once I am finished
worldguard solves your problem just fyi
and is supported by many plugins already
if you want a custom plugin for it, go for it just letting you know something already exists
If he already has worldguard why not
if they have worldguard then they just need to open config.yml and change some settings
But for example I needed external plugin anyways cause I needed to cancel explosions for practice arenas and when I used wg flags on them regions were breaking
I am not talking about region flags
k, didn't know that there are any real options in that config
there is actually quite a bit of options in the worldguard config
If he doesn't plugin with one listener will be more optimised
should probably look at them at some point because you will probably be surprised in what it can facilitate, like making vines climbable 🙂
or stopping vines from taking over your house 😛
Can you fix apple absorption with it?
Or remove "your bed was obstructed" messages
I had to write custom stuff for so many little things like that
not sure what the issue with this is you ask about, and for the messages part think spigot lets you modify those from the config
if you are referring to outdated stuff, then sure most likely need something custom but then again most here don't support outdated stuff XD
is part of the examples of why you should update otherwise you miss out on features that people want or complain about not having lol
It's a "feature not a bug" that makes golden apple absorption not override better enchanted golden apple absorption. The problem with this is that after your enchanted golden apple hearts are taken down during the fight you don't get hearts from eating apple as long as golden enchanted apple absorption last
During intense pvp fight after your enchanted golden apple hearts are down you are basically dead
One shouldn't answer if they don't have an answer
an answer on what?
?
lol
wtf does he mean
I really don't know, but has to do with offline mode apparently
lmao
all I said was that not everyone supports offline mode, certainly spigot doesn't and most plugins don't either
and the only response I got to that was that eastern european servers use some hybrid thing
which doesn't change the fact they are using offline mode
There are plugins on spigot allowing it, and if done correctly there are no real/practical vulnerabilities
also in your defense because at the time I had no idea what was being referred to, I said you don't need to know the Auth system to setup servers
but there is vulnerabilities and yes some plugins do support the use of it, doesn't mean spigot and the majority of developers do XD
ok but why do u say i have no experience in user auth?
what if someone cracked registers as for example frostalf and real premium user frostalf wants to join, do you see the issue?
Of course but why would you answer questions about it in a dumb way then?
that was like the only answer I got which didn't really explain much XD
Then the cracked user loses access
citizens will ban you
paper will give you no support
and purpur will give you a special role
purpur gives special roles?
yes
What special role?
nosupport
yep there it is
thats stupid?
At least you can be happy to know @merry elk I wasn't going to let someone try to tarnish your name over some stupid thing 😛
💪
if they had something more legitimate I might not have said anything
No, cause you can make multiple accounts, also you can setup it in a way so it won't do it.
so if cracked user makes account using my name without for example knowing it, i can just steal their stuff
geyser has a workaround for that
by adding * at start of the name
but thats for bedrock players, not pirates
but I mean online mode already does whatever this hybrid system does
Cause of hybrid uuid I have all premium nicks blocked for cracks
i hate word hybrid
So only really a problem for new usernames
reminds me of hybrid software
well unless someone comes up with an official name for this
I don't really know what else to call it
+you don't steal their stuff
Reminds me of hybrid species
other then offline mode of course
dragon cat owo
we need to make this like a monthly event
i would so participate in this
My players are all young children, everyone pirates, my country has weak currency, I can't get players without it, I don't want my server to rely...
But fr, tell me about real problems of it.
All you do is saying that it's not safe and supported
Bullshitting while neither of us have idea about how really authenticating works and what are some of the main vulnerabilities both servers can have
There are good antibots so that's not a viable argument
Of course without official game developer support it will be more shaky but I want specific examples
how do you verify that one player is not someone else?
what kind of support do you provide when someone loses their account because someone else managed to verify as them?
What is to happen if a player logs in, and then someone registers said name as premium and then joins as well?
how do you handle UUID spoofing
LMAO
That is true but it's not a problem. A lot of more known players use this as altening on servers + with good active anticheat it doesn't matter and networks make a good job keeping community safe from cheaters. Of course you have limits of assigning accounts per ip but it's just a joke
your reply didn't answer the question in the slightest
What did you mean then?
Mojang auth I can prove that I own whatever accounts that I own to Mojang
therefore, servers can easily verify with Mojang that said account is who they say they are
but your system has no such things in place
If you attempted to tell Mojang you own my account
It has hybrid authentication which allows verifying easily with mojang
they are not going to believe you because you can't provide the necessary proof
You are talking dumb shit rn
what I am talking about, is how do you verify the cracked clients are who they say they are
how do you stop someone from using another cracked players name
Wow you haven't been on cracked server never before
You have to register every cracked account
I have, I know the various ways you could stop someone but ultimately you really have no idea which player really owns the name though
and then my last comment is one I know for a fact no cracked server can do
well it probably can but they don't
Somebody may steal a password but there are recovery systems
People can still share accounts but if you don't do it you will always be able to enter with your crack
alright, so you implement a password system. So that means the name I have cracked wise can't be used by someone else on your network
but can be on another network
sounds awesome 🙂
frost just stop feeding them
Passwords are stored in a database so you can use it on whole network
do you stop UUID spoofing?
keep in mind because you are in offline mode, the server accepts whatever UUID the client tells it 😉
so I could still get ops without logging into your account 🙂
which plugin you referring to?
I am unaware of any plugins in offline mode preventing this
bet the passwords arent even encrypted lmao
or salted if they are
They are
@weak drift can u tell aimbot to stop this circus
You'll are doing it
i dont know what about offline mode users not being helped is unclear, thats it.
nothing else needs to be added
now shut up
Enter the server cubehard.net and try your shit I can guarantee nothing will work
no
You'll are keep asking me dumb questions trying to prove that you have found something that it's wrong but you have no arguments
no where is it stated or documented that UUID spoofing is something it prevents. Not that I can view the source since I need to pay to look at the jar
You can try it on server I mentioned, It's most definitely fixes but who knows
exactly, who knows?
but the fact I know it is a thing in offline mode should be concerning and proof that people here do in fact know the auth system
@frosty copper stop
as far as what is wrong with offline mode, well it may not be illegal in your country to steal, but in other countries it is illegal to steal
this includes games
So...yeah it is wrong because the law says it is 😂
in countries that don't support piracy that is
sha256/512 and bcrypt are available options
There are legit companies there with payment systems running on offline there
So I don't think that it's that illegal
But I am not a lawyer
You were the one trying to prove that my authentication plugin has no encryption idk
you dont have to be a lawyer to name something illegal illegal
it was half-joke.
but why are we arguing about offline mode?
funny, didn't laugh
not exactly sure what it is they are trying to prove, but they are claiming people here don't know the auth system XD
and that offline mode is safe I guess?
It's definitely less safe than online mode but enough safe to be used under certain circumstances
i suck
Cause I see that most people there see it as hell to use for 8 yo kids with 0 safety and millions of exploits
hey man one thing if ur running offline mode servers run it just don't defend that it is good
or publicise it
I am defending it from stereotypes and false claims
just don't do it ezzzzzzzz
@hardy grail plz wake up
I don't think my claim was in any form false
@merry elk If conversation about this is considered as rule breaker I can delete everything on my own
sure, i have screenshotted everything
is talking about offline mode against the rules now? I am going to have to go read them now
pls do it lets move to of topic channel or a thread
?rules
Please read the rules: http://j.md-5.net/1ikUQuU
thank you cafebabe
Hmm the only rule I broke was mentioning one server
no
you cant glorify piracy
At what point was I glorifying it?
ok
thank you
Have a good day
lol
How can i do for when a player go to a warp un this case parkour and there disable specific commands and when they go there clear her inventory and when they leave the warp give back the inventory?
Hey guys. I wanna write some specials characters in my server to superlobby and auctionhouse plugin (special character: á) we use this letter in our country. But when I write it, it makes ? from á and chracaters like that. I saw other servers can write letters like that. Help me please
Convert config to UTF-8
? That's how everyone does it?
?
ok
You can't use character which aren't defined so there is no other way
I need to open it in notepad?
version?
1.18.1 server verision
so basically i have a lobby plugin where i can do /lobby from any multiverse world and then i would tp there but i also want a /spawn where i can tp from any world and can't find the plugin for it i have downloaded some and there's not really any that when im in the lobby i can do /spawn. any plugins that could work for that? or is there some multiverse command or a fix?
How can i do for when a player go to a warp on this case parkour and there when they go there clear her inventory and when they leave the warp give back the inventory?
Multiverse Inventories (plugin for Spigot)
You might be able to use commands.yml
It basically allows you to create an alias for an exiting command
in the multiverse plugin?
What is the problem with my server? I get messages cant keep up is the server overloaded
https://pastebin.com/FBgDb58U
@unkempt fog friend me so i can send u a picture of the commands.yml cuz theres not really anything in their
If your servers says that it can't keep up, then it is because it is overloaded. You need a stronger CPU, and more RAM to your server.
If you are running on your own machine, then upgrade it, or get a host.
Here is an example:
aliases:
lobby:
- spawn
At least this should work
At least as how I know
But here's a wiki from Bukkit: http://wiki.bukkit.org/Commands.yml
what does that do?
It will make an alias of the command /lobby
So if you type in /spawn
You basically execute /lobby
This is what you wanted, right?
no like let's just say you are in the normal world and you do /lobby i go to my other world that is a void with my lobby and i want a spawn one that brings me to another world where i can access it from different worlds from the plugin multiverse but i can't find a /spawn plugin that can do that
🤔
like lets say you know what bungeecord is?
with bungeecord you spawn in the hub right
I just can't get what you basically want
Yes
but not the world like the spawn where the crates are
the rules
and where you can do /rtp
to go to the wild
i want that all in one server
and i do that with multiverse
So you basically want two lobbies, in one lobby?
well yes
Oh
If you are using GUIs you might be able to do it
You just need to teleport the players
mvtp {player} {world}
or mvtp {world} {player}
Can't remember correctly, because I don't use Multiverse that much
yes i already know that but i want people to be able to do /spawn
where they don't go to the
hub
but the gamemode of the spawn
Gamemode of the spawn?
yes people have like a hub and then in like survival a special map
where they have crates and rules and like jump in the portal
to go to the wild
and that's mostly that they can do /hub and /spawn
so if they were to do /hub
they have a choice of different gamemodes
and if they do /spawn they go back to the spawn where everyone spawns when they first join the world
do u understand?
sorry maybe its my english
So you basically want to make it so if you type in /spawn in survival, you go to the survival spawn, but if you do it in the creative, you go to the creative spawn?
the first part is right
like if there in survival
i want them to do /spawn
that's exactly what i need
but i can't find a plugin for that
Oh well
It is a world checking
But there is no plugin out here for that I guess
😦
You need to code it yourself I guess
Well. You need to learn Java.
Here are some links to get you started on learning Java:
- https://www.codecademy.com/learn/learn-java
- https://www.sololearn.com/learning/1068
- https://www.learnjavaonline.org/
- https://programmingbydoing.com/
- https://docs.oracle.com/javase/tutorial/java/index.html
The last one is the only official one, however some of those concepts assume that you already know a bit about programming.
There are also Spigot docs, but learning how to actually start coding your plugin, it is easier to watch it on YouTube
alright
thanks
wait
@unkempt fog
can i allie the hub and spawn together that's possible right?
so if i did /spawn it would send me to the hub
Screenshot? 😹
yes u sent an example
this one
That is not a screenshot, but yes, that should work
oh