#help-server
1 messages ¡ Page 248 of 1
with what tho
I made the plugin with Maven
terminus seems to have quiet a bit of overhead including having to log in/make an account
more looking for a local program that can just directly connect
looking into mcrcon
If I recall, fikezilla has an ssh client as well
Change the maven.source.compiler to 8
Same with the maven.source.target
And rebuild
In the pom
ok so mcrcon works pretty well
running on a local test server
but it does not have any console feedback
i.e. it cannot see commands run by players, cannot see chat messages etc
is this a limitation of rcon itself?
It's working now
its exactly what im looking for, but the only limitation is that it cannot see live chat or stuff that the regular console can
Ok!
Then that's a bit wierd termius can see the whole thing
hm
What config did you use with terminus. It seems the options are ssh or telnet
Ssh
You need correct host login credentials
127.0.0.1
25575
toor
not much else I can think of really
I am getting this in the console
Bostonâs itâs own breed though
what am I forgetting to put in lol
How so?
Or do you mean mass in general
@keen hemlock what username do you use
got it working. used the SSHD plugin
also the terminus console
Ok
Unrecognized option: --version
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.```
Try with one -
java version "1.8.0_281"
Java(TM) SE Runtime Environment (build 1.8.0_281-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.281-b09, mixed mode)```
How do I get to the minecraft server directory?
Do you know where it is
On my pc- yes
Alright right click on a file in that folder and copy the path
Is the folder on your c drive?
Path to folder
Got it
When you have the path run cd <path>
ah ok
thanks
but from there when I try to run -jar server.jar like instructed by JurassikLizard, it says '-jar' is not recognized as an internal or external command, operable program or batch file.
Yeah that's not the full command you need to run
Also I'd recommend you create a bat file
I ran java -Xmx1024M -Xms1024M -jar server.jar nogui and it created the necessary files. I can use a video from here. Thanks
Well I managed to create the files but I'm still having the same issue where when I double-click on server.jar to run it, a window pops up for a second and then closes. I have agreed to the eula
You donât double click it to run it
Keep using cmd
Make a batch script if you wanna double click on a file to start, where the batch script is the command you used before
How would I do that?
In notepad, save a new file as âall file typesâ with the .bat extension (on windows)
Double clicking a bat file will run the command within it, where each new line in the batch file is usually a new command in cmd
Should I have the bat file in my server's folder?
Yeah
Technically it doesnât have to be if you made the batch file correctly to account for that, but for simplicities sake, place it there
Sweet, and just to make sure, whatâs within it?
Like, whatâs the actual bat file running
How would I check that?
Oh forgot to say, you paste the startup command you used earlier within it.
You can right click it and hit edit, or open notepad and open it within there
Sometimes hitting edit in the right click menu just runs it idk why
Ok I put the command in
Also pro tip
At the bottom of the batch file, write
PAUSE
On its own line
That way if the server crashes, you have the console open still to see what happened. Without that, the cmd will close after the server shuts down
Ok, thanks. Now should I be able to start server.jar ?
Youâll want to double click the bat file to start the server
The bat file tells your computer how to run server.jar
Ayee nice! Good luck with your adventure đ
Thanks!
Hi!
I have all this WARNS but I don't know why...
[Sun, 18. Apr 2021 14:37:18 UTC WARN] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
[Sun, 18. Apr 2021 14:37:18 UTC WARN] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
[Sun, 18. Apr 2021 14:37:18 UTC WARN] at net.minecraft.server.v1_16_R3.LegacyPingHandler.channelRead(LegacyPingHandler.java:88)
[Sun, 18. Apr 2021 14:37:18 UTC WARN] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
[Sun, 18. Apr 2021 14:37:18 UTC WARN] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
[Sun, 18. Apr 2021 14:37:18 UTC WARN] at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
[Sun, 18. Apr 2021 14:37:18 UTC WARN] at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286)
[Sun, 18. Apr 2021 14:37:18 UTC WARN] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
[Sun, 18. Apr 2021 14:37:18 UTC WARN] at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannel
and now that:
[Sun, 18. Apr 2021 15:01:46 UTC ERROR] ------------------------------
[Sun, 18. Apr 2021 15:01:46 UTC ERROR] Current Thread: listenerPool0-thread8
[Sun, 18. Apr 2021 15:01:46 UTC ERROR] PID: 233 | Suspended: false | Native: false | State: TIMED_WAITING
[Sun, 18. Apr 2021 15:01:46 UTC ERROR] Stack:
[Sun, 18. Apr 2021 15:01:46 UTC ERROR] sun.misc.Unsafe.park(Native Method)
[Sun, 18. Apr 2021 15:01:46 UTC ERROR] java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[Sun, 18. Apr 2021 15:01:46 UTC ERROR] java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
[Sun, 18. Apr 2021 15:01:46 UTC ERROR] java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
[Sun, 18. Apr 2021 15:01:46 UTC ERROR] java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
[Sun, 18. Apr 2021 15:01:46 UTC ERROR] java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
[Sun, 18. Apr 2021 15:01:46 UTC ERROR] java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[Sun, 18. Apr 2021 15:01:46 UTC ERROR] jav
how can i unload all unused chunks after x loaded chunks?
the chunks are automatically cleaned once a clean task happens in unseen chunks
so what you need to do?
What is the Best Staff Plug in
well obviously, they aren't players silly
none
tnt cannons can load chunks, and some cannons load as many as 5k chunks instantly
and those chunks remain loaded
but they'll load
help me plz
you can limit the max velocity then
of the cannon
i don't think a cannon should have the ability to load 15 chunks
is there a plugin that disables 1.16.5 critical hits?
there is one
help plz :(
What
What do you mean by that
1.16 crits aren't different from 1.15
All mc versions have crits
i guess he wants something that work for that version especially
the others aren't of matter to him
But I mean
Why 1.16 crits specifically
They are the same as all other crits in all other versions
He should have said 1.16 plugin to disable crits otherwise
like the ones in 1.16.5 that are really op
I think he means axe crits
Those aren't op
And they've been there since 1.9
It's a part of the game
Its a tactic
Its part of thebsttategy
Why would you want to disable them
Plus, it takes like 5 hits with dis axe and dis armor
bro
what are some good paid minecraft plug ins?
not mine
Happy birthday
what kinda server u building
also, not mine
Oh thank you
Smp
talk around your players see what they want
general purpose plugins probably, I don't go for paid plugins unless they're high effort enough to warrant it, and add something meaningful to the server (major world events and minigames, maybe a world generator)
what about a anticheat
vulkan
can?
Idk how it's spelled I just know it works
The best anticheat is made by cheaters đ
Staff GuI?
Never used it but it could be nice
I want one
grab it
anyone know any good plugins for a kinda new server owner
bro
1.16.5 axe crits can probably kill you with 2-3 hits
> 20:50:06 [WARNING] Query - Incorrect magic!: /IP HERE:53275```
Does anyone know why my Bungee console spams this every second?
change that 275 to like a 299 and see what happens
best anticheat is /stop
It's not 1.16 ffs it's 1.9, and it's part of the strategy of pvp
Hi, AdvancedEnchantments plugin is not working. I tried removing other plugins. I wrote to administrators, hosting support, nothing helped. My game engine is PaperSpigot. Can something be done about it? Version 1.16.5.
Link to this error
hay what are the best ways to make your server safe ?
i have like bungee guard
and anticheat but ive seen some like auto op clients is there a way to prevent this?
auto op clients
unless you're using minecraft beta versions you're fine regarding that lol
Hi, how can I disable the overworld on a Server? Thanks in Advance
you can't
how can i see what plugin is taking over my server icon?
because i have it all setup correctly
In server.properties change allow-nether=true to false
thanks
You might have a MOTD plugin (may be called something with ServerList) that's taking over, although it shouldn't. Is that file in the top directory (same one as the server jar) and have you restarted?
i do
ill send over the icon thingi
Hey guys, I wanted to ask how I can upload a plugin to www.spigotmc.org
Kind regards Meik
can't really tell you what's wrong with that, but you can also try removing the server from your list and adding it again, you might've cached the default one. As long as the png is in the top folder and you restarted, you should be gucci
Make an account on spigot, go to the resources page, and click the add resource button. (https://austinfrg.is-inside.me/5kZtOhok.png)
thx
i like how kindly written this message is
even has a signature â¤ď¸
Anyone know why it lags so much upgrading from 1.12 to 1.16 like creating a void world takes longer. just seems like everything takes more?
because minecraft have been more complex since 1.12
yeah but like i don't rly understand it
cause its more complex does it mean it has to be 10x more laggy
i don't 100% understand?
Since the beginning, every Minecraft server has had the issue with the game lagging when too many people join the server. 2b2t and many other large Minecraft servers have had this issue for years now, yet nothing much has ever been done. Let's take a deep look into how all of this effects the game as a whole.
2b2t 1.13 April Fools Video: https:...
maybe this video help you
How can i disable natural mob spawning?
False, 1.16 has passed the 2b2t stability test
But in general, the more features a game has the less performance it is
I mean yeah obv... but like its just a few changes it should not be 10x as more laggy
It's not a few changes though
feel like its just badly optimized like how can forge mods have tons more features and less lag?
Like rl craft is pretty good
1.13, the flattening, the way the game handles stuff like blockstates changed
1.14, they re-engineeered the entire chunk system into a more stateful/partitioned system
So, yea, it's become more complex
they overengineered the shit outta their data upgrade logic
they overengineered the shit outta the chunk system
Lol
i worked it out with some rough averages, but, 1.14 literally added a good few ms to the server each tick, just because they had to access the chunk logic for every entity to check "are we in a ticking chunk"
so there is no point in going for 1.13+ if i don't want any features from there
well there is, newer versions of the game are actually maintained
but the benefits are reduced
I mean if you want support you want most recent
wdym
I want to disable natural mob spawning when generating chunks
disabling doMobSpawning doesn't work
I'm looking for some custom tnt. I feel like I searched every available resource and i have come up short for 1.16. Does anyone happen to have an existing plugin that makes a slightly stronger version of tnt in addition to the base form?
UltimateTNT allows you to edit the existing tnt but all tnt is still the same. I just want something to work alongside regular tnt
hello! could you pass me a plugin of skins that works for the version 1.7.10 please
how do set it up so that players have different permissions in different worlds? I use luckperms
I believe they have a discord
Hello someone knows of some geiser configuration that is compatible with Slimefun.. I'm failed by the enchantment table and the anvil
ask in geyser?
If it does not work with floodgate 2.0 theres probably nothing you can do
hello, is there a plugin that could allow cracked clients to join on my online server?
oh okay
help me with this error i set connection-throttle: -1 onlien mode: false
can you help me
@wise wigeon
@everyone help me
Bruh
Yeah no you need to learn some patience
ok hw much
15
My guess would be younger
anyway that server might be down
why
i am the owner of the server
and the server is online
you need to set online mode to false in the server.properties
i did that
are you sure bungee mode is enabled ?
the server is online the proxy is also online and the hub is online
.
yes
i am sure
first i connect to the server so i got redirected to the hub as usuall then i try to connect to survival server it give me that error
its true
who tagged me lol
My bad I did lol

yep
can you help me how can I disable this?
what plkugins do you have
those chests in the background look kinda cool how'd you manage that?
3D model in resourcepack
hello! could you pass me a plugin of skins that works for the version 1.7.10 please
no support for 1.7.10 is there any older version that has it? or how could I fix it?
You should update to a newer version
I can't, I'm asking how to solve it because I know a 1.7.10 server that could put skins to his server.
just use an older version @lunar gazelle
go to version history and then download one of the versions from a few years ago
but 1710 no lag!!
My server is lagging a lot, like a lot due to the huge amount of items... Is there any changes I can make except let them despawn after 30 seconds? I really need to fix this asap...
timings report
i need world edit
Frenc ?
How am i able to disable natural mob spawning completely? When generating new chunks also?
u could do u it like run /kill (the mob name or id if its possible) every second
isnt if u think wit
itll just kill the mob problem solved
ezy pzy
- set the spawn limits to the world to 0
- for new chunks, you'll need a plugin which will delete the mobs in new chunks
can I reload bungeecord config without restarting it?
There is /greload but not sure if it does everything, you should just restart
is there a plugin/command that locks a server until it resets?
wdym by lock
like so no one else can join
and by reset you mean finish reloading?
How to add discord srv
/restart
thats not really what im asking
yeah I'm not 100% understanding
ok so
im wondering if theres a command/plugin that i can use that locks a server so no one else can join it, until the server stops and reloads back up
ah right I see my bad, I can't write something up for you quickly if oyu'd like
i can just make it enable whitelist until restart
is a whitelist fine? or i can just kick them from it
what you want the command to be
bet
When I make the world named world want to make another world, it gives an error like this. how can i solve the problem?
https://paste.in/0byUMS
how do I not show other peoples islands on iridium skyblock
here i can help you
@chrome plover
what am I supposed to do with that xd
i was helping @candid lintel
o
hres how u delete maps
public void deleteMaps() {
for(AnniPlayer ap : main.getPlayers().values()) {
ap.setSpawnPoint(new Location(Bukkit.getWorld("world"), 25, 52, 25));
ap.getPlayer().teleport(ap.getSpawnPoint());
}
if(selectedWorld != null) {
Bukkit.getServer().unloadWorld(selectedWorld, true);
deleteWorld(selectedWorld.getWorldFolder());
}
}
prefix is not showing up đ
uhh make sure you did it correctly
i use essencialX
ig thats y
make sure you put the correct place holders
in essentials config
i think
https://paste.in can you put it on this site
That site is banned in my country
Does anyone have suggestions on how to overcome the devaluation of iron/gold ingots in a server
For a PVP factions server with mcmmo if that matters
hm thats a tough one
maybe make them harder to get?
Nah the server has iron golem spawners
if you want iron and gold ingots to be worth something then you cant just give them away constantly
I was wondering if there were any plugins that might consume iron/gold
In large quantities for some benefit
So what should I do with this :D
i did
thats how u cop worlds
anyone here used vival nodes?
they have jjust shut everything down with 0 notice
is there a way i can download server files? because i can't get on the webiste
Because im awesome, duh
Tru
Join our support discord. (Its at the top of the thread)
kk
anyone know if i can download server files?
my host has locked us all out of our servers
if your host has locked you out, not really
you can persist the world to a point, however only data that gets sent to the client so really a non-solution
does anyone know any tutorials on how to enter the server via bungeecord? I don't know why I go straight through the minecraft server
what do you mean by go straight through?
Hi, so I'm using spigot 1.16.4-R0.1-SNAPSHOT and netherite isn't working. Anyone know why and how I can fix it. I can spawn it it but every 1.16 block can't be placed
.
there is no straight word anywhere in the translator translation
in translation by a translator
ÂŻ_(ă)_/ÂŻ
can i run any plugins with outdated spigot?
well ima tell you from now,swtiching directly from 1.8 to 1.16 is a no no
i can see a lot of plugins in the server list but if i install one server will not start
plugins shouldnt affect server starting
i even dont know what my spigot version is
you should look into the problem
if a plugin fails its usually marked as red in the plugin list,it wont stop the server(unless a shitty plugin)
19.04 20:17:36 [Server] INFO *** Please download a new build as per instructions from https://www.spigotmc.org/go/outdated-spigot ***
19.04 20:17:36 [Server] INFO *** Error, this
build is outdated ***```
read from down to up
while you should update its not server breaking
i ducked the console a bit
you just have to wait the 20 seconds and ur good
it doesnt start
post what happens after
are you sure you didnt just not refresh the console
try type something after the seconds as it usually refreshes the console
19.04 20:18:15 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:456) ~[?:1.8.0_242]
19.04 20:18:15 [Server] INFO at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:940) ~[?:1.8.0_242]
19.04 20:18:15 [Server] INFO at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:975) ~[?:1.8.0_242]
19.04 20:18:15 [Server] INFO at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280) ~[?:1.8.0_242]
19.04 20:18:15 [Server] INFO at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273) ~[?:1.8.0_242]
19.04 20:18:15 [Server] INFO java.util.concurrent.CompletionException: net.minecraft.server.v1_15_R1.ReportedException: Exception generating new chunk
19.04 20:18:15 [Server] Server-Worker-5/WARN Server-Worker-5 died
19.04 20:18:15 [Server] Server-Worker-5/INFO Preparing spawn area: 11%
19.04 20:18:15 [Multicraft] Skipped 10993 lines due to rate limit (30/s)
19.04 20:18:13 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1604) [?:1.8.0_242]
19.04 20:18:13 [Server] INFO at net.minecraft.server.v1_15_R1.PlayerChunkMap.lambda$21(PlayerChunkMap.java:475) ~[craftbukkit.jar:git-Bukkit-8160e29]
19.04 20:18:13 [Server] INFO at net.minecraft.server.v1_15_R1.ChunkRegionLoader.loadChunk(SourceFile:167) ~[craftbukkit.jar:git-Bukkit-8160e29]
19.04 20:18:13 [Server] INFO at net.minecraft.server.v1_15_R1.Chunk.a(Chunk.java:360) ~[craftbukkit.jar:git-Bukkit-8160e29]
19.04 20:18:13 [Server] INFO at net.minecraft.server.v1_15_R1.HeightMap.a(SourceFile:171) ~[craftbukkit.jar:git-Bukkit-8160e29]
19.04 20:18:13 [Server] INFO at java.lang.System.arraycopy(Native Method) ~[?```
welp thats what i have
it just start generating the chunks
then stops at this
do you have a terrain generator plugin?
Server] INFO at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[craftbukkit.jar:git-Bukkit-8160e29]
or are you trying to convert a old world to a new version?
no
delete the world folder and try again
nope
Back it up*
it is 1.16.3
sounds like you butchered smth with the world folder
Yep
i mean if its generating new chunks not like its gonna matter deleting them
i bet it is loading chunks
Server thread/ERROR Couldn't load chunk [-8, -20]
cuz of this
well that is indeed a strange error wich shouldnt happen
also if ur going full new why not go for 1.16.5?
might as well use latest
back up ur worlds folder and try latest
wut whos stopping you
i am not hosting the server on my pc basically
ok
idk i am just renting the server, i bought it on 1.16.3 and i cant change
i can change the .jar
what host
do you have access to the terminal
well even a basic host should still offer you full control over the server
hopefully ur not paying much for it if thats the case
yeah
the thing that us hackermans use
0.5 dollers
Yes
very good description imo
nano superior
Yas
best hackers use filezilla to modify it in notepad++
I actually do lol
lmao
5 ppl are paying for it, almost 6 dollars in total
~1.1 dollar each person
Even batter haxerpros use ubuntu with RDP and use leafpad
i prefer vscode instead of notepad++ because terminal
hmm can you post the host name?
i use wsl, windows, and ubuntu
It's very heavy comparitively though
true
That way I prefer intellij
ru-hoster
For everything
i can clone git repos from there easily tho
i use vscode as a text editor and for cloning repos and where i need the terminal, everything else intellij
actually if i am playing on vanilla mc its fully ok
my ubuntu dual boot thing has a max of 20gb lol
F
I run 40 people survival in 15 gugs(gigs?)
with a rly small border im sure
we are playing in a company of 5
i let mine run wild
and its ~50gb
29 mil blocks
gonna upgrade to dedi next month
we are broke students basically
gonna look for some decent quality one at 110-150
Use worldstream
welp
It's gud
then i gotta play on vanilla
nah might go with hetzner or ovh
thx for trying to help @neat umbra !
Hetzner op
No probs
idk heard they added quite a good firewall now however its manual
hetzner is very good, would recommend
by manual i think you have to set up the rules urself
also you know nobody is using plain dedi right?
I only had 3 ports open
epic
Latency
this is good for a gaming laptop lol
My pc, just gonna die in a sec ok bye
that constantly needs to restart to switch os
epic
đ
Sad arch noises
with sodium i get like ~150fps on windows, on ubuntu i get like ~1000
nvidia optimus is a bit, well shit
My hackerman friends: I use arch lick my ass
but since, on ubuntu, the whole desktop is drawn on the dedicated gpu the battery dies when im on ubuntu
Wow
You would have thought it was lighter
Lil
https://www.lenovo.com/us/en/laptops/ideapad/ideapad-gaming-laptops/IdeaPad-Gaming-3i-15â/p/88IPG301387 this but with an i5, 1650ti and 120hz display
Financing as low as 0%â Price Match Guaranteeâ Free Shippingâ Up your game with the Lenovo IdeaPad Gaming 3i 15â gaming laptop â NVIDIAÂŽ graphics â Blazing refresh rates â High-caliber gaming keyboard.
that config isnt there anymore
pog
noice and chilly
Pc?
But it's actually 40 degrees here normally so......
Fans actually pull in 40 degree air
u in india?
đ
i puked on the plane
You know it's hot af
:)
14
15 in 2 months
đ
That won't help me
yay
đ¤Ł
lmao
my dad's laptop charger cant charge my laptop cos his is 65 watts but mine is 135 watts, so he can use my charger but i cant use his
smh
lol
also, nvidia thinks solidworks is a game
yeah but not as a game
shld just say it uses the nvidia gpu, not act as a game
yeah
thats the only reason i really use windows
apart from microsoft office
i need them for school
Hi, so I'm using spigot 1.16.4-R0.1-SNAPSHOT and netherite isn't working. Anyone know why and how I can fix it. I can spawn it it but every 1.16 block can't be placed
spam?
I've sent 2 messages
anyone?
repo without plugins
Could you send the output from /version
[Mon, 19. Apr 2021 19:22:28 UTC INFO] This server is running CraftBukkit version git-Spigot-37d799b-3eb7236 (MC: 1.16.4) (Implementing API version 1.16.4-R0.1-SNAPSHOT)
[Mon, 19. Apr 2021 19:22:28 UTC INFO] Checking version, please wait...
[Mon, 19. Apr 2021 19:22:29 UTC INFO] You are 92 version(s) behind
Update
When I go into spectator I canât go through blocks or see invisible entities and Iâm pretty sure itâs caused by a plugin the plugins are: dynmap, worldedit, hexnicks, worldguard, coreprotect, gsit
Hi ! I've been experimenting with extra flags plugin and i was wondering if is there a way i can stop the command on entry for some users ? Or even better..make it so that if they have a piece of netherite armor on it doesn't execute ?
someone please help
I have an SMP server running 1.16.5
When the 1.17 update will come what should I do? How can I update the world without damaging it? Or is there anything else I can do? Bcz I'm sure that alot of ppl will leave the server bcz they want to play the 1.17 update
And I don't think that a server update and resetting the world files is a good idea
What is gsit doing? And also what is hexnicks?
What all do i need to download to make so i can host spigot off my pc
The spigot server jar file only
Do i need java? downloaded
Ok because I kinded of wiped all my files today and Could not rember
can you send me the download link
For java?
Yes
Just google java download
ok
I am on my phone so am not sure but this must be it https://www.java.com/en/
Get started with Java today
ok good thats what I downloaded
yes
Um What else
That's it
What do u mean?
Should it look like this
Open it with java
ok
Wait
U need a bat file
I*ts not showing up as a java file
Make a new .txt file in this same folder
And call it run.txt
And paste this in
@echo off
java -Xms#G -Xmx#G -XX:+UseG1GC -jar spigot.jar nogui
pause
And replace the # with how much ram u want ur server to use by GB
And save it
Exit and then change the name of that run.txt file to run.bat
And then run the run.bat file and it should start the server. After that it will download some files say that u will need to accept the eula so close the window and u will find a file call eula.txt so open it and go to the link mentioned in there and read the eula and if u accept to it go back to the eula.txt file and change the this line
eula = false
To
eula = true
@dapper wind are u still here?
yes
So do i Put this in next
java -Xms#G -Xmx#G -XX:+UseG1GC -jar spigot.jar nogui
pause```
Yeah after u make a run.txt file
But change the # to how much ram u want to allocate for the server in GB
just make a run.bat and skip the renaming step
Yeah this works to
what Config do i make next
Did u change the # to amount of ram
So u ran it as a bat file already?
yes
U just need to change the value of eula from false to true
It dose not auto make the txt I have to add it
Any errors in console?
No
Can u join VC and show me?
thats what is there when I start it
Did you open server.properties
Delete the eula.txt file and run the bat file again
^
That's the issue...
Change the name of the jar file from spigot-1.16.4 to spigot
Thank you
Now is it working?
?
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
Yes I think
Vc?
Click it
You're using 1.16.4
I mean there nothing wrong W using 1.16.4 but best to use latest
I have to go sorry
I was about to say that
@fading sorrel do u make plugins?
No, why?
that was one of the worst "sentences" I've ever seen in my life
^ not only was that "sentence" terrible; your logic doesn't really make any sense. Having knowledge on plugin development vs system/server administration is completely different.
Could world guard cause a proxy connect issue?
Extra flags
It says running motd then it kicks players
What causes motd to start when you join
post logs pls (block out IPs)
Whenever a player respawns, they dont have their wooden sword and leather armor, what do i do?
It also removes the arena when over my server hibernates and starts back up, and backups dont seem to be helping
It also removes the arena when over my server hibernates and starts back up
sounds like they're actually having trouble with some pvp arena plugin but just failed to mention that
[21:06:12] [Render thread/INFO]: [CHAT] The server you were previously on went down, you have been connected to a fallback server
[21:06:12] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com/', accountsHost='https://api.mojang.com/', sessionHost='https://sessionserver.mojang.com/', servicesHost='https://api.minecraftservices.com/', name='PROD'
[21:06:12] [Render thread/WARN]: Unknown custom packed identifier: minecraft:register
Any ideal how to fix this?
my server is broken and i need help making a start.bat
and it crashes when i try to turn it on
im on windows 10 64 bit
amd processor
i have a server and it used to work, but i screwed something up and it doesnt launch
i cant send the crash reports
i cant
why?
i need to verify spigot
DMs
If i know how, yes
well, going off the relevant part of the error
Description: Exception in server tick loop
java.lang.NullPointerException: Exception in server tick loop
at net.minecraft.server.v1_16_R3.JsonList.load(JsonList.java:164)
at net.minecraft.server.v1_16_R3.DedicatedPlayerList.y(SourceFile:95)
at net.minecraft.server.v1_16_R3.DedicatedPlayerList.<init>(SourceFile:22)
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:147)
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:809)
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$0(MinecraftServer.java:164)
at java.lang.Thread.run(Unknown Source)
I believe something's failing to load when it comes to the player list, what exactly I'm not really sure.
Since it's an NPE, something's missing or not set properly.
I'd have to see what it's trying to load first
I have src code for the server, I'll just go through that :p
k
I have a newer version, however assuming things are the same it's failing to load the list of banned players
i redownloaded all of my server files and dont use my old ones
it used to work
but i broke it when trying to swap a world file i thinl
only other things that could fail to load are the op list, whitelist, and ip bans
those are all fresh lists
oh?
the most basic thing you can do is
java -jar <server path> e.g java -jar spigot.jar
it would be whatever the server jar is called, if the bat is in a differently folder, you'd include the file path to said jar as well
my server is called server.jar
k
so i just make it say server?
i only have extensive knowledge of this, my friend helped me make my server but he cant help me fix it rn
pretty much, assuming the bat is in the same folder as the .bat you'd just need it to be
java -jar server.jar
k
so it is: java -jar server e.g java -jar spigot.jar
Error: Unable to access jarfile server
@narrow coyote?
Did you name your jar to spigot.jar...
Did you or not
did you just rename buildtools?
yes
that's the issue
you need to run buildtools to make the spigot.jar
?buildtools
what's the fucking command
my server is fresh, i created a brand new one
The .bat would just be
java -jar server.jar
imma just wait for my friend and have him help me
who can set upi bungeecord for me
3
what server hosting do you have
I can do that for you
Dm me
If you want
yes
some, more french
https://media.discordapp.net/attachments/833545448996208650/833923932469854228/unknown.png?width=899&height=670 why my holograms look like that?
like what
Hexnicks allows you to change your name in the chat and gsit allows you to sit/lay anywhere
I get this error when I try to build 1.14.1 using BuildTools and Gitbash on Windows why and how can I fix this?
I use java 10 is this wrong?
yes
How Do I Learn How To Code Minecraft Plugins/Mods In Java In Eclipse IDE?
Like I Understand Java But I Have No Idea What To Write As In Terms Of Code In Eclipse đ
Try making a copy of the gsit files
And delete it fron ur plugin directory and start ur server and try, if it works, try getting another plugin that do the same work; bcz gsit is the cuz of the problem.
but if it dosn't solve it put the files back and do the same thing for Hexnicks
instead of main extend JavaPlugin and use onEnable
- capitalizing every single word makes you look like an idiot
- try giving it a google
nO
Hi how can I add a command cooldown on my server
use intellij it will help
it easier for u
bcz it has code suggestions so u don't need to type alot
maybe plugin idk
or maybe there is something in spigot.yml or something like that
I thought of making a skript or something but Idk I'll try to find a plugin
this may work idk
can i find a server with an old ip and port?
it is a spigot server hosted on scala cube. i have the old ip and port but they changed it. and i dont know ayone to ask what the new ip is.
Your host needs to tell you
You can try looking at server.properties
It'll tell you the Port and maybe the IP
Hello, I would like to have a plugin for 1.16 with which players can pick up a daily reward. Would there be one thing you can recommend to me?
? đ
For some reason I cant see the holos I add and the sign just shows [Bedwars] (arena name) instead of like 1/8 waiting
when the sign gets clicked it just turns you to survival it doesnt give you the compass and stuff
what u exactly mean?
where can I change players prefix and something like this in essentials plugin?
what u mean with player prefix?
How can I host my own MySQL or like buy them for cheap?
u can do that by using a scoreboard
th
Tried this. Doesnât work
@robust path the sign you click to start the game that gives your compass and stuff, all it does is turns you to survival, and the sign only says [Bedwars] then my arena name, it doesnât show like the eating and player count
we can't help when u don't provide code
[12:58:13 WARN]: Could not bind to host localhost/127.0.0.1:25565
io.netty.channel.unix.Errors$NativeIoException: bind(..) failed: Address already in use
I'm in a Ubuntu VPS and I don't really know why I have that. I already saw all my screens and server's configs but there's no port on 25565. I also researched and I executed some commands to see if it's in use the 25565 port and it is, but I don't know where...
anyone know if i can download server files without having accses to the panel?
our last server host just ran with the servers and money lol
i need the files
unless you can get a connection to it
I'd hope they keep the files for a little bit
yeh they scammed 20k
and tons of people are pissed
is there a way i can do a backup with essentials ?
you'd have to install a plugin
not unless you have a plugin to do that
ive tryed file zilla
you're probably screwed if you can't get an ftp connection in any way
can i get one with only an IP and port?
You might be screwed
If you really need the files, maybe try dming them and offer money in exchange? Just saying đ¤ˇââď¸
I'd be careful though
Interesting
mhm
So I'm using spigot 1.16.4-R0.1-SNAPSHOT and I can't place 1.16 block, but I can with /setblock
how do I fix this
why aren't you use normal 1.16 version?
maybe it's bug from snapshot
and are you using essentialsX?
I used the download button
I can place every block that's not 1.16
are you using spigot?
yes
[Tue, 20. Apr 2021 14:47:31 UTC INFO] This server is running CraftBukkit version git-Spigot-37d799b-3eb7236 (MC: 1.16.4) (Implementing API version 1.16.4-R0.1-SNAPSHOT)
[Tue, 20. Apr 2021 14:47:31 UTC INFO] You are 43 version(s) behind
where can I download 1.16.4?
idk I never have normal mc server
oh
How do i make mobs that come from spawners friendly for like blaze farming and farms like that with spawners ive changed the setting to both nerfed and true and they still keep killing me when im on survival
how do i delete my spigot account
how knows in bedwars plus
?support
understand can me you?
?
you have to email them
is there a good plugin to be able to stack spawners?
