#help-server
1 messages · Page 309 of 1
Downgrade
its on a 1.8 server
Use 8
Then don't use 1.8
is there no way to fix that?
Yes in the bat
where
this is my path
C:\Program Files\Java\jre1.8.0_301\bin\java.exe
TITLE Solo ClayWars 1
java -Xms4G -Xmx4G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true C:\Program Files\Java\jre1.8.0_301\bin\java.exe -jar server.jar nogui
EXIT```
thats my start.bat
u can see i tried putting it before -jar
Replace java with the path
aight
WORKS
oops
works
i realised i had to add ""
For anyone who has used TAB on bungeecord, how would I show groups without using LuckPerms Bungee?
Or must I use lpbungee in order to display groups
Help
My server is restarting all the goddamn time
I used /restart
And then...
It just can't stop
Please help
Hey! I was wondering if there is any plugin/way to have a YouTube members only server? Ive had this via MCLink on twitch before but I recently migrated to youtube
Whitelist?
Dedi or who do you host with?
Lol
What are the logs?
@pine tusk send discord link in dms next time
hello
can someone help me?
my server is version 1.8 and 1.16.5 but for some reason when im trying to get the shulker box is turning to stone can someone help me?
Well yeah...
and i have this problem too why?
1.8 has no shulker boxes
Did you forget the papi extensions
Yes PlaceholderAPI
i have it in the server
You need to install the player extension for it
Read their wiki
ok thanks
what happens with the players that were in a world
and then the world was deleted?
they will die?
Yes Automated
Okay, I'm sorry!
why is forgelin mod is crashing the game
Can DiscordSRV auto whitelist people with a certain role in a discord? And when their role is gone the whitelist also change?
ah damn fixed it
can i copy an npc skin with citizens without copying the path and stuff
I PMd you their discord invite. I do believe this is something you can do, but I'm not 100% sure. They'd be able to assist you.
hello I have problems to put the plugin that I bought
What plugin
EcoEnchants is the name of it?
Join their discord lol
can you give me the link?
Likely don't have Eco installed though which appears to be a dependency. It won't work without it.
It's on their spigot page man
thnx+
Does the plugin scoreboard revision (now scoreboard r4 I think) conflict with vannila scoreboards?
Because I have a plugin that uses scoreboards itself. I have revision disabled for that world too but still the generated scoreboard doesn't show up
why is this spamming my console? [20:07:25 WARN]: UUID of added entity already exists: EntityPig['Pig'/326, uuid='85423fd4-3db1-49fb-ab20-e4885323610c', l='ServerLevel[world]', x=16.97, y=69.00, z=89.43, cpos=[1, 5], tl=6917, v=false, rR=null]
[20:07:25 WARN]: UUID of added entity already exists: EntityPig['Pig'/327, uuid='211302cf-a746-4feb-bc1a-f60aaf2059fa', l='ServerLevel[world]', x=16.27, y=68.00, z=91.79, cpos=[1, 5], tl=6917, v=false, rR=null]
hmm seemes there was either lag or a crash sometime when a entity was spawned not properly registering it
and now minecraft tries to respawn it while it alrdy exists
What economy plugin are most people using these days?
essentials I'd assume
That depends on vault as an economy source.
hello so when someone goes AFK i want player to be sent in the world or maybe do /tp i expalined liek a ashit sorry with skript :D
yep, vault does no actual storing of the economy (and essentials doesn't even depend on vault)
and vault doesnt even have events for third party plugins to listen to
Doesn't depend on, more like soft depend. If you want to use the economy command that is.
the formatting looks bad here >.<
any suggestions
for this
i dont like the colour scheme but idk what else to do
Maybe make the numbers light gray
And put the value in brackets as in: IGN (10)
Or numbers as white not to conflict with your default rank
what about the title?
LEVEL LEADERBOARD looks bad
idk why
what is the & code for underline
How do I add worldedit to a multiplayer server I'm locally hosting?
net.minecraft.ReportedException: Loading entity NBT
at net.minecraft.world.entity.Entity.load(Entity.java:2355) ~[spigot.jar:git-Airplane-"52ebb5f"]
at net.minecraft.world.entity.EntityType.lambda$create$2(EntityType.java:513) ~[?:?]
at net.minecraft.Util.ifElse(Util.java:368) ~[?:?]
at net.minecraft.world.entity.EntityType.create(EntityType.java:510) ~[?:?]
at net.minecraft.world.entity.EntityType.loadStaticEntity(EntityType.java:601) ~[?:?]
at net.minecraft.world.entity.EntityType.loadEntityRecursive(EntityType.java:544) ~[?:?]
at net.minecraft.world.entity.EntityType$1.lambda$tryAdvance$1(EntityType.java:568) ~[?:?]
at java.util.Spliterators$IteratorSpliterator.tryAdvance(Spliterators.java:1812) ~[?:?]
at net.minecraft.world.entity.EntityType$1.tryAdvance(EntityType.java:567) ~[?:?]
at java.util.Spliterator.forEachRemaining(Spliterator.java:326) ~[?:?]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) ~[?:?]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) ~[?:?]
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913) ~[?:?]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[?:?]
at net.minecraft.world.level.chunk.storage.EntityStorage.lambda$loadEntities$0(EntityStorage.java:64) ~[spigot.jar:git-Airplane-"52ebb5f"]
at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) ~[?:?]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) ~[?:?]
at net.minecraft.util.thread.ProcessorMailbox.pollTask(ProcessorMailbox.java:87) ~[?:?]
at net.minecraft.util.thread.ProcessorMailbox.pollUntil(ProcessorMailbox.java:141) ~[?:?]
at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:96) ~[?:?]
at net.minecraft.server.TickTask.run(TickTask.java:18) ~[spigot.jar:git-Airplane-"52ebb5f"]
at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:149) ~[?:?]
at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23) ~[?:?]
at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1426) ~[spigot.jar:git-Airplane-"52ebb5f"]
at net.minecraft.server.MinecraftServer.shouldRun(MinecraftServer.java:190) ~[spigot.jar:git-Airplane-"52ebb5f"]
at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122) ~[?:?]
at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1404) ~[spigot.jar:git-Airplane-"52ebb5f"]
at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1397) ~[spigot.jar:git-Airplane-"52ebb5f"]
at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:132) ~[?:?]
at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1475) ~[spigot.jar:git-Airplane-"52ebb5f"]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1280) ~[spigot.jar:git-Airplane-"52ebb5f"]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[spigot.jar:git-Airplane-"52ebb5f"]
at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.lang.IllegalArgumentException: Cannot drop air
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:141) ~[spigot.jar:git-Airplane-"52ebb5f"]
at net.minecraft.world.entity.item.ItemEntity.setItem(ItemEntity.java:510) ~[?:?]
at net.minecraft.world.entity.item.ItemEntity.readAdditionalSaveData(ItemEntity.java:386) ~[?:?]
at net.minecraft.world.entity.Entity.load(Entity.java:2255) ~[spigot.jar:git-Airplane-"52ebb5f"]
... 33 more```
anyone know how to fix this?
what even is this
random error 1.17
Download the worldedit.jar file and place it in the /plugins folder
What permission plugin do you have and what is the rank name and what is the kit plugin?
they have PermissionsEx
Alright
i want to add a economy to my server
First download vault
so how can i add super tools plugin in my server?
put it in the plugins folder
wdym?
1 - gold
2 - white
3 - &6 or hex brown
rest &7
you need vault and economy injector
for example essentialsx
show plugin list
i think its from the ultimate stacker
but im not sure
i think its a very rare case that can be ignored
put the npcs of the top 5, with a little holo saying their name and score
- That’s not spigot
I have a controversial question lol. Which is better spigot or paper?
Paper doesn't exist with out spigot so 🤷
(Same for spigot because of bukkit)
Paper
paper
minecraft does not exist without infiniminer so 🤷♂️
does anyone know of a plugin either premium or free that allows players to create quests that other players can fulfil? Like for example they can create a quest asking for someone to gather 10 stacks of sand for them/clear out an area etc. Looked at jobs reborn and quests but the quests/jobs that they offer are entirely decided by staff
thanks ill check it out
is there a plugin that will show the players who have suffered the most deaths ?
people know plugins that do food diversity
There are a few, including datapacks, that will pull from the player's stat list and display them.
Edit: Of you're wanting something like what hermitcraft has in their tab list, look into editing scoreboards or read this https://www.reddit.com/r/HermitCraft/comments/67qy9a/whats_the_plugin_used_for_the_death_counter/dgsxb61?utm_medium=android_app&utm_source=share&context=3
Do you use a web based host?
Idk what you mean by that last part, but your panel should have a Schedule option where you can set up restart times. Don't even need a plugin. If you can't find it, you can reach out to support on your host.
feel free to yoink the code
Yo anyone got a clear lag updated 1.17 plugin for java
And that works for chukkit
thanks
I wouldn't recommend using clearlag tbh
`"Let's say IRL you are tasked with keeping 50 trees (pretend these are your entities in game) in your yard, but some asshat (clearlagg) comes around every 5 minutes and chops them all down. It's your job to make sure there's always 50 trees planted at a MINIMUM. So you have to go plant more. Then Mr. Asshat comes along 5 minutes later and chops them down again (rinse and repeat).
Same could be said about any mob stacking plugins. imagine you have to keep 50 trees in your land, but some asshat (mob stacker) deletes 49 of them and puts a sign on that 1 remaining tree that says "x50". There's really only 1 tree there, and you still have to keep a MINIMUM of 50, so you plant 49 more."`
Ok
Here read this tho if you are set on it https://www.spigotmc.org/threads/clearlag-what-to-use-and-what-never-to-use.122918/ sorry was trying to find it
Ye looks so complicated than it seems
I taught it was easier then the rest
But dosent seem like it
Is it possible for a plugin to reset a world every 7 days
Evening, is there a plugin or a way to give a person a item with a cmd for like 3 days? and then its gone.
it's very possible , don't know if it exists
but very easy implementable
same thing as above, kinda easy to implement , just make roles that have access to each plugin and give/take those roles every 3 days
Luckperms does that too lol
oh yeah just noticed it , nice
so yeah if you want to do it manually then use luckperms
if its an automatic and renewable thing you must code
how do i make a command block activate to the person who used it
Yo got a question, I'm here to ask about a plugin that will spawn you randomly on the map. Is that possible?
like /wild?
So is there a plugin, which allows you to use wildcards for limiting tab complete? So certain aliases from essentials for example do not show up?
I have them disabled, but the commands still clutter in chat. So I am trying to get them to go away...
whats a good workaround when im able to use commands in a plugin like
command: *Cmd*
But doesnt allow 'in the commands
could someone define "server sponsor"
i don’t like the look of terra - everything is very smooth
Use Luckperms then edit the Default
/lp group default setdisplayname Player
Terra isn't a world gen
It's entire engine
If you don't like smoothing edit noises
And math equations
Ok once you change your pfp to something non nsfw
hmmm yeah fair enough
It's not allowed in discord tos so you have to change it anyway, I'm just helping you to avoid ban @west cloak
is it possible to make a plugin that makes a tab, with ranks, but without header and footer?
You need worldguard and worldedit
Use the worldedit wand to mark out the region then do /rg define [region name]
After that you do /rg flag [region name] pvp deny
how to set players to spawn so that they appear on the block data, not next to it
how to action in znpcs
add setworldspawn and do not give on a given block just as random not far away
not working
Yh something along the lines of that, but like, it does it on first login
Like when you die
Hello, how can I delete my forum account ?
You can't.
more than 1 of them have commands
I will have to contact the authorities ?
You message the spigot support email afaik
If by contact the authorities you mean contact an admin, it's unlikely they'll delete your account for you.
Uh well that looks like some kind of French internet rights organisation or something, I still doubt they can do anything.
Indeed you agreed to the tos wich states alot of things related to your "freedom" to do whatever you want with your data
Or should you need to read them again before "going to authorities"?
Does anyone here have any experience making kits using Cervinakuy's Kitpvp plugin, particularly with creating abilities?
Item or overwatch style?
Hello what is that means?
[10:36:27 ERROR]: Error occurred while enabling AlonsoTags v2.0.1-BETA (Is it up to date?)
java.util.zip.ZipError: zip END header not found
Is there a plugin that disables death messages in a worldguard region?
AlonsoTags plugin is not working properly
well that happened to almost 70% of my plugin lol
The same error?
The zip file it tries to unzip is probably corrupted
Try to unzip it via external program
And see if it's actually corrupted
Okay
ummm so i need help with a healthbar plugin... i installed one for the health bars blah blah, and i come back the next day and there are invisible mobs and players with health bars, yet the players or mobs arent actually there...
Are they moving? (the invisible mobs)
no just still
If there are no armorstands in any loaded chunk, you can use /minecraft:kill @e[type=armor_stand]
If it happens again, the plugin is probably badly made and you should use other one.
yeah right after i saw that happen to the world, i just started using another plugin
one where it doesnt constantly keep the health there, and now just shows a small bar of health above the head
hey i have a question about slashwarp
how do i configure it so that people with no admin permissions can use it
Hi guys! I'm running a pretty large minecraft network and one of our minigame servers has started to randomly restart recently. Can anyone tell me what the reason might be? Here's the crash log:
https://pastebin.com/LBw321mp
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
NoteblockAPI
Also, use TacoSpigot
what..
Thank you!
He uses paperspigot 1.8.8
Yes, that plugin is good but it causes mem. leaks...
smh imagine using 1.8
and tacospigot is the spigot fork choice as a base for almost every spigot fork for 1.8.8
wdym
EconomyShopGUI causes spikes from simple commands...
Worse then that xD No api lol Its a shop plugin that can't tell other plugins the items worth
oh okay okay, thanks
also of that doesn't fix the issue, you can try also to remove AntiClicker
Does anyone know how to make everyone allowed to use the /warp in slashwarp?
Prefix too long
well i dont have any prefix lol :D
Hi, I´m trying to make spigot server with bungee, but I'm not really sure how the ip things works. How can I make it for localhost?
i have made bungee working for 25565
but now I need to start the server (propably) on the same port
@pastel portal no
You set every server in your bungee config
and set bungee-cord to true in spigot.yml
so each of them runs on the same ip and port?
ok
thx
is there a plugin that when i break a block it says in the chat u cant break blocks here ??
Worldguard
i cant use it idk how
how can i re-set the spawnpoint
cause the map changed, there might be some falls out of the world
and the playerdata is kept from the previous map
Hey! I have like 500ms tickspike on each join, but only with spigot, is it possible to fix it somehow? Or it's normal with spigot?
Always best to get a timings report. If you're using Spark (definitely recommended) you can do /spark profiler, wait 5 minutes, and do /spark profiler --stop and send the link. Else there are in-built timings with the /timings command, wait 5 minutes, and do /timings paste
./setworldspawn ?
My luckperms rank constantly gets reset to default primary group when i switch from one bungee server to another, any ideas why this is happening?
on mycommands im trying to make it so the args change what the command is so if i do /admin house it tps me to the house location and if i do /admin hub it tps me to the hub
Hey is anyone fimiliar with spigot servers, macos, and mysql?
I really need help
So basicily i am in minecraft hosting a server and for some reason mysql workbench can connect just fine to the mysql instance, but the minecraft plugins that need mysql cannot.
Has anyone successfully used WebStats? https://github.com/Dantevg/WebStats
Does the workbench use same IP, port, user and password as the plugins?
im having an issue where explosion don't effect thrown potions. any idea? it works on vanilla but not spigot
yeah, it turns out anything that is "invulnerable" cannot be hit by explosions in spigot. that breaks a lot of my games, any idea how to fix?
Hi again @thorny steeple
I removed NoteblockAPI but the server is still crashing. You think it's AntiClicker? Here's the most recent crash report
https://pastebin.com/4NJQqp3b
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
ClicksChecker.java:483
Only List#get() in that file. You think this might be the line causing the ArrayIndexOutOfBoundsException?
how i can disable enderpearls in a world?
Hello everyone, does any of you have experience with scaleway? is their antiddos good compared to ovh?
?ask
If you have a question, please just ask it. Don't look for staff or topic experts. Don't ask to ask or ask if people are awake or available. Just ask the question to the channel straight out, and wait patiently for a reply. Create a thread in case the help channel you are using is already in use!
No need to spam
Yes
Its premium
oh ok but @stone lily plz tell name
Then what
Isn't there firewall setup badly?
hlo
I'm sorry. I really don't know
oh ok
can you help me?
you have to install a plugin for that
thank you,game plugin?or web plguin
server plugin, this one for example has good reviews https://www.spigotmc.org/resources/privatemessages-1-7-1-16.54026/
Hey! Any idea how can I fix the join lag?
nms.AdvancementDataPlayer.ensureVisibility() causing 500ms lag spike
My page does not Start a conversation
Hi, how can i make rods faster?
anyone know how to fix issues with explosions that spigot causes?
When I run PlaceholderAPI, SuperStats becomes disabled. Anyone know what could be causing this?
hello, i'm having issues with setting up the group manager users.yml file; however the server isnt rlly taking it, here is what i wrote:
groups:
Default:
default: true
permissions:
- essentials.help
- essentials.list
- essentials.motd
- essentials.rules
info:
prefix: ''
build: false
suffix: ''
Roleplayer:
default: false
permissions:
- essentials.afk
- essentials.balance
- essentials.motd
- essentials.rules
inheritance:
-default
info:
prefix: '&1'
build: false
suffix: ''
Lore:
default: false
permissions:
- essentials.kick
- essentials.mute
- essentials.tempban
- essentials.editsign
inheritance:
-roleplayer
info:
prefix: '&5'
build: false
suffix: ''
Event:
default: false
permissions:
- essentials.broadcast
- essentials.gamemode.all
- essentials.msg
- essentials.tp
inheritance:
-lore
info:
prefix: '&2'
build: true
suffix: ''
Admin:
default: false
permissions:
- essentials.vanish
inheritance:
- event
info:
prefix: '&c'
build: true
suffix: ''
Owner:
default: false
permissions:
- '*'
inheritance:
- admin
info:
prefix: '&4'
build: true
suffix: ''
Does anyone have an idea of what could be wrong?
@lost otter you probably need > 20 messages
@drifting sundial I’d recommend switching to LuckPerms
is it easier to configure?
Relatively
alright thank you
(I know pirating is illegal) is there a way to allow only microsoft, mojang and tlauncher accounts. So joining with tlauncher just with a nickname wouldn't work, but joining with a tlauncher account would be possible
offline mode isn't supported here
Buy the game
I have since 5 years already
Then no need to support pirated Minecraft
But i have a poor russian friend
what is the plugin for play in a the server in old minecraft versions?
ViaVersion / ViaBackwards
make em unpoor
no better solution than that
ok
The server you were previously on went down, you have been connected to a fallback server
Do you know why I get this error when exploring the world?
How come whenever I import this world using multiverse it spams console with Failed to write chunk data for task: Task for world: 'Halloween' at -23,5 poi: false, hash: 193775677
java.nio.file.AccessDeniedException
The server crashes, but when I load it up the world is imported.
Question, I host a server on my local machine. I can't use a DNS to connect to it so I have to use my IPv4 address. I was wondering if there was a way to setup my DNS to switch to using an Ipv4 address for me
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
How do I launch a custom splash potion using /fireball splashpotion in essentialsx?
What vote plugins are good for 1.17
the java file of spigot installer do not want to give me the EULA files
Someone can help me with my problem fo the files on the spigot file?
ViaVersion to ViaRewinds
ViaRewinda Can Go At 1.7
well, ping me when someone of the staff or user have an answer for me about a problem about the spigot installer, my problem is that the necessary files for execute the console
This may be a stupid question, but some people just don't know so I need to ask it lol. You've started the server after adding the spigot.jar in your jar directory, right?
in the network file
Wat
I use a carpet for the multi-servers
._. Okay good luck, ima leave this to someone more qualified to assist you.
Question, I host a server on my local machine. I can't use a DNS to connect to it so I have to use my IPv4 address. I was wondering if there was a way to setup my DNS to switch to using an Ipv4 address for me
No Way? its you Rhi?
O.o it do be, whos this? 👀
Ohhhhhhh nice nice hi :)
i see what happend, the file is not the installer, because if the file gives to the user the eula and other files, that don´t happens in my case
i solved the problem
Okay awesome :)
withdrawal of what has been said, in cmd there is an error
Im trying to find a plugin that copies the NBT data of an item in chat by command does anyone have recommendations?
Oh nevermind sorry I just rereread what you said
not solved the problem because, i´m having troubles for extract the files how says the steps
Anyone know any way to force a user to run a command on server join?
Like when user joins server run /wild
Not trying to run that command. Just an example. ^^
Question, I host a server on my local machine. I can't use a DNS to connect to it so I have to use my IPv4 address. I was wondering if there was a way to setup my DNS to switch to using an Ipv4 address for me
Okay Let Me Know?
?bt
What do you mean "it won't let me"
You gotta download the buildtools first
Then when you download it
I think you should be able to double click it
It opens up terminal and starts doing staff
After it's finished, you should have spigot.jar in the same directory as the buildtools
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
?
Maybe just read what I sent you lol
Maybe this will help https://youtu.be/QdV-3OtXcPY
Any idea what might be creating the second prefix? the first one is essentials x chat. I will provide a list of plugins I am using.
It seems to put it with the name and essentials detects it as a whole name
@west cloak https://spigotclip.github.io/
Download Spigot builds patched with Paperclip. We use the same approach as Paper and believe this is legal.
- CoreProtect
- EssentialsX
- EssentialsX Chat
- Fast Async World Edit
- GriefPrevention
6.Holographic displays - Holographic extention
- Lib1711
9.Luckperms - MCLink bukkit
- Multiverse core
- Placeholder API
- Protocol Lib
- RandomEvents
- Tablist
- Vault
- Voidgenerator
18.Worldguard
Add EssentialX Spawn
why
your server is Cracked or Premium
premium
You probably have {prefix}{display-name} in your chat format, so remove the prefix
Do you have Java installed?
Right click it and do open with Java JVM
Or something similar
You know that's illegal, right?
Wtf
What are you doing
Ok
Another way
Open the folder you have Buildtools in with Windows File Explorer
Then in the path window on the top, remove it type cmd and entrr
It should open cmd with something like C:/users/spoke/downloads
Have you watched the video I sent you?
I cannot
Ok last way
Copy the path of the folder with the BuildTools.jat
*jar
Hit Win+R and type cmd into the little popup window and hit enter
That's ok
Hit Win+R and type cmd into the little popup window and hit enter
A command line shoul open
Yes
Windows key
Or do you have Mac?
Then do what I said
You know what
No
Those jars don't contain mojangs code
Carefully
Yeah, but they do contain spigot code
Ofc?
I dont want a prefix in my display name I want to get rid of the one attached to the display name
It also shows guide
Spigot is an open source project tomas
Change display-name to just name
Prefix is part of display name
Alright
You also need git to be installed I think
No
It downloads portable git automatically
Yea I see
hello i needed help on the plugin Crates Plus-i wanted to ask that how can i give in-game currency in a crate
can anyone help me?
give plugin link
prob in the rewards part , maybe have a command part.
and just put the command in
Can anyone help me with FeatherBoard?
why ping him tho?
For all those people who find it more convenient to bother you with their question rather than to Google it for themselves.
It's a pain to work kinda
What's the problem?
So basically I want to use MVdW placeholders but when I use FeatherBoard 4.30.0 it says Startup error! (Did you install MVdWPlaceholderAPI?) and it also says an error in the console saying Failed to load FeatherBoard (is it up to date?)
Why
You can use normal papi
How would I use event triggers with it?
Cus the latest featherboard doesn't generate the events folder.
Any idea?
Does anyone know if I can somehow turn a spigot server into a folder as if it were a single player world and make it work as such?
what?
you have to move the world_nether and world_the_end folders iirc
hey the feature that makes credits for maps right? i set in the name but where does it show it?
get this error when trying to run enigmatic 2 expert server
i have newest version of java installed
so i tried to import the same map twice (called island1, island2) but as soon as i try to /mvimport island2 normal it fails
any recommended plugins which give players stuff to do when they bored?
And what's the newest
nvm fixed
Try to provide them with progression
they should always have items to get to become better
plugins that add micro-games (chat games, etc) are only going to prolongue the inevitable time they leave the server
A good server manages to keep people entertained for a few weeks
why the spigot installer gives me an error with up to java 15 is supported?
what's net.minecraft.world.entity.raid.PersistentRaid@648550
only asking because, well...
A container to save metadata about locations that can have raids
so why is it broken
'cannot find the path' would indicate the parentfolder got deleted or a link to that location was removed?
i mean
I just straight up copied the world from singleplayer
but I may have fixed it
well it doesn't throw that error anymore but it still says "Failed to save playerdata"
no access for the process possibly to that folder
it doesn't say "cannot find the path" anymore
it just completely fails
hmm i fixed it
I just went to the singleplayer world that I originally uploaded
and copied everything except for the regions folder since i don't care about anything except the changes i've made to the world
and it spawned me back in where I last left the singleplayer world with my restored inventory and it now saves properly
Hey how many trade pages are villagers limited to on minecraft 1.8.8 does anyone know?
Spigot 1.8 funciona con java 11??
si
idk why you'd try and ask a question like that when you can just try it
to see if it'll work without waiting for someone to answer the question
need help with multicraft installation on Linux
it says it can’t connect to the panel database
for mysql
any help is greatly appreciated as I’ve trying and failing to fix it for the past 3-4 days
Just use pterodactyl
Anyone can plz tell me any free minion plugin plz
Does anyone know a good dungeons plugin?
@narrow coyote
@west cloak google it. u will prob find some good ones
hello is it possibler to have 1.7 tab like 4 rows thingy on 1.8 server?
cuz people with 1.8 who wants to play practice or maybe 1.7.10 they can't join and i dont wnat to use ViaBack :)
Is it possible to transfer a player's data like inventory,xp,advancements to another player? If yes how
1.8 should be already dead
dont support it
its not dead and wont die for a long time
thats the problem
and if yk any kind of that plugin please tell me
there are plenty plugind for 1.16 that bring damn good 1.8 pvp to 1.16
u mean smth like dis?
not pvp
like yk on 1.7.10 there like 4 rows of tablist
i wan to bring that into 1.8.9 server
👍
1.8 should be out to rest
naah
someone else got an opinion here?
whats sogreat about 1.8 except the “pvp”.
yea thats what i am saying
uum a lot of things actually i have lesson rn sorry if won't answer but i will give u some examples why it us still good
“better pvp” is subjective
when plugins can replicate it damn good
why hang on an version thats 7 years old
has bugs everywhere
and is infested with hackers
let alone how unstable it is
crashed somoften when i used it
I mean 1.8 kinda has all the best clients , and i'm talking non hacking
again its subjective
HI So I've been having a problem whenever I launch the server it crashes.
nvm old protocollib
Hey i have question about plugins I need to know how to make player can use cmds or that item for me rn it can use only people have op
ow
why don't the village pick up food like I'm throwing ?
lots of reasons
plugin based or normal mc
Villagers do not intentionally seek out items to pick up, but they do collect any bread, carrots, potatoes, wheat, wheat seeds, beetroot, beetroot seeds, and bone meal within range (bone meal can be picked up only by farmer villagers).
there are plugins
I throw and they don't collect anything
Can anyone help me getting FeatherBoard 4.30.0 installed? DM me if you can!
what's the probs
copy small parts by small parts
im trying but i cant seem to paste it right then
you gotta learn to copy and paste correctly and if things go wrong do //undo and try to paste it again
is it a local server?
then if your pc is better in terms of ram and cpu i suggest you to download the world , paste everything you want , then upload it to your server
schem load it in?with fawe or whatever it is called????
idk
how
fawe
?paste
I need help with acepting the EULA terms
just change false to true
but the spigot files do not appears me
when i click the file of spigot nothing happens
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
i already create the .bat file and give me the error of only java 15
what spigot version you tryina run, 1.17?
1.16.5
Unsupported Java detected (61.0). Only up to Java 15 is supported
I tried to downgrade the version but the steps that I followed for the system recognize java 16, I erase the values, how i do that the system recognize a previous version of jdk?
What's this error?
[Server thread/ERROR]: Encountered an unexpected exception
java.lang.AssertionError: TRAP
https://hastebin.com/vasogaboji.yaml
Are you using Bungeecord?
Someone is abusing an exploit to crash our server, but I'm not sure which one. Here's the crash log. Any advice?
Hey guys, could someone explain why time is different between worlds? One of my players says the time is supposed to be the exact same between world and nether, but they aren't, as I just verified.
set the time from the console.
do time set day from console and it'll be synced across all worlds
Okay, it won't reset the calendar days will it?
That I don't know.
They aren't supposed to be same. When you join the nether you load it, and since then the time start, when you leave it unloads and the time stops
No.
Noted; not supporting you
which spigot installer is supported to java 16 or how can i downgrade my version of java to 8.0.0
?
Spigot 1.16.5 and 1.17+ support Java 16
the spigot 1.17 you mean
Yeah ofc
But same goes for anything server software for 1.17
Since Mojang is using Java 16
i knew it since snapshot 20W49A
hi how can I only allow 1.16 players to join a 1.17 server?
Why
just make a 1.16 server 🤔
I think ViaVersion and ViaBackwards let you block specific versions
that's what I thought, i tried both of them and protocolsupport too but nothing in the config to block client versions
[756, 755, 754] or no respect
I have a random question I just thought about.
Is it better to have player data saved in the world most played like a build world, or say a spawn world?
And should the level selected in server properties be the spawn or build world?
Like is there any performance change in doing so?
Because I've always set spawn as the level and stored player data there.
Hello, does anyone know about a plugin with blast enchant? blast i mean for pickaxes
you have a broken datapack installed
remove it
my server straight up crashes without any errors after 40 - 50 mins
just says server marked as offline
I have this problem since 3 days
(and my server members are killing me)
SPECS:
Airplane 1.17.1 server (latest build)
4GB Ram
6 Cores
VM in a hetzner Dedicated Server
nothing
can it be something wrong with plugins?
Could be
ohh sorry for the ping
and
i tried purpur and paper
still same problem
I mean they also have their own support discords
Although server marked as offline is a multicraft message
So you may want to ask your host
guys
i have an issue
it says this page has accidently cached
and is no longer available
please help someone
@violet sluice are you on a phone or computer
computer
The only thing i'm reading about that is your time on the pc is not right , idk
and try if nothing else works restart your pc?? idk
How can I make the lava expand faster?
Don't you have some schedules setu-up in pterodactyl?
Maybe increase tick rate, otherwise, you can not
ok....
If you run paper
It's in the paper.yml
pretty sure it isn't anymore
guys
i need help
it says
invalid shop.yml in screaming bedwars plugins
how do i fix it
Make it not invalid
It keeps giving me a startup error.
If you apply the sponge mode Bukkit map to the normal mode Bukkit,
(missing minecarft entities: sponge:human)
If you do this /fml
Wearing armor and being killed by a magma slime in 2 hits
It doesn't seem to recognize the expected user armor entity.
Does anyone know a solution? help me
I used fml after moving the sponge mod Bukkit map to the forge mod Bukkit map
i have no clue what u do or did
but if it involves mods -> off to the forge discord
OK. Thank you
Alr
I'm about to send it.
i blast my server with 12040 tnt
oh not good
Hi, I have question. Is there a plugin where you can deny the usage of ender pearl and chorus fruit?
prob code it urself
welp, im not a coder for myself 😄
java too new or to old @past fiber
if u want i can prob code it
What Java version does it require?
if it has time
dont know
I have Java 16 lol
whats ur server version?
1.17.1
yea
Well like I have FeatherBoard 5.0.3b but it doesn't support MVdWPlaceholderAPI placeholders.
Hmmm ok
.
I do have a plugin called "WorldGuard", and the flags for denying enderpearl and chorus fruit is included, but i did deny on both flags, and nothing happens. I ended seek for help in their Discord, but their support section gives me bad vibe though, like the way they help is... "meh, idc, it's not our problem"
im like...bro, it's your plugin tho :v
i think it's fine, i just wanna ask if there's any recommended plugin that has the function that i mentioned.
i host it myself
i did a uptime test
of the server
and its perfect
this is the error i get when i get kicked
Are you leaving enough ram for the panel
Make sure it's not trying to use more ram than available
Assuming it's a linux machine it might kill a process
👀
this looks convening
lemme see what i can do
more powah
indeed however its not a memory problem
once the connection is refused its a firewall problem
something doesnt allow you to connect
memory problems usually result in oom kills rather than connection issues
probably
I assumed the server died
I haven't read the entire conversation
as long as you actually receive the connection error the server is running
its more of a firewall blocking you somewhere
somehow
usually installing defaults block ports..
i got screwed when ptero said install ufw just for the default setting not including ssh openings
basically locking me out of the dedi
lol
yeah.. they rly dont bother giving advice on more than theyr own platform
even if said thing is a dependency of theyrs
but meh in the end got it running and setted up a bungee easly
I'm making a network so i have used spigot's bedwars1058 and GadgetMenu [Free] plugin and i want hook mystery dust with Bedwars1058 how do i do that ? Coz every gadget is free for everyone
lol didnt work
does it have an API?
Which api?
hi
i wanted to download the "if i walked on this block u get it"
and i finished everything
so now i want to play it
what should i do?
Put the plugin in the plugins folder and start the server
in the minecraft folder? or in aternos?
Aternos
ok ty
wait, btw i download the plugin from another web
can i still upload the plugin?
Which Api , I'm using place holder Api but still it is free for everyone
Probably not. Free hosts are bad
K ty
anyone knows where can i get FactionsTop placeholders?
What do you guys think of the main issue for slow connections on servers?
does anyone have expericne with the plugin Quality armory, and wouldnt mind assisting me for a minute 🙂
Hey guys for a reason I can't run my server, can someone help me pls?
Z:\Minecraft local server\1.17.1 Netti Survival>java -Xms4G -Xmx4G -jar spigot-1.17.1.jar -o true
Unsupported Java detected (52.0). This version of Minecraft requires at least Java 16. Check your Java version with the command 'java -version'.
Press any key to continue . . .
C:\Users\User>java -version
java version "1.8.0_301"
Java(TM) SE Runtime Environment (build 1.8.0_301-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.301-b09, mixed mode)
?java16
Install Java 16 at https://adoptopenjdk.net/?variant=openjdk16&jvmVariant=hotspot
I see
and I just install this exe?
I mean it will replace the version of java that I have now or do I need to remove the one I have now than install this one?
It will replace it
so can i get some opinions on clearlag? some people seem to think it's a useful plugin and i've seen a lot of servers use it, but i've seen others saying it creates more lag than it gets rid of.
i have just made a bungeecord server with 2 spigot servers and i cant seem to use /server to got between the 2 server i made, i get the error {Unknown Command}
Most of its features can be done with Spigot or Paper.
The only useful feature I know of is cleaning dropped items
But you can just lower their activation range and everything is generally fine
so pretty much everyone agrees it's bad. got it.
?
Are you joining through the bungee
yes my spigot servers are ip:2006 , ip:2012 and bungee in ip:2000
Then you should have access to /server
I’m pretty sure it’s a default bungee command
yes it is, is there anything that could stop this in config
it also seems the plugins i added to bungee dont show up/work either
How i disable keep inventory to ops in essentialsX?
and also how to make no ops break blocks
use worldguard and dont have spawn protection
worldguard is a plugin or is in essentials?
its a plugin.
np
but anyone know?
[Pterodactyl Daemon]: Aborting automatic restart, crash detection is disabled for this instance.
how do i fix that
No idea if the host lets you change that
i have my own dedi but i have no clue how to allow crash detection
.gg/pterodactyl
Yes they do.
Search the name on google and it will pop up. Make sure to put panel after the name lol
does spigot have a max page limit for books?
I think it's just the vanilla limit
hmm. I have two datapacks that I've been using that the only issue coming up with them is that a couple of the pages in their guide books are broken on a spigot server but they work fine in vanilla singleplayer, so I'm not sure that's it
I know paper does change that, but I don't think spigot does
I have 16g on an old hp. I have a server that is running 50+ ticks behind. is there any hardware i can replace to fix this? please help...
motherboard , cpu ,ssd, ram , you want like ddr4 ram btw
and would want like ddr4 8 gigs stick and another ddr4 8 gigs stick vs 1 ,16 stick
thx
how old are we talking? if you are running 50+ ticks behind it is almost certainly your cpu
ram is only as good as the cpu that can process it
hello, I'm trying to run a multiverse server, anyone know how to make worlds have different versions? (like 1 world has 1.16.5 world gen but 1.17 can still join thru viaversion, and 1 world has 1.17 generation)
and also is there a good simple plugin for compass/item world navigation for server hub/spawn?
thats simply not possible
multiverse is for worlds, you want multiple servers
nor should it really be treated as software for multiple servers, in most cases it doesnt work well
How would I go about parsing a ChangeOutput placeholder using MVdWPlaceholders that looks like this?
%changeoutput_string,equalsignorecase_{pinger_isonline_139.99.145.13:25568}Online{player}_{pinger_players_localhost:25565}%
With _'s after Online
And _ after changeoutput and equalsignorecase
can anyone help me
whenever i run the server.bat file
it says
wait
i cant send it
?paste
Sep 17, 2021 8:55:15 AM org.bukkit.craftbukkit.Main main
SEVERE: 'n' is not a recognized option
it says this
someone help please
or server.bat what ever its named
jes
i hope it works
np
but there are servers that have worlds with different versions, how would they pull this off?
you sure they're not using bungeecord?
A server runs one version, you can't have a server running multiple versions per world
at that point you are essentially just running multiple servers
you can however replicate 1.16 world gen in a 1.17 server. But plugins like viaversion literally just translate one version's packets into another
ohh right i forgot about bungeecord
You can also add an extra -
IIRC without dashes is deprecated, —nogui should be used
didnt know that one
whats the fuggerence?
difference
Both work the same, without dashes was old and only exists for legacy support
Got this happening when I've world-edited some things, is there a way to mass fix these small errors or am I required to do it by hand? There are quite a large number of these.
Fawe?
Can anyone help me fix a config file? I've been editing the config file essentialsX, and it keeps resetting, which is usually because of the fact that theres something wrong. can anyone have a look? x
do you have your server turned on?
if yes turn it off , modify config and start the server again
yes xD
question, how do i enable datapacks on a server?
placing them world/datapack isnt working
the datapacks do work in minecraft single player
it goes in world/datapacks
and they do work
have u used world gen datapacks?
yep
how does that work?