#help-server
1 messages ยท Page 253 of 1
If you have a specific question, people can try to help, but this isnโt really a start to finish tutorial channel
You need to open it in the same folder that BuildTools is in
ty
i need to paper spigot
Wrong discord for paper
why
because this is spigot
oh sorry
Has the console stopped spamming a bunch of stuff
in the git folder?
ah ok
i cant find the buildtools jar
only thing it says
oh!
@tawny dust
now what
cpas
caps
Looks like you should have the spigot jar in there
oops lol
spigot/Spigot-Server/target
ok ty
inside spigot-server
@median bloom
maybe spigot-api/
theres a target in there
nope
well now it is
1st one or second
different again
this is all too confusing for my small ๐ง
im just gonna go first one.
ok
anyone there?
me being a smaller brain than i already was
Yeah no the jar should not be in the spigot/Spigot-Server/target folder
it is copied into the same folder where BuildTools is run
if that isn't the case, there was most likely an error during the execution

did you do the command in the same folder?
umm im not sure
๐ค
Yeaa, you might wanna make sure you do that ๐
im new to all this soo ye
it's not a problem
no worries ๐
we all here to learn
do you know how to copy the folder path?>
C:\Users\aidan\Downloads
any name
and type this in the terminal
cd C:\Users\aidan\Downloads\<folder_name>
folders with spaces
without spaces
!
replace the <folder_name> with the name of the folder
and move the jar there
did you do what i said
ok
should then tell you that you need to accept the eula
you can also just shift+right click in there
ooh
there should be a "open shell here" or something
yup
yeah git bash
I always use it
open eula
can anyone help me with my network issues?
nvm
its been 5 hours lol
found it
open eula text and accept the rules by true
replace the false to true
๐
no one wants to or can help you then xD
the only one who had an idea went offline
Well good luck xD
welp there is your server
you canb remove the mc default gui
true but who would want to
java -jar spigot-1.16.5.jar nogui
look at how beautiful it is
ty
I don't like minecraft server gui
yeah I don't think anyone does
/restart to restart server?
i forgot the comms
to let this command works
don't use /restart just use /stop and a while true loop or something
the server calling it's own restart script is flawed
so do /stop
intellij idea better
yes xD
yeah no, that says 1.8.9
cool!
shame on you xD
๐
so what will the ip be
0 or localhost
I liked your portfolio
what xD
Whenever that I want to create portfolio I get struggled
my website ? xD
i love how i asked u to help me to do this just to play a wisp plugin xd
yup
Pfft, a bit of scss, html and typescript get you a long way ๐ even for a full blown backend dev
typescript is easy for me
php too
I lack of creative design
I think this place not for talking about this
nope xD
see you later.
these days there is really no reason to create websites from scratch
just go find a template that you are allowed to use freely, most of them require you to retain the credits at the bottom
and then just add on to it as you see fit
I have a template I use for my maven repos
do you have website? or theme forest website you use
I can take the html css and do the rest
that template isn't created by me, but I know how to create websites
just no reason to create it myself unless there is a very specific reason to do so
if you need session stuff/login stuff. Use something like bootstrap
i know
And you don't really need to be creative either, graphics already exist for just about everything XD
but I lack of creativity design
I can't convert the design from my head to the css and html
as long as your website is simple enough to navigate, it doesn't really need to be super fancy pretty
it is terrible in how much javascript is used on websites these days
I mean, really a website taking up 1-2GB of ram?
they need to optimize
can only optimize so much, the issue is just too much reliance on javascript because hey, why use our resources when we can just use the users resources. And then you have all these unnecessary integrations to everything as well lol. When, websites are just sufficient in being simple. But all well it won't change it seems unless something comes about that obsoletes javascript.
@tawny dust do you know?
Try out this I am not to sure this is what you want: https://www.spigotmc.org/resources/antiredstoneclock-worldguard-plotsquard-support-1-8-1-16.18557/
redstone won't necessarily cause server lag, can in some extreme cases but most commonly it will cause client lag before the server starts lagging
Does anyone know a good trade plugin? I was using the trade system plugin (https://www.spigotmc.org/resources/trade-system-custom-layouts.58434/) but people found an exploit where if you take your stuff out at the last second you keep your stuff and steal the other persons stuff. So does anyone know how to fix this or a different trade plugin?
I know paid one
can i get if for free?
๐ค
or is there another one
can u send the link for it
it has solved alot of inventory issues
k
if a plugin is only available via paying for it, you shouldn't be looking to steal it.
however most plugins don't cost much really either
if you have money to host a server, you should have money to buy a few plugins here and there as well. Otherwise if you can't really shouldn't be hosting a server if you can barely afford it.
and programming is fun
๐
Pls help me, what the name of this plugin?
essentials rpg
Q: im lookingfor the vote plugin but i can only find a old old one i need a 1.16.5 on anyone know where i can find it?
people actually still use those things?
just create a website, dump like $30-$50 into adsense
better of that way then them stupid voting sites
fair we are just tring to get more players and someone suggested it
voting really doesnt do much
you won't make it to the top of those vote sites without paying anyways
i dev'd for a server that had like 3 players until they had made a tiktok that went viral
about one of the features on there
and they got like 30 avg players in the evening
at least with adsense you can at least appear in the search results
fair i just hate running ads on our site but i mean if it gets more players i guess its worth {hate it do too gdpr nonsence}
adsense doesn't mean run ads on your site
when you pay for adsense you are paying to appear in google search results and if you want to make an ad, that ad appears on other people's sites
and there is no set amount to pay for adsense
obviously the more you pay, the better your results are lol
the google search results might fare better then your ad does, but never hurts to create a banner ad as well ๐
and word of mouth
as well as maybe do some live streaming etc
utilize social media lol
What do you guys think is the best economy plugin to use right now? I'm decently far into making an sql economy but its just a headache to cache data and worry about saving the data and stuff- do you have any suggestions for premade ones?
essentials has its own
but, economy is really not that hard to make
I mean its just numbers
you can cache the numbers for where ever the player is at, commit to the database every so often if it has changed
if it hasn't changed, then don't do anything lol
economy is one of the few things you could actually handle outside of the java process
I think the problem I'm having with my economy is mainly accessing offline player's data, because that has to involve constantly querying the database instead of just getting and saving when a player joins/leaves
probably just going to leave it to only online players idk
querying a database shouldn't be a problem
databases especially one like mysql is specifically designed to handle millions of queries
This is one of my first times doing sql for something this major for a server so I'm just getting nervous about how quick it is and stuff lol thanks for the help
alright
also I'm not using connection pooling its just 1 connection so i dont know if that changes anything
you can even use libraries for connection pooling too
read your mind lol
the difference is that without connection pooling you are creating a new connection and terminating it everytime
not usually a problem if you modify the mysql defaults for connection limit amounts
default is usually like 10k
I usually increase it up to 100k sometimes 200k depending how often its going to be queried
connection pooling, helps limit the amount of new connections by utilizing existing connections and if one doesn't exist creates a new one
initiating a connection can take a bit of time sometimes
especially if you are doing it 1k times lol
that 1 second, times 1k is now 16.5 minutes of new connections alone
right now, heres sort of the general logic for my program and I want to see if I'm not missing anything like overlooking anything
kind of hard to tell from just that alone
but I don't keep track of plugins unfortunately
something you can use to help you out @humble forge especially caching wise is redis
here's my plugins current logic pretty much:
onenable: cache everyone who is online's data into a local hashmap from mysql synchronously.
ondisable: save everyone who is online's data to mysql synchronously.
constant loop: every n minutes, save all of the players data to the mysql asynchronously, remove players from the map who arent online anymore
onjoin: load player's data asynchronously, but deny them entry until their data has loaded
pay,bal,etc: check locally, if the player isn't found then query the database and cache the player locally, then do whatever with it
am i overlooking anything from this general explanation of how its coded up right now?
all queries should be done async
never sync
you can cause the main thread to crash if you do so XD
even on disable or on enable?
even in on disable
I remember on disable I tried doing it async and the task didnt finish or something
in fact you should have a daemon thread going for your query handling
that is because you didn't have a daemon thread
guava which is part of spigot and mc has cache methods t oo
where you don't need to worry about implementing loops for commiting back to DB
also if a query fails you shouldn't deny them entry
if all the query is for is just economy
you should instead deny them the usage of certain features that requires the economy instead
so if they go to buy something from a player that is offline, and for whatever reason it fails. It should just tell the player to try again but do nothing more beyond that IE not give them the item obviously
server should pretend nothing is wrong unless that is data for say minigame or whatever in which case minigame shouldn't start lol
you want to cause the least amount of problems to your players while subtly letting them know something went wrong. Your players are the best source for knowing something is wrong and most times will tell you before your staff notices ๐
yeah the one thing that is making this hard is all of the testing because its kind of hard to do thorough testing with just 2 accounts on a local server lol
I have a lot of accounts Its just going to be a pain running like 5 instances of minecraft
one of these days I am going to create a plugin for fake players XD
that would be nice
so devs can simulate players
like have a list of commands you want your random players to do or something
and then the plugin randomly selects the commands for players to do etc
that is what I am talking about
some already do
oh no
obviously doesn't work to well because I mean can only do that for so long
first started with faking online players
then, for some they used npc's to somewhat help fake the online players
its just a gimmick that works initially but won't forever lol
There are plugins for it comes with macros aswell (and it's not citizens) even things like discordsrv think it's a player
yeah wasn't referring to citizens
citizens creates npc's which are not true fake players
This is what I was referring to, https://github.com/KP56/Fake-Players-Spigot-Plugin once the dev fixes a few issues we plan to use it as a chunk loader plugin so it vanishes the player and TPS to where the player buys it and make it last say 7d
hi
i wanted some help
anyone up?
May I recommend D.A.T.A.J.A
huh?
Don't ask to ask just ask
okayy
i need help in configuring skywars config
chests only
i need a config for the chest
i use the plugin Skywars X
That I unfortunately don't have experience in but I'm sure someone here (or on the plugins discord if they have one) definitely has an idea
actually it is simple
but i dont have time
as i am overburdened with work
so i needed help
hey is there any plugin b which i can make like practice server in bedwars like hypixel
I have a problem with a Corpses plugins, when a player dies, a corpse appears on the dead coords, but when the corpse chunk unloads, the corpse disappears, I tried to use two different plugins and the problem persists, I think it is a problem with the entities and unloaded chunks, some1 can help me?
go to that plugin discord. Not this place.
Hey all its there a way to make an item that i can give to players that tp them to location like TP ITEM when they use it thet TP to LOBBY
cmi has commands you can attach to items
I tried to use two different plugins and the problem persists
then ask those plugins' devs
Whenever I try to upload a map onto my server
the server refuses to load
like when I click the run.bat file it just opens and closes almost instantly
Add pause to a new line at the bottom of the bat
Then send us what it tells you
@glad sierra ^^
... Fym?
Send latest.log
it closes automatically upon me opening the bat file
thats what I mean
it started happening ever since I replaced the world map
sure
sure I'll try find it
I can't lol
there's no plus sign
I found the file though I'll send a screenshot or something
or I'll dm u it
Get verified
!verify
Usage: !verify <forums username>
oh damn I do have habit of talking to myself
Anyways you should probably dedicate more ram to your server
How much ram do you have?
You're connecting from localhost in this serv so I'm assuming it's hosted on your machine
si
Go ahead and give it 6gb
You know how to do that right?
dosent work like that
oh yah idk how
go ahead and do -Xmx6G -Xms128M
or -Xms128M -Xmx6144M Both work iirc
yah it's crashing
Send logs
yessir
@glad sierra Do you have a Spigot forums account?
nope
damn
I can make one tho
Yeah do that, Verify so you can upload files here
how to redeem entropy?
!verify
Usage: !verify <forums username>
A private message has been sent to your SpigotMC.org account for verification!
i !verify yepis
verified
how can i remove all particles using /kill or smth like that?
@glad rain Any idea on what to do next? whenever I click on the run.batch file to try and run it it closes automatically and doesn't even give me new logs
Wdym by closing automatically?
I need more details...
I can send you a gif I think maybe
hang on wait what
my thing is opening now
so weird
one moment lemme check out my actual server
... wot?
windows be stinky with servers ngl
yh
I thought you meant a map like an actual map
also why would u use that map that looks easy to build in a few minutes ngl
I just wanted a simple small hub nothing to complex ya know
more trouble than it's worth you couldve just built it :/
with custom enderchest how do i give permissions or edit groups
luckperms
oke thanks
Hey, what's different with villager breeding with spigot vs vanilla? I'm hearing something about line-of-sight being different? How does that work? I have a villager breeder i can't get working on a paper server, but it works perfect in singleplayer
Well there's you answer, you're using paper. I wouldn't know about spigot cuz I haven't been on minecraft in ages
From what I hear, the issue is with spigot specifically. And if you don't know about spigot, what are you doing here?
If anyone's going to actually answer my question, please ping me or reply to my message. I'm going to bed.
is it worth to buy a dedicated ryzen 7 1700x 32gb ddr4 for 36โฌ or a i7 47960k 32gb ddr3 for 26โฌ?
if not is there a different way to get some infrastructure/building from 1.16 to 1.8
@glad sierra I'm pretty sure there are like different skin sets and everything plus if that instance of a schematic has a block that isn't registered in 1.8 could be a mainstream issue. I'd see if it works with other objects like a grass block/dirt house from 1.16
can someone help me please about that?
Do you mean i7 4790k
If so that one is better for minecraft since it has higher single threaded speed
I have no clue why this is invalid, i have tried this in lower case and upper case but same result.
I got the sound off the sound list and i have no clue why its invalid.
Anyone know the actual sound?
WARN Invalid sound name: BLOCK.ENDER_CHEST.OPEN
What version are you using
package index
ah ok got it thanks
Yes
So if i havento host like 5 or 6 servers with around 10 20 players each the i7 4970k it's better then ryzen 7 1700x?
?
someone :C
its a teamspeak thing
I gat it but still dont know how to make the item that contain command to tp player on use the item
anyone?
definetely
but go for a xeon tho
if you aren't actually going to be using the computer for anything except for hosting
Nah just for hosting mc so I'll buy the i7 instead ryzen 7 1700
Ty
hey so uhmmm i'm completely stuck
still on the first time setup and nothing is working ;-;
wdym?
what does it mean when it says spigot directory? the folder i made on my desktop orrr?
Wdym?
i- nvm i'm an absoloute retard i had my spigot . jar named "spigot.jar" and it was a .jar already so it was spigot.jar.jar
It happens
Purpur Timings Viewer - View Timings reports from Purpur
anyone knows who's causing the lag
it seems chunk ticking does it
lol why do you have so many players in one server
that's why bungeecord (proxy) exists
and view distance only 4...
lol why not. Its a survival server. What should i do in this case? split the map
this is perfect minecraft server
that has players separated
view-distance at least 6
static 20 tps
still
that's not what im achieving
i've seen servers
handling 200-300 players
on one server alone
yes 1.8 mc servers
1.16.5
Show me
./tps
where do you host your mc server?
also uhh how do i allocate more ram?
Why not Ryzen 9 5950X?
Zen 3 architecture is much faster
Even I provide Ryzen 9 5950X hosting so they are not so rare XD
Even I and I'm 0
๐
I need a dedicated server not an hosting provider. also that's not what i was asking for
what im asking is why tf it lags alot
They are in stock in Slovenia
not in my country
show me all your plugin
wait I need to transfer all data from almost broken SSD. Will come back in few hours.
If you are not hosting your minecraft server from home, check if he bought Minecraft
if he didn't you would need to change online-mode to false
in server.properties
and restart the server
i'm hosting it from my pc? also ik he bought mc
if you are hosting it from your pc there can be so many problems
you would need to open port in your router
and redirect all traffic to your computer
then if you computer is windows you would need to disable firewall
after that you can provide him with your public IP
so in internet type: What is my ip?
and you will get it
i turned off firewall and stuff and gave him my ip,he still gets this error message
you have to portforward
nuh uh no
we don't support piracy
you should raise the player limit lol
ok so the server isn't starting now ;-;
Best free server hosting
nvm fixed it
my friend still can't connect
I'm just telling him all solutions. I don't care if he would do that or not. That is not my problem.
dw my friend and i actually own the game lol
Don't exists
uhhh @verbal kernel are there any other possible issues?
i set up the forward port thingy i think
not 100% sure tho
download a port forward tool to check if the port is open
it's...not
any idea to why?
you did it wrong
ok yeah i put in the wrong ip ๐ it works now tho woooo
is there any way for me to set up area access perms for worldguard? I want to keep class-d out of the FP spawns, so they can't loot the armories and whatnot. (1.16.5, Spigot(also running bukkit plugins). I have tried to make a flag that exclusivley allows for a given team to be allowed into the area, but its not working
well
you could always just make a permission world based
or make it where you cant enter regions without a permission
look into luckperms
gee thanks for the helpful redirect
-_-
sorry
I think you would have to add every luckperms group to the region, except for class-d
gl with that lol
so can i mod my server or just add plugins?
if you're running spigot then just plugins but you can run other software for mods
Hey, I'm having a issue with the nuvotifier plugin
It's the latest version, I'm on 1.16 and java 11
basically, it always says "unable to bind to {insert ip}/{insert port}
I've tried making the port custom (eg 5291) and keeping it at 8192
oooh will the mods be on the whole server? and what is the software?
mohist
Hey, so I use the plugin Luckperms to add groups. I want players to have permission to use the /effect command for certain effects. For example, an elf can use the speed II effect, but not the strength effect. The problem is that using verbose only releases the permission for minecraft.command.effect. I want something like minecraft.command.effect.speed.duration30.amplifier1
anyone have plugin or solution for this ?
hey
you can make things similar to mods from pre-existing things
you can make custom models
and import them
also,you can use knokkos core and custom items for ahem, custom items
Hello i have ร LOG file for a possible hack on a server or a crash...
[16:44:17] [PaperSpigot Watchdog Thread/ERROR]: Please report this to PaperSpigot directly!
[16:44:17] [PaperSpigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports```
I have the full TXT ๐
Thx a lot for your answer(s) :p
Don't use 1.8 nty
you can make custom models
@stable gorge do u have documentation for this?
i just need player to use that command, not adding the effect to an item
pro tip: since you can't read, we're not paper
go to paper not us
no problemo ๐
adios y gracias
how do i add that?
use it instead of spigot.jar
so do i just put that jar in the folder instead of spigot?
and change your start file to run that file instead of spigot.jar
and do i delete spigot orrrr?
if you want sure
also what should the run file look like?
probably a .bat
i mean like what the text should be like
what you put earlier just mohist.jar instead of spigot.jar
i've never used it so i dont actually know
anyone wanna help with an error message
?ask
If you have a question, please just ask it. Don't look for staff or topic experts. Don't ask to ask or ask if people are awake or available. Just ask the question to the channel straight out, and wait patiently for a reply.
?ask anyone wanna help with an error message
https://pastebin.ubuntu.com/p/5Jy8yN4Ckz/
well
yes I do
bruh
someone say the cause of htis
idk what the plugin even is
what type is it?
like economy
or what
if its a custom plugin, there isnt a class file from when you compiled it
so look into that
its economy
can somebody pls help me i am to stupid to find the dynmap file or am i in the wrong place?
thx
you're welcome Samsung Refrigerator
yea
also do spigot extensions work on this thing?
yea
Hey guys
Who can I talk to so they change me my forums name?
I've been stuck for years with it and now it's becoming a bit annoying
ya gotta donate $10 i believe
Oh really??
believe so
woah I wasnt expecting that o.o
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
Thanks though :)
Is there anything different with villagers breeders on spigot vs vanilla? I've got a villager breeder that works perfect in a vanilla test world, but their breeding mode fails every time on the server. My server owner said something with line-of-sight may be different, but I couldn't find anything on the forums. Can I get a definite answer on that?
Does anyone know (spigot or elsewhere) if any plugin jars are made for snapshots?
Hi I need help so I just got Spigot installed so I can get plugins into my server. My server has mods running off forge, my problem is when I try to join my server it says incomplete set of tags please contact server operator. This only happens when spigot is the current version when loading up my server.How can I fix this?
extra info I don't know if this will help: spigot version installed 1.16.4 (built 2020-11-24) (I just got this from my auto installers tab in my server control panel)
minecraft version:1.16.5
Forge:36.0.43
yeaa good luck running mods on spigot
you're looking for sponge https://www.spongepowered.org/
Minecraft: Java Edition Modding API
ohhhh
well time to uninstall this thanks for letting me know
which version should I install for my server?
Is there a way to reset all player inventories in every world easily?
Any good server hosting for spiggot?
You can host your server yourself
how can I make a spawner empty?
I dont wanna use my pc 24/7
But then hackers can attack router
It's at your internet
I don't well know how to do it
But it's possible
Where i live the internet is ultra shit
?
Same
Good host costs 10-20 zloty (polish currency) or something like this
I think
4 zloty-1 euro
I think because I never was buying host
Hmm i dont mind the price tbh
Btw is towny still a thing or is it a dead mode?
hi
i have question
i broke my friends house and how to i recreate whole chunk to some time
Not possible unless you have a backup or CoreProtect installed
which sponge verison do I get for my server hereminecraft version:1.16.5
Forge:36.0.43
why would you use sponge
that's what I got recommended to use
but they all seem out of date
do you know what I should use?
mohist
alright I'll look at the one
he wants plugins and mods what else
I canโt seem to get the merge distance for items working, every time I change it nothing happens. I am restarting the server each time.
I have a problem when I try to run "java -jar BuildTools.jar --rev 1.15.2" on cmd and I have build tools it says this Loading BuildTools version: git-BuildTools-36c11e9-126 (#126) Java Version: Java 15 Current Path: C:\Users\joelj\OneDrive\Desktop\BuildTools\. Please do not run BuildTools in a Dropbox, OneDrive, or similar. You can always copy the completed jars there later. someone help please?
Move it to a folder in C: drive
Your desktop is in OneDrive which isn't supported
can anyone help me?
do you know another one I can get I'm open to anything I just want something that will work with the luck perms plugin
Hey, someone can help me test a plugin? dm me
why can't you test it yourself?
so run another client
when i join the server it disconnects me in the other client
i don't have 2 premium mc accounts
only for testing
it will let me join if i have the same username?
use a client that lets you put a different username when testing in offline mode
just don't forget to put server back in online mode after testing ๐
uhh sorry idk what is actually that, i only use the official launcher
i will have to search i guess
indeed. These are things you need to learn so you can test your stuff. Need appropriate tools after all ๐
uhh my pc will lag a ton
shouldn't unless the server is also on your pc
in which case probably should seek appropriate hosting
the server is in my pc
i used to have pebblehost but stopped paying it because it had no use
well, guess you are just going to have to deal with some lag to do your testing
if its a plugin you made, just part of development. If you are creating a server really shouldn't host it on your pc if you can't handle 2 mc clients and a server.
how do i change the ip?
your public IP? or your private ip
I was looking for a way to have players connected in a queue server and hide them from the player list (TAB) and make them invisible to each other, any ideas?
I want to make it look like they are alone in the queue server
The server ip
I just set a subdomain tho so that should work for now
do you mean the servers private IP, or the public Ip people use to connect
public ip, not something you can really choose at will
youd want to handle it through your domain provider, such as godaddy, that can redirect exampledomain.com to your public ip
private ip is through either through your router or the machine. through the router is better, but its also good to set the settings on the machine after the router is set up
Is there a way to reset all player inventories in every world easily?
you can delete the player data
but that will remove everything, including their location
It wouldn't matter. Will I have to delete that of every world that I want?
Just main world
Oh kk. Only the files inside the folder right and not the actual folder?
only delete the world/playerdata folder
ok so when i restart the server the folder will come back?
yes
Thanks
what does world/stats store?
statistics
like??
also can someone suggest a scoreboard plugin that be disabled in certain worldguard regions
the stats that appear in the pause menu
you could try scoreboard revision
i use that actually but it only has per world
my bungeecoord proxy is not starting.
it gives this error:
Could not bind to host /0.0.0.0:25577 java.net.BindException: Cannot assign requested address: bind at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Unknown Source) at sun.nio.ch.Net.bind(Unknown Source) at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source) at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:134) at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:550) at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1334) at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:506) at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:491) at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:973) at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:248) at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:356) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.lang.Thread.run(Unknown Source)
if youre on a shared host you probably need to manually enter your ip into config.yml
how do i make a new world with like biomes o plenty turned on?
uhhhh how do i add datapacks to the whole server? just plugins?
datapacks go in the world folder
the server is local and i already have the ip put in, but i didnt want to show my ip in the msg on discord so i put 0.0.0.0 in the msg
oh ok ty
can someone help me with a plugin that displays health below a player's name. one of the plugins i added conflicts with vanilla scoreboards
@silver summit well the ip you entered is wrong
leave it as 0.0.0.0 unless you know what youre doing
you probably put your external ip in rather than your internal one
just leave it as 0.0.0.0
there is no reason to change it unless you know what youre doing
do you know hamachi?
but do i also have to chnae the ip on hamachi to 0.0.0.0
no
the ip to 0.0.0.0?
wdym
put the server ip in the config
if the servers are on the same machine use localhost (127.0.0.1)
how many server do you have?
6
leave the server property blank unless you know what youre doing
in one pc or different?
1
Different
also 6 home hosted servers on hamachi seems like way overkill
are they using different ports?
they are not all online at the same time
you mean like :25500?
yes
yes i do
btw why do you need multiple servers?(cause you can use a plugin for multi worlds)
If you want multiple server types
i have 5 worlds loaded in single server
yes
ok
like a bedwars server, a survival server, ...
my hamachi ip is my ipv4 ip i think
yes
i had that
and it gave me that error
but instead of 0.0.0.0 i have my ipv4 adress
Try leaving the ip blank
ook
i feel like all that can be gone on a single server using plugins like multiverse core,portals ,etc
Bad idea
no, because it would just lag more and more
whats your server spec?
That requires a lot more work and will have more bugs and worse perfprmance
ok
should i put this to 0.0.0.0 or to 127.0.0.1?
servers: lobby: motd: '&1Test Server :D' address: 127.0.0.1:25500 restricted: false
localhost or 127.0.0.1
the error is that it unable to bind to that ip or port right ?(try changing port cause that might already be in use)
it is not in use
Failed to bind to port os usually caused by something already using it
Restart your pc sometimes a server is running in the background
k
yes it might be the issue
whats the issue?
no matter how many times i run the 36.1 version for 1.16.5 it completes and says without error but then there is nothing in the launcher
forge server or client?
and when i go to new and stuff it's not there
client
i also need to probably do server after but idek how
it works, if the host in the config is 0.0.0.0 but not if it is my ipv4 ๐ค
maybe cause hamachi ip changes?
but hamachi is currently offline
i didnt face this issue cause i use tlauncher instead of original launcher
if hamachi is offline then your hamachi ip wont work ig
yes it works now! thx
Modded versions are hidden in the launcher by default
You need to go to the profiles page and enable them
just replace forge.jar i guess
You just delete the libraries folder and forge jar. Then run the installer again
make a backup before doing that
Hey there folks! I got a question regarding the spawn limits of monsters.
Is it true that the spawn limit got increased when using Spigot? Me and my mates noticed that there is a big increase in monster spawns.
Usually people experience the opposite. Anyway you can tweak the mob cap in the bukkit.yml
how do i dedicate more ram for my server?
I just did - the monsters cap was at 70. It is now at 55. My mates and I live quite near to each other and we got like 20 zombies on a little grass plain. XD
You change the xms and xmx startup arguments
the ones in the run.bat?
Yes
ighty ^^
how do I have 27 ping on a local server
Are you connecting through localhost?
yes
weird lol
WHAT
NoCheatsPlus is doing weirs
weird things rn
can someone hlep like it doesnt even let me move
updated
then, ask on their discord
This happens most commonly in modded servers.
Ensure your mods & client have the same version
Install the latest version of forge (im assuming this is what you're using)
If the above 2 don't work, remove mods 1 by 1 from both the server and client
is there anyway to let forge and modded clients to join bungeecord or spigot servers ?
I cant add more than 1 gb to my server
any ideas?
java -Xmx1024M -Xms1024M -jar Version.jar nogui
I tried 2048
hey guys how am i gonna make my server online (for my friends)
leo here to save the day
also i cant make port thingy ยฏ_(ใ)_/ยฏ
Nothing. closes the console on bootup
what lol
so
java -Xmx2G -Xms2G -jar Version.jar nogui pause
?
so
java -Xmx2G -Xms2G -jar Version.jar nogui
pause
sorry wut
im not an english thats why i dont get it also in my country its not have a translate
Error occurred during initialization of VM
Could not reserve enough space for 2097152KB object heap
this is the "error"
yeah I just thought I would send the error
on the script?
cuz what u mean whit port foward
lol translate makes port like a airport or sometiing
YOU CAN ENGLISH??????
Which one do I want
yeah wtf i didnt know that
what
OH NO LEO GOT KICKED WTF
aaaaaaaaaaaaa
WAฤฐT WUt
WHY
da frick
BURH
she ahs it for me ;-; tahts 2wice dis week i get th ๐ฆถ
wut
defaults :p openjdk 11 hotspots
also its bruh not burh lol
ok so
computer <---> router <----> mobem
is this waht u have?
also LEO did u get banned lmao
after u install it open a command prompt & type
java -version
to make sure ur on th new install, if not we gotta change it
na jus kick lol id b mad af if it was ban xDDD
I think they banned u and unbanned
๐ฎ
since ur msgs got deleted
FAK
i know, idk i have a thing thad makes me say thad lol
I was here like
ur rite ;-; tahts wut happened last time
rippppp xDDD
java version "1.8.0_291"
Java(TM) SE Runtime Environment (build 1.8.0_291-b10)
Java HotSpot(TM) Client VM (build 25.291-b10, mixed mode, sharing)
holy shit
i shall submit formell complaint
nono I havent updated yet
o ok ok
this feels like its going to download in a week
rippppp is big file? :I
