#help-server
1 messages · Page 48 of 1
minecraft does support ipv6, why shouldnt it? Minecraft has no interest at all in layer 3
mojang dont want to do more work than they have to
Buy an ad ¯_(ツ)_/¯
But if ur poor
save your config, delete the one on the server and restart, then re-add your servers and any other options you changed
hey, epic I just checked my ram usage now- using 14gb with nothing happening on server
Can someone help me on making my own server public? I did port forwarding and firewall but still doesn't work?
If you tell Java to use 14GB it will use that memory
https://timings.aikar.co/dev/?id=bd7b445b118947318ac8f078cae3ca49
Can someone see why the servers system CPU is 99%?
most performant skript moment
its just reloads 😹
its at 2% at normal
i can send a spark report if you want
here
Can you help?
It doesn't look like its plugins
apart from Skript performing badly no not really, your timings report seems quite bad but your spark report seems like everything is fine lol
omg 💀
I'll send one where i didn't reload a skript
But do you know how to read them?
yes lol
Okay so the CPU is 60% right
but the only thing somewhat lagging was skript in that report
your system cpu is on 60% in the spark report sure, but your process' cpu was fine and quite constant actually
are you running some random application on the server?
you're just using 90gb of ram with a discord bot?
only thing lagging you there is the world save
there's some config settings for that
sure 1 sec
You can just send what i need to change in a private message, i'm using paperspigot
are you using a shared host btw?
can you send your bukkit.yml
wait im blind
1s
homie
you have chunk gc off
in your bukkit.yml try setting load-threshold: to 300 as well
should be under chunk-gc
where
try restarting and seeing if it lags less during a save
Hello.
I need help finding a plugin to change/interact with the fishing loot tables.
Right now I have the troubles that players just fish OP-enchants up, which I want my players to buy instead through the servers economy system.
I have looked at CostumFishing-plugin, but can't get in or find their discord to get help to block the vanilla fishing tables.
Anyone knows a good easy-to-use plugin or knows how to get into CustomFishing discord?
Thanks in advance.
?flags
Aikar's garbage collection flags: https://aikar.co/2018/07/02/tuning-the-jvm-g1gc-garbage-collector-flags-for-minecraft/
It's a hosting, and they say it wouldn't change anything so...
💀
It will
It will also give us a better reference to understand ur timings since we reference our memory of servers that use the flags.
Quite a different view from what aikar told me or someone else in regards to timings and flags.
does somebody know something that prevents drowns from spawning in the world?
ok
yes i want it
1.19.3
thank you very much

