#help-server
1 messages Β· Page 363 of 1
it does
it doesnt work with spigot
this is what im talking about btw https://www.curseforge.com/minecraft/mc-mods/security-craft
yeah the buildfile says spongeforge
so does that mean ?
just that it is indeed for forge server
So i cant use it if i have spigot on
pretty sure these are your words: "it doesnt work with spigot"
There are certain forks that will allow Forge and Spigot
However they usually break both mods and plugins in one way or another
is there a way i could have 2 textures that change the texture of the same vanilla item in one pack and have them work? Server texture pack btw
i have 2 datapacks with custom items but they change some of the same items
Minecraft wiki has the info you need. There are also plenty of tutorials on youtube
is it possible to use on pc?
ok this is kinda weird for me
i only need like 3 textures changed, would someone be able to help me with it
theres already custom model data paired to the items im trying to sort out
so i dont know how to change this
they are .json files, the ones that are conflicting with eachother
Is there anyway to deal with players that are ip banned but keep resetting their IPs and using alts to bypass the ban?
Idk
Weβve banned him for duping but seems to reset his ip and join on another account lmao
yeah as far as IP banning you cant do anything else
Oh
Thanks anyway
could you help me with my texture issue?
only 3 .json files are conflicting
main reason to use online mode
You can still log into online mode servers with stolen alternate accounts
I'm willing to bet pretty much everything on the validity of my statement too
Where can I get custom sounds for my resource pack? Anyone have any good sources/services?
How do you guys deal with armor stands and their potential for lag? Do you just prevent them from being crafted?
anyone know how to make a link on my server where it says like [Click Here] or something and it redirects you to something else when clicked on? I donβt want the actual link to be shown just the button. Seen it done on other servers just not sure how
there are also tons of free resources on spigot that let you send those when a player joins, when a command is issued, etc
alright ty
is there a plugin that allows forge plugins to work? (At least some of them)
Hi, anybody know a plug-in that is for my staff members? I want a /tp plug-in but I also want it to alert the staff if anybody knows a plug-in dm me
It is online mode
Bungee server, proxy is online mode, connected to the servers via bungee guard
Hello, Iβm trying to prevent players from shearing sheep but when I specify the entity, the code becomes wrong. Iβm not sure why this is happening.
Hello, can I get help with config.yml of McMMO? I want delete all this statistics and add custom ones like STR, AGI, WIS etc
Idk how to do it :)
I see
players keep getting disconnected from my server when joining or accepting my resource pack
my plugin doesnt load for some reason what shoud i do?
logs:
put 1.18 for your api version
not 1.18.2
ohhhh
π
thanks :)
np
hi, someone know if is released a version of a skywars plugin for 1.18.2?
did you search and look on the various repos?
is there a plugin that shows the server time in a bossbar? (translate with google translate)
your server time is not set to UTC?
tries to remember... isnt there a command to return the players local time?
time query (daytime|gametime|day)
Queries current time.
although that returns the "game" time not server
with certain plugins like TPSBar yeah
oooh thanks
or code it yourself
it is not often I find players asking to know the server time other than to figure out timezones
They mean in game time
yeah then time is the most convienient and clocks exist
but there isn't exist
yes but there are not
but manually running a command is different than seeing on bossbar
exactly
have you a plugin that do the bossbar? sorry for my eng
I don't know but it should be easy to make, and I imagine someone already has
bad me : TabTPS - https://github.com/jpenilla/TabTPS
although you might simply want the corner clock ... what was that ones name
i didnt ask a command
https://www.spigotmc.org/resources/theclock.46953/ - [NEW in 1.2.0 - 1.2.1] Added to display the IngameTime in the boss bar (enable/disable in config file)
Hi, I'm really new with my minecraft server, I just got stuck in my cow hole and I cannot exit, I wanted to add /kill command to all players, just to kill themselves, how do I do it?, It is saying me that I don't have permission (i'm normal user), and I think that if I find the way to give myself the permission to that I will be able to kill other players, and I don't want that, thanks!
there's a bunch of suicide plugins
https://github.com/nothub/SuicideKill here is one
If two AttributeModifiers with the same UUID were added, would the later ones override the former one or it just throw an exception and do nothing?
The /region flag [region] spawn here does not work, it just tps me to the default world spawn.
Hello ! Is there any way to prevent dupe glitches on paper 1.18.1 ?
Has anyone here ever made a geo-located Bungeecord setup?
As in: (hope the picture is fine)
You probably want something like this: https://hostadvice.com/how-to/how-to-use-amazon-route-53-to-manage-your-dns/
hey, I have the Jobsreborn plugin, how do I make it so people can join more jobs with a certain rank?
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/bukkit/craftbukkit/bootstrap/Main has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0
im gettin this error while trying to open the server
i tried to update the jre but it didnt worked
Just found this on my server log.
[11:46:23] [Server thread/INFO]: com.mojang.authlib.GameProfile@7f8c6c44[id=<null>,name=Herobrine,properties={},legacy=false] (/137.184.124.143:33520) lost connection: Disconnected
There's no other log entry of this IP connecting to the server. I only see them disconnecting, which I find strange. My server is on a whitelist, but from this log entry it seems they were connected for a time then disconnected? I used Essentials to see their last logon and playtime but that IP appears to have never connected. Any cause for concern here or is this just some bot giving me a funny Herobrine joke? An IP lookup website says that IP is for a VPN service.
You need to use Java 16
Probably just some bot trying to connect. It should be fine if the server is whitelisted
Figured. Thanks!
i already have it
You're running the server with Java 8. If you're on Windows change the order in the path environmental variable
Or use the path to the java exe instead of java in your start command
it's a null id, so it's most likely a bot trying to abuse a crash bug in older versions of mc
with paper 1.8 you can make a server crash from a client
it already has been set to 16 on environmental variable section
but cmd still shows it as 8
Did you reopen cmd after changing it
i didnt change it its already set to 16
Could you show it?
You need to set it in the path variable. JAVA_HOME is not used by cmd
Hi im new new to java and i want to make whatever is .txt file get displayed in minecraft chat. right now i have this(i just want to know how to display "readAllBytesJava7(filePath)" in chat):
package com.lions_lmao.tiktokchat.events;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.player.PlayerJoinEvent;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
public class Events implements Listener {
public static void main(String[] args)
{
while(true){
String filePath = "C://Users//nikol//Downloads//commentTXT.txt";
System.out.println(readAllBytesJava7(filePath));
}
}
//Read file content into string with - Files.readAllBytes(Path path)
private static String readAllBytesJava7(String filePath)
{
while(true){
String content = "";
try {content = new String ( Files.readAllBytes( Paths.get(filePath) ) );}
catch (IOException e)
{e.printStackTrace();}
return content;
}
}
}
pls ping on reply
kk
Hey! I was configuring and translating AureliumSkills plugin, but I dont know how to translate the menus, because in the files it appears like a preset with the variables.
Every few hours all minecraft servers seem to to just crash.
There's some error log:
https://paste.md-5.net/umoduqucaz.makefile
There is insufficient memory for the Java Runtime Environment to continue.
I even allocated 12GB at some point... (Which seemed to make it worse)
The VPS should have enough ram (32GB in total), so what's the problem?
(Decreasing allocated memory also didn't do much)
you ever think to install and use spark?
mmm paper server and running skript
Make sure there is enough free ram on your system
i always have trouble reading these for VM, looks like they are allocated 12Gb and gave the minecraft server 6Gb
however, it was the VM that killed it ...
so I wonder if something else is running on the system as well
Well, besides a few other mc servers, nothing.
I did not over-allocate or something similar. The system itself still has enough memory too
java will not allow the server to exceed Xmx, however it doesnt look like java is the one killing teh thread
Spark?
We switched to paper to see if this helps, but as you can see, it didn't
Sounds interesting, thanks
it will let you monitor in realtime what is happening, well with the server anyway
if its something in the VM external to the server that is eating your memory, it wont really help
Pretty sure nothing is running besides these mc servers, but I'll check
I'm running a bungeecraft server, whats a way I can "Op" Myself on the proxy?
I can't run commands like /server /ban (For advanced ban) etc. I've added all my perms for those inside luckperms but i can't get it to work..
Ive tried to give myself these perms inside the bungeeconfig and the * perm inside luckperms.. Anyone wanna help?
did you add yourself to the group vGun?
Im sorry im new to server developing, Im not sure what you mean by that
in your permissions plugin, did you add yourself to the vGun group?
that is the group you said the permissions should go to in the bungee config
if you instead put your name there
it should add you to those perms as well
I tried putting "Owner" "owner" etc.
which is that group i have assigned
in Luckperms
in the bungee config where it says vGun
have you tried replacing that with your mc name?
Ik its cause the other ones didnt work
vGun is my mc name
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
if you want something to look at that describes the various options
Alr
Anyone know any "relative-time" PlaceholderAPIs? Something that allows me to set a unix-time in the actual placeholder or something (or read off a file/command) and auto-updates the placeholder to be formatted by 1s/1m/1h?
Ok I have such a stupid issue, simply put, using the lands plugin, my members have been having an issue using the commands prompted, stating that they do not access it
does anyone know of a plugin that gives new players immortality for x amount of time?
my server is pretty difficult to survive in starting out so id like to make it easier for new players
code it
Hiii , does anyone know a job plugin (miner, lumberjack, etc.) with blocks that respawn every 10min, for example?
Well, you could give resistance 255 for whatever amount of time you want
You could probably do something with a Javascript placeholder
Are they getting something like "You don't have permission to use this command"? If yes, then you need to give your users permission to use that command. Do you have a permissions manager such as LuckPerms?
Hrmm interesting. I'll see if I can whip up something with js for that. Cheers!
Np! I'm not completely sure if you can use something like Date.now(), if yes, then you have all the problem basically solved.
If not, you could probably use the LocalTime expansion: https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders#localtime
Just a quick search up with the Javascript extension, it looks like that will do the job for me π
:D
Would some1 be able to run me through setting up colored names in chat, nametag, and TAB? I can vc if that would make things easier.
I have done it before, it has just been a while
Can someone help me with Luckperms Bungeecord?
I have the bungee luckperms inside the bungeecord server and the bukkit bungee inside my lobby server
I've tried everything to get the permmisions working, I can't use anything like /server etc. I'll send my config in, someone help thanks :)
How can i stop players going on the roof of the nether ?
Plugin
Thank you man
Ofc :)
anyone here using linux mint? I have this problem with timing out
when i use mcsrvstat to check for it being online, it shows it is online but the minecraft client can't ping it or connect
It is not pinging and I still can't find the problem for 2 days
Hey, can I ask u guys a question? Any of you know if it's posibble to add like custom stats that gives buffs to player?
I mean:
STR - gives more damage
CON - more hearts + more defense
INT - more damage using enchanting weapon
WIS - more defense when we are attacked by enchanted weapon
AGI - speed of attack
I want too add levels like Lv. 1 near the player nickname + every level we can give three points to any of this stats?
have you checked out attributes?
i think there are some existing plugins like ServerLevels or levelplayers idk
I've got a plugin that does exactly that for mobs but not players
attributes is name of the plugin?
oh no wait XD
ServerLevels? i will check π
attributes is a minecraft feature you can use to change things like attack speed, health, damage etc. plugins which do player leveling will most likely utilize it :)
I see, so how i can add custom attributes to the server? Is there any tutorial? π
only plugins can do it really. and it doesn't solve your desire to have the nametag modified with the level of the player
i would recommend to find like 7 of these plugins, especially because that one has no screenshots
ohh it says discontinued
yeah don't use that one
I send him invite
and joined his dc server
maybe he can help me to set it up
π
I've got to go Xera, but good luck finding the right plugin :)
Hello
theres a problem with discord srv
that it isnt showing the pfp of webhook player chat
@crystal sigil
pls help
any one good with databases
Are plugins required on both, server and bungee or just on one?
How do I force my server to render particles at a further distance? Wanting to make a firework display. (Please reply/@)
?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. Make sure you use the right channel regarding the topic of your question. Create a thread in case the channel is already in use!
Depends on the plugin
How long when you ping the server?
basically you connect to the server, it accepts the request. Then it just drops and it times out
and the ping is from minecraft client
That sounds like permissions
The ping from your computer to the ip
Like open console ping ip
it pings
its just the minecraft server doesnt accept
the website on apache2 on same computer works
xrdp works
Did you port forward
and for some weird reason it just does not accept
it can see the bungee in query but mc client does not ping
it doesnt accept the packet and just drops or whatever
Is the mc client on the same network?
my friend in india and germany tried too, doesnt connect
Is there any errors in console when you try to connect
no
In both bungee server and mc server?
yeah
it can query but just doesnt ping
aka cant connect
is it a linux thing that i messed up ||probably not||
it works exactly 2 days ago
So your personal computer is Linux and what's your server running
server on Linux Mint 20 pc is just good old windows
not pc issue
not router isp issue
Have you restarted the server
linux is so confusing, might just switch to windows server
yea
My personal computer is windows, and the server is hosted on a linux running machine, im not that well versed with hosting on linux, but seems like I will have to do a OS reset
what about worldedit?
No
Can you knock one of your servers off bungee and see if you can connect to it directly
i was not online nor am I at all affiliated with DiscordSRV.
No
badly
I have a server hosting on an vps. I played some days on it and now I cant join. My game gets stuck at "loading terrain"
i waited like 20 minutes but nothing happened
I restarted my game and my computer
computer problem
For some reason, with the TAB plugin my and qny other players name ends with false. Why is that?
config.yml?
ye
gonna hop on pc rq
change the yellow number on tablist to %ping%
How to link command and gui?
i wanna make NPC banker like in hypixel
or just disable it
Useless.
It was already that
Even with it it was saying false
Anyone know if Luckperms chat and Deluxetags work together?
does anyone know of a plugin that lets you play music server wide to all players
as if we enable minecraft to discord chat medium as webhook its php of th player isnt loading
OpenAudioMC
1.18.2?
When someone sleeps on my server, a message like this comes up, how can I close the actionbar?
That just comes with the new gamerule for sleep percentages
If you set that percentage to 0 I don't think it will show up but it will any other time afaik
is there a way to play a song for everyone online at once?
gamerule playersSleepingPercentage 0
?
like this
That's the one
idk check the yt
Is there any expansion on placeholderapi or anything that would let me do a short countdown (like a few seconds)
You could probably use the JavaScript placeholder extension to make one
Take a look at this for reference: https://github.com/PlaceholderAPI/Javascript-Expansion/wiki/Community-Scripts#cooldown
Who tag me? You sending to much Messages and i dont know who tag me for help
alr ty
i need help
Does anyone know what plugin or how they configure in the anarchy so that people start transfer in a separate place and then fall into the overworld?
hhelp
I do use Luck Perms, but currently I am unfamiliar with the commands involved with Lands, I assume I would have to make them?
Permissions for lands: https://github.com/Angeschossen/Lands/wiki/Permissions
Sorry let me rephrase, I meant the commands for luck that allow the change of perms for Lands, if its something I am missing here lol
Ah, so you need to learn LuckPerms. The wiki is a great place to start. https://luckperms.net/wiki/Home
The commands aren't complicated, but the plugin also has a web editor you can use to assign permissions.
Okay thank you
which is the citizens shop plugin which is economy?
Send us the full log
Discordsrv has a discord
plugins
What version of the sentinel should I download for version 1.18.1 for a paper server? or should i just go with 1.18.0?
Ask paper
Does anyone have a video of how to setup Mysql locally or a video of mysql on some sort of free platform, if so dm me
or ping me
wym install mysql locally? on windows or linux
Windows
cause I don't want to buy a mysql server until my server is ready for release, im just making it on my pc rn and putting it up on a server host when its ready
A guy on my server has a name starting with a . I cannot execute any commands on him, what should I do?
Probably a bedrock player, what should I do?
Is it an offline server?
no, but we allow bedrock
You could try either their uuid or ip
Do commands not let you specify .name
no
Nope, doesn't work
What plugins?
Hello!
:D
Anyone know a plugin that can modify damage, health, etc. for 1.8.8 spigot?
ty
what?!?
is there a way for me to start a bungeecord server without port forwarding?
hey in the mypets pluggin the wither mypet is unable to melee attack properly can someone fix the issue
I tried but it doesn't work
Hey! I was configuring and translating AureliumSkills plugin, but I dont know how to translate the menus, because in the files it appears like a preset with the variables.
Okay?
Well dont steal the game
yeah bungee is online other is offline
π
k
for fun it's not gonna be a massive server lol
Dont steal the game. easy as that to fix your shiz
okay?
how do I get people outside my local host to join?
only 25565?
You buy the game so you stop stealing it and then port forward it so people can connect
also
Stop helping him.
You really dont want to open your home network to the public with a cracked network
wym what
nvm but ty though @west cloak if I keep going they are gonna start raging at me
making a temp mysql server then transftering that info to another one is a bit of a bitch along with you might not able to with a host.
ik but it's only with people ik
ik them irl so yeah
hm ur ryt ty though I'll figure something out been trying these thing for months and it doesn't let any out of my internet to connect
I did that but it doesn't work still
what about UDP?
its not windows firewall that blocks them.... dont touch that
hm?
wdym?
k tyy
its your routers ip
my ip?
192.168.1.1 or 192.168.254.1 one of the 2 most likely
and DONT use hamatchi
also opens up every port in your network....
if you want the server on 24/7 youll need to have it running all the time
this is a kid honestly, dont tell him bad habits
bruh how old are you?
never really shat on him, just said dont steal the game
I didn't steal the game bruh
cracked is stealing....
cracked accounts are accounts that their username and password have been leaked to sources that give them off as public use. It goes against mojang eula, hence, stealing.
those are offline accounts and they are very different along with I dont think they work anymore because of microsoft.
because there are tons of accounts that have been hijacked by these communities that just make them public
okay I'm gonna go cause if I don't leave there's gonna be an issue here
ty btw @west cloak
could i change how big of an area that a sponge removes with a plugin?
yes
Hey guys
How to remove this Cause message ?
bcs it's revealing my server's ip address when i try to connect while its offline
Anybody knows how to solve this ?
?
no offline = no revealed ip adress
I don't think you can hide a ip adress a client is connecting to
Hi. Good morning. What version is recommend of Java to use with Spigot?
depends on which minecraft version you want to use, <mc 1.16 is java 8 and mc 1.16+ is java 16 or 17
Ty
Found this https://github.com/veu/mcworldtrim
Close enough I guess
Yeah same as that script
Yes
will i have access to more channels when i link my acc
Hello, when I try to start my localhost, I get this error..
Does anyone know how to fix, or have send me a localhost..?
Is there a scoreboard plugin that works per-world?
probably
That plugin only supports 1.18.1
ProtocolSupport.jar?
I have this error https://pastebin.com/D1JXDFDj
If you read which plugin is throwing the error it would definitely confirm your suspicions
I have removed it, but everytime I join, it says "Disconnected", and logs a lot of errors to the console.
A lot of things might be dependent on it heres my suggestion use 1.18.1 :P
No, I will not ever play Minecraft in versions above 1.8.9. Only for survival.
Aight then in the future make sure you download plugins that support that version
It should say on the website
hey, how can i add custom craftings to a server, in my server i have silkspawners, and i would like for players to be able to craft spawn eggs so they can change the spawner type
Why does the console window close automatically after running the server ?
Send your start.bat
If you don't have one you need to make one
java -Xmx1048M -Xms1048M -jar server.jar nogui
pause
Remove the pause
Same problem
Does it work if you remove no gui? If it doesn't I also reccokend checking logs seeing if there is any more info is in there
what do you meen no gui ?
the server is runing but i need the console window to write commands like (op player)
Remove the nogui line in your start.bat
I tried but the same problem
It was working without these problems, but now I don't know what the problem is
Have you looked at your logs yet?
I don't know where this is
but i see in Task Manager its runing
What version?
1.8.9 (pvp games)
So you shut down your server removed the two lines saved the file and tried again
I think the cause of the problem is from the cmd prompt or processor
i am trying to automate plugin downloads on my server but keep getting pwned by cloudflare. whats the proper way todo this?
using the requests python lib / wget
Spiget I guess
...
is there a way to execute a command at the cursor of the player?
like summon a mob or grab something
im trying to make an item that lets you like "grab" something at the cursor or kill it
Server doesn't listen for cursor packets
what about where you're looking
this is what i meant
That is definitely looked at
how would i make an item that kills what you're looking at
where would i even start
I'm not sure tbh I think you need to code to do that idk if any plugins support that tbh
You could probably do something with command blocks
But again not sure
yeah thats what i mean
i have a thing where i can apply a command to an item if you right click the item
Tbh I wouldn't know where to begin. To do that with only commands let alone if it's even possible with only commands on an item
i have a problem with bungeecord can i ask here coz i didn't find any support server for bungee
yes you can ask here
ok so
i get this message If you wish to use IP forwarding, please enable it in your BungeeCord config as well! but i have that enabled
do you have online-mode set to false on the spigot servers
yes
and bungeecord: to true in spigot.yml
can you send the config of your bungee?
and spigot.yml and server.properties of the spigot server
i'll send a piece where that option is
log_pings: true
connection_throttle_limit: 3
server_connect_timeout: 5000
timeout: 30000
player_limit: -1
ip_forward: true
groups:
md_5:
- admin
remote_ping_timeout: 5000
connection_throttle: 4000
do u need full?
Nope, send server.properties and spigot.yml too
settings:
debug: false
bungeecord: true
save-user-cache-on-stop-only: false
moved-wrongly-threshold: 0.0625
moved-too-quickly-multiplier: 10.0
sample-count: 12
max-tick-time=60000
require-resource-pack=false
max-players=20
use-native-transport=true
online-mode=false
enable-status=true
allow-flight=false
broadcast-rcon-to-ops=true
view-distance=10
did you restart bungeecord & spigot server after making these changes?
yes
correct ports in the configs?
yeah
server-port=25567
and in bungee
address: 192.168.1.44:25567
restricted: false
and i have port forwarded and checked if the port is opened
Spigot:
online-mode: false
bungeecord: true
Bungee:
ip-forward: true
online-mode: true/false
Restart all the servers, I hope you are not running all the servers in the same directory π (some people do that)
wait, are you joining with the spigot ip and port or bungeecord ip and port?
i have a folder and there i have 2 folders one bungeecord and one for the spigot server is that bad?
nop thats how its supposed to be, each server separate folder
well look if i use the bungeecord port which is 25565 it connects me
are you connecting with ip:25565 or ip:25567?
yes
okay, are you home hosting?
for now yes
π install a plugin like BungeeGuard to secure your server
you can ask for help in geyser discord
Geyser is a bridge between Minecraft: Bedrock Edition and Minecraft: Java Edition which allows you to join Minecraft Java servers with Bedrock Edition servers to enable true cross-platform.
ok i didn't ask coz i though it is bungee problem
in geyser do i need to use 25565 or 25567?
Im 99% sure 25565
yes im using that
i mean for bungeecord
is it neccessary to open the port of the spigot server?
or only the bungeecord port
"The Bedrock clients, like Java clients, should connect to the proxy server, and should never directly connect to a back-end server. You donβt need to (and shouldnβt) port-forward anything for the back-end servers!"
Don't open the port of the spigot server
just set the ip to 127.0.0.1
in both bungee and spigot
ye but i wanted my friend to connect to the server using my public ip
that's why i port forwarded but i was not sure if i had to open both ports and spigot and bungee
you need to open just bungee
I have a Problem with api.spigot.net https://pastebin.com/yz2392EV
alright ty coz i didn't know that
can you send the list of your plugins
Is your server not connected to the internet? o.O
ReportSystem.jar bansystem-2.5-SNAPSHOT.jar Bungeehub.jar
It can't resolve Mojang's session server either
yea its something wrong with your host
ok how can i fix it
it could be something you can fix or you have to open a ticket with your host, not sure
ok they can't help me coz i want my server to be cracked and geyser does not support cracked...
you restarted the bungeecord?
can you send the config of geyser
which is the citizens shop plugin which is economy?
Can you somehow see how many achievements someone has?
Probably when looking at the playerdata
I already did that but saw no entry for that
did you see the cycled message the message shows up only by the owner but it its in not server log and cames from no plugin
we were talking if it should be bungeecord port or spigot server port
can it be a hoster troll or a labymod message but without a prefix?
is there a way to calculate how much space a world will take up based on dimensions?
thank you.
the Overworld (radius) counter is number of blocks in both direction for X or Z right? if i set it to 50k that means the farthest distance would be 25k in any direction?
depends
are you starting from 0 0 and going that amount in each dir
yes, assuming the player starts at 0,0
no i am talking about the generator
On that website you can set either radius or diameter
oh, i see. diameter is all in both directions and radius is from 0,0 out in any direction?
no
diameter is from one side to the other
radius is from 0 0 to each direction
that's what i meant.
so like, 50k radius is 25k in each coordinate (that you can travel), 50k radius is 50k in each coordinate (that you can travel)
Its accurate
got it.
i'm gonna be using chunky to generate this. is there anything else i need to know?
nah
cool.
i also plan on generating more of the world later on, once i get some more storage space. once i do that, will i just be able to start up chunky again and generate the rest of the world without affecting the already generated stuff?
also what's the auto nether/free nether option mean?
nevermind i just figured that out.
still not sure about this though.
also i'm sorry if my questions seem stupid, as i'm pretty new to server ownership.
Yes
It's all good, we all were at this stage one day
cool.
we can't just guess with 0 information, what plugins do you have some background information would help
is there a way to tell chunky to make the start of the world generate as a certain biome? i want the biome starting at 0,0 to be plains.
anyone who knows how to remove water log from blocks with worldedit?
can someone help me, i have a dupe problem on my server with plugins
what version mc
1.8
someone else helped me locate which plugin is messing it up but idk what to do from there
Youre using a very old version, not much out there to stop certain duping that are up to date.
but its such a simple dupe glitch
i swear if i had any knowledge of coding id be able to solve it
hey, does anyone know why my new players are spawning at a random location, but when they die or do /spawn they go to the actual spawn?
i used /essentialsspawn:setspawn and /setworldspawn on the actual spawn point
this is a common problem even with updated stuff. This is basically one of the downsides you get with free
is there a plugin to become a werewolf, vampire, or human for spigot/paper?
was in Performium towny a while back
when i installed the /deathback plugin
it only worked for opped players
how do i change this to allow all players to use it?
Luckperms
luck perms is a permission plugin
they should have a link on their resource page in how to use it
/lp user BeepBoop456 permission set deathtp true
it doesnt work. is there another specific command?
what command would u use to allow everyone to use deathtp
beacuse im not sure what im doing
0; I give up
this is cool NPC any idea how can i sit NPC on... NPC?
Is there a way to get structures like villagers, ruined portals etc to spawn in a custom map?
we have a 1:180 earth server coming out soon and it would be nice to have some structures
(its being loaded in map tiles)
Hey is there something I can do to prevent a player who Died or joins For the First Time from being attacked by other players For an amount oF time
Like some kind of plugin or a setting
CombatLogX can protect after first join
Thx For Helping
Ask for help in luckperms discord
Which framework should I use, if want to establish a multi bungee network? Netty, Kyronetty, Redis, Hazelcast,... any ideas
DNS
Redis is the most popular way
Does it work on 1.18.2?
okay, like for using it for pub sub ?
yes, use dev builds
hi
im using spigot server and when ever i use command it wont work and in consule it will show me this "issued server command: /plugin list enabled"
What command
what version should i host my server in?
1.18 seems too new, 1.14 too old
idk i havent hosted a server in a while
and considering that i want to create plugins
?jar
"Cant you just send the Spigot jar?"
No, we can't. It's illegal to distribute Mojang code, meaning that you have to use BuildTools to build the Spigot jar.
selfrole Add or remove a selfrole from yourself.
cleanup Base command for deleting messages.
embedset Commands for toggling embeds on or off.
info Shows info about CafeBabe.
licenseinfo Get info about Red's licenses.
mydata Commands which interact with the data CafeBabe has about...
set Commands for changing CafeBabe's settings.
uptime Shows CafeBabe's uptime.
findcog Find which cog a command comes from.
names Show previous names and nicknames of a member.
userinfo Show information about a member.
listcases List cases for the specified member.
reason Specify a reason for a modlog case.
permissions Command permission management tools.
1.18.2 100% unless you have a really important reason to stick to older version
every command
can somone help plz
Some plugin must cause that
i deleted all the plugins
And you restarted the server?
performance, stability, less known exploits and bugs
ig
better docs
But with any plugins
No
is it poissiable
Its not
what version adds support for hex colors again
1.16.5 i think
quick question: I Have just created a bunch of worlds with MultiVerse. if i move some folders with the SAME EXACT names and replace the folders the plugin itself has created will it work and keep the worlds or does it have the possibility of crashing the plugin/deleting the worlds
If the folder names are the same it will work
oh ok, thanks!
YES ALOT
And its still happening?
Build tools
Or download waterfall from papermc.io
its very similar, its a fork of bungeecord
Of ram? 512mb should be enough
What do you mean?
Yea set ip forward to true, on your spigot server set bungeecord: true in spigot.yml and online-mode: false in server.properties. restart the servers and remember to connect through the bungeecord ip and port, not spigot. Install something like bungeeguard for security too
Only chnage online mode in bungee config if you are a π΄ββ οΈ
π
Your config is invalid. Check your indentation and send it in a paste
Make sure to remove ips
?paste
does anyone know how to add a banker to a Paper 1.18.2 server? I already have essentials+, luckperms, shopgui+, vault and citizens.
what do you mean? Like a plugin?
if you have essentials and vault installed there should already be an economy if that's what you meant.
you got it on email when you ordered the server
reset it then
if you have no files on the dedi you can just reset it then
rescue mode then
Just google a bit and you will find something
@west cloak my son wanted to set up an npc as a "bank" so i didn't know if i needed another plugin for that or how he can make the npc function as a bank.
How do you want the bank to work?
Or rather how does your son want it to work
How do I change this so it says just "MC 1.8 - 1.18" only for example when using bungeecord?
Pretty sure you gotta use a plugin to change that
Can someone help me diagnose this error I am getting
Thanks for your help. I think he was hoping to set up a baker NPC where they can deposit or withdraw money and the money collects interest.
hello I need someone to help me to make a Network talk to me to the dm better if it is in Spanish
Hello, I need help in my setup, im completely new to this
i buyed a premade revamp faction setup but idkhow to do that run/extract or whatever
it needs spigot installation but idk how
tell me if u know how to do this?
i did the things in spigot installation but idk where to put next after downloading and what to click
any recommendations for a cross network chat plugin?
Super simple problem, I can't get rid of the world prefix.
What chat formatting plugin is that
It's just Multiverse Core with PowerRanks for the Owner prefix
That prefix doesn't look like the multiverse one
Check the Powerranks config I guess...
Anyways I highly recommend LuckPerms :)
yep that was it thankss
PistonMOTD
What's your TPS? Type /tps in chat and if its below 18 then something is wrong
Drop the zip in empty server directory and unzip it
It doesn't usually lag on Bedrock
But Java players have complained about lag
Eh they usually cause more issues then they fix
They aren't? There's plenty of them
thanku , but what is emptyserver directory?
A folder where you want the server
They probably advertised their premium version which isnt on spigotmc
LPX got removed for some reason and @west cloak no LPX is premium and dont has any free version
Well idk spigot doesnt ban plugins for no reason
Just a directory without anything in it
LPX probably did something bad
Actually dev might have removed it because of the licensing system
Iβm looking for a dedicated server, any hosting providers I should check out?
OVH or Hosturly
What location and whats your budget
Try to reset all configs
how ?
Just rename spigot.yml, bukkit.yml, paper.yml to spigot2.yml etc
North America and $80
Soyoustart or ovh, good ddos protection but bad support and sometimes payments don't work
There is also reliablesite, ready2frag and nexril but their protection but reliablesite doesn't have the best protection for sure
I can't join on my Server.
Error:
12:10:51 [WARNING] A task raised an exception. Task: net.md_5.bungee.connection.InitialHandler$6$1@2f4600fb
java.lang.ClassCastException: class java.util.LinkedHashMap cannot be cast to class java.lang.String (java.util.LinkedHashMap and java.lang.String are in module java.base of loader 'bootstrap')
at net.md_5.bungee.UserConnection.addGroups(UserConnection.java:533)
at net.md_5.bungee.UserConnection.init(UserConnection.java:161)
at net.md_5.bungee.connection.InitialHandler$6$1.run(InitialHandler.java:525)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:469)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:384)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at java.base/java.lang.Thread.run(Thread.java:833)
Is bungee up to date
Yes
Any plugins?
Yes: BungeeHub.jar, bansystem-2.5-SNAPSHOT.jar, ReportSystem.jar
But if i join on my alt it works
Check logs of spigot server
there is nothing
My guess is that you might have messed up the config. Most probably the group section
Thanks!
It works
could someone help me?
my console brings up errors every time i start the server
and i can't seem to find why
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.
I think your config is broken
i haven't edited the config much, just the things needed for the server
should i send a pastebin of the config as well?
Yeah config is broken
should i send the config?
Yes
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.
Forced hosts is wrong
what should i change it to?
Take a look at the default config
so i just change "forced_hosts" to default?
Hello this is what i did, is this right?
Go to that directory and there is your server
Hi what should I click to run it? likeliterally the game
Start.bat
it says unable to access spigot .jar thingy
Do you have spigot.jar
Oof nope i forgot but here i download it, but it cant be put in my zip, where should i put it?
hmm how can i increase the nether roof y level?
Try Player
How do I give a book with custom enchantments?
This Give Enchanted Book Generator creates the Minecraft Java Edition (PC/Mac) 1.18 command you can use to give a player an enchanted book with a custom set of enchantments, a name, and lore. When you have finished customizing your enchanted book, click on the Generate Command button and then copy/paste the command into Minecraft.
Can someone help me with my bungeecord because it is not working | it should be connecting to KPSem but it connects to lobby
custom_server_name: Sem's Place
servers:
lobby:
motd: '&1Just another BungeeCord - Forced Host'
address: localhost:25566
restricted: false
KPSem:
motd: '&1Just another BungeeCord - Forced Host'
address: localhost:25565
restricted: false
listeners:
- query_port: 25577
motd: '&1Another Bungee server'
tab_list: GLOBAL_PING
query_enabled: false
proxy_protocol: false
forced_hosts:
pvp.md-5.net: pvp
ping_passthrough: false
priorities:
- lobby
bind_local_address: true
host: 0.0.0.0:25577
max_players: 2
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
log_pings: true
connection_throttle_limit: 3
server_connect_timeout: 5000
timeout: 30000
stats: d53d0dfc-9dcb-4e85-945f-760640f247c2
player_limit: 5
ip_forward: false
groups:
Semcrafti:
- admin
remote_ping_timeout: 5000
connection_throttle: 4000
log_commands: false
prevent_proxy_connections: false
online_mode: true
forge_support: false
disabled_commands:
- disabledcommandhere
nvm got it
hi, is there any plugin that shows a message to player if they try to connect with different port expect bungee port?
You mean like connecting to a server without the bungee?
Hello, I seem to be getting this error sometimes when i start the server and it immediately crashes the server:
/home/minecraft/signal/start_cmd: line 1: 106 Killed /opt/java/17/bin/java -Xmx${SERVER_RAM} -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -DIReallyKnowWhatIAmDoingISwear -Djline.terminal=jline.UnsupportedTerminal -Dlog4j2.formatMsgNoLookups=true -DIKnowThisMayNotBeTheBestIdeaButPleaseDisableUsernameValidation -jar server.jar
not sure if its related to spigot
so sorry if it isnt
lol what
dont worry about it
Probably allows illegal characters in player names
Yes you can get around the bungee, which is why you need to secure your servers
No i mean if i set the port in bungee config 25565 the player has to use ip:port. I want if they use other port like 25566 to give them a message for ex Wrong port please use 25565
probably the lack of substitution for -Xmx${SERVER_RAM}
well theres nothing i can do since i dont host the server
i should optimize my plugins
Contact your host then
should i tell him to give more ram to the server
Only if its needed but right now no
Who's your host?
π
yes im talking to you ;-;
oh
Hello, everytime I try to join my server with bungeecord it displays
15:08:25 [INFO] [AbisGamer] disconnected with: Could not connect to a default or fallback server. Incorrectly configured address/port/firewall? ConnectTimeoutException : connection timed out: myip
Bungeecord or the spigot server don't have any plugins installed.
spigot server is in offline mode
the ip and port are correct
Ok
um any help?
Could you show your config file for bungee
try putting an ip address for your server ips
I did
same result
15:08:25 [INFO] [AbisGamer] disconnected with: Could not connect to a default or fallback server. Incorrectly configured address/port/firewall? ConnectTimeoutException : connection timed out: myip
https://paste.helpch.at/utiqixucub.sql - git-Paper-231 (MC: 1.18.2)
https://paste.helpch.at/awuxumekim.sql git-Paper-267 (MC: 1.18.2)
Is the difference in the version of paper causing errors in plugins such as VisibilityToggle, WorldGuard, and WorldEdit?
Since all plugins work fine on Paper-267 but those three do not work on 231.
Is the proxy online?
Change online_mode: false to online_mode: true
Did you check these? port/firewall
everything in this config looks fine
could I see your server.properties for your hub
ok
An easy to use Paste site for Minecraft Server logs.
when I join from bungeecord, it doesn't even show anything in the hub console
your hub server is online correct?
can you send me the updated version of the config for bungee
wdym the updated version
With the changes i told you to make
online mode and ips?
yes that config file
maybe try connecting directly to the server, if that doesn't work your firewall is most likely incorrect.
connecting directly works I think
Is this on a vps?
do you have a firewall enabled?
no idea how do I check
which distro are you using?
ubuntu 20.04?
idk what a distro is
prolly that
I once tried a vps hosting
and that word sounds familiar lol
okay do ufw status
does it?
idk that's what this page said https://pterodactyl.io/community/games/minecraft.html#configuring-a-server-network-bungeecord-waterfall-hexacord-etc
Pterodactyl is an open-source game server management panel built with PHP 7, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
But just try connecting directly and say if it works or not
it kicks cuz of bungeeguard but it does so ye
I removed it once and it connected yes
/title @p title "Welcome &b%1&e!"
(%1 is just a placeholder for the plugin I'm using)
then it's just a config fault
his config file looks fine
I legit used the same config on the old dedicated server and it worked.
can you send your config with the ip's so jtx or me can check if it really works and maybe test with my own proxy
Try with other placeholders if u can
An easy to use Paste site for Minecraft Server logs.
it says that the lobby is offline
yea
wait ,lemme check in the minecraft client itself
no the problem is that the color isn't working lol
the cpu isn't working and same goes for the ram
oh yea I thought that broke because of the theme
probably a theme issue
ye
lemme restart wings
can you go to the network tab and take a screen?
this works https://mcsrvstat.us/server/play.pogmc.net
that's the proxy I guess
ram and cpu still don't work lmao
It has to be
um what
its the proxy
wdym by selfhosting btw
yeah
Is the dedicated machine at a datacenter?
lobby
well well well
hetzner
wha...?
that's a alias I swear I've always done that
you are probably allocating the wrong ip here
just send it
your alias is fine