#help-server
1 messages · Page 141 of 1
so how can i make a basic kit for new players. i looked everywhere
Look at the bottom of the config where it says "kit" tools
Uhh
You should ask in the lands discord
do you have a link id really appreciate it
hey, im sorry if its a stupid question, but my friend has just made a server with the tree cutting plugin, and im afraid i will accidentaly destroy my own house. Is there any way to disable it for myself?
im not the admin and i dont have acces to any files
It's on their Spigot page
Depends on what tree cutting plugin is being used
smoothtimber
Good afternoon, does anyone know how to enable VIP players (lucky perms) to have a coin multiplier in the MobMoney plugin by Anonymous_Dr?
I want to give VIP players the benefit of killing the same mobs as regular players, so they can earn more coins.
The user wants to configure MobMoney plugin by Anonymous_Dr to have a coin multiplier
First I google for MobMoney plugin by Anonymous_Dr
The first result is https://www.spigotmc.org/resources/mobmoney.19852/
Then I type ctrl+f and search for the word "multiplier"
I see that under the "permissions" section it says "mobmoney.multiplicator.<multiplicator> - You can give a multiplicator to the users."
I then google "lucky perms" and click on the result "usage". The page is https://luckperms.net/wiki/Usage
I then see we can set a group permission with the command "lp group admin permission set minecraft.command.ban true"
taking this information I think I can therefore change the command to be "lp group VIP permission set mobmoney.multiplicator.10 true" to give the VIP group a 10x multiplier
I suggest that @uneven quiver try this
Unlike the normal permissions of luckyperms, for this plugin to work you need to reload the plugin
The first attempt gave an error, but when restarting the MobMoney plugin it worked perfectly, thank you very much!
hello, I was wondering on how to set up a creative server for spigot?
alongside a survival one
You'd run two servers and a Bungeecord to link them together
i see
thanks
Ai nub
Hello please help me Internal Exception: java.lang.IllegalStateException: Invalid characters in username
how can I solve this problem
🏴☠️
?
piracy is not supported
what piracy
offline mode
Make valid characters in username
So I can’t make my username J̵̘̅i̶̘͊s̴̈́͂h̶͂̍ú̶̕n̴̏̆ȁ̴͝?
on 1.8 you should be fine with this name but only if its less than 16 chars
what?? thats so sad
WAIT FUCK it didnt work
aww i tried changing my display name to be cursed
Correct, offline mode is not supported
Whats the problem?
Again, offline mode is not supported
I solved it.
well done
problem is nlogin
For the 5th time now, offline mode is not supported
bro its offline mode how is it possible that you cant login
just use a normal name and login
normal name with ascii chars
not longer than 16 chars
Okay but what if I use offline mode? Is that supported?
you're always supported
<3
wait is offline mode (but just for people with a name containing an even number of vowels in their name) supported?
Onlinen’t mode
DecoderException : com.github.retrooper.packetevents.exception.PacketProcessException: Failed to map the Packet ID 835 to a PacketType constant. Bound: SERVER, Connection state: LOGIN, Server version: 1.20.3 @ io.netty.handler.codec.MessageToMessageDecoder:10
please help me
For the 6th time, offline mode is unsupported.
And don't send me random friend requests
for plugin pl hide pro ?
Wait so I can't use https://offlinemo.de
Tlauncher has set humanity back
How do cracked servers even work do they just make up random uuids?
The uuid is based on the name
So the name is like a seed
lmfao make a bot command
there sadly is none in here
spam ping md5 😃
@mellow dock can we get a CC for offline mode please
?offline
thanks
tuinity? xd
whats so bad about offline mode if you have bought minceraft tho
you dont know whether he doesnt own it
oh
hello
I have installed the "protocollib" plugin and when the plugin starts to load it gets stuck
and 1 minute later the server crashes for not responding
anyone knows whats happening?
Can you send server logs
Otherwise we would just be guessing
i cant upload files
?paste
Logs dont really tell much. Try using an older version of protocollib
with essentialsx and coins. is there a command to clear a players balance?
Trying 4.8.0 or 4.7.0
Are you using the latest Minecraft version? If yes, you need the latest dev version of ProtocolLib.
Does anyone know any good chat formatting plugins that support hoverable messages?
i dont think you understand what a UUID is
no he is onto smth
like seeds are generated are generated based on sys time
uuid in offline mode are based on acc name
but for same acc name same uuid is gened in every server
Was my statement not correct? They use the username to generate the same fake uuid for a cracked server
saying the name is like a seed is wrong.
a seed is starting value used to initialize a pseudorandom number generator. UUIDs are random yes, but they aren't randomly generated based on the name, they are based on the account. calling the name the seed, would imply that changing the name would change the UUID
I was talking about offline accounts joining cracked servers in which Olivo said the uuid is based off the username
You are talking about online uuids
the discussion was about offline ones
offline UUIDs are the same.
nop
The offline UUID resolves the online.
The UUID is grabbed from the username of the online user.
Wait leme just show you rq
It’s literally
UUID.nameUUIDFromBytes("OfflinePlayer:<player_name>".getBytes(StandardCharsets.UTF_8));
Im loading up a srv
yeah you're all right, abb3v is wrong
oh really dafuq.
W md_5 appearance
i thought offline UUIDs were resolved from online UUIDs.
How would that work
I thought if a cracked user set their name to Notch, their UUID would be that of Notch right? isnt that how skins are resolved for cracked users?
im also cooked so dont judge
oh gotchu
would kind of defeat the point if the offline uuid required the online uuid
Plus what if they used a name that didn’t belong to an existing account
Okay yeah thats a good question.
anyone know how that works?
How is skin resolved?
(maybe the client just sends the skin to the server?)
No, offline mode has no skins by default
Loads of severs use skin restorer to give them skins again
oh yeah, i remember that
but i also remember, the skin resolving to online mode one. Maybe thats because of skin restorer
Hmm makes sense
Wait so @mellow dock. The client is the one creating a random UUID on offline mode?
or is the server?
See
Yeahh literally nms
file = new File(this.playerDir, java.util.UUID.nameUUIDFromBytes(("OfflinePlayer:" + name).getBytes(java.nio.charset.StandardCharsets.UTF_8)).toString() + suffix);
UUIDs are not bound to player names in online mode. You can change your username without changing your UUID. Offline mode is intended to run when offline meaning it cannot lookup the UUID from Mojangs server and therefor has to generate a UUID and to do so consistently they just use the name as input
plugins like skins restorer just make the API call required to get the skin when the server is in offline mode
Yeah they just resolve the uuid from the username using the API and then the skin from that
https://api.mojang.com/users/profiles/minecraft/<username>
then
https://sessionserver.mojang.com/session/minecraft/profile/<uuid>
Ik
but
I just ran into another issue
So I succesfully installed Fabric inside of spigot
Everything is acting as normal
as it should
but it crashes when I attempt to turn the minecraft server on
I got a crash report, but I am out of ideas on what to do
Looks like SandalDomain.net is not a valid domain
Yeah I just noticed, I think i may commited an Oopsie while touching the config
Let me try changing that
Is that something I should worry about?
Just fixed my oopsie in the server properties and now it seems to be starting just fine
How do I report a scammer
Yes
Something @mellow dock could help with ig
I just dm him or like how would I report?
Merp?
👋
Hello so I should say everything here or dm it?
I guess you can DM it
Sent
Okay thank you I appreciate the help
does anyone know what this is about?
someone is having fun...
Hello! Is there anything I can do to optimize MSPT on a pvp practise server?
Paper Chan’s Little Guide to Minecraft Server Optimization!
About this guide
PaperMC already have a well documented page for all the configuration options available to server owners; the purpose of this guide is meant to be more of a walkthrough that aims to explain to the server owners the...
thanks
Np
how can i place a crate of the exelentcrates?
in /crates editor. Choose crates and then the crate you want to place. Then in that crates config gui find the placement option or something along those lines
ty
anyone help me get world edit on my world i am a idiot
Can anyone tell me what the best shop plugin is to use with Citizens?
I currently use the SHOP - Conjurate plugin, but I can't find any tutorial on how to configure the NPC
You only need to download the version of you server, and put the file in the folder "plugins" https://modrinth.com/plugin/worldedit?version=1.21.4&loader=spigot
Is there a way to change the Invalid session (Try restarting your game) msg in bungeecord?
Did you try restarting your game
is there some more elaborated description to this plugin somewhere? https://github.com/broccolai/tickets
Hey, I was wondering if there is a way to combines xp orbs into one orb. Like for example when you kill the ender dragon it drops one xp orb but you still get the same amount of xp. Anyway I could go about this?
Add value of orb A to orb B, delete orb A
Spigot does this by default for nearby orbs
Spigot implements clumps?
Does anyone know any good chat formatting plugins that support hoverable messages?
nChat?
it's better packetevents or ProtocolLib?
no it's an addon that i need for the excelent crates plugin for show the holograms
They support both? That's a first
Go with PacketEvents ig
Doesn't matter too much protocollib is required by a bunch of other plugins so you could just use that if you want as well
ty
Hi, I have an account with Spigot but can not for the life of me remember the password. I cant reset the password because I no longer have access to that email. However, I can provide proof that the account is mine. Could someone help me?
could anyone recommened free ffa plugins?
please help me
No email or password, you're likely out of luck
I am the founder of the server but when I try to quickly connect it gives me this
do I have to use buildtools?
yes
..
Is there anything in the server log? Is your IP and port correct? If home hosting is it port forwarded? If server host have you asked them?
sometimes it appears offline but is actually online
prob ur host
you got any plugins?
We're not the flamecord discord
Does anyone know how to unlock the chat color codes for the anvils and plates? I use nChat and EssentialsChat, how can I solve this?
Do you have the .color permission
how do I create a single player world can run plugin ?
You don't
I though have a way to do that
Make a server and join it
but how?
just download build tools, run it in your own pc
then run spigot jar and and connect to "localhost"
why not add orb B to orb A, delete orb B? why not make it ranndom? why not be indescriminate?
dont orb A lives matter?
Hello. So I purchased a resource off of SpigotMC (which i've done multiple times over the last 5-6 years) and this resource that I purchased has not worked from the get go. It's completely broken at the moment and I was just wondering what the rules are around refunding plugins if they don't work?
I don't wish to refund it yet as im gonna wait for the support ticket response from them once they wake up, I was just looking to find out the rules behind that and whether im scammed out of $10 or if im gonna get banned on Spigot for doing a chargeback etc
uhhhhhhhh
I am playing crack so I changed online mode = false
buy the damn game
i bought it
"I am playing crack"
Well now you're contradicting yourself
well, they dont allow me use my skin bc it violates
change ur skin 💀
wtf is your skin
iirc they ban only NSFW/NSFL or offensive skins...
and in any case, if you're in offline you can't use skin at all
you can
I know you can but wouldn't the skins have to be still on some account ?
ummmmm, i think it worse
nah u can use img links
like upload to imgure and set that
or even discord
I find that hard to believe
The client should not accept that
sure, go latest version tho
im at work so naah :D
Like, I'm fairly sure the client is hardcoded to accept skins only from mojang servers
Well I did a quick look through a public github repo containing MC source code and could not see the check
I know there is some check for something. It may be only for heads tho ?
stock client
Wow, well I didn't expect that :D
I stand corrected then.
That's most likely uploading the skin to the mojang servers
Which is why it says uploading skin
I thought so too, looked at source of SkinRestorer and didn't see anything like that.
I might be just blind tho
¯_(ツ)_/¯
I might just be blind tho is so true, it applies to many things
- buy the game
- read
i forgot i was on the spigot server, uptight asshole like usual.
lmao
exactly! the name will always return the same uuid and tlauncher/offline launchers just fakes it
(multiMC/Prism/Tlauncher) etc etc
how can i change the usernames to not be red. white instead or grey
like NameMC.com lookup for example
what chat plugin are you using?
essenstials chat
my admin isnt op
Console > File Manager tab > click the "Plugins" folder > click the "Essentials" folder > click "config,yml" > then scroll down to "Essentials Global" and you'll be met with "ops-name.color: (color)" replace the color with the word "none" > restart your server.
all quick damn….
do you have that on copy paste or what? @worn pumice
That might be old I just ripped that from a post in 2021
how so quick tho
two monitors
yup you were right
first line on config.yml
that is skins restorer
it worked for op but when i take off op or regular users type. its still red
“ops-name-color”
but don't run cracked servers bro
its not worth it
thank you for the kind response!
i don’t but why what’s wrong with them? besides obv being cracked?
i just wanted the plugin to be able to change my skin in the server without changing it globally for all servers yknow?
do you have any ranks/permissions plugins? that you might have a color prefix for the default group
(im just brainstorming ignore me if anything^)
Hello, I bought "Deep dark creature" model from toro, It works but there is texture pack with the heart and it is for 1.18.2 I think and I need it for 1.21.4 idk how the custom models work or how to update the pack. Anyone knows how to fix it?
im the operator
The only permission that exists in LP is Essentials.chat.color
Hey, so I want to play with friends, on a server I am hosting, but I dont want to expose my IP. Would ngrok be a valid solution to this?
I believe so
Alright, tysm.
Mostly wanna make sure my IP is safe yk? Lol.
I mean ip basically means nothing
I mean an ip isn't that sensitive ^^
I get it, but I still would prefer to keep it private.
You can't really track it very easily and can get a new one by restarting ur router
You can set up tcpshield if you want ddos prot and a proxy
Oh yeah I see.
I still think its better for me to go with a solution like tunneling though, cause I am not exactly the most experienced with networks/servers and stuff.
But yeah, ty all so much.
I have so many plugins but my server says i have zero
i have 30 plugins in the file but my server says 0
What does the log say
Did you place them in the "plugins" directory?
hi guys, when i set region pvp to deny, my mob created by mythicmobs can't deal dmg to multiplayer. but when i set it to allow it can deal dmg to multiplayer. pls help
Is your mob a player?
yes i was disguise they to player
that mob type is zombie but i was disguise they to player
it still doesn't work even that mob not disguised
Mob disguises do not make the player a mob properly
its been compiling for 1 hour, any sugestion ?
Hello, I bought "Deep dark creature" model from toro, It works but there is texture pack with the heart and it is for 1.18.2 I think and I need it for 1.21.4 idk how the custom models work or how to update the pack. Anyone knows how to fix it?
Try restarting it
I guess that download failed
There should have been another window that pops up with a progress bar when it downloads portable git. (On windows at least)
If it didn't show up, then the download failed.
I'd check to see if you have a good internet connection, then try again.
How make a pvp force enable in a pvp arena using pvp manger plugin and world gaurd
if i install BuildTools by using GitBash, how do I choose a version for the minecraft server ?
thanks alot @tawny dust
lol, i haven't the server yet but the server file is now 500mb
and its still downloading
You can move the server jar when it's done
and delete the other files
though I recommend keeping then so it's faster next time you want to update Spigot
How make a pvp force enable in a pvp arena using pvp manger plugin and world gaurd
Set region to PvP allow and then entry commands to PvP on
What version of the server is stable (build tools with default will compile)?
1.21.3 or 1.21.4
1.21.4
which files should I include to backup before update, only world* ?
Yes the worlds
fair enough
waste of space, plugins can be re-downloaded, configuration on git
sure, if you're confident you have all plugin configs and databases elsewhere
[EssentialsX Support]
Hello!
I hope this is a quick fix.
I’ve been trying to fix chat colors and nickname color permissions on a friend’s server. I got the permission for color chat working, but for colored nicknames, it displays an error: “Nicknames can only have their colors changed.”
Before giving the default group the “essentials.nick.allowunsafe” permission, I was getting “nicknames must be alphanumeric.”
for reference these are the plugins used
do yall know any important plugins i should install for my minecraft server?? im making a big server and im using PaperMC
?whereami
You can't just set yourself up like that
How to auto anable when we enter to that region?
Within the world guard flags there’s an entry command option. Put something like PvP on (player)
Or just ask ChatGPT
nvm restart fixed it
thats what i call a large scale iron farm 
Why am I not able to use commands of SkinRestorer plugin in my minecraft server
Yes
?offline
?offline
THERE
i love ?crack
Btw that also happens if a golem is somehow spawned underneath
Can i ask
no you cannot

hello i have incounter that player lost there data and teleport to spawn after rejoining to the server
anyone have an idea how to fix that?
Backup player data so you can restore it when things like this happen
DangerWarning:
colouredName: <red><b>Danger Warning
description: Click to activate & sense nearby enemy players.
skin:
value: eyJ0aW1lc3RhbXAiOjE0OTk5MjM1MTUzOTEsInByb2ZpbGVJZCI6IjQzYTgzNzNkNjQyOTQ1MTBhOWFhYjMwZjViM2NlYmIzIiwicHJvZmlsZU5hbWUiOiJTa3VsbENsaWVudFNraW42Iiwic2lnbmF0dXJlUmVxdWlyZWQiOnRydWUsInRleHR1cmVzIjp7IlNLSU4iOnsidXJsIjoiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9iNWE1M2E0NGZkN2JjNGI0ZDdiYTI2Yzc0ODQ4YjVlNDQzODkyNWNmM2Q4YzdiNGI4ZDQzMTFlOGI2ZmEifX19
signature: KsSv8po6QPyiJ5GsRSXxtX8G9riMnUc0/M7HFICxOp6jMXwyy7XzOokjt5McwtKimmi0gX8a11QdBI8FOYEh8OpD6g6oR9537INdANP0rIMT5CX3gOT73ko6z9vDuv9EUp2S2iqKIi1LZOIVwtG0Jsy9TBPk/YBnEAXkpskPbdjFm3SgnLJaolOYsven+j+Aeuthf7H0y0xwysgwg8c6HmXy9Li9A2k3EtGKrd+kOrAt2fyurTlOls4Kc5QDz+n8TMZBpmyD/2AhM0E5n0PsVWqp2eDkHyG7fWUIZuIMFkupho5Q3Ys0RpHMx2tEnoeyUmI9kGOy1ZTRYfvodbHVdjVw9KVBU9QyWVrjxeb62HqE7SuDWz9NwdHP5I+Uv9Xph++YdI5Ka2o3KACcEojnWUdx7r2p2nDrk1T+GqPQprsnCFsQDP9XLG7TsexTFDmRi4ZrkPjA2j7g+tz9MxqggrXVz0fw8CxhANsJ/E0XhfkhZXSIZqKQX26aQlwUbetn9ZooSObNJOp6o/GN+k7y9jYnuIIUVrIvlJfYyzYJcuca3LiIzWU0r0bd4H0ZU4yDQeGmyFGNm9FUeQbAhqUAco0kyMBsSIgqSyNBhodGcymGzcGXouscj/zPcURCy4nECmp9zOxtaqpENdiFVxxnmA93gMpI2ICKZQcGyjpFqYw=
skills:
dangerSense:
skill: CUSTOM
trigger:
type: RIGHT_CLICK # The player must activate it manually.
conditions:
cooldown:
type: COOLDOWN
mode: SELF
cooldown: 300 # 5-minute cooldown (300 seconds).
effects:
detectEnemy:
type: ENTITY
mode: OTHER
entityTypes:
- PLAYER
radius: 15 # Detects enemy players in a 15-block range.
glow:
type: GLOW
mode: OTHER
duration: 5 # Enemy player glows for 5 seconds.
warning:
type: TITLE
mode: SELF
title: "&cEnemy Player Detected!"
subtitle: "&7Stay alert!"
fadeIn: 5
stay: 40
fadeOut: 10
sound:
type: SOUND
mode: SELF
sound: ENTITY_ENDERMAN_SCREAM
volume: 1
pitch: 1
actionBar:
type: ACTIONBAR
mode: SELF
message: "&4⚠ Enemy Nearby! Stay Ready!"
Musti:
colouredName: <bold><green>AntMan
description: You are Ant Man buddy
skin:
value: ewogICJ0aW1lc3RhbXAiIDogMTY0MzEzNTczNzk4OSwKICAicHJvZmlsZUlkIiA6ICJjNzQ1Mzc4MDY5MzY0ODg2ODkwNzRkOTQ3ZjBlOTlmNCIsCiAgInByb2ZpbGVOYW1lIiA6ICJjdWN1bWkwNyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mMDBkMzI5ZTBjMWYwMzBlMmI4NDAwNmE3NzYyYmQwZDg3MWZlZTM5ZTcxYzQ4MzZiYmRhZTk2ZjVlNDg0ODA3IiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0=
signature: GUbKG5DbGN+sgMzDza2tl0Y/h6lyzYZzbcw+xAeoUCC7aRwhWC9JedE+Jh8y3mcDeKkvF/eMs1O4/QuS/bytmqJ+K/xg19z5ylEFqiOA3rzputMRwjrfqMc9xx7KVYjAxoEnLxAYEBiCvpMQsHke4FvWMGtJ0/8WZj1140rqESRB/oBkTRxfrYNnwnN2koUx/yfK4WbrxJoCnA00dRpqNXB93NYz3INf/jw7V26BYoAwjoJezptEI22r+eV35DNDGeehuWTXx9YONhGRJh3+Zu9Jn5HXvvq8h8tl+E+u9c0cbWFIsqr0y2uvIsIuaZFTMpV3FiL4sUudEl6lFihCecD3GbsPkpX6e6T1xOhGBXhT6VJAasNZw1vVLPRPgAQeDymmsaekCVuhaPobfi4PSC9Z9YB4PpN/lpoNWMbbBy6zFpgW9DzRPjXYNCBDT0owSr+nEgc6JSuDch2eby8juKDz4AHp04a04DTIopoY004SS9aifeJuKczL3Cjo5mkXpGOSktru4kKi/6lOtEFInToMGi1OJl/jh/WbxDPaZK3kG6RTX7WadbldJ32vY6W9GCRi16pZ3R3u1UmrulvR0+921Hh/nE//aebSNDu2+nNQAw76XEtR1opF+m7V6biXEU6camxSpRJQq3pPl1svTccMr0KHmwTydk7jUYX6phU=
skills:
tiny:
skill: ATTRIBUTE
attributes:
SCALE: 0,25
STEP_HEIGHT: 0,25
SAFE_FALL_DISTANCE: 1
PLAYER_BLOCK_BREAK_SPEED: 0.75
PLAYER_ENTITY_INTERACTION_RANGE: 2
MAX_HEALTH: 10
JUMP_STRENGTH: 0.15
ATTACK_KNOCKBACK: 0
GRAVITY: 0.02
damageModifier:
skill: DAMAGEMODIFIER
maxDamage: 7
minDamage: 0
expectedMaxDamage: 30
eased: true
outgoing: true
It Doesn't change the player size
lol
Whats funny
You bombing the chat then when somebody gives you the code paste link so you don’t have to bomb the chat you post it again #help-server message
It didn't work plus i don't even know how to use it
Have you tried changing the , to a . In the numbers
Oh my bad
?paste
As i said idk how use that
It keeps bouncing the player after stopping to hold sneak even tho sneak makes it go Down i suppose and jump up
what the fuck did you do to that
Huh
Wdym
why is it URL-encoded
Idk
that's what I was asking
You’re supposed to just copy and paste your code into the website.
When you clicked save or as you pasted it in?
try https://pastes.dev ig
If i copy most of the script it becomes numbers
Could i send it to you?
Maybe your text encoding is messed up. Make sure you are using UTF-8 text.
Idk how do that
anyone know a lot about velocity proxy??
Well, we might, but we won’t answer u here
Go to the correct server
And ask ur question properly
?ban 1160769529094340618 advertising? Idk the video doesn’t work
Done. That felt good.
Shows up, posts a link to a YouTube short that doesn’t exist, refuses to elaborate, leaves
it existed back when I checked it out
guess they just gave up on it after the comments on general lol
just a short showcasing a server holograms and builds
Which is the best?
Dynmap
BlueMap
Squaremap
Can i make player into animal with plugin?
LibsDisguise does that
Okay that could work
But i would need it to connect to one player who can use it on bind like G or any action
Not sure what you mean
I want to have smp with powers and one player can become fox
I think there’s a LibsDisguise API which you can incorporate to your own plugin if you want to
But if you want to be a fox you just run the command:
/d <playername> fox
Phase power keeps going down whenever i hold sneak i want it go by 1 block after stopping touching sneak it should leave me in the block and jump gets me up
yo anyone
so i was tryna make like war kingdome type server
not factions
but kingdome type
but im confused wich plugin to use
any suggestion
is there a plugin that plays songs using nbs file play ing playing right notes
on player whereever he is standing by using his locaiton
Hi, I have a problem 😄 with the minecraft server, maybe someone can help me, it tells me that I should update the purchased residence plugin, but when I want to update it on the spigotmc.org page it shows that I haven't purchased it? Do I have to buy it again for every update? Or is my account buggy?
?support
contact support, you should be able to access the plugin if you've bought it once
Make sure you're logged in to the account you bought it with
isn't having multiple accounts against spigot rules
yeah yeah im logged 😄
how do you change bungee servers with npcs
Set the NPCs to make the player execute the /server command
Or /server might be able to take the player as an argument, unsure
compared to when i type a random command it just says "Unknown Command"
but isnt /server a bungeecord command?
It is yes
That does look like it would work
but it doesnt
oh wait
i got it working
the server was whitelisted
😭
idk when i did that
anybody know how to use the player builder x plugin ?
What issue are you having with it and have you checked the plugin page?
bro you dont understand im so lost i have no idea what im doing, it tells me i need to put the plugin into a spigot server folderr but idk what that is been trying for like 2 hours lol
Download the .jar below (For spigot versions 1.19 and prior, use this version of the plugin: https://github.com/SkyTechBytes/PlayerStatueBuilder/releases/tag/1.13 )
Move the .jar to your "plugins" folder in your spigot server folder
Restart your spigot/paper/etc. server
Type "/statue USERNAME" to generate a statue for the specified USERNAME
Config file is in the plugin data folder (in the "plugins folder" > PlayerStatueBuilderX)
these are the steps it tells me to do but idk what a spigot server is, if anybody could help me with this i would greatly appreciate it
i do not have a server i have tried to downlaod a spigot server but it doesnt work
and im pretty sure thats the only plugin
?bt
start with a server then move onto plugins
any youtube videos on how to make one, i tried on my own and i just couldnt get it
i found the problem its because i never had java downloaded 😅
idk why but when i try to use pl;ayer builder it generates my old skin instead of my new one
anyone know why ?
Hello guys can you tell me what format the data is in?
Looks like month/day/year to me
yes but formatted for TAB
What?
I have this, but I want to delete the pm.
Looks like it’s just %date%
realy 🙂
Thanks 🤦
lmao I would have given the exact same answer
They didn’t add the context about TAB at first!
Hello, how can I make it appear all the time on the Scoreboard in the lobby from all sections?
This doesn't look like a Spigot server is even starting to run at all.
What jar do you have selected?
server.jar
Do you have a logs folder so you can share the entire logfile
let me see
They're using java 17 or something with Minecraft 1.8 or something
That'll do it
What is this backup plugin doing 💀
their support chat is dead asf
its some drop box error prolly outdated api
Turn off native-transport in server.properties
give me a sec
it would appear to be attempting to upload to dropbox, and failing.
I can see that
istg why is there no simple option for backups without having to use r clone and shit in ptero
respectfully, rclone is the simple option
ahaha yeah, as soon as I saw the error, I knew instantly what the fix was, I work within 1.8.8 mostly too. Custom server jar with java 21
I understand very little, I start testing a little to see if it works but I spend 2 hours trying
Yeah there will be a slight performance hitch within changing that to false, but it's because of the old netty version old mc versions use
what's playerbuilder?
im interested, is this a mod?
???
Guys
No idea what your question is
He doesn't either
yo guys
there is like this super duper cool zombie mod
which has zombie waves and such but the issues is that i have to manually start it which is kinda lame so i wonder if yo uguys know any cool plugins which can like allow it to randomly happen OR to just happen at night
u can use that to schedule to run a command at night
or smth
imma try it out thanks
ive been playing with my friends some aternos and we thought to add that zombie mod but its annoying to kinda run it all the time manually
Which is the good horror plugin for minecraft java/bedrock
what is the mc server behaviour if the config is truncated? e.g. lets say the server.properties file only has a single setting configured, will the server completely discard the file or just append the correct config to it
it turns out the config is generated correctly surrounding the field
Guys i tried to make that when item is right clicked like black candle it gives effect but it Doesn't give effect
ok
Finished it Thx for texting in help
I'm going to crash TF out that this was my fix. everything everyone asks you to do points to the fact that you have the correct java version installed but you didn't do it the way BuiltTools wants. I have searched far and wide, but if anyone complains about the buildtools java 17 error from maven, it's because you didn't install java on ubuntu this way.
If I ever manage to get the GUI v2 functioning I'll do proper jdk checking and actual JDK settings and auto detecting
like shadow made in the designs
🔥 Really need it to check the PATH for my jdks
It's a bit annoying that it doesn't detect them
its a mod that allows you to print your skin in a world, i wanted to use it cuz i wanted to make a schematic for my skin and build it in my survival world
awesome! can you link it
i'd love to get my skin into a statue and build it on my university's survival world
anyone know how to turn off all commands in a worldguard region
whats the safest way to update a server to 1.21.4 to 1.21.5 (im using AMP btw)
make a back, start a test server locally where you replace the jar, watch your plugins crash and burn, report the errors to the plugins
wasnt there no api changes
the couple ones should be backwards compatible through bytecode rewriting
i updated the server and got back on and half the chunks are corrupted
If you can replicate that, you might wanna report it to spigot then
i already restored my backup but if it happens again imma do that
backed up the world and loaded up with the new jar file and it worked fine
any plugins that preload chunks while loading into the server to help it run better? or anything liek that for efficiency
preload what chunks? spawn is controlled by gamerule. Otherwise probably not going to help a heap
Chunky. Run that to pregen. If it’s a new server release and you for sure will have lots of traffic, you could also fly around the world a bit to cause block updates.
@glacial sundial does spiggot own bukkit? because i cannot access bukkit because aparently cloudflare blocked me
or are they in relation or smth
no, bukkit is not owned by spigot
It's owned by Mojang actually
so then who do i contact?
Are you using a VPN
dev.bukkit.org or bukkit.org? Idk who runs the latter nowadays, the former you would go thru overwolf support
can someone help me installing deluxemenus?
i dont know why i cant see the folder here
it doesnt create the folder
Check for errors during startup
its like a dependence?
pretty much yea
hahah tysm
how do i display when a server is whitelisted or offline in bungeecord like this?
It'll just be a feature of some Hub NPC plugin
Just Google hub NPC plugins and find one that suits
Just create a listener
how
You're using an extension which doesn't support 1.8
You can remove them if you don't need them
No
extensions for PlaceholderAPI add additional placeholders
and you seem to have installed a couple of them
You have the same cracked plugin installed 5 times 💀
im just trying them
💀
if they works ill buy
I was doing something like this
public void onServerConnect(ServerConnectEvent event) {
ProxiedPlayer player = event.getPlayer();
String targetServerName = event.getTarget().getName();
// server info
ServerInfo server = ProxyServer.getInstance().getServerInfo(targetServerName);
// server is online
if (server == null || !server.isActive()) {
player.sendMessage(ChatColor.RED + "The server is currently offline.");
} else {
// Check if server is whitelisted
if (server.getPlayers().size() > 0 && server.getPlayers().stream().anyMatch(p -> p.hasPermission("bungeecord.whitelisted"))) {
player.sendMessage(ChatColor.YELLOW + "This server is whitelisted.");
}
}
}
Not sure if this works, cant test rn tho bc I dont have a bungee server rn
so wichone i have to delete
This is the help server channel not help development
Ohh, I see. Sorry
Start by getting rid of duplicate plugins
aight where should i put this? what file should i name it?
That needs to be compiled in to a plugin for it to work
ok ill do
also it does not do what you want
They probably just posted a response from GPT or smth
what plugin should i compile it to then
No, just didnt know what excatly he wanted so I made a join listener bc thats pretty easy, didnt see that this isnt dev help
i wanted it to show when then server is whitelisted, offline, or online (joinable) i am using decentholograms
i guess ill move to #help-development
You're better off looking for an existing plugin
Yeah, I get that. Just if you cant code in Java I cant help you, bc I cant teach you Java basics here (Would take time I dont have lol). I am pretty sure there is a plugin that can do that
If you've never programmed before
🤷♂️
I'd try to search for PAPI addons that allow that
wasn't sure where to post this but i been getting this error when trying to sleep in a bed... Minecraft 1.21.5 spigot server with plugins active and disabled same error? Edit: I booted another Server 1.21.5 without spigot 1.21.5 and the bed works without server errors maybe its a spigot error...?
Thats a Minecraft Problem
Interesting. It is probably to be ignored. Lately a lot of random errors like that occur. Is evrrything working as normal?
besides not being able to sleep/set spawn point yea everything is working well with plugins and no plugins active while using normal Minecraft launcher.
Wait what
If you cannot sleep that sounds like a major issue. I thought it was an error that didnt change any behaviour
For me it works fine tho on 100% vanilla server (1.21.5)
yea weird error btw the error log is from spigot server every time i try to click on a bed lol
Do you have a backup
Just theoretically try to run it with a vanilla server (make A BACKUP!!) and see if it works there. Maybe this could be a spigot-related error.
funny thing is its a brand new server folder like fresh 1.21.5 spigot server install. it did just come out today ill wait a little longer.
Hey is spigot 1.21.5 out yet (I’m new to having a server idk what everything means yet hahaha)
Yes, you gotta build it yourself tho... https://www.spigotmc.org/wiki/buildtools/
Ahh I seee thank you:)
Is it quite straight forward doin it on the phone or is it easier doin it on pc
Sorry I’m dumb I don’t rlly understand things to do w makin a server 😭
buildtools program needs a pc
Ok thank u sm🙏
Sorry I forgot to mention this but do any of you know when it’ll be available on pebblehost?
Sounds like a question for pebblehost
Im getting this error when trying to join on 1.21.5
io.netty.handler.codec.DecoderException: Failed to decode packet 'clientbound/minecraft:pong_response' is this known?
yes I will one moment
Is building spigot 1.21.5 with build tools hard? bc paper takes forever to update and i wanna make a server now with the geyser plugin but cant bc everythings updating rn
idk what im doing
Just double click and select 1.21.5
seems to be issue with vulcan/packetevents
once its done do i put all theses files or just the spigot jar file into my server folder
Just the jar
ok thank you
i can just use the geyser plugin with a spigot server and have crossplay right?
Yes
?whereami
ok cool idrc but whats the problem
The problem is that this is the Spigot Discord but you don't have a Spigot server
doesnt paper legit support spigot and bukkit plugins?
Again, this is the Spigot Discord
google it
Make sure to include precise instructions
kk
I was sending here to make sure it looked like spigot bug I see no mentions of other things.
It says outdated client when I try to join thru my phone even tho it's up to date
do I need to wait for my side to fully release the update or something along those lines?
When I try to join my friend's server*
he just updated it to 1.21.5
You're running java 1.21.5 on your phone?
Ok well then it's a question of Geyser being up to date, not Spigot/1.21.5
Hi everyone, I have been trying to set up a server for the last few days, every. Everything is going smoothly, but my friends can't join. I have port forwarding set up, but when I share my IP, they can't join. Does anyone have any ideas as to what could be the issue?
This is message pops up when they're trying to join
I had that
But automaticly fixed
would you like to explain how its fixed?
I cannot i am going to school
v4
Alr
works fine with IPv6
I'm currently at school, but when I get home I need to check as I have a suspicion that I have been sharing a local IP rather than a public IP (if I understand it correctly, that is)
Yeah you're gonna have to either port-forward or use some kind of tunnel
how can i add the minecart experimental feature to a spigot server
Same way you add it to any server
but how
(experimental features are not meant to be added you existing worlds, you need to edit level.dat to enable them then add the data pack)
Random video on Reddit https://youtu.be/MmLHVI-U5xM?si=v_TXCRi5-azoRmGZ
NBT Studio and other editors should be free to download if you search for them.
If you know what you're doing, you can also just edit the raw text to add what needs to be added.
How to edit NBT data, I guess.
Music -
Zora's Domain (Night) - BOTW
Connect With EchoCraft and Myself! -
EchoCraft Fan Discord: https://discord.gg/DEPEkyV
My Discord...
aight imma try it
Random different thread on Reddit https://www.reddit.com/r/Minecraft/s/1oS0Sg5oQP
Is there a way to figure out my pc's public ip adress remotely (I have the local IP)
See your public IP address instantly. Tools for IP location, IP whois, proxy checks, and more. Learn about IPv4, IPv6, and network settings.
Not sure whether this is the right place, but im trying to upgrade my spigot server from 1.21.4 to 1.21.5. but im encountering this error (find at the bottom of this message) after the server is running for a bit (seems random on timing). Ive tried a fresh compile of the .jar file removed all the plugins, and slowly added them back. but i seem to not be able to avoid this error (im still suspecting its one of the plugins, as it seems to be a colour related error). ive checked the discussions but dont think anyone has this. any help is always appreciated.
---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!
Time: 2025-03-26 12:35:38
Description: Exception in server tick loop
java.lang.IllegalStateException: Formatting was not a valid color: §l
at com.mojang.serialization.DataResult$Error.getOrThrow(DataResult.java:287)
at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:81)
at net.minecraft.world.level.storage.WorldPersistentData.a(SourceFile:192)
at net.minecraft.world.level.storage.WorldPersistentData.a(SourceFile:181)
at java.base/java.util.Optional.ifPresent(Optional.java:178)
at net.minecraft.world.level.storage.WorldPersistentData.a(SourceFile:180)
at java.base/java.util.HashMap.forEach(HashMap.java:1429)
at net.minecraft.world.level.storage.WorldPersistentData.c(SourceFile:179)
at net.minecraft.world.level.storage.WorldPersistentData.a(SourceFile:142)
at net.minecraft.server.level.WorldServer.b(WorldServer.java:969)
at net.minecraft.server.level.WorldServer.a(WorldServer.java:936)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:842)
at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:873)
at net.minecraft.server.MinecraftServer.bD(MinecraftServer.java:1396)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1370)
at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1068)
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:325)
at java.base/java.lang.Thread.run(Thread.java:1583)
can u send full logs
?paste
Even at a glance, you probably have a map with formatting no longer allowed
thank you
definitely odd, the world was only created last week in 1.21.4, im assuming by map your talking about world.
yes youve put bold or something in a map name
Ill look at it in a moment
ColoredPlayerNames
could be this?
its bold formatting somewhere
need you to try without plugins
I reckon Scoreboard with "TeamColor" set to bold
ill give that a shot, ill remove chatcolour2 as well. as that also has a bold option in it.
sorry but i dont understand
I've also just pushed a new version which will make the plugin error (unless the plugin is really bad). If you wait 10 minutes you can also try that version
yeah no rush thanks for your time
its just a game at the end of the day, its just a priv server for me and my friends. not like its making money
my server cant sleep with spigot 1.21.5
update
if your asking me, it seems to be working now thank you and thank you @heavy birch for your time and help.
i did think it was to do with the plugins as you mentioned md_5, but i wasnt to sure as i thought it would just crash straight away rather then working fine after like 20mins and then randomly crashing.
it'll crash when it saves a bad scoreboard
I was talking to bed guy, but you should update too - might help catch the plugin
was reading snippets of that convo, but im not following. wdym by update?
(update spigot)
thought i did that when i went to buildtools and complied a 1.21.5 version
you are right im 2 versions behind
Got a server on a raspberry pi for my kids but the update yesterday outdated it. Got jdk17 on the raspberry but found a newer server file which required above 20 or 21. Will there be a spigot server available for jdk17?
Newer versions of Minecraft require Java 21 to work
It would be a lot of work for not much benefit to backport to Java 17
You can try:
sudo apt install openjdk-21-jdk
might not be available for Raspberry though 🤷♂️
Got some mysterious problem while updated, got tired after 3 hours 😅
which pi ver
4
The error is something about bin/usr/.. (not sure by hand whats the direction) is change to a new path but there is nothing at the new patv
Hey sry to bother If anyone already mention it or its already fixxed but in the 1.21.5 Release Yesterday u are Not able to sleep in beds. When u Stand far away they Tell U IT but If U Close, ur Not able so sleep or Set your Home. Im Not Home ATM but i SAW that there was No Update yet
specs?
Except there was an update https://hub.spigotmc.org/changelog/
View the Bukkit, CraftBukkit and Spigot changelog.
Not sure but think its a 4b 4gb.
MB i did Not saw that
you could try using a podman container for mc
Ill look that up
https://docker-minecraft-server.readthedocs.io/en/latest/
podman is a drop-in replacement and often more lightweight afaik
Documentation for Minecraft Server on Docker
Hey uhh
I just dowloaded some stuff from the itemsadder market place
And i dont see the auto-external-host option
to make a resource pack download automatically
if that option is gone what can i do?
I recommend heading over to their discord
itemsadder have the worst type of support
They take years to answer and when they answer they answer in very rude ways
in config
@glossy prawn
no-host:
enabled: false
lobfile:
enabled: false
self-host:
enabled: true
server-ip: 127.0.0.1
pack-port: 8167
append-port: true
protection:
block_non_game_requests: false
rate_limit:
enabled: true
max_requests: 3
period_seconds: 2
cooldown:
enabled: true
duration_minutes: 30
trigger_on_failed_times: 5
external-host:
enabled: false
url: ''
skip-url-file-type-check___DONT_ASK_HELP_IF_SET_TRUE: false```
how do i get pack port
This is the port you must open in your server's firewall to be able to use the pack.
How do i open it?
Is there a tutorial somewhere
Are you using a host?
If so use the secondary port provided
if not you open it the same way as you opened the first one (the server port)
in server.properties?
If yes then i added it
But the resource pack fails to download
When i join
no
I mean yes that's the port but that's not how you open it
That just tells the server to use it
Didnt have a matching manifest for my arm/v8. Seems like my old pi isnt worth the time to use it as a server for mc anymore. Maybe ill turn it into a Automatic gardener 😅
Can You Help Me To Setup Power Ranks (luckperms Better Or Power Ranks)
@mellow dock
@runic rain XD
pinged them /s
the part that indicates in text that my statement was sarcastic and randomly pinging staff members is disrespectful af
You Don't Know??
Welp, sorry choco, didn't mean for you to get pinged here.
@fallow gust
@pulsar cloak
smh lynx
the idea of this server is, you post your question and wait for someone that knows/cares to help
you don't start random pinging people for their help giving this is all volunteer work
I have 0 idea what power ranks is, but if it is a permissions plugin, then ditch it in favour of luck perms. LP is the defacto standard
After careful consideration, I have decided to discontinue the development of all my Minecraft plugins.
it also seems to not even be maintained
on an earlier server i used a plugin called residence for creating protected homes with the ability to teleport to. is the plugin still maintained? if no is there a plugin with the described abilities of grief prevention and easy creation of teleport beacons?
I can’t start 1.21.5 spigot server
Can’t find main class: Minecraft.server.main
Cause: nodefclasserror jopt-simple value converter?
How did you get the server jar
Buildtools
Did you open any folders that it made to get that Spigot jar
I noticed in the buildtools log it excluded jopt-simple in the shaded jar?
minecraft is a bundler, so is spigot. use only the spigot jar it copies into the same directory as your buildtools.jar
Tried adding it to my libraries for jopt-simple in my server folder/libraries and tried shading into my own plugin
No worky
shading what into your own plugin
jopt-simple
Yea that isn't how the bundler works sadly
No
I’ll try on a fresh server later then
i need to ask if it is possible to make with this script that the player when he uses the item he gets the effect
Am I dumb or are the new pig chicken and cow variants not working?
Like they are always spawning in the old way
Are you on 1.21.5?
Yeah
Same with your client?
Like if I use spawn eggs or commands it works, but they dont spawn naturally... At least I havent seen any in the last 3 hours
yes
Nvm
It works...
Just couldnt find any mob in the snowy biome I was in
Will 1.21.1+ plugins work with 1.21.5?
really depends on their scale
If they only use API calls, they should.
but normally they should
If they rely on NMS, then no.
Uh okay
yes, NMS -> probably do not work
help
im not receiving the verification email from spigotmc
ive tried doing it many times it doent work
holy
do other plugins tab-complete? does FAWE have a tab completer for spigot?
¯_(ツ)_/¯
its very interesting
I think that is a sign that your graphics card is going bad. lol
everything else works fine lol
Light mode, dark mode, piss mode
other plugins do tab complete on command
FAWE is reported to have a tab completer, shown in a lot of forum posts and their own merged PRs
but for some reason it just wont work ;-;
I read that it might not be working on spigot but works on paper - could be wrong
Er. I'm not certain I'm in the right place; is this an appropriate channel to ask if a given behavior is a known bug with Spigot itself?
Tried checking the thread linked in #rules , but that website isn't loading for me.
Ask here
Alrighty.
Not certain if this is the right place, but I noticed today post-update that bone-mealing the sea floor for seagrass causes the entire server to freeze then timeout.
I'm pulling plugins one-by-one to see if one just doesn't like this update at the moment, wasn't sure if this is a current/known issue with the platform, an errant plugin or a fun secret third thing I haven't worked out yet.
Are you on 1.21.5
Per my host, I'm on "latest version," but I can try manually selecting 1.21.5 in case that's something on their end.
Oh, I can just use /version
Does the server work normally with all the plugins disabled?
I was trying to delete all of the plugins one by one through FTP prior to posting here; some of them take a ridiculously long time to remove. Fairly certain Dynmap wasn't removed after 20 minutes.
Welp
I suggest trying to remove all the plugins
Also it says you are theee versions behind
Options on my host are '1.21.5' and 'latest version' (which I have selected). There's not really a way to forcibly specify individual snapshots.
Outside of maybe shoving something in through FTP.
Every plugin was pulled, still occurs. Guessing it's the snapshot, then. I'll see if I can manually update without breaking everything.
...er. It seems the spigot domain is down.
The moment I open that link, the 6 or so hung tabs waiting on that domain all loaded instantly. 
This is a freeze followed by a connection lost / timeout DC. I'm not sure where if anywhere that would be logged.
If there server is frozen for a minute there will be a stack trace
Assuming stack trace here means the stack mentioned in the server console output.
Yes
In that case I worry the line Skipped some lines of output might be less than helpful. 😅
Either way, posted.
Odd, used build-tools to make a new jar, threw it in the server and still got the same /version output.
I noticed my host originally built the server as spigot.jar, yet build tools a moment ago compiled it as spigot-1.21.5.jar or similar. Am I correct in assuming that if I hadn't renamed the newly compiled jar to spigot.jar that shoving it into my server might have caused indexing errors?
It probably just wouldn't have done anything
Oh, so it was the platform? Glad I wasn't wasting someone's time, heh.
Tried to be thorough but this sort of thing isn't really my wheel-house.
Fair do's. Can never tell which brick breaks the jenga tower with this sort of thing.
PS: the comment on my issue submission has a link I don't have permission to view; I assume that's a development thing.
Yes
Is the performance between spigot vs paper on 1.8 really noticable for smaller server like less than 50
i doubt it
okay
