#help-server
1 messages · Page 43 of 1
hey how do i disable crystals and anchors from exploding items
Hello all, i need some assistance. i am running ultimate kits on a 1.8.8+ server when i do /kits i can not see my kits in the gui. however when i do /kits {kitname} i recieve the kit any fixes??
?!?
Bungeecord Issue: I'm setting up with the docker_compose found at: https://github.com/itzg/docker-bungeecord/blob/master/docs/docker-compose-waterfall.yml
When I try to open the server in Minecraft I'm getting an error message: "Invalid Signature for Profile Public Key"
I've gone in to the Minecraft config file manually and ensured that enforce-secure-profile is set to False with the same result.
I'd be grateful for any suggestions on what I may be doing wrong.
Yeah, you can still join and do stuff yes? @neat pier
@teal talon When you say "join and do stuff" what do you mean? I can't get into the server at all, it just dumps me back into the server selection screen.
Thank you, i only wanted the second part of that message.
Thank you for responding, I've been wrestling with this for a couple of hours now. My Docker skills are middling, I've modified the compose file so I can edit the various Minecraft configuration files, but nothing I've tried to date seems to fix the issue.
Yeah, I’ve got 0 clue. Not a server admin my bad.
Thanks anyway. Anyone else a Bungeecord wizard?
Yes, and I've verified that the time on the Docker container is correct with: docker exec bungeecord-mc-1 date and by checking the logs, everything seems to match up.
Yes, we're doing everything from the same machine.
no there isnt
i want /gmc
not /gm creative
yeah
i did
with commands.yml
cmi doenst have a built in /gmc
because its meant to replace essentials?
like its name says?
it says it can fully replace essentials when it cant
theres hundreds of things it doesnt add
i last used it like 3 weeks ago
i dont remember things about plugins that are just shit
it is not
take a look at this
13 months since it got opened
no response from zrips
md has bungee chat?
across backend?
you have no idea what part of their system thats talking about do you
it uses bugneecord, with their bungee addon
not their entire bungee fork
dude couldnt even give a single reply 💀 not even an acknowledgement
CMI has some real bad code
kinda obvious
also the fact that theres 337 open issues, 276 being bugs
doubt that will stop people decompiling it, hell theres also deobfuscator
You can figure out what stuff do based on the code in the methods
Yeah that was a long time ago
i said what to
but too many people reforking it cause it keeps not being updated or something idk
The essential plugin for Spigot servers.
essentials x is the normal essentials plugin used now
Anyone know how to get the one for all enchant?
The one for all enchant
I’m talking about survival like I’ve seen every enchant but one for all
@untold stratus Doesn’t exist?
It’s hypixel skyblock thing
One For All is an Ultimate Enchantment that buffs weapon damage massively but removes all other Enchantments. One For All I can be obtained from The Catacombs - Floor VII Post-Boss Reward Chest. The One For All Enchantment can be traded through the Bazaar. Removes all other enchants but increases your damage by 500%. The One For All Enchantment ...
So you can’t get it in normal survival
Nope
Ok thx
is to make the server on linux its .sh
for an executable file yeah
why is it no working then
do i look like a mind reader
oh
like I press on the flie
whats the contents of the file
and its turn into a txt
something for auto restart
just send the contentes
ok
@ECHO off
:loop
"C:\Program Files\Java\jdk-17.0.3.1\bin\java.exe" -jar -Xmx8G -Dfile.encoding=UTF-8 server.jar
timeout 10
goto loop
oh thanks
Hi, /seed is not working, only returning 0
any tips
any other way to get a wrodl seed
Anyone know of a plugin that lets you edit the lore and name of items (including colouring it)
Something like https://www.spigotmc.org/resources/epicrename.4341/ wouldn't be bad.
brooooooooooo
?
do i open the .sh file with terminal
open terminal in that location and bash file.sh
hey, i have a working resource pack, but every time i upload a link of it in server.properties it doesnt work, is there any way to upload it as a file directly to server files?
I just need advice on how to do labymod support cosmetics even though I have an onlinemod on off because I also want a warez gamer.
Help please.
o.o
hi how do i put a bungeecord server in 1.8.8 because when i try to enter the main server (lobby) it gives me an error
how can I do?
Asking about your attempted solution rather than your actual problem
but it won't let me connect to the main server (lobby) giving me an error
Exception Connetting:NativeIoException : recvAddress(..) failed Connection reset by peer
the console also gives me so many errors
java.lang.RuntimeException: Unable to access address of buffer
at io.netty.channel.epoll.Native.read(Native Method) ~[spigot-1.8.8.jar:git-Spigot-21fe707-741a1bd]
All of it
ok
in a paste
?paste
done
send the link
.
Downgrade Java
what version?
You should use Java 8 or 11
I use java 17 because I have minecraft survival server 1.19.3
you can have multiple java versions
Yeah 1.19.3 needs Java 17
just specify the path to the java.exe, normally found in javainstallation/bin
I am using linux centos8
Then instead of the exe use the java file
but if I put a main java version like java 8 it will also work in survival?
ok
now I will try
i tried the server starts but as soon as i start the bungeecord proxy the bungeecord server and the lobby server always give me errors
Connect timed out
The bungee failed to connect
Make sure you have the right ip and port
also make sure the server is running
I saw and the ip and port are right
the bungeecord server port are the default minecraft port
Both the server and Bungeecord can't use the same port if they're on the same machine
the lobby server is using a different port
when the bungeecord proxy is on the server keeps giving me so many errors without ever finishing
like it's in a loop
Actually mb that error is caused by the geyser update checker
so there should be a new version?
When i join a bungeecord server it automatic send me to a main server, with no registration
where else would it send you if not to the main server?
i will ask friend wait
[06:03:03 WARN]: [RoseStacker] Plugin RoseStacker v1.5.3 generated an exception while executing task 187
java.lang.NoSuchMethodError: 'double net.minecraft.world.entity.EntityLiving.df()'
at dev.rosewood.rosestacker.nms.v1_19_R1.NMSHandlerImpl.hasLineOfSight(NMSHandlerImpl.java:455) ~[RoseStacker-1.5.3.jar:?]
at dev.rosewood.rosestacker.nms.NMSHandler.hasLineOfSight(NMSHandler.java:191) ~[RoseStacker-1.5.3.jar:?]
at dev.rosewood.rosestacker.utils.EntityUtils.hasLineOfSight(EntityUtils.java:103) ~[RoseStacker-1.5.3.jar:?]
at dev.rosewood.rosestacker.stack.StackingThread.tryStackEntity(StackingThread.java:944) ~[RoseStacker-1.5.3.jar:?]
at dev.rosewood.rosestacker.stack.StackingThread.stackEntities(StackingThread.java:172) ~[RoseStacker-1.5.3.jar:?]
at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.19.jar:git-Paper-81]
at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.19.jar:git-Paper-81]
at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.19.jar:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
error
ask the rosestacker guy to fix his plugin
of rose stacker
should i ping him?
if I was you, I'd rather join his discord and ask there
the discord link is on the plugin description page
same for him
some times i join lobby
but it is rarely
note: botfilter also is not working, i have 4 servers: bungeecord, auth, and 2 grief servers
botfilter is on bungeecord, authme and lobby on auth
so?
fixed
?offline
Can anyone help? I am trying to download 1.15 from buildtools but for some reason it doesn't work...
This happens when I am executing the commend
$ java -jar BuildTools.jar 1.15
Loading BuildTools version: git-BuildTools-2f33f39-152 (#152)
Java Version: Java 17
Current Path: C:\Users\wiemc\OneDrive\Pulpit\Build.
Please do not run BuildTools in a Dropbox, OneDrive, or similar. You can always copy the completed jars there later.
Please do not run BuildTools in a Dropbox, OneDrive, or similar. You can always copy the completed jars there later.
I am running that on my computer
Lol... Is it possible to disable that?
just run it on ur desktop?
Run BuildTools somewhere else
I am doing that, it says onedrive everywhere...
Desktop is in onedrive by default 
Yeah windows likes to do that
my desktop is at C:\Users\Hannah\Desktop\
and i have OneDrive at C:\Users\Hannah\OneDrive\
Everything is in onedrive, including documents etc.
my onedrive is just built different i guess
there my code
thats the website I used
do i change my os or na
I think it will be easyier on atlas OS
Anyone have experience with the srvcron plugin?
Guys
spawners
on my server only working when
im near 8x block
can i fix it?
how can i do it?
help please
im sorry
Can anyone help me
I setup mu bungeecord and everything
But when I try to log in with bungeecord IP, on Hub console pops up error"If you wish to use IP_forward you should enable it in your bungeecord server"
But I have already set up everything and enable IP forward in bungeecord conf
I already did
And It doesn't works
did you restart?
I setted up TCP shield and after that pops that error
Yes
anyone able to help my kits are showing in the gui
@half quiver you are probably directly connecting to a backend server
Can you explain me how to fix it?
Missing profile public key.
This server requires secure profiles.```
A friend of mine gets this kick message when trying to connect to the Velocity proxy.
19:08:15 [INFO] [TouchMyWoody] disconnected with: Could not connect to a default or fallback server. Incorrectly configured address/port/firewall? io.netty.channel.AbstractChannel$AnnotatedConnectException
Anyone seen this issue. New to adding Bungee server and Somethings stopping me from connecting
Someone know a method to make Strings with RGB Gradients?
https://media.discordapp.net/attachments/1001092833677152397/1071854532650344638/image.png
Anyone know how to get a font like this?
unicode
do you know what set of unicodes are that?
Anyone able to help with a Multiverse bug Im experiencing? Randomly teleported to the other worlds https://youtu.be/kWCLvlFNJTc
I have same
Thanks for the mental support. 🤝
I mean this one
It's not the same.
You cannot join directly to the backend server with such proxy configuration.
You shall only use the bungeecord ip to join and access the backend servers.
I know right but it doesn't work
I used IP of bungeecord
And that pops up in hub console
And everything is set up in bungeecord config
Have you changed your bungeecord status from the spigot.yml on your paper/spigot server(s)?
What proxy software are you using?
[19:34:53 INFO]: [TouchMyWoody] disconnected with: Could not connect to a default or fallback server. Incorrectly configured address/port/firewall?
Anyone seen this.. I swear im doing it all correct
I'd assume your bungeecord configuration is not setup correctly. Typo in the config?!
You mind if i DM you my config for Bungee?
Sure. No worries.
yes
i have no clue about what cpus are good for mc hosting, but is a intel gold xeon at 3.8 Ghz good for a small-medium sized server with a peak of 20 players?
i run an older version too btw
idrk actually
nah just a discord msg https://litter.catbox.moe/0l0uoo.png
what about the i7-9800X? would that be okay?
okay thanks for your help 👍
Hu ! is there a plugin that can detect that the player use my client and if not kick him . i need it for my server
wdym?
I don't have the skills
My "client" is just a modpack
I was wondering if someone has made a plugin that you can configure with code and that will communicate with a mod on the client to check if they return the same code if not the player is kicked.I was asking myself this question because I saw other servers have this and I was wondering what their plugin was
yes I have already looked at this mod but I do not have the impression that we can set up for a custom client not predefined in the list of supported clients
do yall know if theres a plugin that makes it so people "spawn" at the hub spawnpoint? everytime i do /hub from another server it puts me where i left off rather than a persistent point
to clarify a little, when im in skyblock for example, if i do /hub i'd like to be moved to the spawnpoint of the lobby server rather than inside the portal that takes me to skyblock, else a sequence starts where im stuck teleporting into skyblock endlessly
oo thank you
open server.properties, look for "online-mode" set it to false
Personally I like offlinemo.de better 
is it anyway I can make it so you can join my java server from a minecraft bedrock realm
I got geyser
cuz someone did it I think
idk my friend said he joined from her realm
but am banned from her server
How to open server with spigot bukkit?
is it a plugin so bedrock players can dual welied
what about the core i9 12th gen
performance of 12th gen > performance of 9th gen
oh
nvm
9th gen is one of the options
Hello guys, nice to meet you! I Have a problem with my bungeecord server, i have 2 sections, 1.19.2 and 1.8.9, both of them have problems when a malicious guy joins, he does something (nothing seen in logs) and then the server becomes extremely laggy (3000+ ping for all users), i tought i was a packet client but i have anticheat & viaversion which limits the amount of packets sent by a user
Do you know some new exploit which does that?
More over, all players on the section gets disconnected with "broken pipe" error
Vulcan
He just joins the server (he is in spawn), and when he wants, the lag starts (all users experiencing incredible amounts of pings only on that section and afterwards they get disconnected for Broken Pipe error)
Any body know a racing plugin like f1 races ?
yes
mhh
Can you verify that it's the correct port in the server properties
On the line server-port:
The website automatically put the port 25565 when you enter an IP
ok , i will change port to 25585 for testing
is true ?
Yes
Lol
Is the server online?
Uh
Maybe your vps port
If you can connect to your server with 185.213.195.191:25585, that normaly work
Or try with the ip you use to connect
no i cant
Uh
And you dont have other ip ?
hello
Any way to prevent bot attacks on bungee network?
what plugin do you suggest
bot sentry?
hey
how to make it so it does not use up all my harddisk
get better disk
Use Linux
what version of linux do i use
cu idk oh to use ubuntu server
Do you self host it?
yes
Use proxmox, do a gpu pass through and you’ll be good to go
oh I did not port forwarded I use playit.gg
so am safe I think
Port forward with router
how about if I get ddos
what when
Setup UFW on proxmox node
whats wrong with playit.gg tf is it bad?
your router has ddos protection
I didn’t say it’s bad
oh so am not going to get ddos I think its like 10 years old its really old
wait no
I forgot
I got a new router
so nm
this why my gandma on top is got a new one
It’s ez setup pfsence on LXC container
ok but how about the linux thing
Route network though pfsence
so what version of linux do i use
I trust linux mint
I want something better'
its use one 1.6Gb of ram
Mint is good
But I suggest to use hyper visor like proxmox
on the router
or linux?
Operating system
Proxmox is simpler than windows
no, what you are suggesting is not simpler
For running Minecraft server with automated backup
Do I do cent OS
Yes you can
I want the best and very little harddisk use
Although I might have given complicated methods but I gave you best enterprise solutions
cuz I can,t open my desktop and put a SSD or do i got one rn
Try Ubuntu desktop for starter
Uses very little hard disk and uses less ram
the nomal desktop one?
Yes
and not lubuntu?
So you can use your pc
and don,t use ubuntu server or something like that?
cuz it uses like 1.7GB of ram last time I use it
https://ubuntu.com/download/desktop what one
Ubuntu is an open source software operating system that runs from the desktop, to the cloud, to all your internet connected things.
hey, anyone know any good minigame plugins I could put on my server?
hey can anyone help me out with my server? I need to make sure I didn't break my survival games plugin by disabling PvP
hey, so, is there a way to disable pvp in a lobby area but leave it enabled outside of it?
you can use worldguard to disable pvp in a region
bet
Can anyone with a vpn help me test a plugin?
👋 Hey there,
Anyone here know where can i find support regarding the Plan plugin? I'm having trouble setting it up. Thanks in advance.
contact author
Where can i find the discord server? Got a link to share?
where is the best place to receive help regarding a bungeecord server issue?
Here
SpigotMC
(here)
bungeemc
Google your question before asking it:
https://www.google.com/
guys it's good for a survival server without players?
Hi guyz
Can someone help me ?
I wanna install Terra plugin to my world
But my server cant start after i add this to bukkit.yml (it was in bukkit tutorials)
worlds:
world:
generator: Terra:OVERWORLD
Can someone help me ?
i wanna have Terra plugin without multiverse core
thanks
Ping me after*
Is it safe to share ?
but this
@west cloak
oh okey w8
settings:
allow-end: true
warn-on-overload: true
permissions-file: permissions.yml
update-folder: update
plugin-profiling: false
connection-throttle: -1
query-plugins: true
deprecated-verbose: default
shutdown-message: Server closed
minimum-api: none
use-map-color-cache: true
spawn-limits:
monsters: 70
animals: 10
water-animals: 5
water-ambient: 20
water-underground-creature: 5
axolotls: 5
ambient: 15
chunk-gc:
period-in-ticks: 600
ticks-per:
animal-spawns: 400
monster-spawns: 1
water-spawns: 1
water-ambient-spawns: 1
water-underground-creature-spawns: 1
axolotl-spawns: 1
ambient-spawns: 1
autosave: 6000
aliases: now-in-commands.yml
worlds:
world:
generator: Terra:OVERWORLD
Here
w8
here
hmm
what is indent ?
Okey did 😄
Iam starting server
i will try
Stopped
Still not working
Here is console
@west cloak
Okey
Ohh
Ye
sorry
this yea ?
Okey
yea
no
no
no
like this
okey
did 😄
thx
Isn't the book NBT overload exploit patched in Spigot?
Many years ago being?
It wasn't patched by Spigot until late 1.17/early 1.18
I used it in 1.16.4 lol
I don't think it's fixed in vanilla at all, just Spigot and Paper
1.16.3 is when it was no longer working with Paper iirc
https://minecraft.fandom.com/wiki/Tutorials/Block_and_item_duplication
ALL Item Duplication Glitch (Patched on spigot & paper)
I'm more or less looking for the patch from Spigot that fixed it
Well obviously they did seeing as this doesn't work on Spigot anymore
I have no clue what exploit you're thinking of, but you overload your inventory with a large book and it kicks you resetting your inventory to the last save
i cant figure out how to the server and stuff and add it to my tiktok a viewer asked me to do this and its to much for me
what
i dont understand how to do plugins a server or anything for minecraft
?bt Start by getting the Spigot jar
can someone help with my g portal server
is it 1.15 snapshot.jar???
Ah nms, my favourite
hello, i'm trying to make a server generate the map on a specific seed; right now the way i do it is: i pregenerate a world file in singleplayer, rename it to world, copy it to the server, and set all seed-* values to default in spigot.yml. can someone confirm whether it's correct? also, is there an easier way to do it?
found it, thanks 👍
uhh so ive port forwarded my server to my router, starting my server it says starting server on x.x.x.x:25565 but other dont seem to be able to connect to the server
just stuck at “connecting to server….”
any help is appreciated thanks!
(If i dont reply im probably asleep :p)
how to fix water people can place water
Should have mentioned that from the start then. :p
You should be able to fix that with one of the worldguard flags. I think it's just called interact.
The urgency as people dump water all over their spawn
Yes i have.
Then bind to all interfaces (assuming you are not on same network as server)
Hey guys 👋 sorry if this is the wrong channel, not entirely sure where to ask this. I'd like to add custom armor/tools to my server and am not sure what I need. I know a custom resourcepack is required but I'm not sure what, if any, plugins would be needed/are available. I've done research but could only find itemadder which I tried to use but has honestly one of the most confusing wiki's i've ever seen and it seemed the custom armor textures I purchased for it (and from what people told me all armor textures) only work on leather armor. I want the custom armor to be netherite and for it to have like wings and things that I don't think are possible with just a texture pack (i could be wrong) and I want to be able to have custom enchants on them. I'd also be able to have custom crate and crate key textures
Any and all help is greatly appreciated!
What do you mean?
Custom items with sharpness 9, protection 5?
Or that will allow you fly?
Ping me, if need any help.
like custom textures
i have a custom enchants plugin but i'm mainly looking for custom textures.
as in code my own plugin for it?
Why not?
so many reasons 💀
i don't think any of those are what i need
Alright i will try.
[Wed 09:37:23 INFO Server/LoginListener] UUID of player Taneax is eac22ee0-6eaf-4593-9e3c-a6744f737195
[Wed 09:37:23 INFO Server/PlayerList] Taneax[/95.222.29.77:60880] logged in with entity id 613 at ([world]-1585.8150453412288, 151.5410174010605, 202.96888092210804)
[Wed 09:37:23 INFO Server/PlayerConnection] Taneax lost connection: Internal Exception: net.minecraft.network.PacketEncoder$PacketTooLargeException: PacketTooLarge - PacketPlayOutScoreboardTeam is 2110927. Max is 2097152
No one can join my server anymore idk why... Please help me!! ):::
What scorebroad plugin you use?
Some scorebroad send too large plugin
Ping me if need help
Anyone got a plugin that triggers a console command every time a player joins X world?
example config:
worlds:
world:
world-join commands:
- 'msg %player% hey! this is a message!'
world_nether:
world-join commands:
- 'give %player% dsword 1'
- 'msg %player% This place looks dangerous. Watch your back.'
world_the_end:
world-join commands:
- null
JoinCommands by SirBlobman
On the plugin's page it says it does exactly what I need it to, and I'm sure with the correct configuration it would, but I can't seem to find a config guide for that plugin, all the guides are outdated or for the server-join command functionality instead of the world-join command.
The default config comes with examples and text that explains how it works
Join our discord if you can't figure it out
join what discord?
still having an issue, anyone else who could help?
Windows
11
i did the thing in defender firewall
inbound
TCP aswell as UDP
alright ill add that
also a sidequestion, any website that can tell me if the thing is working? i dont have my friend online all the time to test it out actually.
thankyou
i did that and started the server does not show up on the websites RLZ mentioned, i this it did not work
can you show what you entered in your server.properties for server-port and server-ip?
dmed it to ya
that should work fine, are you sure you have done your port forwarding properly?
yah ive followed every step
Is the server ip empty?
no its not.
hes specified the 192.168.x.x ip manually
alright let me give it a go
yah...did not work sadly
What ip are you using to connect? Make sure it's your public ip
yeah it is
im using one of these websites to check btw
Also some routers might block connections to their own public ip (like mine for example)
You can try using mobile data or getting a friend to try and ping the server
those sites dont ping from your own network
well i dont have my friend online so i just used the sites RLZ suggested
Yeah I just saw that
They do cache though
Yeah
ipfingerprints doesnt cache at all
mcstatus.io i dont know how long
if your using local ip no wonder nobody can connect
Google it
See the IP address assigned to your device. Show my IP city, state, and country. What Is An IP Address? IPv4, IPv6, public IP explained.
sent it to you via dms.
weird, i do not understand what the issue is hm.
i re-bound my ip could u try again?
ah well ive done everything, binding, forwarding on my routers control panel etc , no clue what the issue is :j
I need help updating my spigot server from 1.19.2 to 1.19.3
When i download the new spigot and run the server it runs 1.19.2 instead
Specify 1.19.3 in the buildtools flags.
how do I get to the flags
java -jar BuildTools.jar --rev 1.19.3
https://www.spigotmc.org/wiki/buildtools/
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
Hey! Im running spigot 1.19.3 and every time i stop the server it shows an error stating that spigot mc has stopped responding. There are no plugins present in the plugins folder that could cause this issue tho.
do i run that code in the start code
do i run that code in the start code
No, you use that to run BuildTools. You need to run BuildTools in order to get the spigot jar.
Take the spigot jar it created and put it on your server.
should i take the spigot.jar and put it into bundler?
You put the spigot jar in whatever folder your server is located. Then you run it.
i did that and it still says that it is outdated
Did you change your startup script to use the new jar?
@echo off
java -Xms4G -Xmx4G -jar spigot.jar -nogui
pause
no dash on nogui
that doesn't work
I use --nogui and it still works. Probably one of those flags that lets you do it however.
ah
Are you sure you ran BuildTools? You replied pretty quickly before. It normally takes a couple minutes to build everything.
ok ill try again
Your BuildTools folder should look like this once it's done.
You'll take that jar and replace the one on your server with it.
You said this was during shutdown correct?
yes
Do you have sync-chunk-writes set to true in the server.properties?
yes
You can do either or. Whatever is easier for you.
it says "Error: Unable to access jarfile spigot.jar"
Figures. This always seems to happen with me as well. There is some obscure issue with it, but it's essentially harmless if your worlds have already been saved. I just turn the feature off.
mmh okay ill try that
Well, did you rename the jar when you copied it over?
did it have the .jar on before you reanmed it
Not verified? Upload screenshots here: https://prnt.sc/
It works now
alright that fixed the error and it also saves much quicker! thanks!
i renamed the file to spigot.jar
but it thought spigot.jar.jar
thank for the help installing it
in essentials how can i set the kit use delay to one ?day
Stop asking Jesus
hello i have a question u what is the cmd of how i can add a member on islandhello i have a question u what is the cmd of how i can add a member on island
Oneblock
i havent set a server icon but why is it like the most random image possible
now it turned normal ._.
now i think its a client error
when i set the ip to localhost then its a random image
the client is a bit jank
but when i set it to an ip then its normal
it does not workit does not work
unknow command do /ob help
oh never mind its /ob team inv player
LOL
d
I don’t know exactly where to ask this but I have a Java/bedrock cross play server and I have other data packs on the server but the one I want to add now also has a required resource pack. Does each player need to download the resource pack before joining right, and therefore my friends on mobile and Xbox can’t join?
yo
yoyo
i need help
i have economy shop gui with gems economy
and its says
please create currency
but i alredy have shop currency
so what i need to do
plz help
how about dont flood
with plugin
are typing like this
GemsEconomy 4.9.2
okay @boreal pulsar i will do every message in 1. but please @strange hearth can u help me because when i start server it's says i dont have currency but in my mod EconomyShopGUI (in menue /shop) its says my balance in $ so vvhat i need to do to make current to have shop and commands like /eco give @a $3000
thanks my brain
i fix it
How do I create my own command on the server?
There are plugins that let you
Is there a plugin out there that allows me to make it so if I have a stone block for example and right click it, it opens up as a chest gui.
not sure if one exists but there is plugins that let you assign commands to items
So of you have a gui plugin, you could get a plugin that assigns a command to your stone block so when you use it or whatever it runs the command to open a gui
is there a plugin that turns on pvp every 2 hours for 30 minutes?
Not specifically but there is plugins that let you run commands at certain intervals or there used to be
So you could use that to run the pvp enable or disable commands
Alternatively you could use a bash script to send such command to your screen session then you can just use cronjob
hmm i just need a plugin that disables pvp globally, and enables it at a timeframe for x amount of minutes
A cronjob and bash script can do this easily.
Cronjob activates script at your timeframe. Script disables pvp and then sleeps for however long and then enables pvp again and then its done. Cronjob will cycle again for next interval
hmm ye i never used either of those, is there a guide or something?
You would search for something along the lines. How to create cronjob and how to send commands to a screen session
Hi one of the stupidest ideas but I see it can work, i can proxy my all VPS with tor and protect even Minecraft with it and hide the ip of it?
Hi, i have a question. Is there a Plugin/Discord Bot which allows to automatically talk with all players you are close to in a Minecraft world? So when 20 Players are in a talk you can only talk to the the ones that are in a (for example) 30 Block Radius? Thanks
https://www.spigotmc.org/resources/skoice-proximity-voice-chat.82861/ uses Discord
https://help.openaudiomc.net/ Uses Website
simple voice chat does plugin on server and client side mod, https://www.curseforge.com/minecraft/bukkit-plugins/simple-voice-chat/files/all for the plugin and https://www.curseforge.com/minecraft/mc-mods/simple-voice-chat/files for the client side mod
Thank you very much (: All set up. No one of my team is online rn so i cant test it. So my question is: Iam with 2 Other people online in the world and talk, and one is 1000 Block away but the other 2 People meet and get unmuted in the DC Call will the guy 1000 Block away also hear there conversation? Or is it working fine that you can only talk and listen to players who are close, no matter how many people are in the talk? Thanks alot (:
only players that are close that's the whole point of proximity chat
Even when they are unmuted and in the same talk? (Sorry i have 0 idea how discord bots work lol)
you can make it so that everyone in the lobby is muted by removing discord permissions
But it all works on default right?
Guys, I have installed https://www.spigotmc.org/resources/unlimited-elytra-upgraded.97366/ but it doesn't seem to work. How to enable it?
yo
so
I decided to download the Residence plugin
but the command doesn't pop up
I have CMILib, ProtocolLib and everything needed installed
but when I type /res nothing shows up
no
i dont see anything in the console
only this
[15:13:50 INFO]: Mitaka47 issued server command: /res
maby some other plugin is blocking the connection somehow
Its up to version 1.18, if you are using 1.19 it may not work
I have the latest from here https://jamesachambers.com/minecraft-java-bedrock-server-together-geyser-floodgate/
trying to help others too xD
am not really sure but
should I download any placeholders for the residence plugin?
because the plugin is connected to it
@west cloak will do
dms
I fixed it
I did /papi ecloud download MySQL and MVdW
thought these 2 may help
and they did
some plugins need MvDwPlaceHolders
i use the normal Placeholders
if u know u know
Residence is also locally connected with MySQL
I didn't touch it: https://pastebin.com/fd2wkQVY
yo is there a plugin that gets the coordinates and world of the player, but relative?
relative to what
like not give the exact coordinates, but have it offset, but be close to the player
Can you give an example?
so I'm trying to use litematica paste on a creative server but it disconnects me for sending too many packets and they say that they do that because they don't allow litematica paste. is there any way to get around this?
Place blocks slower
doesnt litematica paste need op, also iirc they have some worldedit support
Hey guyz do you know any good plugins
for terrain (nether, end) ?
or caves, structores
1.19
my mom ordered pizza without telling me
she could have got 50% off
if she told me we was getting pizza
f
because i have tastecard
Why are you tagging me? Please top im not tagginy ou
oh haha, me too
Also happens a lot with using google to sign up / log in* - That gets really bug
fun
yeah they have lot of things too, its must be really complete
Oh right
💀
haha indirectly telling you tu buy protection hahahaa
guys, I'm new to this and still have some problems: I've installed https://www.spigotmc.org/resources/fjetpack2reloaded.107883/ and when I write the command /fj2r give (my_username) jetpack I get "Jetpack didn't exist" Why?
my world folder went a bit out of control. thus im planning to delete some chunks (i used a chunk pregenerator thats why it died pretty much). how can i safely delete the outer chunks?
by what logic are the files named? (the mc region file)
the high numbers are further out, lower numbers are closer to 0, 0 from what i remember
is there any plugin i can use to delete some of the chunks?
you use chunky to pregen?
chunky has a trim feature to get rid of unwanted outer chunks
no need for chunky to pregen it
they pretty much just do delete the region files iirc
so i could just delete a far out mca file, put in the plugin, select an area and trim?
well anything outside the radius i mean
no need to delete the mca files if your gonna use chunky to trim
thanks
Anyone pls?
:(
just waiting for a server to startup lol
ye its fine
yeah
just delete the highest number region files
check where stuff is first
region always starts at 0, 0
can i like use chunky for this?
to delete them yeah
just set a worldborder and trim
Some plugins on my server don't work even though they are loaded
how can i determine which ones have stuff
if i dont have loc of some of the places
only way i know of is client side mod stuff
Any ideas how to fix this? look at the right side of the money thing
use the formatted placeholder
i dont want the 0.99999999999999999999 show
wich is?
%vault_eco_balance_formatted%
Can anyone help me make a shop menu? wit the plugin deluxemenu
ı need pvp tournament plugin any have?
hi, is there any resources available online that give a list of most used minecraft versions? I have tried to research this myself for my own server but nothing comes up
Hi, any know a plugin for block the player who connect from the numeric ip?
like an IP ban?
probably something like AdvancedBans, MaxBans, i think even Essentials/EssentialsX has ip banning
no no like that
I mean ban when the player connect from the numeric ip
but don't ban the player when connect from the custom ip
you only want to allow connections from the domain?
yes
Use proxy?
yes
I will
but
If someone try to connect from the numeric ip I want to block it
is possible???
Block servers connected with bungee?
and I already knew that btw ty
probably impossible just not to give it
Anyone know why my server-ip in properties is resetting every time I start server?
Correct serve address?
you dont need to put the ip there
that field should be blank
its not hard to get an ip from someones domain
theres hypixels ip
hheres some extra ips
I'm using pterodactyl via host mode, so 0.0.0.0 won't work. Attempting to set up ddos connection and my provider's steps are proving unsuccessful 🤷
Yeah, keeps resetting to 0.0.0.0 everytime I delete it or change it
Not sure why
Fun fact: You can find most, if not all IP networks under an organization
I've only done it with RIPE's database (they're the European RIR) but I'm sure it's supported by other RIRs.
hey guys what are some good ways to decrease server lag? decrease mobs and animals per chunk? any other tips?
Would use a profiler to diagnose such things so you are not guessing. Other then underperforming hardware its going to be configs and plugins. Just because you can use a plugin or even bought it doesnt mean it is good quality. But a profiler would help tell you this
@tawdry narwhal i dont actually have any issues. just trying to be preventative
That is good you dont currently have issues. I would use that time to learn how to run and use a profiler for when you do start to have problems then
It will help you a lot more in the long run to learn that. This way you have a better idea what may be the problem and can correct it. Instead of coming here because while we may know more or be more knowledgeable there is stuff we simply cant answer and lag is one of those where we cant really give specific answers for usually unless it is obvious lol
can someone help me with discordsrv syncing roles.
when i do /discord link, it gives me all roles, even tho i dont have em all in mc
and dont say to ask their support discord, coz i alr did that
How can i give me firework star with white, red or others colors?
yo is there a plugin that grabs like fun facts or quotes and returns it in a placeholder that updates every so often?
i upgraded my server from 1.19.2 to 1.19.3, but now that i know many plugins do not work on this version, i want to go back to 1.19.2 (i should have checked that before upgrading).
now, it says that all worlds are from a newer version, and the server crashes when trying to load them. i have no backups so i have to downgrade them manually one by one on my singleplayer game, or maybe there is a faster way to do that? they are like 50 worlds, maybe the map "version" is saved in a file that i can easily edit without even opening the game, and make the server ignore that the chunks are from a newer version? or maybe using the same launch parameter that we use when upgradong from and old version to a newer one? (i think it was --forceUpgrade or something like that)
in any case, i have no problem trying anything to find the quickest solution, i already made a backup of all the worlds as they are now, just in case
what plugins don't work?
Hey guys, I saw someone mention that you can disable "pie-ray" in the Spigot settings? If so, where can I find it?
wtf is pie-ray
Griefing through looking at the F3 pie chart to discover underground bases
Logs nearby tile entities
I don't think you can "disable" that, since its clientside
Idk, just saw that someone mentioned it, and there were quite a few people who liked the comment. No idea though.
I'll take a look, thanks!
Hey im gona buy a hoster for 10$ Does anyone know the best one? Thats actaully not laggy af
Hello, i have a bungee cord setup with another server (lobby), and i can't seem to connect through bungee cord i get:
Could not connect to a default or fallback server. Incorrectly configured address/port/firewall? io.netty.channel.ConnectTimeoutException
I tried changing the servers, the bungeecord build, the files and fixing the config and nothing worked:
BungeeCord Config:
enforce_secure_profile: false
listeners:
- query_port: 25565
motd: '&1Another Bungee server'
tab_list: GLOBAL_PING
query_enabled: true
proxy_protocol: false
forced_hosts:
pvp.md-5.net: Lobby
ping_passthrough: false
priorities:
- Lobby
bind_local_address: true
host: 0.0.0.0:25565
max_players: 1
tab_size: 60
force_default_server: false
remote_ping_cache: -1
network_compression_threshold: 256
permissions:
default:
- bungeecord.command.server
- bungeecord.command.list
admin:
- bungeecord.command.alert
- bungeecord.command.end
- bungeecord.command.ip
- bungeecord.command.reload
- bungeecord.command.kick
log_pings: true
connection_throttle_limit: 3
server_connect_timeout: 5000
timeout: 30000
stats: e06c7f85-7a0a-4440-9db5-6be3ad203739
player_limit: -1
ip_forward: true
groups:
md_5:
- admin
remote_ping_timeout: 5000
connection_throttle: 4000
log_commands: false
prevent_proxy_connections: false
online_mode: true
forge_support: false
disabled_commands:
- disabledcommandhere
servers:
Lobby:
motd: '&1Just another BungeeCord - Forced Host'
address: X.X.X.X:25566
restricted: false
I have made sure the server's spigot.yml has bungee cord enabled, and the server is running fine (confirmed by me able to join the server with the ip when disabling bungeecord on spigot.yml)
hi everyone, me and my friends have a minecraft server using spigot but explosions do not work, any suggestions on what to do/
?
this is a hosted server, so its using the ip provided by the host (aka one ip for all the servers)
yes: waypoints, linked enderchests, luckperms, PvE bosses, tabplaytime, simplesilktouchspawners, skinrestorer, chairs, images, cropclick, sleep-most
yup
packet listener api, tablist, and a few more
Server crashed for a 2nd time
I'm not sure what the error is telling me.
Anyone able to decipher it for me?
Thanks
https://hastebin.com/share/irobipepan.markdown
Ah okay. Thanks
I'm having an issue with buildtools not compiling the spigot.jar on windows 11pro
build #152, I cant get it to generate the spigot or craftbukit .jar files.
in the cmd prompt window i add the "java -jar BuildTools.jar --rev 1.19.3"
but all it outputs is the following,
"Loading BuildTools version: git-BuildTools-2f33f39-152 (#152)
Java Version: Java 17
Current Path: C:\Users\Wound\OneDrive\Desktop\BT MCServer.
Please do not run BuildTools in a Dropbox, OneDrive, or similar. You can always copy the completed jars there later."
thats insane that my desktop is a subdirectory of onedrive when i told the pc not to install it lol...
this time it ran, but still failed to produce spigot
what error this time
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.320 s
[INFO] Finished at: 2023-02-10T15:45:15-05:00
[INFO] ------------------------------------------------------------------------
trying to see what specific error is... unless you want the whole bit
the link it references calls it a typo in reference
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
Exception in thread "main" java.lang.RuntimeException: Error running command, return status !=0: [C:\Windows\system32\cmd.exe, /D, /C, C:\file debugging\apache-maven-3.6.0/bin/mvn.cmd, -Dbt.name=3650, install:install-file, -Dfile=work\bukkit-c69e3af0-members.csrg, -Dpackaging=csrg, -DgroupId=org.spigotmc, -DartifactId=minecraft-server, -Dversion=1.19.3-R0.1-SNAPSHOT, -Dclassifier=maps-spigot-members, -DgeneratePom=false]
at org.spigotmc.builder.Builder.runProcess0(Builder.java:991)
at org.spigotmc.builder.Builder.runProcess(Builder.java:922)
at org.spigotmc.builder.Builder.runMaven0(Builder.java:891)
at org.spigotmc.builder.Builder.runMavenInstall(Builder.java:850)
at org.spigotmc.builder.Builder.main(Builder.java:501)
at org.spigotmc.builder.Bootstrap.main(Bootstrap.java:27)
anyone help ?
re-ran the command and it functioned properly.
In server.proprieties of Lobby ?
alright ima try it out
Change the address in bungee cord, but its already set to the current ip of the Lobby server?
Yup
its on the public ip*
Not the same server, more of the same ip but different Ports, is that what you meant ?
Is having the same IP, but different ports that ?
Nope same error:
Could not connect to a default or fallback server. Incorrectly configured address/port/firewall? io.netty.channel.AbstractChannel$AnnotatedConnectExceptio
The host provide the firewall and i'm a developer on a server so i really don't have access to that
Exactly
Hmm the issue is that it was working fine, in the other host (before we switched to Pterodactyl)
Hmm never checked that, how would you make sure they are ?
Because under Network, they are assigned to the current IP
iirc admin panel > servers > choose server and then its on one of those pages
needs to have the ports linked and open to it
Uh i don't think i have access to that panel, i will check later with the owner and see if they are open, and get back to you guys
My bungee sends me when i latest connected instead of sending me to the hub everytime i join
how can this be fixed?
what ip are u using inside of your bungeecord config
if panel is hosted inside of ptero, you shouldn't be using localhost
Yeah i'm not using "localhost" i'm using the ip provided by ptero
but you put it to 127.0.0.1 ?
Nah i changed it back since it didn't workj
or im maybe misreading previous convo
10.02 22:13:36 [Server] WARN bmwakias sent out-of-order chat: 'gmc': 1676067055 > 1676059936 10.02 22:13:36 [Disconnect] User bmwakias has disconnected, reason: Out-of-order chat packet received. Did your system time change?
My Moderator gets kicked each time he executes a command. Any idea why?
It's set to false already.
With a time server? So it's purely a mistake on their end?
Anyone have any idea on this: Im using multiverseportals and im wanting to use the portal to teleport players to a random location in a different world but there isnt any config regarding this. im at a loss with it, ive searched the internet for answers, i know servers use this method but i cant figure out why. anyone have an idea?? any help is much appreciated
ive got the portal to teleport without another portal at the other side but i wanted it to a random location every single time
yeah ive been using that, might have to look for a better plugin
one that lets you use a random location every single time a player goes through
what anticheat do you guys reccomend
Are there any server plugins that fix this specific bug? https://bugs.mojang.com/browse/MC-71990
Either by removing second layer in tablist in close range or by keeping it throughout the map?
Grim AntiCheat
It's free and open source. If you want to spend money for a proprietary plugin you might find others like Vulkan
Hey there,
I've recently downloaded and set up Oraxen, a plugin that allows to create new items, textures and custom modules using a server texture pack. However, i want to keep the same resource pack on my network across all servers. As of now, each time player changes servers, the resource pack loading screen pops up. I only want players to load the resource pack once and then keep on playing without interrupted further.
The issue is that i've downloaded the Bungee Layer plugin on my Velocity proxy server which claims to solve the issue, yet the plugin's files do not seem to generate under the plugin's folder. I'm using Protocolize as well. Wouldlove to receive your feedback.
Hey!
I'm encountering an error with my commands : /stonecutter , /anvil , /workbench , other crafting blocks.
is there a way to run a public server from my home pc without getting ddosed or some shit
Does spigot works with sand dupe and TNT dupe?
Self explanatory imo. Whatever fork you are using doesn't allow for the features to be used
Some plugins require something like paper to function fully
it’s essentials
Yea they prob need paper or sum
But your better off asking them
They have a discord
It's a free and open source plugin, just download it yourself
yea but it dont work
It should support 1.19.2, any errors
might only do 1.19.3 /shrug
o oke
is there any way to migrate a server from paper to spigot?
Swap the jars
yo with the vanilla wb command, how do i set it for a specific world
ye its like /worldborder set, if i run it from console how do I know which world I set the border in?