I have a problem with my Minecraft Server
Always i try to start it send me this
Then i start and tell me to starting strutucture please wait and kick me out
I think yes but i will ask in paper
lmao
any good sethome plugins that allow u to have more than one home?
can someone list some auctionhouse, shop plugins that use essentials money?
ok
When using worldguard, how do i let certain people build in the selected areas?
how to make blocks face certain ways with worldedit
how do i automatically change bungee's config when its being updated?
i know that bungee.jar has properties inside
so that if i get that file on server's dir
how to make blocks face certain ways with worldedit
block[facing=direction]
Beanie why do you google it
Clearly you don't know how to because there are many forums about it
I believe you need to put facing=north
facing=north
stripped_spruce_log[facing=north]
add minecraft:stripped blabalbalbalbabla
stripped is spelled with 2 p's
does stuff tab in if you just have stripped_spruce_log[facing=
Is there an error or something?
What's the version of world edit
7.2.13
Try a different block
block?
Looks like for blocks you need to use axis
To have it facing a certain way, you'd use //(command) (block)[axis=y/x/z]. The '(command)' just means what command you are using, so for example //set, //replace, //walls, etc. The '(block)' means what block you want, so stripped_oak_log, stripped_birch_log, spruce_log, pillar_quartz, etc. Then the '[axis=x/y/z]' is the part that tells the game what direction you want the block to face.
ok
Yeah, logs don’t have a facing state, only axis. Sorry. Should have caught that initially
will bungee's config automatically change to my properties if i get out properties file from bungee's jar and place it in server's directory? (i need it because bungeecord has updates very often so i have to change it on every update)
if not
is there any way to do it
Can anyone see why the server uses 90% system CPU? (but only 10% process)
https://timings.aikar.co/dev/?id=f2ef4ac1f6f54543abb395246670f127
its actually normal for server to use 90% of cpu (as far as i know)
where are you hosting from and where are you
are you using some reverse proxy?
Yeah maybe i think so
(e.g tcpshield)
No
which one
send me your server's ip
ill check something
its offline
what
I think they have IP hiding, and they only allow access from Denmark.
uh
can you ping your server with minecraft server pinger tool and tell me IP Address (or you can check that ip with check host and tell me which country it is)
if IP's country is not denmark then thats cause of your ping
ok
yeah
im playing with 69 ping from georgia---> germany
hm
looks like hosting isnt what you paid for
what hosting are you using btw?
georgia the country, or georgia in US?
can someone give me example of this command please?
bro ur not supposed to add the dollar lol
I tried it without and it didn't work 😂
show output
do u even need to firewall it
🤔
i just opened my bungee to the world
left everything closed
but its okay i guess
send me the full command in dm
are you planning to use some kind of proxy?
because you are hiding the ip
yeah
oh i see
what's the / for? either specify a netmask, or don't
but leaving it empty is obv wrong
what is a netmask?
so is it useful to use or?
not in your case
hm hard to explain. Let's imagine your router assigns IPs in the range 192.168.0.1 to 192.168.0.255. Then the netmask is 24 (all those 255 addresses).
/32 is only this one IPv4.
E.g. 192.168.0.1/24 is 192.168.0.XXX
But 192.168.0.1/32 is only this single IP
useful if you want to do stuff for entire range
wdym by stuff?
sorry guys im too stupid with these things
if you are denying everything except for one single IPv4, either do not specify a netmask, or use /32
also what the heck is $255680
I am gonna setup votifier later, this means I need to use /24 ?
huh
typo 🥹
subnets are for ips not ports
I told you im too stupid
the NORMAL way is to do it sth like this:
iptables -A INPUT -p tcp -s <ipFromWhereTheVotesComeFrom> --dport <yourVotifierPort> -j ACCEPT
iptables -A INPUT -p tcp --dport <yourVotifierPort> -j DROP
or just use DROP as default policy and then ignore the separate drop rule
also don#t forget that you also need to set it up for IPv6 if it's enabled
i dont like setting up iptables either
how do I do this 👀
ip6tables
it's my first time doing this hehe
however with ufw u can only do simple firewall rules
you probably dont have to worry about ipv6
why not? o0
nobody uses it
not this again...
it's not there I guess?
40%+ = nobody?
or it's a diff ip right?
maybe i ipv6 will be adopter faster than i die
faster? it's almost at 50%
yeah idk anybody using ipv6
I don't know anybody who does NOT use ipv6
we live in alternative universes then
everyone I know got dualstack
even my teachers tell me not to worry about ipv6 since its not adopted
you do have ipv6 setup, so you also gotta add rules for that
theres like only 1 ipv6 question on exams
your teachers must be living in 2007
surely
I mean, how does your phone get internet through LTE? CGNAT? lmao
so, where is this ipv6?
2a01:...
two lines below your ipv4
it's a whole /64 subnet, so you have a few billion ipv6 addresses
this one?
yeah, you got a whole /64 subnet, meaning you can use 18 446 744 073 709 551 616 addresses
but you only setup the one ending in ::2
so 2a01:4f8:261:3e09::2
what should I do now 😭
but it doesn't matter which IP YOU have
you should only care about what IP your incomding votes come from
basically:
1. Allow incoming connections on <votifier port> for all IPs that the voting sites use
2. Disallow it for everyone else
Do both for ipv4 (iptables) and ipv6 (ip6tables)
big voting sites will probably use many different IPs though
they will either provide a list of IPs and/or ip ranges they use, or not. If not, you gotta open the ports to everyone
is it unsafe to open ports for everyone?
doesnt votifier require a key tho
yeah it does
depends. usually not, unless Votifier has some bug that allows RCE or similar
so how do I open ports for everyone?
huh
unless you enabled ufw or something
are you just using normal iptables? if you didn't change the default policy, then all ports are open in ubuntu and debian and similar
opening all by default is highly unsafe
then how would you connect through SSH if ALL ports are blocked by default
well ssh should be open
and how should that work? iptables aren't persistent across reboots
yes
One sec guys i will be right back
but neither debian nor ubuntu has it installed by default
imagine redoing your firewall per restart lol
usually you setup the iptables, then you do
iptables-save > /etc/iptables/rules.v4
ip6tables-save > /etc/iptables/rules.v6
so in case one fucks up, you could just reboot and got the last rules
iptables is tedious though, nftables is much nicer
the annoying thing with ufw is that it totally messes up existing rules, adds a shit ton of own complicated rules and lacks basic features such as NAT
Oh and its also just a frontend for iptables
Its like what apt-get is for dpkg
goodluck
some one know how i can edit the combat and knockback on 1.19 ?
wdym by fix
OldCombatMechanics ?
HELPLPHPP
yeah like 1.8.9
I'm using a pre-made server on 1.19.2 that I just purchased, using local host and it's loaded but not letting me join
like there's no errors what so ever
So, i'm guessing it's the settings?
ask the pesron you bought it from
they'd probably know best
is it possible to setup bungeecord on same network with different device?
ofcourse
just make sure the ip is pointing to the right machine
so, like
machine1(domain with port forwarding) - lobby - game1 <----machine2 - lobby - game2 - game3
Can an SMP server use Residences?
a server can use whatever they want
Are you in survival? Are there multiple players? Congratulations you have an SMP. The rest doesn't matter to fit that definition
Country
what are some good first join message plugins?
I know but that only shows for hub
Fixed it nvm
how to get rid of this
how to remove it tho
remove the &m
anyone know a plugin that can reward a player if they offline in x days ?
i am getting error unable to intercept a read client packet and another some messages also
Have you tried updating it?
Or making sure you are using the right version for the mc version you are using
Also i am Going to guess you are in offline mode
Given the packet it wants is for login and if you have an offline mode network that packet is never sent
In which case you are on your own to figure out the fix for such or just you know enable online mode
I have already signed in the game
Not sure what that has to do with your server or network being in offline mode potentially
Oh let me check that
But If I changed it into than people will not be able to join fro cracked
Correct they should buy the game
We dont support offline mode and most developers dont either. And some plugins dont support offline mode either
So as i said earlier if you are running an offline mode network. You are on your own pretty much in finding a solution or fix
Ya I have to ask one thing as I am using Geyser so the player who haven't buyed bedrock/pe will they be able to join
@tawdry narwhal online-mode is already true
So is this issue is facing because of geyser
Possibly. But another thing to check is to make sure the version of protocollib matches the mc version you are using
Can I use online mode with geyser ?
Ya version are same same
Is there a way by which I just disable the clint packet read
Yup you could
They're not. From your screenshot I can see you're using the wrong Protocollib version
Wait I downloaded 1.19.1 version from github
Follow the instructions on the spigot page
Thx
How do I fix this? The server starts lagging whenever someone joins. Spark report: https://spark.lucko.me/T4rDQM86QB
[12:32:29 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH - git-Pufferfish-"8f05a00" (MC: 1.18.2) ---
[12:32:29 ERROR]: The server has not responded for 10 seconds! Creating thread dump
[12:32:29 ERROR]: ------------------------------
[12:32:29 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[12:32:29 ERROR]: Ticking entity: minecraft:player, entity class: net.minecraft.server.level.EntityPlayer
[12:32:29 ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false
[12:32:29 ERROR]: Entity UUID: 62d40252-4c9d-41cb-89fe-d4127e023314
[12:32:29 ERROR]: Position: world: 'world' at location (-5.5, 82.0, -2.5)
[12:32:29 ERROR]: Velocity: (0.0, 0.0, 0.0) (in blocks per tick)
[12:32:29 ERROR]: Entity AABB: AABB[-5.800000011920929, 82.0, -2.800000011920929] -> [-5.199999988079071, 83.79999995231628, -2.199999988079071]
[12:32:29 ERROR]: Total packets processed on the main thread for all players: 71
[12:32:29 ERROR]: ------------------------------
[12:32:29 ERROR]: Current Thread: Server thread
[12:32:29 ERROR]: PID: 24 | Suspended: false | Native: false | State: BLOCKED
[12:32:29 ERROR]: Stack:
[12:32:29 ERROR]: me.lucko.luckperms.common.cache.ExpiringCache.get(ExpiringCache.java:61)
[12:32:29 ERROR]: me.lucko.luckperms.common.context.manager.QueryOptionsCache.getQueryOptions(QueryOptionsCache.java:59)
[12:32:29 ERROR]: me.lucko.luckperms.bukkit.inject.permissible.LuckPermsPermissible.hasPermission(LuckPermsPermissible.java:175)
@tawny dust could you now tell the issue
I have changed the server version to 1.19.3 also
But still
Well that's not Spigot
?whereami
Again wrong Protocollib version
I told you what to do
@tawny dust could you plz give me the version of protocollib for 1.19.3
bruh how hard is it to read their spigot page
I just downloaded the latest 4.8.0
.-.
We've told you so many times... read the Spigot page
just click that
its yellow
and bold
that gets you to jenkins
and then press there
i just hope he understood now
Probably too much to read
insert pain emoji here

sorry
in 1.19.3, in experimental mode with 1.20 addons, i can have the block_display and other?
if i have them can i use them on spigot API?
there are some alternatives such as skript, but at that point i will use "custom commands" as an excuse to start learning java
I have a problem with my server that every time that someone tries to login (i use nLogin plugin) and someone else on the same time sends a message on chat the loging person gets kicked
The display entities are being released in 1.19.4. They aren't an experimental feature
Something I hope Mojang is a lot more clear on in the future
does anyone here code plugins? starting a prison server lookin for people who can rewrite codes $$$$$$$$$ ready
serious inquiries only!!
dm me
?services
If you wish to request or offer development/art/building/administration services, please do so at https://www.spigotmc.org/forums/services-recruitment-v2.54/
Hello,
I manage to create a minecraft server on my pc, but I can't insert plugins into it, I don't know if it works, if someone could help me please.
@charred raft As soon as you start your server a plugin folder should be created automatically and you just have to put the plugins in there. If the folder doesn't get created automatically you probably installed a vanilla minecraft server, and then you can't use plugins.
hi guys , i need help.
i bought a premade for my lobby but idk where is the resourcepack
where i can find it?
( not in server.prop)
So uh help I am running my minecraft server (paper) in oracle linux cloud and I cant stop the server.
that is good to hear !
Being able to stop the server is normal if you're op
Then it's time for:
wdym "you can't" ?
?whereami
what does happen when you enter stop or /stop
And when I try starting it it doesnt let me bc of another minecraft instance
killall -9 java
i doubt its running if you kill all java proccesses
obv you need to run killall as the minecraft user, or as root
No I have bot for that server and when I typed killall the bot was still online but then I tried starting the server and It started and I can stop it now
Ok, thanks you but how do we make a server with the "plugin" folder, you have a link to download a server in 1.16.4 please
?bt
thanks
Also why I cant user restart command? How do I enable advanced terminal?
why the heck would you run 1.16.4 instead of 1.16.5? o0
both use 1_16_R3
You need to configure spigot to use a .sh file that will start the server
what is advanced terminal?
only OPs or players with the proper permission can use /restart
Yeah I did that I made start.sh file
Then this
I am doing it from root
WARN Advanced terminal features are not available in this environment
This is what I get
When I try doing it
Oh it restarted but I cannot type mc commands anymore
Yeah it will detach and run in the background
Any possible way to fix it? So it would automaticly attach again?
I just run my servers in pterodactyl
I guess I could try it.
a proper way if you don't wanna use any panel or docker etc would be to just use systemd
I don't understand what I need to install
?bt
read it
it explains EVERYTHING
if you didn't understand something, then it's probably because you skipped some parts
ok thank you
If i attach luckperms database to mysql what type of info will share between servers?
only groups or permissions?
or both?
everything
how do i configure it to only share player groups?
for server specific permissions, you can use luckperms' "contexts"
i mean i dont want survival server's perms on lobby ;-;
whats that
e.g. /lp group default permission set myplugin.use server=server1
then the default group only has "myplugin.use" on server1
read their docs
How do I automatically do that if I already got perms set up on some servers?
idk
you could probably add that context just using mysql
basically just UPDATE tableName SET context = "server=server1" WHERE true
or sth similar
idk, sth like that
Hello, I have a question regarding LuckPeerms how am I able to get rid of thee [default] tag? I have removed the prefix but still it's showing.
that's from your chat plugin
Ohh yeah! Thank youu 🙂
Do you need to have domain name for it?
Depends on ur need
I have a problem with my server that every time that someone tries to login (i use nLogin plugin) and someone else on the same time sends a message on chat the loging person gets kicked
can someone help?
Idk what nLogin is but why can't you just be okay with mojang Auth
We're gonna not share services that encourage piracy
🤦🏽♂️
Search the link in your web browser smh
I get you removing it without looking but still xD
I think that website should be endorced personally
This might sound like a stupid question but any idea on how I can change my birthday on the Spigot site? Because somehow it's incorrect (like very incorrect 😭)
Once your birthday has been entered, it cannot be changed. Please note that it is merely cosmetic and does not affect any forums functionality.
Great, glad I'm a 67 year old from Syberia according to Spigot 😭
I am trying to make a bungeecord network on my new dedicated server and I get this error when I join
You make sure the port is open?
https://portchecker.co/ you can use this to check
Depends on what type of system you're running
I know for linux you can get/use ufw
Well your error is saying that 25581 is incorrectly configured
oh one sec I tried the proxy port
my OS is linux ubuntu
Glad it's at least Linux
I would check to make sure there's a service running on that port
how do I do that?
Try doing.... ss -tulpn | grep 25581
Did you allow the ports to be accessed outside docker?
I don't really know 😂
Not too familiar with docker but iirc you need to add EXPOSE port in your docker file (looking for docs)
Also didn't you setup this server? Or are you just hosting a premade one?
yeah I am the who set it up
I used this script to install Pterodactyl
https://github.com/pterodactyl-installer/pterodactyl-installer
I accepted the automatic setup tho
To see if it's the firewall you can...
A. Manually open the port with ufw (not sure if you have it)
B. Temporarily tunnel the port via ssh
Not familiar with pterodactyl. Usually just do everything by hand
iirc that script doesnt open all ports, you still have to open ones for ptero to use
@summer comet probably know the exact command
yeah I have ufw
iirc ufw allow <port>
Just to be safe, I'd restart the server and then use portchecker to make sure it's open
after I open it right?
Yes, open port -> restart minecraft server -> check if open
so, this means I need to open all ports I have cuz im gonna have more servers and I will setup votifier later
You should be able to use a wildcard to open all if you want
unsafe right?
yeah
so I need to open the ports im gonna use only yeah?
That's how you should do it yes.
And I mean it's just one command so it's not too burdensome
alr one sec lemme try it rq
🤞🏻
sorry, by restarting the server, you meant restarting the Minecraft server or the whole dedicated server?
Just the minecraft server
I had made sure to clarify but I guess you didn't see (no worries though)
yeah mb
😭
maybe bc im using this IP as the Hub server IP?
As long as it's on a different port it shouldn't matter but if the port isn't exposed to the public then yes
But you said that 25566 worked on that same ip correct?
yeah that was the proxy's port
Proxy port being the port in purple
isn't this an ipv4 address?
So the proxy is what's facing outward correct? As in the one the client will use to connect
exactly
And so that any requests on that port are then passed to 172.18.0.1:25581
huh?
sorry man im so stupid with these stuff
I refer to it as a reverse proxy cause of Apache/NGINX my fault 🤣 I reclarified
I guess yeah bc the client will to the proxy to connect then go to the Main Hub "172.18.0.1:25581"
alg 😂
Thought so, my fault. I technically gave you the wrong instructions. Do you have anything to actually setup to perform that pass?
I don't think so
Then that's why it's not working
so I how do I setup smth to pass this or whatever 😂
I should really mention I've never used BungeeCord 🤣 so if ANYONE knows the proper way please say something know but I would personally use NGINX. Let me google something rq and see if there's a better option
alg man I really appreciate it!
bungeecord runs on whatever port you want people to connect with, then you can have local ports that bugnee passes them to on servers
I've gathered that much so far. Personally you could probably just have the server on the same ip as 25566
bungee is probably easier
I didn't think bungee did the reverse proxying my fault
yeah
so what should I do now 😂
do you have bungee atm
yep
set that up to run on 25566, then you can set bungee and the other servers to use local ports
are there any plugins that allow me to make a gui with commands linked to items in it?
**hey guys im working on a civilization event at the moment.
i was wondering how to do team spawns? These players havent joined the server before btw
basicly i wana add lets say "coolgamerXD" to team blue
and he will spawn at his side of the map. How do i do that?**
i just connected luckperms of two servers on MySQL. then i created some groups on first server and noticed that when i open lp editor on second server there are no groups. how do i fix this?
YES
i just looked into Luckperms directory now (second server's). refreshed it and im seeing db file now.
why is it therE?
i did?
hm i remember i connected it to
yes
i just forgot to switch storage method
How to fix newchunks that works on water and lava ?
what a dumbo
whut?
cheat newchunks
Anyone?
lock picking lawyer!?!?!?!///
you would probably need a custom plugin
something i dont have sadly
Math???
Wdym math
If you wish to request or offer development/art/building/administration services, please do so at https://www.spigotmc.org/forums/services-recruitment-v2.54/
(first time launching btw)
are there any plugins that allow me to make a gui with commands linked to items in it?
Do anyone have some experience with LuckPerms and can tell me how I can fix [Admin]: Username text to > [Admin][Username]: Text
you change that with your chat plugin
Is that not the LuckPerm?
luckperms doesnt modify chat, its your chat plugin
Well I can add prefix on luckperms?
the prefix you can add with luckperms
Should I avoid using prefix with luckperms and use my chat plugin instead then?
with commands its /lp group groupname meta setprefix "prefix"
using prefixs with luckperms is better, you just make the chat plugin get the rpefix
Wait what? I am using essentialchat and I have turned it off now.
But I somehow get [owner] [Owner] Name: text
The first owner is in grey color and the other is my prefix set in luckperms
are you using display name in essentials chat config
I have it on false
change-displayname: false
Further down in *EssentialsX Chat * I have put a # befor all so it's turned off.
Solved.
Hello, does anyone have experience with the Orexen/ItemsAdder plugin and could recommend one of them, thanks
Does anyone have a plugin where random players can make kits other players cant see the kits and just the player who made them can they can also claim the kits yk
https://pastebin.com/q5cbwZg8 server crash on /restart, idk why..... can someone help me?
sir this is spigot
nothing there looks like a hard crash either, im confused
Where do I go to request a plugin by a developer?
?services
If you wish to request or offer development/art/building/administration services, please do so at https://www.spigotmc.org/forums/services-recruitment-v2.54/
im trying install spigot server however cmd gave me this error
how i fix that??
sir this is spigot
please delete everything, run again, and then share full log
didnt u literally send this earlier
Sir this is Spigot
might be something with Eco
looks like it stops server after data migration
or well restarts
I have Towny installed on my server and want backups but it seems that it cannot do backup because of this error "java.io.FileNotFoundException: plugins\Towny\backup\2023-03-11T10:36:03+0100.zip (The filename, directory name, or volume label syntax is incorrect)
But that pathfile is correct :/
i dont think u can have : in a name
@glacial sundial
I don't have any : in the name. It choose that itself @shy falcon
** database:
# Flatfile backup settings.
daily_backups: 'true'
backups_are_deleted_after: 90d
# Valid entries are: tar, tar.gz, zip, or none for no backup.
flatfile_backup_type: zip **
Is what I have in my Config file.
dude what's the difference
yea
Windows was directed at Towny dude
It has information that may be relevant?
If I could somehow change the name files the plugin create I would want to do that.
straight up not allowed character on windows, so if its built-in towny naming then its just not usable
How would you know
oh, yeah its builtin stuff
If you want the full config.
Open a bug report, it doesn't support windows
Alright
you are right
Too old! (Click the link to get the exact time)
Disable antivirus if you have it
What is the best way to host a mc server this day? Is it Spigot, bukkit, paper etc?
depends on the workload imo
Spigot is pretty fckin good at what it does, works just fine and will more than suffice for something like an SMP for you and your friends
Bukkit itself is not actually a piece of server software you can just run, its an API that requires an implementation, like CraftBukkit.
CraftBukkit is the backbone/predecessor to most of (if not all) commonly used server softwares, but by NO means am i saying you should EVER use it.
and Paper is what most large servers use (or a fork, such as Purpur), its pretty damn speedy, but does a lot of controversial patches that will change vanilla mechanics
Cause I am trying to host some servers myself and learning all this. Doing on a Windows Server, but I am considering to try host it on a Linux OS as I have read that it has better stuff for hosting.
But never done Linux before.
a Linux distrobution is more or less the Go-To for server operating systems, its usually cheaper than Windows (sometimes even free) since normally* you dont have an extra cost tacked on for Licensing
*Distros like RHEL (Red Hat Enterprise Linux) might have a license you must pay for to use
I have trying to setup some auto restart and etc and it's been quite a hassle and seen many post that linux has option and features regarding that. But I don't know much as I've never used Linux
But as I am trying to and learning maybe I should give it a GO
https://startmc.sh/ can get u a start script that will automagically restart your server if you shut it down
you can pair this with a plugin that can automatically shut-down your server after X hours or days
Spigot has a built-in way to restart a server with a single command (literally /restart), but afaik it might require some advanced setup, and ive personally never used it.
i need help from someone! can someone send me the file/link of an essentials /shop and /ah?
thnaks
im looking i cant find one
fy
hello. can anyone tell me which config affects a mob spawning of 6 mobs per mob type?
how can I remove that: [KonerDev: Set own game mode to Spectator Mode]
I don't want these messages
How can I turn them off
/gamerule logAdminCommands false
hello I have this error when I join my server which is running in local :
[foxelou] disconnected with: EncoderException : java.lang.IllegalArgumentException: Cannot get ID for packet class net.md_5.bungee.protocol.packet.SystemChat in phase GAME with direction TO_CLIENT @ io.netty.handler.codec.MessageToByteEncoder:125
Update your protocol plugins such as ViaVersion and Protocollib
ok
Essentials itself doesn't have /ah or /shop?
But these plugins are good:
https://www.spigotmc.org/resources/⭐-player-auctions-⭐-➢-let-your-players-sell-items-1-7-1-19.83073/
https://www.spigotmc.org/resources/economyshopgui.69927/
Im looking for essentials, not economy.
I closed the hub and opened another server and I don't have this error
this error is caused by a plugin in the hub server?
anyone know how to use HEX color codes in Essentials properties
Looks like reduced debug info is enabled
thanks got it
get vault, and those 2 plugins will work
i have vault
those 2 plugins will work then
but economyshopgui uses economy
yes
essentials provides that economy
it uses vault to support any plugin that hooks into vault
vault is an api, plugins can hook into vault, other plugins can hook into vault to use whatever economy is provided from plugins
i wanna make it so i use essentials money instead of economy
eg i have essentials, it provides the economy to vault, any plugin can hook into vault to that economy
it does
it uses vault
so i can delete economy?
do you have a plugin just called economy?
no i have one called WEconomy
yes you can delete that
yeah what with
what are the placeholders for top 1,2,3 etc etc.
those would come from vault
should be %vault_eco_balance_<number>dp%
i dont do support in dms, better to just ask here
you open the port its got in config.yml or change it and open anotherport, then you choose a plugin to recieve those votes and handle rewards, i normally go with VotingPlugin
its a bit more technical
something like superbvote might be better https://www.spigotmc.org/resources/superbvote.11626/
I just saw now that McMMo cost money to have, any good alternativ plugin? I tried the ValHalla but it was outdated :/
I have just connected three server's luckperms DBs to MySQL server. I have set up permissions as shown in the image, but I am still unable to access commands on my testing account. What could be the issue?
just get vault and its auto
you can get mcmmo for free
hi , i use Procotollib , but citizens is not working and holographicDisplay
what version i need to use ?
server is 1.8.8
first of all go on this link: https://dev.bukkit.org/projects/holographic-displays. then click FILE tab. in the Game version column find 1.8.8 and click download button
about citizens
i think they are deleting older builds
they still have 1.8 support
latest version should work
Do Minecraft servers have any UUID associated with them?
i think bstats adds some
by default no
Cheers, ya I was thinking of adding it to my plugin for external API purposes but didn't want to reinvent the wheel if it was already apart of the core engine.
someone help me
my /spawn isnt working
how do i make one plugin command override another plugn command
Thank you 🙂
I have always wondered, is there a easy way to setup mcmmo so that the higher level you get the harder it is to level up? So that like level 1 - 30 is quite easy, 31 - 50 .. 50 - 75 .. and so on?
I know you can changee exp value and exp per items and so on. But is it possible to change depending on level?
anyone know of a way to make it so non vr players can see vr players hand movements?
Probably best to ask the creator of the mod you're using
i have problems with fastlogin plugin in bugeecord i dont really know how to fix that or what the problem is
it isnt a mod
Hello anny suggestion how to add when mob is killed it will have chance to drop a head?
ig the client converts it to java communications
I mean I'd argue it's still a mod :P modified client right?
probably
Questcraft
its kinda like lunar
That's a mod 🥲 modified client specifically but you'd need something on the server side to translate those movements idk if a plugin can do that nicely
I don't think such a thing exists
so I have a problem on my server that everytime a player returns from nether to overworld he spawns on the spawn instead of the portal, however a player with op can normally travel through so maybe its something with plugin permissions but im not sure
Pls someone help
but i want them to spawn me back in the nether portal that i went to nether
As I can't even ask people to code something for my server unless I get kicked I will personally ask guys here to "help me" code a plugin for nothing not a server or anything just nothing as the previous time I mentioned I needed someone to code a plugin for my server and I got kicked so now I am asking someone to "help me" create a plugin for nothing litterally nothing
?services
If you wish to request or offer development/art/building/administration services, please do so at https://www.spigotmc.org/forums/services-recruitment-v2.54/
If I get kicked now that would be an act against my free speech which I have the right to have according to the Europian law.
According to the first amendment I have the right to tell you all my opinion.
ask on the forums or something like help chats services channels
Forums take too long for an answer
If you could give me a live chat with a coder for free I would love to accept it.
send a post in one of the service channels https://discord.gg/helpchat you might get a dev dm you at some point
there you say it
"At some point"
This server is FULL of devs that one is mixed
not all of us do plugins for free or take comissions to start with
Yeah well I could say the same about the server that you gave me only that would even take longer considering that it doesn't contain as much devs as this server does.
it is how it will work as one of the most richest men is building twitter ina way that it will become free speech.
english?
that just means twitter will have free speech
it has no bearing on any of the other private companies operating internet platforms
also highly doubt that will ever happen too lol. Free Speech doesn't make money
companies affect markets, if social media companies see the succes in twitter after allowing all these new features they will definitely copy them.
This is one of the dumbest things I've ever heard someone say, a company like Twitter will not "just" add something without an actual good reason especially not if it's run by Elon Musk, he is one very succesfull man and I am sure that he knows alot more what he's doing then you do.
the point being that twitter making a decision does not mean the entire internet follows suit
Depends on what effect the decision has and knowing what Elon Musk has managed to achieve in his life I think there's a very good reason to think other social media companies will follow.
I think it's fairly unlikely
most of their influence as companies comes from controlling acceptable speech
Then you think that and I respect that but our opinions are different. It is very late so I'm gonna go.
dont plan on it
I have the plugin Towny. Is there a way to disable the chat message when someone create a town or disband? I tried to google it but no answer.
does it have a config?
Yeah
so there is nothing in there to help?
if not then idk
depends on the plugin if its even an option
Nothing that I can see and nothing what I find on google.
check languages
Towny/settings/lang
if that doesnt work ask in the support channel in their discord https://discord.gg/77j4hfu9
does anyone know of a plugin where people can make kits and use them and other people cant see them?
can anyone tell me plugin hider for 1.8
You have any more pertinent information?
CommandBlocker does not supports 1.8
Thread
plugin hider for 1.8 (better if it has 1.12.2 support)
Hello there,
So uh I installed bungeeguard on my bungeecord and backend server(lobby server)
and it seems like the bungeeguard on my backend server not really working
It keeps saying "NO_TOKEN" even i put a token in the config file
Question: Can the level.dat in the different dimensions in one spigot server contain completely independent data or are there fields that will always be the same?
Hello, i have an issue when i use a commande with @a, @p etc... it don't work, how is it possible ? Maybe essentialsX ruin it down ?
Add minecraft: to the command:
minecraft:give for example
I am writing a program to read the block data and wanted to show some additional information, most of which is situated in the level.dat. I need to consider if they are the same or not when designing the data structures.
ok, i test it
They should be the same
@tawny dust ok i test it but i can't insert a [r=10] after the @a for exemple, any idea
Ok, that makes things easier. Thanks.
What version are you on?
1.19.3 paper spigot
?whereami
oh ok
By the way, does the file system structure of having the folders "world", "world_end" and "world_nether" to separate the dimensions come from spigot or bukkit or is that even part of the vanilla server software?
It comes from Spigot
Vanilla uses a single folder with dimensions in it
Spigot moves each dimension to a new folder so it can have support for multiple worlds
Can I ask questions related to FAWE here?
Well you are better off asking in their main discord lol
Could you be able to disable xray by forcing a resourcepack to the users which has xray disabled?
Nope that's not gonna work @lost copper
f
There are mods that can override server resource pack
why wouldn't it work tho?
I meant by only resource pack
vanilla minecraft and a resource pack
?
Could you disable it for players who use only an xray resource pack?
I'm looking for a plugin that changes the texture when I change the name of the item
Does anyone know why a resource pack works fine when using it in my pc but when making the server send it to user things break?
Contact me I own a server and it has a moderator that is teaching us all how to code in java and he knows ALOT, he has ran businesses before etc.
werent you the guy talking about free speech on the internet
is it setup correctly
ayo same
there's any plugin to make an automatic map reset in certain time? for example:
a pvp map that every hour it restarts automatically, so the placed blocks an everything will be removed

@west cloak add me back
I can't send you anything
@west cloak watch the last dm I sent you, I keep my promises.
A plugin to limit items in all chests?
I mean a plugin that would limit how much of X can you put into a chest
(mostly items, blocks can be put at no limit)
when i give player rank like this it doesnt work. why? /lp user greeneddev parent addtemp vip 1month
nvm fixed
didnt setup weights
hello I have this error when I join my server which is running in local :
[foxelou] disconnected with: EncoderException : java.lang.IllegalArgumentException: Cannot get ID for packet class net.md_5.bungee.protocol.packet.SystemChat in phase GAME with direction TO_CLIENT @ io.netty.handler.codec.MessageToByteEncoder:125
I closed the hub and opened another server and I don't have this error.
I removed all the plugins from the hubs, I updated all plugins.
I don't understand why I have this error.
some plugin sent wrong packet (as i can understand english + errors)
maybe the one you are using isnt for your version
does anyone know of a datapack or plugin that disables enchanting for 1.7.10
i want to disable enchanting on my server
I had a question, would having a ton (like 10000) of scoreboard teams be able to lagg a server out?
ok so i have a spigot server i just set up through AMP interface on a system running ubuntu server 20.0.4, and for some reason it wont launch. here is the latest.log
there is the latest.log if anyone can help out that would be great
Could you send your server.properties
Yeah that resourcepack prompt would be the source of the problem
You can do that
Show what the server.properties looks like now
oh it just reset itself
that prompt just got put in again
one second
yeah now whenever i start it the string just reappears
guys i have a problem , someone know why in tab list the name is of a colour and on displayname is different?
color: #8647cd
I have a problem in tab, default group prefix goes above all prefixes in the tab (I use LuckPerms and TAB)
https://cdn.discordapp.com/attachments/989629507101130773/1084578849708318751/2023-03-12_21.47.07.png
add the luckperms random to tab config, should be something called priorities
around line 46
remove all weight?
you want to add your group names there
i add the groups on the config.yml and in groups.yml
I also changed groups.yml prefixes to the luckperms placeholder
?paste the config,yml
then you could have told me that instead of making me wait
I have a life
you obviously don't
why do i doubt thats you
then you doubt that.
Honestly I have nothing to prove you have alot to prove.
Like why you would lie about making a plugin for me.
lmfao
Bullshit
patience is a virtue
Patience?
Sorry but you don't unfriend someone because your plugin isn't done
That's not patience
That's your side of the story
totally the "youngest" entrepreneur of your country
Oh believe me I am
so why are you getting angry calling someone a hobo beecause you didnt get your plugin within a day
is a owner
I am waiting and you unfriend me that's an obvious sign of not having made the plugin and just wasting my time.
here in the config, instead of - "GROUPS:owner,admin,mod,helper,builder,vip,default" make it - "GROUPS:a,ab,ac,ad,ad,etcetc"
My role as someone who has a whole server waiting on him is to be pushy you don't have to cry about it like it's abnormal as it's the most casual thing an owner of a server does.
if you need it that quickly you gotta pay someone
thanks
You should also be prepared for an answer like what I brought to you as you unfriended me which blocked my communication with you which would also have made me never receive your plugin as I don't just have a few friend requests.
not necessarily.
yes, no one is going to make something for free to a dedline
Bs all my server mods have deadlines and aren't payed.
Ty
wait untill you find out that people can volunteer to help, and would do stuff to a deadline
not everyone is the same
not everyone will do work for free to a deadline
you sure you are even allowed to be on discord, cant even pickup on sarcasm
this also looks like something your "mod/dev" could have made in under 30 min, even though he was doing your minetopia plugin
thats what I already found out that's why all my server staff works for free but you obviously didn't say the same in this message.
#help-server message
Discord isn't all about sarcasm as this server isn't about sarcasm this is about coding.