#help-server
1 messages · Page 344 of 1
So then you will kill that sad pufferfish
Maybe purpur uses puffer
They just want to be alive. :c
That was rethorical
lol
what is the placeholder for luckperms to display the highest weighted rank
for like a tab menu
Look on luckperms wiki
because i have %luckperms_prefix% on my tab menu but it doesnt show anything
If you want displaynames in the tab, use a plugin like Nametag Edit, or make a custom plugin
i have a plugin literally just called TAB
and it works fine but the placeholders for LP ranks arent working
The TAB plugin doesn't has PAPI support over on the tab section, I guess
Use the names of the rank
Like "§cAdmin §8| §c%player%"
it has papi support for some things like statistics
i have no idea what vault is
It's just an API that many plugins depend on. It adds functionality like economy, permission handling and prefixes.
wtf
How do you not know what fault is
well its installed already by my server owner
Vault
but i dont know what it is
The plugin and also the PAPI EXP
so what would i set the placeholder to be to display the highest weighted rank in luckperms?
Refer to my last post. It's just an API. Some plugins do this as they will need to depend on a "core", or an API in order for their plugin to work since they don't want to write everything from scratch.
Its' probably not possible. You need to manually make a priority list in the config
why lp have highest weighted rank placeholder for chat but not tab 😔
🤔
?
What PAPI placeholder do you use for it?
LAC has build in placeholders
If it's a placeholder and the plugin you need it to work in supports PAPI, it should work.
highest rank
like if someone has admin and (example rank) then i want it to show admin only
No, use %luckperms_prefix% and edit the LP config to support multiple prefixes.
i tried lp prefix and it just does not work
i dont want multiple ranks on tab for a single person
You using TAB, right?
If you haven't modified the LP config, it will do that sort of behavior by default.
When it comes to placeholders, the %luckperms_prefix% will grab the prefix with the highest weight from whatever your rank is.
yes
Its config has a feature to set custom displaynames on the tab, and on the tag.
this for some reason literally just does not work
Have you setup prefixes and inheritance correctly?
if the admin has an example vip rank
this is what i have in the LP editor for the rank i want to show up
prefix.1.[&aNewcomer&f]
i want that on tab menu and i have lp prefix placeholder set in my tab config
but it just doesnt show up
Can you do /about on your Tab pluign?
Or link to the plugin page?
It might not support it.
bruuhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
ok brb
lp hook was disabled for my version 😐
update time
any other good preferably not premium tab plugins?
bruh im just gonna custom set the display for each ranks
Are you using the one by NEZNAMY?
yes
Hmm, that's the one I use, but I don't think I've actually needed to use placeholders in it. I'm pretty sure there is something out there.
You could try this one https://www.spigotmc.org/resources/animated-tab-tablist.46229/
what do you use to display ranks?
Well I've been used to NameTagEdit for so long that I just manually put them in to whatever plugin I'm using, but ever since I switched to tab, I haven't checked if placeholders worked.
so you just manually put them in
Out of habit. I'm pretty sure there is rank settings in TAB somewhere. I remember working with them once about a year ago, but it was for someone else. Not sure if it requires a certain permission or not.
i know im asking alot of quesitons but im doing like a whole overhaul of my server recently
but you know how in LP you have the group name like (default) and the actual rank name like Ace or something
how do you change the (player1) or (player2) name to something else
and the actual rank name in something like the editor
I actually don't use the rename feature of LP. I find it annoying. I just know what I'm doing with the plugin. lol
Wdym by this?
see how it says Newcomer and (default)
and (player5) above it for the next rank
how do i change the player5 to something else
Yea, that's what I'm talking about. I avoid that because it causes major confusion. If you want to rename it, you can change the displayname.player5 permission node in the group to whatever you need it to be. However, if you want to rename the actual rank, you will have to mess with the bulkupdate command.
I'm actually confused as to why your actual ranks are called player1, player2, etc
No wonder you're struggling. This is a mess.
i just want the name changed to the rank itself
Yeaaa
There is some documentation I have to look up for that. I haven't had to mess with the bulk update command in a while. Funny enough this was the exact reason I had to, someone didn't know what they were doing with the rename command and screwed everything up.
@proper fossil Ok, so I might have found what you need. However, I'd highly recommend backing up the data first. /lp export <filename>
Firstly, I'd go ahead and remove every single displayname.<whatever> from every rank you have. Go ahead and save the changes. Once you've done that, you need to run the following command from the console as bulk update only works there.
Here's the example from the wiki.
/lp bulkupdate all update permission group.mod "permission == group.moderator"
What you probably want is this:
/lp bulkupdate all update permission group.player5 "permission == group.adventurer"
OR whatever the actual name of the group is. You will need to modify and rerun that command for each rank that you have.
REMEMBER: The actual group name is in parentheses. so use that for your first argument, then set it to the name of the rank in the second one.
any good plugins that free memory usage ?
ok 1 second
thank you for this btw
Yw, I know that LP is confusing to a lot of people, but once you know how to use it, it's sooooo insanely simple to use. It's such a major improvement over any other permission plugin that I've used.
groupmanager 4 life
there isnt a way to limit the speed of an elytra is there
like literally change the speed of it
No plugin will magically free memory
like the chunk unloader
or something like that
Minecraft already has that in vanilla
Or else the server would die in like 2 seconds when flying around
or like a player chunk render limit
😔
So I did some testing with the command and it looks like it might not be entirely correct.
I also went to the LP help discord and found that there is another way to do the same thing.
The wiki says this
/lp bulkupdate all update permission group.mod "permission == group.moderator"
But when I tried it, nothing changed. Turns out that they have the arguments reversed. What you will want to do is this
/lp bulkupdate all update permission group.moderator "permission == group.mod"
Then you will want to rename the group itself with the rename command. /lp group mod rename moderator
i figured id have to do something with renaming, thanks
Np, and if you need help with using the plugin, it has some great documentation on the wiki. https://luckperms.net/wiki/Home
I can also help with setting up ranks and whatnot as there are actually multiple ways to do it.
i think i have the ranks setup for now but ill check it out if i need to change them
is it the view-distance ?
is it possible to do this?
Yes, if you want to limit how far players can see, change that setting. There is also a setting called simulation-distance that you should set to either be the same or lower than the view-distance. It can help with CPU cycles and memory usage.
As for a plugin that does it, there isn't one that is really going to help with that. Generally things like what plugins you are using, the settings for the server (spigot.yml, server.properties, etc), and the JVM flags are what you will want to modify to increase performance.
i think its the anti-xray plugin that is using majority of my ram. Not sure tho
Can anyone tell me how to solve this problem and what is causing it? Please
https://paste.md-5.net/zahahupeze.cs
How good is the FurtherViewDistance thing?
I am looking for authentication plugin for 1.17 bungeecord. My only requirement is auto premium users login. I would be thankful for any reccomendations, both paid&free
Good
Online mode
Free and built in
I want to run server in offline mode but require registering only for people using cracked accounts. Since server has to run in 1.16-1.18 I can't just put fastlogin @merry elk
No
?
Not supported
wdym bunch of servers have that
You do know that if you do that, everybody will use an offline UUID. I don't think there is a way to convert it to an online one, but why would you want to run it in offline mode in the first place?
We all know why
Pst, I know that, I just wanted to see if he would slip up.
I don't know what methods do the modern servers use for it honestly
I want it to cause I want to allow more people to join
I have set up whole vps from 0 and have 3 premium accounts, I am not a shitter on tlauncher
I know that offline mode uses offline uuids but wouldn't the solution I am looking for use both offline and online uuids in the same time? Or at least lookup joining player online uuid, give the right skin and skip register proccess?
Just wanted to get some more names cause I've only heard about nlogin and jpremium
he he
surely there are enough premium accounts that you could attract visitors
the game has what over like 200 million purchases?
They’re all on hypixel
Eastern EU community, allowing cracks to join would give me easy 2-3x playercount, also every 1.16+ server from there somehow have such authentication
Eh I guess I will just create a database and buy this https://www.spigotmc.org/resources/■-jpremium-■-authorization-plugin-■-automatic-login-premium-■.27766/
is there a way to add aliases to commands that actually tab fill in?
like i have a plugin that uses the /backpack command and i want to add /b or /pv as an alias and i want that alias to actually tab fill in instead of being invisible
Help please, can you tell me what is going on? it just happens and the server stops working.
https://paste.md-5.net/ejiveyebus.cs
you cut off the beginning of the log
hey I am trying to put SaberFactions into my 1.18 bedrock server but I can not get past saberfactions.jar
its a new server nothing in logs just yet I put it into my plugins folder but can not open anything
Bedrock server
bedrock server .
yes a bedrock server
it is nukkit
lol no
sounds like something u should talk about in nukkits discord then tbh
spigot is for java edition minecraft
Does saberfactions have a nukkit version
Because spigot plugins do not run on nukkit
interesting naming choice on Nukkits part, creating minecraft server software, ending it in -ukkit, not supporting Bukkit 
ahhh ok then this is what i got reccomended due to bedrock external servers taking java plugins
i keep reading this as spigot plugins do not run on bukkit
jesus ch rist
ensure the highest compatibility, only use bukkit api 
Aight I'll switch it to bukkit
bukkit is just a plugin api 
It was technically a jar too
u really mean craftbukkit (no u dont) or spigot
i dont think bukkit can run as a standalone server can it
bc thats what CB is
the server patches that add Bukkit API
I swear we used to run it and then switched to craftbukkit
Like
Way back in 1.6/1.7
Idk
idk
Either way using spigot for a bedrock server is kinda jank
Geyser is far from perfect
using anything for java edition for bedrock is jank
yeah i think was just CB @mellow dock
cursed
is there a less performance intensive antixray than orebfuscator?
Hello
Is anyone able to help me?
I have floodgate and gyser spigot but my bedrock players still cannot join :/
Papers extray
Might want to ask their discord
Did you port forward
no.... assuming i need to?
just have them both running for normal without forwarding :/ ?
So i need to port forward from the router
Yes
u runnin locally? wew
yeah
Assuming you are hosting yourself and the other players don’t use the same internet connection
correct
Then yea you need to open both ports
can you show me how?
Google can
Bug Adele or conclure for one :p
ill have a look, where would it be? haha
is there a closest player placeholder?
Idk look at all the apis you have
thats not what i asked
im asking if there is a placeholder for any plugin that shows the name of the closest player to you
Google it
would i ask that question without googling it first
Majority people do
What did you google
bruh fuck off
well what did you find
warps plugin?
or warpsgui
that was last updated for 1.12
and doesnt display the actual name of the player
Papi, placeholderapi
The best and simplest way to add placeholders to your server! - 830k+ Downloads - 2.5k+ Placeholders - Placeholders · PlaceholderAPI/PlaceholderAPI Wiki
The best and simplest way to add placeholders to your server! - 830k+ Downloads - 2.5k+ Placeholders - Placeholders · PlaceholderAPI/PlaceholderAPI Wiki
yes i know what papi is
but it doesnt have what im looking for
is there a playtime limiter plugin? like it will let you play lets say 3 hours and once you use them you cant play for the rest of the day, but the next day you get all of your hours back and can play for 3 hours again?
why would you want that
Streamers, slowing people down
what?
That's why people want that
no shit bruh
im asking you to elaborate on what you said
nvm you're annoying as hell
So no one can get too far ahead of someone else
Incase someone has more free time than others
Can it be allowed to place blocks in protected zones in this plugin? https://www.spigotmc.org/resources/griefprevention.1884/
Hi! My spigot server crashes randomly after a few min (10-15), This is the error log: https://pastebin.com/3JgkBYUy
The main error i think is "net.minecraft.ReportedException: Accessing PalettedContainer from multiple threads"
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.
Uhm. How does one fix an issue where you have no effects, but you have absorption hearts on your screen?
Yes?
Hello, i might be crazy, but i swear I read somewhere that spigot had a setting that entities won't drop loot or exp if the player hadn't interacted with them in 3 seconds... but i cannot for the life of me find any hint it existed. am i crazy?
okay then if such a setting never existed and i am in fact crazy how would i go about creating it?
as in if it dies and the palyer didnt touch it in the last 3 seconds it wont drop loot?
yeah
some sort of varied use of entity drops and mob loot gamerules or something
idk
what do i need/ need to know to make a plugin, I've literally only been doing server yml stuff since the 8th
maven is a start
I'm so confused... I have no effects, just still appears.
Which version and processer
anything in logs?
Why ubuntu
- What mc version
- What processor
- HDD or SSD (You sure you got enough space?)
ubuntu is great
I suspect 2 things:
Very slow machine
Not enough space (Though it would throw out not enough space)
If you are going the Debian route, just use debian
For servers
this looks like a permissions problem
Oh it's a PC, then atleast it's linux
you should check the permissions of the directory to ensure you have them correct
Yeah, he's @ root
chown ./Spigot_Server USER:USER
I think
can't believe everything you see. Root can have permissions problems, just super rare. However you are most likely correct in this instance.
You gotta try everything anyway
Idk but I restarted entire ubuntu server and it worked
brueh
seems it was a perms issue of some sort
maybe the Java instance was ran as a different user
which you can do despite being root 😛
depends on the command/script executed
server only have root account
shouldn't be creating a mc server as root anyway
that isn't what I am talking about. Just because you are logged in as root, doesn't mean processes you cause to run automatically run as root as well
well any smp with friends plugin advice ?
you should also create another user account though
for your MC server
the moment you get a bad plugin, if the Java process is running as root then everything including plugins automatically have root permissions
it is your server, so I mean do what you want. We can only recommend from here 🙂
but just know if your server gets taken over your hosting provider can't provide you support for it other then telling you got to reformat XD
Well thats just minecraft server you know I dont have any files or something
even if its locally hosted, still kind of the same case because linux doesn't have a way to bypass root without another root account 🙂
If your drive isn't encrypted, just use a iso on usb, arch is perfect for that.
If you screw up badly using root
And probably you could use ubuntu server for a similar effect
just chroot in the drive and you've got full access
try doing that on a remote machine 🙂
better hope your provider has IPMI
Provider 101% has some recovery iso
not all of them
Not all but i think most
If not, then just don't use root in the first place
pretty much what I was getting at. But yes you are right you can definitely do all that however it is a pain to do it sometimes and better hope you don't cause permissions to get all screwed up either by hacking in a new root 😛
https://github.com/Fickletcell/Best-minecraft-plugins/blob/main/README.md
See in this best plugins list
ty
hey guys, im running a vanilla server with some friends, but im planning on adding paper to the server, but i was wondering if spigot changes the "vanilla" spawn rates, ranges etc. can someone give me clarification?
what plugin causes the little yellow health display in the player list? i removed both plugins i thought were responsible for it and it's still here working fine
help please im not going to remove them one by one
maybe itemsadder / lonelibs?
why would itemsadder cause that?
why would any of the others cause that
THAT'S THE PROBLEM
just disable some and see
i did
AHAHDFVFWJFVW
😡
i have no idea what to do but i don't want it to show upppppppp
Hello is it possible to Log Worldedit commands?
Like if someone usese them it will be logged
I can ask for help with Bungeecord right?
Yes
Okay so, how do I do this:
Set up bungee and a script that copies a base image per player and starts up a server for them with the world.
I have no idea im sorry :D
It's fine
it's still there with no plugins
Hi. Do any one know how to fix this? It's crashing right after launching my server https://imgur.com/a/O2pex84
Sometimes it's also: line 1: 2246 Killed java -Xmx7G -Xms7G -jar server.jar nogui
update vault?
Looks like something outside is killing the process
I've also tried without any plugins. Same problem.
How can I find out what is killing it? I’ve tried to change os from debian 10 to ubuntu 18.04 but it didn’t worked.
YAY IT'S GONE
How much ram do you have on your system
8GB
Oh forgot to say that if I start the server with EXACTLY 3072 MB ram it’s launching and working for maybe 10 minutes then it’s starting lagging very much and crashing with error above
Killed usually happens when the system runs out of ram
woulnt you get an OutOfMemoryError ?
That happens when the jvm runs out of ram
ahh i see what you mean
If the system is out of ram linux can kill it
that might be happening then
Okay I’ll try with 6GB
@west cloak The proccess is killed after you exit it unless you run it as screen, try adding screen before your startup command, remove nogui. You can kill the server proccess by: pkill screen, quit server console using ctrl+a+d and go back into it by screen -r (pid).
Trying to run the server with 5-6gb is also a decent idea
everything related to ImageOnMap is
what’s the issue?
lmao
how do i do it?
Hello, I have a problem with BungeeChat plugin interfering with DiscordSRV plugin, DiscordSRV worked fine until I installed BungeeChat, now the minecraft chat doesn't show in the discord server but the discord chat shows in the minecraft server. Does anyone know a plugin or a way to allow DiscordSRV to read chat messages with BungeeChat
Permissions
There is not
your server got hacked by aliens
they are trying to communicate with humanity
hahahahahaha
my server is suddenly not responding ad keeps dying
@hardy grail
helpp
it crashed for the sixth time now aaaaaaaaaaaaaaaaaaaaaaa
LMFAO
HELP ME
This doesn't tell us much
what do i do?
Are there any errors or messages
here's the latest log
duck
Anyways is looks like your server is too slow
Try asking Paper since that's what you're using
DHSHBGKJHHVSWDFPIWEGBH
is there any way i can change game rules outside of the game? I suspect the fact that i set randomtickspeed way too high when i was testing some stuff
minght not be the case because i literally know nothing about servers
can someone answer that question?
they probably exist somewhere in the world data id assume
That doesn't help
^
IT WORKED
Hello, is there anyone who can help me, with my mc server? I have troubles with people being unable to connect, after portforwarding. I let the ports through my windows firewall. I have a asus router
Hi there folks! I'm currently working on my servers economy - we have admin shops where players can trade farmed goods, and emeralds for nominal amounts of $, and I was looking to remove a little bit of friction and automate the villagers trades.
Is there a plugin where I can assign a villager a trader job where they take from a chest, and initiate the trades for me with other villagers?
Or some other easy villager trade plugin?
Any help would be hugely appreciated
What game version is your server?
1.18
Oh thats a very interesting and nice looking mod! Would that have the ability to initate trades for me with other villagers?
Basically I'm trying to automate my villagers trades like for example spamming carrot trades from a carrot farm for emeralds.
Oooh! I'm really sorry! I read the msg wrong!
Lemme have a look
Hmmm... I do know of a mod that automates villager trades.. Though I don't know if there is a plugin like it
Does anyone know a plugin that allows to create custom crafting GUIs and recipes without coding?
well thank you all the same!
Maybe you could try to base your server off sponge? It allows you to use both mods and plugins.
Then you could use the mods
Customcrafting is the closest, plugin I know. To your wishes.
Already use it
Okay
Can someone show me how can i make a GUI to teleport between multiverse world with chestcommands? It's really specific but im probably not gonna make any GUIs any time soon after that and i don't want to learn extra information i might never use.
Use MV's teleport command
I guess its /mvtp {player} {world} from console
So the COMMAND section should be 'console: mvtp {player} <thewolrdyouwanttoteleporttheplayerto>'
See, whenever I see someone purposely say I'm too lazy, I really don't want to help them
Hello, can u help me find good hosting for PL language?
anyone here worked with cleanroom generator much/
can u give a link to cleanroom generator?
basic example with Multiverse
mvcreate cleanroom normal -g CleanroomGenerator:1|bedrock
this generates a flat bedrock world with 1 layer
Yes but I need a normal world
ohh, no that plugin can't do that
Any that can?
I just googled lol
A bit of information about Forge+Bukkit/Spigot/Paper/whatever bukkit fork hybrids:
Hybrids work, but there are only 3 that really work and I would recommend by myself, those are:
1.7.10 https://github.com/cruciblemc/crucible
1.12.2 + 1.16+ Forge https://magmafoundation.org
1.16+ Fabric https://cardboardpowered.org/
Thermos and Mohist are very buggy and not recommend
Some may ask why I not recommend Mohist, here's why:
till now fake players joined as real players which was meant as config option but there was never a check if the config option is off or on, this resulted in a very buggy experience (https://github.com/MohistMC/Mohist/commit/efe788136eec9b19923090db6346df3d621be221)
EssentialsX PSA about Mohist https://essentialsx.net/do-not-use-mohist.html
hey guys! new to add-ins and stuff. i'm trying to figure out an economy with my son and we're using jobs rereborn but sites are saying it doesn't work with vault. but jobs rereborn says we need vault. we have both vault and jobs rereborn added and vault is saying there is no economy even though we're earning money for jobs and the like. is someone able to provide some guidance?
You need an ACTUAL economy plugin like DKCoins or Coins
First I did not understand the message
Now I do
Vault is just a plugin that manages economy
ah, so we need jobs rereborn for jobs, the DKCoins or Coins for economy?
And jobs rereborn... Is... I knot know
i thin it's new but like i said, pretty new myself.
Depens on which plugin you really use. Can you kink me the J Rereeborn plugin please?
Link*
(I am just tired)
if there is a different plugin, i'm 100% open it. our goal is to have jobs to earn money to buy stuff from a shop.
The plugin you linked requires Vault and CMILib
I guess each levels on different jobs just executes commands
Never used any Jobs plugin
thanks for looking at it! we searched online and couldn't find much support.
But still, for an economy plugin, you need Coins, DKCoins, or either a custom coded one
My tip is to always look after depenencies. 😉
we have all the dependencies installed but vault still says no economy. maybe it doesn't recognized jobs rereborn as an economy.
my son is saying now to just install dkcoins and go that route.
Jobs Reborn is just a plugin that GIVES or REMOVES economy amounts.
It doesn't creates any
^
Tip: since you have Jobs Reborn installed, you might also try cominatibg it with EssentialsX.
(Even with the fact it adds a lots of unneeded features)
cool! we'll check that one out. again, super appreciate the help.
so im trying to setup this 1.18 server and its being a pain at the moment
and i need some help
explain the problem then
I'm certain this is a plugin but every villager has been traded with once
Server version 1.17.1
well i have two instances of java i opened the server with the java 17 one
atleast i think
I mean it's possible people just traded once
Well no
are you sure you are at a new village
We tested in unloaded villagers
Even spawning villagers
And placing a lecturn
Traded with
your best bet would be to copy the plugins over to a test server and take one out each time
since it's hard to directly tell
Yea damn, thats annoying
But I'll have to do it I guess
I'm gonna watch console for errors
im opening it with the openjdk platform library and nothings happening but i open it with the java platform SE library and it tells me an error
it's illegalstack
if I am just reading this correctly
it's setting each villager to level 1
so how do i setup this server
Yes, villagertradecheesing option
Well what is the error
JNI
The error is 3 letters?
a JNI error has occured and ,please check your installation
i installed the limura 17 onew off the website
but i have java 8 installed aswell
its not the 1.18.1 its the 1.18 server
Well java -jar spigot-1.18.jar
java -jar spigot-1.18.jar
Error: Unable to access jarfile spigot-1.18.jar
this did go in the command prompt right
what is your jar file called
spigot-1.18.jar
Is it in the same folder as your command prompt
shift right click in the folder, either click open in powershell or command prompt
then type the command
its in my downloads which is on my c drive
same as the command prompt command
here can someone just give me a walkthrugh on what to do from square one
that way i know its my error
do java -version
openjdk version "17.0.1" 2021-10-19
OpenJDK Runtime Environment Temurin-17.0.1+12 (build 17.0.1+12)
OpenJDK 64-Bit Server VM Temurin-17.0.1+12 (build 17.0.1+12, mixed mode, sharing)
ok thats better
so i deleted the other server jar so where to install so i dont mess up
make a new folder, put the jar into the folder, run the command from the folder
that option isnt popping up :/
Anyone know a plugin for per player world border?
Like my friend's world border would be a 50 radius
anyone wanna help me out, i did /killall entities and now theres no natural spawning animals
Animals spawn very slowly
are you sure? i used to slay salmon and they would pop out after like2 mins, now the rivers are empty
Hey help me ip forward true in bungecord, bungeecord true in spigot.yml but ip forward dont work
well ever since i did /killall entities they stopped spawning, im assuming this removed their spawn points
Spawn points aren’t really a thing
Hi I port forwarded I let through firewall and through Network I enabled ip_forward in Bungeecord too and in the other servers too and Idk what to do
The game just looks for water
so any reason theyre not spawning anymore?
Maybe the spawn cap in spigot.yml somehow got changed
I believe it’s spigot.yml anyway, if not it’s Bukkit.yml
Hi I port forwarded I let through firewall and through Network I enabled ip_forward in Bungeecord too and in the other servers too and Idk what to do
anyone know how i can use StaffChat plugin and give players their prefixes with luckperms?
is there a plugin for per world OP?
this is kinda stupid but iv bearly used the spigot website and want to make a thread but dont know how
it is a forums like any other
create an account, find the appropriate section category for your thread, hit the create new thread
type away and hit post
how can i fix items falling through cobweb and blocks
Hi how can I let other players out of my network join my server on a bungeecord server?
why wont my villagers make a baby?
hey, anyone got any idea why the achievement "return to sender" is not triggering correctly on my server?
I gave them both like 10 stacks of potatoes then they make love for 5 hours then they stop then nothing happens
try bread?
should be no problem if they both have 12 potatoes each
LuckPerms and any up to date permission plugin has per world permissions, so just assign whatever admin command you want to the player in that specific world.
can someone help me get identity mod on my spigot server
Does anyone know how to disable discord sign-in on tebex
You can't use mods on a Spigot server.
hey i have a problem my npcs teleport me to the world i want them to but at the wrong location how do i fix this
Are you using Citizens? Does /npc tphere not work?
i am using znpcs
does anyone know where i can see how many hours a player has played on my server? i can't seem to find it anywhere
have you portforwarded your server?
did you give them the ip adress that this site gives you: whatsmyip.org
what do u mean?
you have to give thyem your external ip, not your computers ip adress
go to whatsmyip.org, and give them that ip-adress to connect to
oh okay
i'm not too familiar with bungeecord servers though
wait what do I do when I'm in the ip?
the website gives you the ip-adress that people should connect to
oh okay ik that but when i let my friends join they cant
yes that u can only do for router right?
go to your cmd and type in ipconfig. then look for IPv4 Address and make sure u portforwarded that address
I did in the router firewall u cant
I did the firewall and router
router the IPV4
I can only join cause its my local network but when i give others my ip it doesnt work
connection timed out
it only works for me
you've got to portforward your local ip (your IPv4 that you can find by typing ipconfig in your cmd), and then give people your EXTERNAL ip address (the one whatsmyip.org gives you)
is ip_forward set to true in your config?
yep
make sure host in your config file is set to 0.0.0.0:25565
isnt that suppose to be ur ipv4 address:25565?
if u put it to 0.0.0.0:25565 people will have to connect to ur IP address apparently
check out this post rq
k lemme try it and see
other than that i really can't help you, i wish you luck!
okay thank u
Is it normal to have the Heap x3 times larger then the memory that is being used?
I recently started a server and noticed a problem with the memory
A plugin that lets players have their own specific waypoints. For example if one player did something like /waypoint create new_waypoint then it would let them do /waypoint teleport new_waypoint but not let another player do that same command?
nope it doesn't work but ty @west cloak
essentialsX has this but with /home
pretty sure every versions of essentials has this
well, if you're server is on a pc that does nothing else than just run the server, it's fine to have a large memory heap. but if you're using the pc i'd suggest just setting it to how much u actually need
i'm hosting on a server
with 8gb
and i have 2 servers
hmmm, in that case i'm not sure
@west cloak do u think it could be a router issue?
like from the version of router or?
cause I did everything
did u portforward the right port too?
okay thanks again 😅
how to fix thiss
Ah yes fix "thiss"
Verify if you want to send screenshots
ok
^
Also you need WorldEdit to run WorldGuard, so once WorldEdit is fixed, WorldGuard should work 🙂
Also please use paste sites for text
Anyone who uses clearlagg, do you know how to prevent clearlagg from taking minecarts
Is there any reason why you're using ClearLagg? There shouldn't be a reason to use it at all.
Try updating and again please don't screenshot text
That's not the latest version
Just google Citizens spigotmc
Does it not help? Honestly I’ve just always seen it uses
Used*
ohkk
its paid bro
Read the spigot page
Nope, it doesn't help at all, mostly everything you can do in ClearLagg, you can just configure your server files for.
oh ty
For some reason i have a problem with the heap, i'm using 1 GB as spark health shows that i'm using that much but the heap is 3 GB why is it that large?
Is that normal? because it doesn't seem like it
ve got a command block in the nether to spawn pigmans but can i use that coords of the netehr in the overworld???
so i place the command block in the overworld
but still use the coords of the nether
bad server owners use it
indeed
which is the majority
Anyone know of a anti xray plugin?
Orebfuscator
Hi, what can i do when i have bungee and lobby server on the same machine, and i got error "If you wish to use IP forwarding, please enable it in your BungeeCord config as well!" while i trying to connect using bungee port
same error trying join lobby server
Make sure to join the Bungeecord and not the lobby
Doesn't work
Hey everyone 👋
I need some help regarding BuildTools.
The console showed me, when powering up the server, my current build is outdated. Thought, fine, time to update.
After building the new Jar, BuildTools ran into issues while compiling the code I guess.
So I deleted the BuildTools.jar and re-downloaded it, gave it the appropiate permissions which needs it and re-ran it again. Same issue.
Error with compiling.
The Log is here: https://pastebin.com/kAZSw6pK
TIA Newt
had the same? or a similar issue and completely clearing my BuildTools folder seemed to have fixed it @grand abyss
yikes... gonna try that out
yeaahhh
friend just logged in to my SMP... is something really wrong with spawn rates?
my difficulty is Normal
I think he just got luck with the zombie horde mechanic. Does it happen all the time?
thats a lot of zombies for a horde
no but my past servers all had abnormally high mob spawns
all using spigot (well, paper, but spigots exhibiting the same apparent issue)
Can somebody recommend a 24/7(not necessary) not aternos minecraft free server hosting that supports adding your own plugins and allows at least 2GB of RAM and 10 players?
a home PC
^^
That's what im using right now and im not satisfied
Oh well time to increase your budget
what is not satisfying? I have a homeserver as well and it just runs perfectly fine
Things aren't free
Some people can't joind due to ping
Thank you so much - that helped ^^
Is there a command to go to spawn with essentials??
Ight thanks
bump
am i able to delete unloaded chunks that havent been loaded in in a certain amount of time and reload them
i have a custom terrain generation plugin installed and i want to unload certain chunks and have them reloaded to the updated version of the plugin
So I have been running my server with a free dns server, but I reccently purchased a web domain and it works fine. Now the porblem is, how the hell do I let my players know the IP has changed and the old one will be unavaible in a few weeks. I have made the server sent a message to let them know the ip changed but no one cares. Is there any way to refuse the connection from the old ip and give an error like "join using the new ip: play.example.org" so that people are forced to change it?
guys
why doesnt prodigy gadget work
im on 1.12.2 bukkit/spigot server
with protocolib installed
but when i type a command nothing happens
hi, how can I set an icon in a bungeecord server?
put a 64x64 image in the root folder of the bungeecord server named server-icon.png
hey, anyone got any idea why the achievement "return to sender" is not triggering correctly on my server?
hi, can anybody pls confirm if i can use Orebfuscator and paper anti xray together? or is it even a good idea
if yes, is there any guide or something for it? i just couldnt find any, to use them together
thered be no point
okay thanks!
What doesn't work? 🤔
paper anti xray is the same as ore obfuscator
.
?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!
Okay so im setting geyser but i keep getting fall back errors i was told to come here to get support with the bungee cord config
That error means the bungee failed to connect to the server
Make sure that ip and port is correct in the config
Wait so i have to set the server ip in the config like all my other servers?
Yeah
my ping goes crazy when loading new chunks with Orebfuscator. Server max distance is 7. is there any setting you can suggest beside reducing the distance limit?
is there a way to assign costs to commands like essentials tp
paper has an event for this, on spigot you'd probably have to kill the firework rocket
So I'm on spigot, moved from vanilla, villager carrot/potato farms no longer work, does spigot change how villagers work>
oph I'm on 1.18.1 btw
is there a way i can disable firework boosting with elytras?
Yeah that's kinda how Anti-Xray or Orebfuscator works, you get lag. No way to really stop it unless you tune the settings down.
get a better PC, or adjust your anti xray settings
there's nothing else you can do
but
why are you running a plugin for this? paper has anti xray builtin
is there a way to assign costs to commands like essentials tp
So is max build height in server.properties broken in 1.18.1? I noticed I can build higher than 256, which is what is there
build height is now 319
so that line in server.properties doesn't do anything anymore?
actually it was removed
Ah ok
paper 1.18.1 anti xray mode 2 is causing client side lagging because of bigger chunks. my pc and my internet are rly good 😦
i tried using mode 1 already but its far from being effective 😦
it shows all the ores facing air
and its already enough for cheaters 😦
There's a rare bug that causes players to get Infinitely (until they rejoin) get stuck within the floor when they get teleported, as the chunk hasn't loaded quick enough for the player. Spigot believes that he's glitching through the block and tries to tp him up (possibly not high enough), but he continuesly falls back down.
I believe that this only on older versions. Is there already something (like a plugin) that fixes it?
on the spigotmc.org page how do I find my spigot id?
In the URL when you go to your profile
what is the default mob cap of the server
What is the command anyway?
Hello! I try to buy a plugin but it doesn't let me because of a paypal error and I go to a server and it lets me pay.
hi
help me when i go to spigotmc.org
showing this error
This challenge page was accidentally cached and is no longer available.
help me
How do you know no one cares
Becuase I would not care
Then you loose those players, you can't do too much about that
spawn-limits:
monsters: 70
animals: 10
water-animals: 5
water-ambient: 20
water-underground-creature: 5
ambient: 15
What command?
Orebfuscator doesn't cause any problems on my server.
Did you change any settings at all? Maybe you should regenerate the config file and just make changes for your world names.
I have my own server in aternos with spigot/paperbucket but whenever I add my username in ops list and when I join the server but I didn't get op perms what should I do now?
can i make commands aliases for /server
I need to adjust the entity tracking and activation range in spigot.yml, as according to this form thread: https://www.spigotmc.org/threads/increasing-the-view-range-of-entities.359973/ I want to set the distances to what they would be in vanilla, even if it would affect performance. What values would I set them to?
Whats wrong with this? https://mcpaste.io/077ccdd6cb49d03a
Do i need to enter something
why cant i use .nbt files as a printer with world edit
Know any improvements to add to my start up script? It will crash and not reboot sometimes. How to make it so if window is closed it will not terminate
is there a way to disable firework boosting with elytras
just so i can have the gliding and not boosting feature
What would be the vanilla values for the entity tracking and activation range? Not the default ones, as the SpigotMC ones are a lot smaller than the vanilla ones.
Linux?
so it there not a way to disable firework boosting with elytras?
When i start my spigot server (1.17) with Java 17 it crashed. The terminal goes up and instantly down. I cant read anything, in crash-reports and logs is nothing.
1-17 requires Java 16. Use Java 16.
17 should work fine
If using Windows, add pause to the startup script (last line).
I cannot manage Linux. 😆
I should learn it...
Is not Windows, FaWe use Java 17, thats why i have to use it -.-
When i test my /ban, and the ban message comes up, the back to main menu and the reconnect button cover up a bit of the text at the bottom, is their a way to fix this?
Is here anything inside the logs?
nah
VPS?
Virtual Private Server
Ah, i have a root debian 12?
i know what i do, i remove the 1.17 buildserver and replace it with 1.18 xD
Nein
Try using timeout 120 at the last line
of the start.sh
If I know it correctly, Debian supports it
are you german lmao?
Nu. I am Hungarian. -.-
good call with timeout!
Nein is the only german word I know.
opposite is Ja
User interface error. Probably can be fixed by setting the GUI scale to a bit smaller.
Any bungeecord plugin [login plugin]
which doesn't give inventory access before login and not allow any cmds before login even for admin
I have to keep offline mode due to some plugin issues
What plugins are requireing offline mode...? o.o
I tough that doesn't seriously matters.
WTF
idk but when its in online server crashes
but in offline it works fine......
server started
then
detected server process is in crashed state
can you simply tell the plugin
Depends if you send the contained documents of the datafolder of plugins.
Like LuckPerms.jar or ServerListPlus.jar
But if onyl those plugins are in, it should not crash
This plugins are for Spigot / Spigot forks not bungee
ik this aren't login plugins
but there's no point they cause the issue
rip
Ahem
ServerListPlus is compatible with both Spigot and BungeeCord
LuckPerms has a BungeeCord edition
😹
no use i don't need both tho
Make a login server instead
Then what is the problem? .-.
using authme
🤮
AuthMe is the worst plugin for logins. 🤮
Tell a good one then
Thats why I m here
In the bungee config there is a section called disabled-commands, where you can disable commands by adding them into the list
ok but How will players change server
cus I have citizens npc which execute that cmds
In the lobby try using a plugin like DeluxeHub
It has the abality to allow you to change server
Already use
Also: allowing /server for everyone is not recommended (at least in my opinion)
But some dumbs don't know that
Then make custom commands that has an action with [Bungee] SERVERNAME
Like /gotokitpvp
But that's still same cus I wont get npcs
Dumb[new players] don't know what is server tp they just click on the guy having a name
example
?
Use the addon called CommandNPC
Hey, i think for some reason my server is using my ipv6 adress, should i share it? 'couse no-ip isn't working. Any ideas?
won't work
It will add you a command to /npc alled cmdadd
Why isn't it working?
Random crashes
🤣 rip server software
ApexHosting
Then I am not really surprised.
lies
Then I am more not surprised.
Fun fact: I don't know about that host 🤣
It has <50 members with 128 gb nodes
4gb ram/user
oK
Your disable cmd idea is good
I will add holograms instead
so dumb ones can know
BUt
still point
is
Griefers
can login admin
But if the player cannot interact with the NPC, then it makes no sense
but i use UltimateServerProtecter
Make the lobby and the login server NOT the same.
Stll griefers can execue /end
By that plugin name I smell bad thigs. 😆
Because the have the rights for it.
best plugin dude
But what will i do then
?
I need access too
Bungee has that
but griefers will use my name
which makes no sense
They can get whatever perm i have
Ok but rip crash
Linux, right?
Or wait
What plugins do you have inside the Bungee?
(it really makes no sense that crashes by some plugins that requires offline mode)
No plugin should require offline mode
i was wondering if i could get somehelp
i am using the citizens plugin
and
the npc are showing up in tab?
They should only show up for less then a second
ok
if (getServer().isOnlineMode) {
getServer().getConsoleSender().sendMessage("Server unsupported: online mode is on. Turn it off right now! >:(");
getServer().shutdown();
} else {
initPlugin();
Now it requires. XD
(I actually don't know if this fun code is correct)
am i able to disable elytra boosting with fireworks