#help-server
1 messages · Page 221 of 1
wdym
bukkit is just the api
craftbukkit was the first implementation of said api
spigot is a fork of cb but spigotmc maintain both
you should be running at least spigot
follow this guide, it'll get you up to date
but dint you have to pay for spigot?
idk
i thikn I heard it somewhere
so what do i do with that code now?
place it in my server?
wdym
you run buildtools on your pc
itll give you a jar
replace your current jar with that
yes
cool#
it can take a little while
run it from a command prompt so you can keep track of how its doing
so do i just launch it after it has installed?
so installed the git
because the link u gave me said that it was needed for the jar file
go to "Running BuildTools"
follow the guide
ok
.... [16:33:59 ERROR]: Error occurred while enabling Skript v2.1.2 (Is it up to date?)
thats what i get
are you sure that's everything
https://imgur.com/a/QSOhUQv this is the error
yeah might want to speak to the skript devs about that
so run it first?
mfw "BuildTools is hard" when all you have to do is download and run it with java -jar BuildTools.jar ._.
It's literally no different than Paper's build system only you don't double click the jar, you run a command lol
ngl it would be kinda cool to implement bt into a standalone kinda thing
A few people have written UIs around it
i mean like paper so you just run the bt jar and itll launch your server
oic. Meh. Reason md avoided that in the first place was because lawyers said BuildTools was the legally safest approach
fair enough
You underestimate the ability for people to be confused by something that isn't called spigot.jar
not really
the other day my nan video called me because she didnt know how to use her usb stick
tbf, there's a 75% chance you're not going to insert the USB stick right side up
It's supposed to be a 50% chance but let's be honest, it's closer to 75%
what if it's usb-c
[19:20:57 INFO]: Loading properties
[19:20:57 INFO]: Default game type: SURVIVAL
[19:20:58 INFO]: This server is running CraftBukkit version git-Spigot-db6de12-18fbb24 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
[19:20:58 INFO]: Unable to find file banned-players.json, creating it.
[19:20:58 INFO]: Unable to find file banned-ips.json, creating it.
[19:20:58 INFO]: Unable to find file ops.json, creating it.
[19:20:58 INFO]: Unable to find file whitelist.json, creating it.
[19:20:58 INFO]: Debug logging is disabled
[19:20:58 INFO]: Using 4 threads for Netty based IO
[19:20:58 INFO]: Server Ping Player Sample Count: 12
[19:20:58 INFO]: Generating keypair
[19:20:59 INFO]: Starting Minecraft server on *:25565
[19:20:59 INFO]: Using default channel type
[19:20:59 WARN]: **** FAILED TO BIND TO PORT!
[19:20:59 WARN]: The exception was: java.net.BindException: Address already in use: bind
[19:20:59 WARN]: Perhaps a server is already running on that port?
[19:20:59 INFO]: Stopping server
[19:20:59 INFO]: Saving players ```
not understand
[19:20:59 WARN]: The exception was: java.net.BindException: Address already in use: bind
[19:20:59 WARN]: Perhaps a server is already running on that port?
you already have a server running on the port
I just wanted to open a server in version 1.8.9.
Then it's magic 👀
I feel it's more like a 100% chance you will do it wrong, flip it, it's still wrong, and then flip it again and get it right
thank you, I rebooted the server.
Who can help with the plugin? I'm looking for such a plugin, when you click on a slot in the inventory, a command from the console is displayed in the chat, maybe someone saw this?
my server just randomly stops, but there is no crash report. If i look in logs its as if someone did /stop. Any ideas to why this is happening?
anyone know this symbol?
is this a trivia question or us trying to identify it for you
I have some guesses but idk
end credits, player mark on a map?
its for a settings menu
ah makes sense
oh i found it thanks
Can anyone recommend me a chest shop plugin? I want it to have the item floating over it and available for 1.16.5
can anyone help me with CombatLog, what i need to do to allow players using pearls during combats ?
Hello i have : Proxy lost connexion , but i dont have any message in my console server and he restart more rollback ... do u Know a solution?
It's dogshit ahaha
this one is a bit bulky i do not like it but it exists for 1.16 https://www.spigotmc.org/resources/quickshop-reremake-1-16-ready-multi-currency.62575/updates
does chestshop support the floating items tho?
he said he wants items floating on top of the chest
i guess other plugins are triggering a welcome message event of sorts which spams? I've never used that plugin so I really don't know...
my server restart solo but i don't have any crashreports / logs and create a rollback.. do you have an idea ? (i'm in 1.16.5 with the last paper)
That seems like it is perfect! Thank you!!!!!!
yeah same. i used it a bit. it worked but it had some weird bugs and just felt so bulky
Hey!
Currently those errors are spammed everytime a player tries to join:
https://pastebin.com/2wDiLqqh
(The log shows FlameCord, but also with normal bungeecord this problem occurs)
Any ideas?
That's also one error which is spammed very often:
https://pastebin.com/PLAbw3pc
how do i set up a bungeecord server?
where do i start
i went on youthiube but its kinda confusing
have you ordered a server yet?
Yes
yea i do
Yeah
on pebble host
Have you installed it as a bungee server?
Yes
Where is a great place to learn Java from beginning to advanced thoroughly?
wait if i make the server a bungee will i still be able to use the ip
wait so the ip will only be for the bungee
correct
not here
my server restart solo but i don't have any crashreports / logs and create a rollback.. do you have an idea ?
now that shows
youre not pointing your bungee at anything then
how do i configure that
bungee.yml
Can someone help me with HAProxy? I have 4 bungeecord servers and users get balanced between them with HAProxy, it does not seem to be working though. Current config: ```
defaults
log global
mode http
option httplog
option dontlognull
timeout connect 5000
timeout client 50000
timeout server 50000
frontend bungee_frontend
bind *:25565
mode tcp
option tcplog
timeout client 1m
default_backend bungee_backend
backend bungee_backend
mode tcp
option tcplog
option log-health-checks
log global
balance leastconn
timeout connect 10s
timeout server 1m
server eu-bungee-1 127.0.0.1:7070 check
server eu-bungee-2 127.0.0.1:7071 check
server eu-bungee-3 127.0.0.1:7072 check
server eu-bungee-4 127.0.0.1:7073 check
Hello there, i can't connect to my server with my public ip. It works in local. My port 25565 is open and i tested it.
in server.properties what is server-ip set to
Do you have any idea where that issue comes from ?
Did you port forward
Check if the port is opened https://www.yougetsignal.com/tools/open-ports/
The port forwarding tester is a utility used to identify your external IP address and detect open ports on your connection. This tool is useful for finding out if your port forwarding is setup correctly or if your server applications are being blocked by a firewall.
Idk to be honest, i just oppened my port 25565 and direct it to my raspberry
The port forwarding tester is a utility used to identify your external IP address and detect open ports on your connection. This tool is useful for finding out if your port forwarding is setup correctly or if your server applications are being blocked by a firewall.
Yes it is
O
?
in server.properties what is server-ip set to
I disabled it
(sorry for any english mistake, it is not my first language)
And i can connect to other public servers
Hey. Having some problems with a server that is running on a friend's pc. There is sudden increase in in-game latency lately. His upload speeds are consistently high (25mbps seems enough for 4 ppl max) and a simple ping command to his router responds within 70ms. It wasn't always like this. We have added some plugins since the time we were all running on 80ms but we did disable a plugin that i think would be the most "heavy" and absolutely nothing changed. What could cause this much of an increase? (from 70-80 to 180-250).
is tps keeping up?
20 at all times
the server was copy-pasted from my pc if that makes any difference
in that case it's probably something not within the server
Can someone try to connect to my server to be sure that the problem comes from the server and not the client ?
Try it on https://mcsrvstat.us
Looks ok
So the problem comes potentially from me ?
its a client side problem
so you need a permissions plugin
each one works differently, but they all allow you to assign permission nodes to players (normally by assigning the nodes to groups and the groups to players)
the idea is that it completely replaces op
LuckPerms
why isnt my zombie piglin farm above the nether working anymore after i switched to spigot
they arent spawning
please help
doesn't matter about order
holy fuck i swear to god
i switched from vanilla to spigot now our goddamn farm doesnt work
and i cant switch back to vanilla because it wipes the nether
i went in the files and changed the mob spawning shit but nothing is working
theres no fucking point anyway nobody is gonna help me
ok
let me explain
my friend made a pigman farm above the nether and before we switched to spigot it was working fine and they were spawning fast
as soon as we switched to spigot, they barely spawn
you need to check your spigot.yml and your bukkit.yml
both files have sections for configuring spawn limits
2 seconds of google found me this
i did, i went to that website and a bunch of forums that said the exact same thing
and there was no change?
nope
Well in the meantime you can still download your world and transfer over to another vanilla server
But that's weird, try making more dramatic changes to see if you can notice a difference to make sure that there isn't a problem with how you're entering the values
when we tried switching back to vanilla the entire nether got reset and we all instantly died because we were in the nether
so the farm was gone
we switched back and it was there
If you copy world and the nether world file, vanilla minecraft server shouldn't wipe it
there's world, world_nether, and world_the_end
should i just copy all of them? or how do i combine them into one
so make a fresh vanilla server
start it once
then delete the all the world folders and replace them with the world folders from your spigot server
yeah but before i do that i want to copy the world
try letting the server start once THEN replace the worlds
also, make another copy of the world folder soemwhere else so you dont accidentally lose it
there are 3 worlds
Yes. I assume you want to have all of them stay the same?
So delete all of the newly generated worlds and replace them with your existing folders
i guess. i dont know why there is a folder for each dimension
because that's how minecraft stores world information
each dimension is literally its own world
I believe that is because you haven't been to the nether yet. Hold on, I'll run a test on my end real quick
i copied the worlds
I see I see
Hang on
It's stored as DIM-1
inside the world folder in vanilla minecraft
so how should i move the nether file over
So start your vanilla server once
Then close it, open the world folder
and delete the DIM-1 folder
Then, go to your spigot server files, open the world_the_nether folder
or world_nether or whatever
no i have to make a new server i think because i just added spigot.jar to my original server folder
and just changed the .bat to run spigot
which created the plugins folder and all that
Sure, either way its
the same process
This is the root directory of the VANILLA SERVER
yes i know
COPY the DIM-1 folder over into the world folder of the Vanilla server
I am aware, you need to make another server
So just make an empty folder, drag in a vanilla jar, and a .bat file
then just follow those processes
alright
Generally speaking, whenever you make any major server change, you don't want to compromise the original while doing so
So always make a new spigot server and copy over the worlds afterwards from your original folder so that you have a backup if things don't work out.
thats what i was going to do at first i dont know why i combined them
i deleted dim-1
now do i just put all 3 world folders in?
@small solar
no
look at the pictures
DIM-1 is a folder inside world_nether
copy that folder inside the world folder of the vanilla server
then you've deleted something
in my world folder than i copied there is a dim-1
You don't copy the dim-1 from your world folder
as I said
you delete the dim-1 in the world folder of that empty vanilla server you just made
from the vanilla server yes
and replace it with the dim-1 from the nether world folder from the spigot server
i know but there isnt a dim-1 in the world_nether folder that i copied
You're on minecraft 1.16.5 right?
yeah
then unless it was manually deleted, that folder should exist within the world nether folder
if you open your spigot server and go to the nether is it empty?
Or does it have your farm?
it has the farm
is the server opeN?
no
i copied the world folders again
nether has dim-1 now
idk why it didnt before
so i delete dim-1 from vanilla server and replace it with the dim-1 from the nether world?
@small solar
ok i did that
but i dont just want the nether i want the overworld too
and all of our player data
@small solar should i move the dim-1 from the nether folder to the world folder i copied earlier so we still get our overworld and inventories and shit
is dim1 the end then
Wym start bungee servers?
Hello i have been facing this problem for over 1 week all the plugins are not connecting to mysql except Luckperms and litebans if you have faced the problem or know how to fix it please @ me
Wym not connecting?
Have you made sure all details are correct in your configurations.
yes of course
I.E name me a plugin which isn't working
deluxecombat
custom enderchest
And third plugin which is custom made only for me
do you know any plugins i can test if it works or not?
Wait so you said LuckPerms works fine tho?
SSL has nothing to do with mysql
Turn server off
And start it up
See what console says
It'll say something about success or fail for connecting database
Oh that's a custom plugin
does spigot patch bedrock breaking (via nether roof)?
Off the top of my head... I don't think so?
well my friend took about 3 hours to attempt to break bedrock on the nether roof, 0 bedrock broken
Was that not patched already in vanilla?
ive done it on vanilla before
In the same version as the server?
same version?
🤦
Minecraft 1.16.5 & Spigot 1.16.5
yeah its 1.16.5
What's the method you're using to break the bedrock? I can try and take a look to see if I can find some patches for it
let me find the video
Are you using normal Spigot or a fork like Paper, Purpur, etc?
(You can see via /version)
craftbukkit
^ Also an important distinction. I guarantee you Paper would have patched it
Ah not even Spigot ;p makes my search a bit easier
and it says 25 versions behind?
Send us a screenshot of /ver please
Yeah we update CB regularly
cant send screenshots here, but if you want me to type it our I can
verify.
You can send a link to it if you want, or verify yourself to add attachments
Alright, so you are running Spigot, Id recommend you update to the latest build using Buildtools (I'll execute a command under this so you can see how to)
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
ok
Do you have any plugins installed?
unsure, im a helper of the owner so they add all the files and I know only a bit of files
Can you execute /plugins and send us a screenshot?
None of those should effect bedrock breaking, but who knows lol, I don't see any reason why it would be disabled
hm, ill try doing it again soon, and ill message here if there is any problems
I did a quick search through patches as well, didn't see anything that had to do with bedrock breaking but I was only checking titles.
ok
I know Paper has an option for it, but Spigot shouldent
Exactly why paper is superior.
👀
seems like we did something wrong in the bedrock breaking, but thanks anyways on helping update the server
my server just randomly stops, but there is no crash report. If i look in logs its as if someone did /stop. Any ideas to why this is happening?
Someone is probably stopping your server then @bold valley
Are there any errors in console
huh
either you are using an incompatible world or a plugin is messing up the server
paper is good for having an anti xray and saves performance but bad thing is there are options u can't configure
You can configure heaps
Sand duping is fixable
i had to use paper so nobody freakin' use xray
yea its true
but i have to fork paper
manually
and i got zero experience about that
huh
idk why
it shows fake ores
which is exactly what i wanted
but sometimes it shows some mobs and all that
ive heard spigot used to have one to but dropped it
Most hacked clients seemed to work for me when testing.
Idk about x-ray engine etc tho
hmmm
Tbh x-ray is quite hard to prevent apary from using that premium plugin
whats it called
Nvm it's not premium
Uses skript tho which is eh
thanks
did it work
i used it
it only detects xray
not prevent it doe
Ahh
i use both anti xray and this
Tbh if you have a good staff team you don't need to prevent it though
u can set how many ores can be mined in what time
if they exceed that they use xray
CoreProtect and common sense is really all you need
but its hard to come up with an accurate time
Core allows you to see when/who they mined
Protect
When/who mined*
Meaning you go into spectator and just have a look at their pattern of mining
hmmm
Plus it's fun to stalk xrayers and troll them.
lmao
how the heck do i fix this
add -Dfile.encoding=UTF-8 to your flags
how the heck do i do that
What even is that
Hey guys, im trying to run 1.8.8 spigot and i keep getting this when i start the server, even without any plugins. what does this mean?
i suspect something to do with Pterodactyl panel, and or the java version it uses
?paste
nvm seems to have been the image that my panel was using
switched to a legacy one and it was fine
Whüt
?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.
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
That is...
Java 11, Ram 6GB and 4 Cores
Is anyone here familiar with reading logs
having an issue at around 45 minutes my server just stops, it saves data and just shuts down randomly
no user is executing the command
I have no errors in my log either that I can see.
I have went through and checked all the plugins and they are all up-to-date
I feel like this all started happening after I added the ufw firewall onto my VPS or it was after I changed luckperms permissions around Im not sure what the issue is
here is my log
See my problem, there is nothing there lmao.
I am the only one that is op and the only one that has console
I was told by paper to turn debug on and update to the lastest version of paper just in case so we shall see the issue soon enough
45 minute wait
If there is any warnings or bugs or anything of that nature I usually fix them right away so I am unsure as to why there is an issue now.
I have this teleportation plugin installed with which players can send requests to each other for teleport and set homes and stuff
so essentials? lmao
But sometimes by installing a few other sepcific plugins like worldedit, the commands don't work of the tp plugin
It's called advanced teleportation. Not essentials
Essentials does the same thing though?
Oh ok which module?
Ok I'll try that
Doesn't that come In a zip file with essentials spawn, protect etc
Ok I had it installed already. With essentails and essentals spawn
Okie thanks
Are these commands? Or config settings
thats not strictly true
So.. can players not use /tpa and /sethome by default?
No.
So I'll have to enable in config then?
You'll need to install LuckPerms
Easiest to use
do /lp editor
create some default groups like citizen, mod, admin, owner
give citizen the permission nodes listed above
Pex god awful
Group Manager was my shit
facts
I do agree it was easy to use though
Ahhh
😉
I see so I'll have to aet roles using luckperms and then give these perms to the role?
Yes
Yes
Jinx
I'll help you for $5
Ok got it thanks
Not worth but a brother gotta make coin somehow.
Facts
still waiting on the server to just randomly stop
45 minutes is a long time
when you actually want it to crash
Pog
whats your mc name
im on whitelist rn
Same lemme hop on
Name rava?
Oh thought we were gonna config n shit lol
why would it
ahh
if it's forcing it to /stop maybe its been bugged
when you try joining the server on 1.8 😦
fuck no
"connecting..."
spoke to soon
whatd you see
oh great
where the fuck is the debug file at
starting now
the debug created a "cache" folder
with two .jar files in it
tf
can you help me with screaming bedwars?
i have bungeecord. When joining bedwars, it is kicks me
popa15_cz lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.lang.RuntimeException: An internal error occured.
i have viaversion, viabackwards, viarewind.
Hey everyone
Can someone please help me?Thanks in advance
I am following the spigot server set up by TroubleChute and I got to the bat file launch where it provides me with the following message after I run the bat. Im pretty sure I coppied everything correctly so I don;t know what I;m missing
'curl' is not recognized as an internal or external command,
operable program or batch file.
Enter the version: 1.16.5
Error: Unable to access jarfile BuildTools.jar
Press any key to continue . . .
hi on my skyblock server when a player break a spwaner the player win 50k $ and i wont to disable it but i don't know which one do this :/
@west cloak can you help me with my issue? or tell me where to look
Save folder same name
Noob question, but how do I access it
what would i search if i wanted to find a plugin which makes crops grow without water. I cant find one 😦
Is a hdd enough for a server, or should I go with a ssd?
I'm getting no client connected for a pending server issue :/
75+ players
And what gamemode
it will be better to get an ssd in any case
Please help
CityBuild, but we might add freebuild too
Yeah an SSD is probably smart
and (if you have that option) don't take ssd boosted hdd, it is more terrible than hdd
dude it was 3 minutes just wait
Still am
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/firmata4j/IODevice anyone know what causes this problem?
how i m new to maven ;C
Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.
and go to #help-development
lol
can you help me whit this error?
https://paste.md-5.net/raw/gixufipude
you can't fix it
its an issue with the plugin
also go ask in the plugins discord
not here
where the dev can fix it
cuz unless the dev is here
nothing can be done about it
oh.. ok
Thanks youu

how do i remove the dragon boss bar from my server. it wont go away
So I set up port forwarding on my router, the server works yet none of my friends can join my server
I tried both hamachi and my ip
doesn't work
I can connect from my laptop just fine
but anyone outside of my server cant
On hamachi request timed out
and they cant ping me
yeah but idk if I did it right
ok so I started reading logs one by one
it says
using default channel type
***Failed to bind to port
the exception was
ok
does the excpetion javba.net.bindexpetion:Cannot (something as the logs arent clear) ot assign to requested adddress: bind
I did
it has been set
delete what exactly
true
that was dumb
thanks\
it is the same
i didnt add it now
this is how it was
neither do I
Machine spirits
Perhaps but im pretty sure i did it right
see
why rip?
ok thanks for trying
how to get te server
?bt
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
Hi, i have a server with some friends, one of them don't have premium so we switch the server to SP and now no one have skin, there is a plugin or a way to have the skins even with SP server?
Does anyone else have problems with whitelisting? I do /whitelist add Username but it says "This player doesn't exist" so I do /whitelist reload, try it again, "This player doesn't exist", I try it from the console, "This player doesn't exist" and then eventually it works. It's super annoying.
its not fucking premium
its called buying the fucking game
premium is something when you pay on top
this isn't premium
its just the fucking game
I enourage you to convince that friend to buy minecraft, and not pirate it
however
there are probably plugins for this sort of thing
skin changing plugins
Calm down my guy, all you gotta say is we don’t support cracked Minecraft/offline mode for the purpose of allowing cracked players
yea
well
im against pirating
cuz the whole
"we don't support yadayadayada"
never makes it into anyones head
cuz all mc discord servers say that
it is technically pirating
if youre playing the game without buying it, that's piracy
notice how there is no client side offline mode with vanilla launcher
and bungeecord is a special case
yeah
the only reason bungee uses offline is to disable encryption so it can inject what it needs to inject
auth data gets forwarded with the ip
wdym
its intentional
firewall
bungee handles all the authn
damn thats a bit overkill
unless youre on a shared host then a firewall and listening on localhost is enough
wdym
if you got "hacked" like that youre doing it wrong
you have to redo it on startup
How to fix a plugin being red in tab
Why exactly?
Is it possible to connect a bungeecord proxy to another bungee proxy without needing to set it the other one in offline mode?
hey everyone
my server is up[ and everything
but people keep getting kicked
and cant join
anyone that is outside my network
no i had to use a different port
yea but is your port released?
Hello, i have the plugin "Screaming Bedwars", i create à Bedwars 1v1, and a Bedwars 2v2 but the Bedwars 2v2 have a problem : We can't pvp
Plugins :
- Screaming Bedwars
- Worldedit
- Worldguard
-OldCombatMechanic - PerWorldInventory
- Multiverse core
- VoidSpawn
- SBAHypixelify
- HubThat
- PowerRanks
- CommandsPannel
online or offline mode?
offline
sooo
I have friends that are poor
it is false
firewall can be a thing
I turned it off completely lmao yolo
hm
😅
is 18 MBPS enough?

Ok, thanks anyway
im not using 25556 as it couldnt bind
so I decided to use port 42069
I know
but it doesnt work
I tried everything
finally changed ports
I am using two hamachi networks to host 7 people
hamachi is known to have privacy risks
You don’t use hamachi for security tho, you use it because you have no other option
Most people using hamachi (at least, for the purpose of Minecraft) are doing so because they are trying to bypass the security on their own network
Holy shit I just read the time this was sent I need glasses and caffeine
Still fine
Hamachi is the only thing that works rn for me
And when you play with friends
You don't need perfect
^ 😉
It holds true
Yo question
Im running multiple worlds on my server
and now using multiverse-inventories
what world should i put on server.properties?
level-name=
Whatever your main world is
how do i remove the dragon boss bar from my server. it wont go away
Server settings
In the actual server config file
The setting is flying
Although if they were flying without permission they may have been using a hacked client
@west cloak
Yes, you can set that up in the bungee config by making a world restricted
And add a group such as VIP to have access
😮
i have no config?
this would work with powerranks correct? and i assume the config on the server running the bungeecord jar?
Server properties.yml
Uhh IDK just add the permission node in whatever permissions plugin you use
ok thanks for the help 👍
No problem
anybody know how i can disable items on the ground forever
so if i drop something its just gone
Item drops false
wot
is itemdrops a gamerule? cos its not showing
Entity drops, but now that I think about it a plugin would be better
Something like clearlag but change the frequency to always
I know you can do random tickspeed but that won’t prevent the items 100%
A plugin would be better
Or a command block
alr ill just do clear lag on repeat or something
Command block world be less laggy. I don’t remember the exact command but it’s something like /kill@e[item drops] and set to repeat unconditional does not need redstone
will it cover the whole world?
alr
im just trying to find spawn chunk so it always stay on but i lost my spawn
when you use a command block, it has to go through a ton of shit
first it goes through the command system
then parses what type it is asking for
then the arguments
True but a single command block should not have an adverse effect on the performance
well, code is always going to be faster for the same purpose in most cases
like this case
Yeah
Or use worldguard and add the flag allow item drops false
Why don’t you want item dropping?
i made parkour map and some part it gives u elytra and i want the elytra to dissapear when u die and it falls on the ground
Just put curse of vanishing on it
yeah but also i dont want people to be able to drop it on the ground and come back later and get it
Curse of binding and curse of vanishing
Plus if someone accidentally presses Q they won’t lose whatever they dropped
ok whats the command to give 7 firework rocket with cure of vanishing and binding
I have a problem where I have plugins and they will work but after sometime after I import a world from multiverse it crashes but with different maps it doesn’t do it
Make the fireworks and I think use /nbt info and it will tell you the exact item number and use /give @p thatitemnbt
Possibly a storage issue?
I have 70gb of storage on the one I am putting the drive on and 8gb of ram
Hm what are the console errors?
whats /nbt info. its not working
Maybe its /info or item data or data something to do with information
Just google the command... I don’t know it off the top of my head but my builders and devs use it all the time
Try /data when holding the enchanted item
Btw curse of binding won’t work on non equippable items
What do you mean
When things go wrong what errors (lines of red or lines starting with error:) do you see?
There are tons but never took the time to read. Is it ok if I screenshot it and send it to you when it crashes?
Sure
Also few questions: does it let you into the world and then crash? Or is it multiverse loading world and then crash?
I can get to the server and then the island I imported then I think it has a tough time loading all the chunks then it times me out and doesn’t let me back in, then in the server logs it just says stopped server and I didn’t to stop to stop the server
Is there a cpu spike before/during the crash? Or is the cpu usage at like 200%?
I don’t know. I never had task manager open
Lol you should
Also what is start.sh because when it crashes it says that
Also I looked up that having an old enough version might cause it to crash I’m on 1.15.2 is that OK?
That’s server going boom
Wdym
Are all you plugins 1.15.2?
Yeah
They are for 1.9 to 1.16
I didn’t have a server before but it was causing some trouble so I deleted it but reinstalled and different server and that’s the one now and it’s been doing that
Okay as long as the plugins are all version compatible and aren’t conflicting you should be fine
It’s the startup code, it runs when server goes on or off
After I get timed out the CPU usage goes to 0% on the server logs
Yeah server stop = no cpu
I messaged you for the server crash logs
xD
Okay
Sorry
Anyone want to help me make a bungeecord server?
how much?
DM me what you need.
?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/
ender dragon bar wont go away and dragon is dead plls help
uhhh
i am stuck trying to get my own server
I am on a screen which has server.properties, commands.yml, etc but I can't open the files, what do I do?
why can’t you open them
You can open them with notepad or any text editor
can i send you a picture of what happens when i try through dm?
imgur it
right click > edit?
just install np++ or something like that
alright that worked thanks
If you don't know how to open documents like that I'd suggest not running a server 💀
bruh how am i supposed to open it if it doesnt open
hey everyone's gotta start somewhere
It does open , open it with notepad smh.
it didnt work but it worked after i got the notepad++ thing
awesome
Hoi I know but like maybe he should learn the basics of the computer (respectfully) before trying to learn running a server
But do as you wish
I learned the basics of a computer making my first spigot server
i know how to use a computer but my computer didnt recognize the file format for whatever reason
because its not a super common one
You've never worked with a .txt file?
it was a yml
Oh true
you better get used to opening them then since you’re gonna be working with a lot of them
^
Mainly YMLs
when I was like 9 I tried to make a whole networkk
For only $1.99 a month I'll configurate your stuff.
I had no idea what I was doing
No joke.
-_-
But I can't on here coz of ?services
I'll do it for -$2
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/
$1.99 is cheaper though.
lmao
@scenic moth want me to help you run your server.
ok
DM me
..
and they were never heard of again
ok so i have the server set up and i join it through direct connect then localhost but how do i have it so my friends can join?
you have to port forward
its different for every router
but essentially if you port forward the port 25565 to the computer that the server is running on
and then you google what's my ipv4
then you can give that to your friends and they can connect with it
will it make my computer more vulernable tho because i am letting public access to my router?
well
it will only allow access to the program running on that one port
and if there is no program running on that port than it won't allow any access
but as long as the minecraft server doesn't have security flaws, than you should be fine
ok
Probably best if you are on the latest server version
so how do i port forward
look up your router company and then port forward
google it with your router model/name
like if you have an xfinity router google xfinity router port forward
the model is probably helpful but like all xfinity routers have the same dashboard
or at least its extremely similar
yep
For most yes
and restart the server
Others will tell you if there is more to it
just type "stop" into the console, wait for it to shut down
then open it back up
when you type stop it saves the world and does other critical shutdown stuff
nice
is there a way i can make it into a superflat world
I think so
two ways
easier way which allows for customization
make a superflat world in minecraft
go to minecraft worlds folder and drag world folder to server folder
rename world folder to "world"
that's the one way
ok