#help-server
1 messages · Page 326 of 1
make sure not to change formatting
you can't put values on stuff like this
database: db_441067
driver: com.mysql.jdbc.Driver
database: you can't put values on a key
in that formatting
oh, I thought it needed the database name since Shockbyte has it on the MYSQL menu. Am I suppose to leave it blank?
I would think so but it doesn't look like it has a key for it in that config
hey there
I need help
Why i can't get the compile spigot?
The BuildTools.bat said Unable to access jarfile Buildtools.jar
is it possible to make it so you need to do /login and then you have acces to do /server becuse now you can just do /server whitout doing /server
Wow, that makes sense
It makes me feel like we are on the right track
@surreal shuttle The config loaded! Thanks!
@glacial sundial Thank you too.
1 question, am i required to provide source code of my resource on spigotmc?
No but it's nice to do so
well if its free its super easy to decompile
Does anybody have any opinions on itzg/minecraft-server as a base image? It LGTM and seems to be popular.
its good for a regular minecraft server that you don't want to mess around with a lot
can always copy it's dockerfile and modify it to your needs
need some help with this
type=item items=17 nbt.display.Name=iregex:.*10[0-9] texture=x100
How do I set the nbt display name to a item?
its for a custom texture
hi there
I'm trying to setup a bungee server
followed all the steps, but when someone is trying to connect to the host server, they are getting an error "Could not connect to a default or fallback server, please try again later: Server not reachable (timeout). Offline? Incorrectly configured address/port/firewall?"
@hardy grail
Did you double check everything it told you to?
ye I did
yes, I did.
Hi, I want to ask if you know the approximate date of Spigot server 1.18. after the release of the official version.
Or how many days after release 1.18.
?eta
There is no ETA. Having an ETA leads to unrealistic deadlines, false hope, and a bad product. It will be ready when it's ready.
Ok, thx
how do i change the weather?
in vanilla? /weather clear/storm/rain or /time set day/night
Guys, I'm trying to do a lagtest with mineflayer but it's not working... could you help me?
Yeah
Maybe it's a bot wave ...
ID: 900217583108751400
id: 900277875289231400
@lofty oyster
yeap
@west cloak is a spammer
same here, only shared discord being spigot here xd
mods please see the latest people who joined and ban the bot wave
for anyone who get a dm for dm advertizing, press the report spam button in dms to report them to discord
its a bot wave
does anyone know any anti xray datapacks?
if you need anti xray, i can recommend you paper
yes
https://prnt.sc/20xxjfx
How can i change the text of Unknown command...
I also got one of these DMs, but from user Kevin King#4036.
How can I do that in which there comes a custom resource pack when we try to use x-ray resource pack ?
@west cloak use a commandexecute event handler, then just set player speed to 0
dm me the invite to that server im gonna report the actual server
I mean you could just type it out
Steven Taylor#2669
is it normal for sb-revision to have trouble with commas?
See that big red button, USE IT. ftlog.
Anybody know of a good guide on how to install spigot on a ubuntu server VM
I've got it running, but I'm having trouble gettting it to autostart
there are lots of different ways that say how to do it
I want to do crontab but its not doing what I want.
people use screen for that
and it restarts the server when the computer restarts?
@mortal hearth if its on ubuntu, I tend to use a systemctl service for that. https://medium.com/@benmorel/creating-a-linux-service-with-systemd-611b5c8b91d6
when you use systemd, you can "enable" the service which makes it auto-run on system startup
I'm free if you need someone to walk you through that setup
Ok great thank you I'll check out that link and see if I have any question
I would've sent this link initially but I feel like its a bit in the weeds. Feel free to look at this one too if you dare 👻 https://minecraft.fandom.com/wiki/Tutorials/Server_startup_script
@elfin thistle `
[Unit]
Description=minecraft server
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec=1
User=joseph
ExecStart=/home/joseph/server/start.sh
[Install]
WantedBy=multi-user.target
`
tahts in/etc/systemd/system/minecraft.service
then I just run systemctl start minecraft
and then systemctl enable minecraft
and thats all @elfin thistle ?
the username joseph is not root (I have to use sudo) thats ok right?
do you want to hop in one of the voice channels? I can screen share my config theres alot to tackle with what you have there...
I would love to bit O
you have a baseline but there are some glaring things you may want to address, for instance the whole sudo implication. Your service unless its a system critical one shouldn't have access to sudo, its a big security risk
I would love to but I'm watching my daughter right now and shes on my lap so its kind of a nightmare
hey the playsound command isnt working
it works ingame with a command, but in all my plugins,
Why are your plugins using a command
default: true
commands:
- crates givekey %player% vote_crate 1
- adjustbonusclaimblocks %player% 250
- playsound minecraft:long-warble master %player%
player-message: "&3&l&oThanks for voting! You got 250 claim blocks and a Vote Key!"
broadcast-message: "&3%player% &bvoted and got &b250 &3claim blocks and a &bvote &3key!"```
SuperbVote
its a custom sound
and it works
but the playsound command doesnt work in-game
- title %PLAYER% times 25 20 40
- title %PLAYER% title ["",{"text":"\uE019"}]
- title %PLAYER% times 5 60 5
- title %PLAYER% subtitle ["",{"text":"Wild","color":"yellow"}]
- playsound minecraft:quick-beep master %PLAYER%```
my WildernessTP plugin config
still doesnt work
but in-game, the /playsound minecraft:quick-beep master @a works
I need help, im new with plugins and all that, i have the better beds plugin and i want to change the config so that only one player has to sleep and i know what to change but i dont know where to go to change the config, im using ggservers/multicraft
Im trying to change the command of a plugin to something different, not change the function just like what you type to get the function can someone help ❤️
https://bukkit.fandom.com/wiki/Commands.yml and all I can offer atm got work.
commands.yml is a configuration file that houses custom defined aliases and command block overrides for your CraftBukkit server.
The command block override system provides a quick and easy way to force the server to use the commands provided by Mojang (as opposed to the ones built into Bukkit) for command blocks specifically, leaving all other c...
term you looking for is a command alias
thanks
is commands.java
the same thing
how do i rotate my clipboard on worldedit by 90 degrees to the left
Thank you
In need of help with the Playsound command in plugins!
Im trying to change the command of a plugin to something different, not change the function just like what you type to get the function can someone help ❤️
sure
go to commands.yml in your main directory
cant find that
you should see this: ```command-block-overrides: []
ignore-vanilla-permissions: false
aliases:
icanhasbukkit:
- version $1-```
or something like it
https://github.com/TechnicallyCoded/Inventory-Rollback-Plus heres the code
no, in your servers main directory
oh
there is a commands.yml
so now you can add commands. copy the first one, the icanhasbukkit: is the command that you would type
and then the - version $1- is the command that you would want
so lets say you want /help to be /helpme
you would write it like this: ```command-block-overrides: []
ignore-vanilla-permissions: false
aliases:
help:
- helpme```
i'll try it thanks
(as far as i know. I'm inffering from what i see)
you need to restart your server for the changes to take place
I need help. here are my plugins: Plugins (52): AureliumSkills, ChatManager, Chunky, CoreProtect, CustomHeads*, DeluxeMenus, DiscordSRV, DynaTech, EconomyShopGUI, Essentials, EssentialsChat, EssentialsSpawn, ExoticGarden, FluffyMachines, GoldenCrates, GriefPrevention, Harbor, HolographicDisplays, Images, LevelledMobs, LiteBans, LitePlaytimeRewards, LiteXpansion, LuckPerms, Multiverse-Core, Multiverse-Portals, NexEngine, PL-Hide, PlaceholderAPI, PlayerWarps, PremiumVanish, ProtocolLib, PvPManager, Scoreboard-revision*, ServerlistMOTD*, Skript, Slimefun, SlimefunLuckyBlocks, SlimefunWarfare, SlimyRepair, SuperbVote, TAB, TradeSystem, UltimateTimber, Vault, ViewDistanceTweaks, VoidGen, Votifier, Wild, WorldEdit, WorldGuard, WorldGuardExtraFlags
and every so often, there are invincible mobs. you hear the hit sound, but they dont react. the plugins that i have in mind are: GriefPrevention, LevelledMobs, possible Slimefun
Hey all. Having a server crash when players connect after 20-30 minutes of up time. Do I post logs here?
I connected, and sat in one location for 30 minutes, a second player connected and it crashed
Will do and I'll report back!
👍
Where is the Paper jar file git located
Hello, please help me how do i delete a custome texture pack? (On my server)
you talkin the github for issue tracking or where to grab the paper jar from?
I found it...The PaperMC git for updates
Thanks for the help, it seems more stable. I'll start adding back my plugins
hey, np! were the chunks not loading before? like you couldnt see your arm, your camera was glitchy and you could only see sky?
No, It would just crash out for no reason
?kick @lunar palm
Done. That felt good.
Hi, we've found a problem with hopper minecart on server with spigot/paper - minecarts with hoppers transfer items about 10% slower when not on rails, and become completely inactive when you fly about 15 blocks away - is this related to spigot settings?
If you're using Paper ask them
I guess my helper was off the mark...anyone willing to help me get a Spigot server running? His suggestion worked!
why was i kicked?
because you a) didnt really help the question; and b) shared a server .jar
oh ok
Would anyone happen to have the sculk textures from the bedrock edition beta?
?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!
Does someone know how I can set up dynamic dns thru cloudflare? I was told there’s some tool to do it but I don’t know what it is if so
It’s for a spigot server
I was told there is one for cloudflare but I can’t figure what it is thru google
Thx
What is wrung to share server jar?
Is there any plugin can send magic packet (wake on lan) to suspend server? For waterfall
Howdy! Is there any reason why a jar in the plugins folder would not be able to be loaded on startup?
There are lots of reasons, are you getting a specific error message?
29.11 02:49:23 [Server] ERROR Could not load 'plugins/ExilePearl-1.1.0.jar' in folder 'plugins'
There should be more after that which will help us diagnose your issue
29.11 02:49:23 [Server] INFO org.bukkit.plugin.UnknownDependencyException: CivModCore
This was the only line afterwards related to the error. I am guessing that I need to get CivModCore?
Ah, this looks a bit like the error you get when you try to use WorldGuard without WorldEdit installed. As you said, getting CivModCore should fix it.
Okay, thanks! I will let you know what happens next.
I found CivModCore on github, but I am unsure what to do with the files. https://github.com/CivClassic/CivModCore/releases/tag/1.6.0
I found a zip file with the source code for my server's spigot version, but I don't know how to make it do anything. I extracted the files and found a couple of .java files titled "CivModCorePlugin" and "ACivMod". I put those in my plugins folder, and nothing happened on restart.
Second initial Spigot 1.14.4 release of CivModCore. Lots of new APIs and features, be sure to review the file. Check out javadoc here: https://build.devotedmc.com/job/CivModCore-master/ws/target/ap...
here is a release
Thanks! How did you find that? All I could find were the tags with the source code zip files.
the one you found was a fork
😮
Learning! Also, it looks like exilepearl was able to load after I put that release into the plugins folder. Time to see if it works.
Hello there! Where do I find Plugins for Spigot? I mean searching on the website gives me nothing useful.
I want something like Essentials for Bukkit or something that gives me a bit of tools, like setting a few homes and simple commands.
How do I search on Spigot to find that though?
👍 👍 👍
guys how to include postgres driver to minecraft core? I need to use one plugin that store data with postgres but when i start server this plugin throws error
JDBC driver for database missing: org.postgresql.Driver
I have tried this but no effect:
export CLASSPATH=$CLASSPATH:postgresql-42.3.1.jar:.
java -jar spigot.jar
you would need to use -cp and a class name to do that
but very unusual
most common course of action is to shade postgres into your plugin
also postgres is rarely used in Minecraft, mysql is much more common and used by default
if you're not a developer, yell at the plugin author
konsole-terminal- linux
Hi guys, for those of you who use grief prevention, do you guys know if there is an option to limit max height?
Because the current version just claims everything up to max height
see if anything in config.yml seems relevant?
Guess not depending on the config. Thanks!
so i run the start.sh file and the terminal is just bringing in this error in red
so nothing with the config
just want linux to just start it from the start.sh file
its in the same folder
yes what are you doing to run it
please post a screenshot of your terminal with more context
is the script marked executable?
yup
what happens if you open a terminal and run it manually?
is there a spigot.jar in the directory youre in
yes i checked the capitalization and spelling
i gave it chmod +rwx
i might change os to windows server.
Is the jar file name correct?
Do you have a screenshot?
Hmm I dunno, sorry
Screenshot your terminal please
Is there any buildbattle-like plugin that doesnt delete builds after the game is over.
wanna stel buildings?
No :(
Its for a school building championship project
Our county gave us 500 euros to realize it. All of it goes to a 3d printer
Yes
weirf shit ig
well he can code it tho
Idk im considering to ask him
It deletes builds after battle over
whats the eta for the contest for when the plugin has to be done?
i can may code a quick plugin to help with that. not sure tho
would have to fork it and make a private version for u tho
Anything helps. Anyways i have PE now. See you later
u in germany or some?
Hi, can i ask how you can create bungeecord network on 2 VPS. On one VPS i have bungeecord, auth and Lobyy server yet. And i want to create Game servers on another VPS but i don't know how to connect them.
would be great if u dm me
ip adresses
ig
Im Latvian
elaborate please?
You get the ip adress and port of the other vps and put it in to the bungeecord config
(Port of server)
why wont my Orebfuscator work?
It work a week ago
I've tried to figure it out.
'
that shows its on.
Hello im have small program, bfc java 16 has reached support and no longer updated. and java 16 linux repo was deleted
And im onl;y have java 17. How to run spigot 1.16.5 on java 17
i added repo from linux suprosing like that
hey, here anyone understand how to fix mysql connection closed? this caused my database plugin connection problem(crash).
[12:16:29 WARN] [me.lucko.luckperms.lib.hikari.pool.PoolBase]: luckperms-hikari - Failed to validate connection me.lucko.luckperms.lib.mysql.cj.jdbc.ConnectionImpl@69aac80f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
this is the %timeout% configuration mysql
also this %connections% configuration
spam ?
Its not advertising, or breaking any rules so 🤷 If you don't like them msging you block dms.
thx
Hello im using Spigot 1.16.5 with Java 17 (I can't install java 16 beacuse i don't found any repo with java 16)
Unsupported Java detected (61.0). Only up to Java 16 is supported.
because you need Java 16
There are only binaries
i can't
its normal message? dont accept friend request tho
they can mass group you
?java16
Install Java 16 at https://adoptopenjdk.net/?variant=openjdk16&jvmVariant=hotspot
There are zips of java 16
. some1 pls >;v
Hello, can I teleport everyone from one world to another with multiverse core?
I'm hardly a pro on SQL, but the error seems to be saying that using a shorter maxLifetime value may resolve the issue. I'm not sure where that value is, probably a config for either your mySQL server or for LuckPerms. Maybe you should go to the LuckPerms Discord and ask over there also?
Are you looking for a command to do this?
yes
I think so too, but it's not just luckperms and I've tried to change the configuration of every plugin that has mysql database well, it's all the same.
Ok, then it's probably a config for the SQL server itself.
yeah
Actually, take a look at this thread: https://www.spigotmc.org/threads/luckperms-authme-mysql-and-maxlifetime-wait_timeout.455338/
Maybe it will help you?
alrght, i will try later
hi is there any mod for Pve bots 1.8?
Okay so im here because i saw doni bobes use spigot to add mods (or whatever it is) to existing servers. How do I set one up?
i have found one but either i am doing smth wrong or it doesnt seem to work
Plugins
Start by running BuildTools
?bt
so i got a pvp bot mod, but dont understand how to add it and configure it to minecraft server in aternos
hi im wondering on how to disable commands for players, for instance plugins, version and so on
so hackers wont be seeingg them from finding a easier way to destroy things
You can remove the permissions
they dont have it
Are you using LuckPerms?
yessir
is there any easy way to detect any type of armor
or do I have to make a list for that
to detect if a player is wearing armor?
uuh
here on second image https://www.spigotmc.org/resources/leader-balloons-⚡️-1-8-1-16-3-⚡️.72230/
bruh
hey, anyone familiar with PlaceHolderAPI?
I would like to make a formatting placeholder for exp
there is now this placeholder - %player_total_exp%
it will display - 1500000
and i want it to be - 1.5m or atleast 1,500,000
I guess math placeholder has something
Or the player placeholder
Read papi docs for player and math expansion
bungee or spigot
spigot
hi
[18:54:07 ERROR]: [/ip here] <-> InitialHandler - encountered exception: net.md_5.bungee.util.QuietException: Unexpected packet received during login process! there is a long number here
[18:54:07 ERROR]: [/ip here] <-> InitialHandler - encountered exception: net.md_5.bungee.util.QuietException: Unexpected packet received during login process! there is a long number here
[18:54:07 ERROR]: [/ip here] <-> InitialHandler - encountered exception: net.md_5.bungee.util.QuietException: Unexpected packet received during login process! there is a long number here
[18:54:12 ERROR]: [/ip here] <-> InitialHandler - encountered exception: net.md_5.bungee.util.QuietException: Unexpected packet received during login
what does this exactly mean
everyone or just one person?
this is bungeecord console
yeah is it a sole person logging on or everyone?
i basically tried to backdoor my self to test the security.
when i did so i saw this thing
can someone crash the bungeecord by spamming it
or i should just ignore it
i did a proxy
linked my network proxy to it ( without the token obviously trying the security )
and i got this when trying to join
since that was intentionally caused by you then I would say looks like its working as intended.
now i know some client have a spam join option not sure if its a thing ( just heard of it ) am i in the safe zone there
like they cant crash my bungee by spamming it right ?
sweet thanks just one more thing
I was litterally about to say looked like someone trying to join with a cracked client and it didnt like the login data.
I would make a forum thread and see if you can get a def answer from md_5 on the crashablity part
to go from bold to non bold do i need a reset color code?
like &6&lTest&c. does that has a bold . or not?
i guess
hello :) if im using a server hosted by Apex will i be able to use the development Spigot 1.18 build for it tmrw?
@west cloak there is no specific timeline for 1.18 till its released as an official version, spigot has no basis to say when it will be available itself.
yeah i was just curious if apex would have the rc build, i guess just speculating
dunno how apex is set up in terms of how you get spigot there so I cant answer if they have pre-release stuff avail
how do i add the /lobby or /hub command to my network
--rev 1.18-rc3
thanks
Is this normal memory usage? I just installed spigot 1.18rc3.
With bungeecord can I link two different servers on different computers?
yes
nice
plugin
google lobby plugin spigotmc
thanks
have you found a fix to this issue?
nope, but its definitely something to do with pointing A records to your server and hoping for the best
oh jeez, july
hey can someone help me out
?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!
Do we have a release date for 1.18 Build Tools yet?
There is no official ETA because ETAs are not really helpful. But it will probably be sooner rather than later.
is there a way to prevent creepers from breaking blocks (but still deal damage to players/mobs with the explosion) without using the mobGriefing gamerule? that gamerule also makes the sheep not update the block of grass when eating it, and some other things
What do I do to BungeeCord a server run on a different machine? I already set up my machines server, I just need to add the config or however I do it.
...
I have no knowledge on bungeeCord sry
Hey anyone willing to help me set up Residence I am new to this stuff.
Just @vivid tartan if your willing to help me 🙂
hi
i have griefprevenction installed and somehow players are still able to open chests inside their claims
untrust players
can someone help me ? i would ver very thankfull
Those good with datapacks: does anyone know if stronghold parts can be manipulated via a datapack?
I know there is datapack support for custom structures, but I have no idea if I can replace existing ones
That's terribly unfortunate
GriefPrevention has that feature.
Stand in the claim and do /trustlist
What does it say?
@mellow dock Related but unrelated: can you replace a structure that is supported by the new data driven structure system with an array of structure nbt files chosen at random?
Yes
Awesome
Thanks for the answer
god damn it, dungeons are hardcoded too
come on Mojang
To save time so are mineshafts, nether fortresses, jungle temples, pyramids, and ocean monuments
wonderful
it's nutty to me that they haven't moved temples and monuments to the new format
they're all the same
and they're just a single structure
I was hoping they’d move fortresses in 1.16
that'd be fun to play with
Anyone know how i can make player inventories go from 1 bungeecord server to another?
im in 1.18rc3
There are plugins on spigot website.
1.18 is not even officially out
yeah
ill try it
do i have to put it on all my bungee servers?
never used it but probably
anyone know a plugin where i can make everyone have their own world like i want them to be able to grain more space but i dont want it to be shared like how oringerealms work
I'd like some recommendations since I'm going back into creating servers again (last time was around 1.12-1.15). What are the most current and recommended Moderation tools? Thinking about LiteBans atm because it was good at it's prime though I'm not too sure if there are any competitors?
Looking for something that has a web panel, somewhat lightweight, (mysql duh if it has a web panel) and still current.
Hmm in free one there are two good one ... Advance ban and library ban ...
*LibertyBans
@EventHandler
public void onEntityDeath(EntityDeathEvent event) {
Player killer = event.getEntity().getKiller();
if (killer == null) return;
List<ItemStack> drops = event.getDrops();
for (ItemStack drop : drops) killer.getInventory().addItem(drop);
}
i have this event handler that gives the item drops from a entity directly to the players inventory without having to pick it up
it works but is there a way i can remove the drops that naturally spawn?
oh ok
Whats a good Koth plugin
That's entirely personal preference.
Hey, I’m looking for a good moderation plug-in that can ban players game-wide , so something that works with bungee, that also announces per server when a ban / mute has been done, thanks.
LiteBans (https://www.spigotmc.org/resources/litebans.3715/) or
AdvancedBans (https://www.spigotmc.org/resources/advancedban.8695/) or
LibertyBans (https://www.spigotmc.org/resources/libertybans.81063/)
How do y'all purge unused 1.17 chunks before upgrading to 1.18? (if you do lol)
Do you only filter by InhabitedTime, or do you use multiple conditions?
And what has been a good threshold for you? 10 minutes?
Are there any plugins that instant kills players who fall in the void for 1.17.1?
Out of curiosity, what would this be useful for?
For a minigame server like in bedwars
no
bedwars
for example
this i guess
hey can someone help me i want to make a timer to time me n my friends during a race using command blocks can someone help me
hi guys so basically some players that are getting ip banned they can still rejoin once they restart their server
i mean they restart thie router
how can i keep them banned?
they keep joining with differnt alts
im using a server hosting network, shockbyte to be specific. how would i go about getting the new spigot version on my server since they havent added it yet? thanks.
idk just code a quick plugin that kills you when you reach a certain y level
Error: Unable to initialize main class org.bukkit.craftbukkit.Main
Caused by: java.lang.NoClassDefFoundError: joptsimple/OptionException
trying to start 1.18
Are there instructions on compiling the 1.18 jar somewhere
is it possible to change this message?
I have a simple question… are vanilla and spigot “world” compatible? Can i copy world from spigot and run it on vanilla officual server?
Are world gen datapacks supported by Spigot this time around?
Patching net\minecraft\world\level\WorldAccess.java
applyPatches.sh: line 2: $'\r': command not found
Rebuilding Forked projects....
applyPatches.sh: line 6: $'\r': command not found
applyPatches.sh: line 7: syntax error near unexpected token `$'{\r''
applyPatches.sh: line 7: `applyPatch() {
'
Error compiling Spigot. Please check the wiki for FAQs.
If this does not resolve your issue then please pastebin the entire BuildTools.log.txt file when seeking support.
java.lang.RuntimeException: Error running command, return status !=0: [sh, applyPatches.sh]
at org.spigotmc.builder.Builder.runProcess0(Builder.java:953)
at org.spigotmc.builder.Builder.runProcess(Builder.java:884)
at org.spigotmc.builder.Builder.main(Builder.java:683)
at org.spigotmc.builder.Bootstrap.main(Bootstrap.java:27)
helpme
Is the 1.18 spigot out yet?
AntiVPN possibly, and AltFinder. It likely won't stop them, but it'll make it easier to find them. That or whitelist the server until they get bored and move on. If you have ddos protection as well, you should be good. 🤷♀️
Can't find it on bisect...
Likely not
:(
Web hosts take a while to add them in my experience. They usually wait until the build is proven stable before they add it.
So true
I don't think I'm going crazy here, but my version is 1.18...
Try without Lunar
Same
What version of Bungeecord
Latest
And don't say latest
#1616
This server is running BungeeCord version git:BungeeCord-Bootstrap:1.18-R0.1-SNAPSHOT:98afd54:1615 by md_5 I don't get it.
1615 doesn't support 1.18
Yeah. I think my server has cached it or something
Error: Unable to initialize main class org.bukkit.craftbukkit.Main
Caused by: java.lang.NoClassDefFoundError: joptsimple/OptionException
^ a fresh server from buildtools
root@Debian-107-buster-64-minimal ~/BuildTools # apt update
Hit:1 http://mirror.hetzner.de/debian/packages buster InRelease
Hit:2 http://mirror.hetzner.de/debian/security buster/updates InRelease
Hit:3 http://mirror.hetzner.de/debian/packages buster-updates InRelease
Get:4 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:5 http://deb.debian.org/debian buster InRelease [122 kB]
Get:6 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Hit:7 http://ppa.launchpad.net/linuxuprising/java/ubuntu focal InRelease
Ign:8 https://rpardini.github.io/adoptopenjdk-deb-installer stable InRelease
Err:9 https://rpardini.github.io/adoptopenjdk-deb-installer stable Release
404 Not Found [IP: 2606:50c0:8002::153 443]
E: Repository 'http://security.debian.org/debian-security buster/updates InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Do you want to accept these changes and continue updating from this repository? [y/N]
I'm stuck in a loop
No matter how many times I press y, this happens
Question, has anyone gotten citizens to work with 1.18 spigot yet
No?
How long does it take to compile 1.18?
^ 5mins max
Mine is just stuck on "Downloaded from central"
And it hasn't moved for like 2 minutes
I have the .jar file but when I move it into my servers ftp and run it it says "Error: Invalid or corrupt jarfile /jar/spigot-1.18.jar" any ideas on how to fix?
recreate
Hi! When i changed to spigot 1.18, my end and nether were reset?
Nvm I fixed it. Don't use school wifi, they blocked some stuff and it couldnt download lol
VPN
im sitting here for 11 minutes now and its not done...
i mean i have an intel core i5 6400
so what did i expext
¯_(ツ)_/¯
.O.
its done
is the 1.18 spigot release out?
how can i download it?
here
[30.11 14:04:19] [Server] ErrorUnable to access jarfile /customjava17.jar
[30.11 14:04:19] [Multicraft] Server shut down (starting)
[30.11 14:04:19] [Multicraft] Maximum number of automatic restarts reached (3 within 600 seconds). Not restarting crashed server
[30.11 14:04:19] [Multicraft] Looks like a crash, check the server console. Return value: 1
[30.11 14:04:19] [Multicraft] Server stopped
pls healp
?bt
do i dwnld it than run a command?
ok thks
The Paper release is also out
does anyone understands optifine cit properties files?
the nbt based rule
# (Optional) NBT-based rule. Use the replacement texture only when an NBT tag
# has a specific value. If multiple rules are provided, all of them must
# match. Use a utility like NBTExplorer to view the NBT tags for various
# items.
nbt.<tag>=<value>
# Currently, only the following NBT types are supported:
# - String, Integer, Short, Long, Double, Float - match exact value only
# - Compound - Can match a specific tag or any tag (*).
# - List - Can match a specific index (starting at 0) or any index (*).
# A value starting with "!" performs a negative match (not).
# Integer values can also be specified as hex color, for example #ff99cc.
# The list size is named "count".
#
# Examples:
# Match item display name:
# nbt.display.Name=My Sword
#
# Match item display name with special formatting:
# NOTE: For best compatibility, use the escape sequence '\u00a7' instead of §:
# nbt.display.Name=\u00a74\u00a7oMy Sword
#
Hello, can you help me with my 1.18 spigot server ?
yes, what is your specific question?
did you change "view-distance=[number]" in server.properties?
what was the fix?
I need help. For some reason end crystals arent exploding and I kind of need to make a plugin to forcefully make the end crystals explode, any ideas?
Supposed to put it here
Because i havent started rhe development
anyone know why my spigot server keeps crashing?
ram goes all the way up
then crashes
im using a hosting provider and im getting this error message
"Exception in thread "main" java.lang.UnsupportedClassVersionError: org/bukkit/craftbukkit/bootstrap/Main has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0"
is there a fix for this?
Hi, is it normal that my 1.18 spigot server start on the 0.0.0.0 despite having modified nothing in the config (it was in 1.16.2 previously) and having the IP set on my server host ?
Hey, did Bungeecord change anything regarding MySQL connections handling recently?
I just updated my Bungee version from "version git:BungeeCord-Bootstrap:1.17-R0.1-SNAPSHOT:bda1605:1598" (1.17) to latest in order to support 1.18 clients connections but the main plugin I use for handling bans is failing to connect to the database, which isn't a problem if I downgrade back to the bungee version I was using prior updating.
15:37:14 [INFO] Hikari pool HikariPool-0 is starting.
15:37:14 [SEVERE] [BungeeAdminTools] BAT encounters a problem during the initialization of the database connection. Please check your logins and database configuration.
15:37:14 [SEVERE] [BungeeAdminTools] The connection pool (database connection) wasn't able to be launched !
15:37:14 [SEVERE] [BungeeAdminTools] BAT is gonna shutdown because it can't connect to the database.
Update java, or tell the host to update java
hey
i dont know much about mongoDb databases
but i need to fill this in a plugin's config file
MONGO:
URI-MODE: false
NORMAL:
HOST: "127.0.0.1"
PORT: 27017
DATABASE: "test"
AUTH:
ENABLED: false
USERNAME: "user"
PASSWORD: "pass"
AUTH-DATABASE: "admin"
URI:
CONNECTION-STRING: ""
DATABASE-NAME: ""```
Start by setting up a mongo db
Okay now put ip of vps and port of db
done that
If normal is set I don't think you need that
I recommend you create a new user instead of giving the plugin admin access
idk how to create a new user trough the vps
am using pterodactyl
with mongodb egg
i'll try to find a tutorial for that
but what should i put here ?
AUTH-DATABASE: "admin"
🤷♂️
lol
I've never actually used mongo before
should i just keep auth as false and not touch that ?
hi anyone know if there is any way to make a spigot server convertible to a folder and use it as a singleplayer world
sure, just move the DIM folders back into the main world
Does anyone recommend any paid server hosts to start an smp with 3-5 of my friends on? And what plan?
ok, I'll try to see if it works for me. Thanks
Does anyone know a hologram plugin working for 1.18?
nope,wait for holographic display to update like everyone else
I would, but my hosting provider dosen't let us upload files
It's ok I'll just use command blocks or datapacks
Are you using minehut?
Aternos
How can I make this portal go to my other server?
By using a plugin
Run your own if it only you and friends, No cost at all.
Easiest way to convert 1.17 world to 1.18? Not the server itself the actual world conversion
Just run the server
Hmm That's what I thought too. But I definitely still have bedrock at y=0. I guess it doesnt effect already loaded chunks?
Oh hi md5, uh
Well, I'm the one reporting this https://hub.spigotmc.org/jira/browse/SPIGOT-6823, just wanted to say here instead of posting more wrong info there, because I'm having a lot of trouble creating reproducible setups for this issue
It is an issue that only happens with Multiverse in, but yeah, guess it could not be due to Multiverse
I might have narrowed it a little bit more to having a superflat world at all causing the crash and server freakout
/mv create superflat normal -t flat
Or /mv importing a superflat world created in singleplayer and /mvtping elsewhere have been causing the crash 100% for me
/stoping the server should cause issues
Either way, nothing to do with the original issue I made but oh well, it was just unfortunate luck because there was a superflat world in the server before bringing the datapack in
Here, for example: https://adoptium.net/
I overhead Oracle's installers have some issues, have you had experience with them? 🤔
No issues here, but I'm on Windows. I can't say for other OS'
x64 installer worked for me
mk
can you update a spigot server from 1.17.1 to 1.18 without it resetting
You can, the existing terrain will add onto the bottom of the world past y 0
you sure old chunks wont get reset too?
According to statements from Mojang they shouldn't.
Is spigot "stable" enough to run rn?
I'm having no issues so far :)
cool thanks
is there any risk for updating from 1.17 to 1.18
No risks that I'm aware of, but make a backup just in case!
The only changes to old chunks that I know of are below y - 0, extending the terrain downwards from where bedrock used to be
you also forgot biome blending
Good point, unsure how that might change things
biome blending shouldn't break anything in the old chunks
It may break existing mob farms but those can be moved
Do you know a substitute to Pixel Printer? I'm trying to create a frame (like a png/jpg photo) as a map on minecraft
Thanks in advance
player data is what im more concerned about
Shouldn't be any issues with player data
yeah plugins should be the only thing that will fail in 1.18
Guys I need help assap
So I have this mc server, I want it to run on 1.18, I have 3 server, bungee, hub, earth, I need hub and earth to be in 1.17 tho because the plugins are not updated
How would I let 1.18 join
ViaVersion
use advanced portals
How long will it take for plugins to update to 1.18?
ask the authors of the respective plugins (chances are they are still in development)
or just dont bug them and wait for the official releases
We use towny, siegewar, essentialsx and that
Depending on the size of the plugin it may take a few days to get a new version out, just updating libraries references
When i changed to spigot, my end end nether is gone, how do i fix this? I have backups
read your log, it is likely you imported a vanilla world into a server that already had spigot's world_nether / end folders
can someone help me completely uninstall build tools and git bash and spigot from my system
i want to do a fresh install
just delete the buildtools folder
#general
Anyone very familiar with extra WG flags? Trying to use alllow-block-break and set multiple blocks as allowed to be broken, not sure how to format it tho
Q:
Looking for tips on various plugin to use on bungee/waterfall to tie the network into one where possible.
Looking for the following functionality.
-Something that allows /hub or /lobby command to take a player from any server back to the lobby.
- Something that allows for use of Essentials style functionality, either bungee wide or per server
- Chat, something that preferably allows me to pull all chat on all servers into a discord bot.
- Staff Chat, server wide, so no matter where people are, they can still communicate.
- Tablist. Preferably something that allows all servers to be listed on the same tablist. But still split into sections to show whos on what server.
-Warps/Teleport system for players. I.e something that lets players go back from their skyblock island to the skyblock hub. Mainly for same server use, but if server to server functionality is there it would be useful. - Guild/Clan style thing, primairly to be used on SMP. Maybe party for minigames/skyblock stuff?
- other "default" functionality stuff, like vanish for staff, ability to look in players inventories etc.
I've been looking around for several weeks now, comparing things here and there, but with some plugins having 0 support or 0 documentation i'm having a hard time picking.
Any suggestions are welcome.
Hey, could someone help me with a server reset (I’m a new owner and nobodies ever explained to me how this works) that would be amazing, I just don’t get how to to make players keep there ranks but remove money, claimblocks etc
prob somewhere in the configs
there are the saved claims and money somewhere in there maybe
or in an mysql database
I don’t use MySQL- tbh I’m upgrading to 1.18 so I may as well just delete everything else as no plugins will be supported
Latest version of bungee is 1.18 compatible maybe why
Easy, assuming you are running Luckperms or soemthing for your ranks.
Export the LP DB, and import it in your new server. All permissions, ranks etc should stay the same for returning players. But everything else should be reset.
So even if the player data is reset if I’m resetting everything that means the UUIDs things would be reset
Did the DB have specified tables?
Did the plugins change their configs to add new things/reset entirely?
Did you go over all the individual configs for those plugins and the DB they match into to make sure all settings are still correct?
UUID/playerdata doesnt save ranks, thats your permissions plugins job.
Did you check the settings?
I use essentials, obviously but I also use UltraPermissions
essentials doesnt do anything with ranks/groups/permissions, it just offers some functionality commandwise.
ultrapermissions, not educated in it, but im assuming they have a way to export their data.
antibotdeluxe abandoned as shit
Xovius, after updating the bungee jar or whatever you did, did you reroll the config so it matches your original settings?
So open the config for bungee, and edit it so it has the correct settings...
i dont know, i havnt updated bungee yet, nor looked at the new 1.18 settings it may or may not have introduced. but checking if your config is still set with the correct data is a good place to start.
It doesnt happen often, but occasionally something you update will forceoverwrite all existing files with default ones to include new options/mechanics etc.
Imho, personally, when i update things i remove all traces of the old version, upload the new, let it generate all default files, and then i edit those to be to spec again before i relaunch the server to public.
instead of just exchanging jars, with the chance of it not overwiting older files, thus leaving out newer fixes.
wouldnt be the first time people upgrade old jars to newer jars and are left with old configs missing the new settings
Had that issue myself earlier today with VotingPlugin
why not try what he said?
i need help with my server, can anyone help me?
?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!
ok,I upgraded the server from 1.17.1 to 1.18, it loads everything into the console, but as soon as I get to the_end, it crashes and stops loading: Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "TerminalConsoleWriter"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "JLine Shutdown Hook"
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Thread-1"
and the nether takes 111 seconds to load
how much ram u allocated?
I don't know, because the normal world takes a few seconds to load, while the nether has now changed to 159, the end doesn't even try
2GB
but it is using 1GB
that is?
how u start ur server normally
i use server.pro
delete, nether folder and end?
prob will help
and it should recreate itself when the server starts, right?
I remember other times that by updating the server perhaps from 1.12 to 1.13, the world suffered crazy slowdowns that were solved in a few days
anyway, I'm rebooting the world, let's see ...
oh, ok it's creating the end now too, it's 0%ù
and the nether took 99 seconds to create
now I'm afraid to enter, the last time the armorstand had all duplicated hahahaha
I just updated Java to JDK17.0.1 and also updated Spigot to 1.18. However whenever I run Multicraft on my network, it keeps falling over saying Error: A fatal exception has occured. Program will exit
OK! the end is being created, I think I understand ... it was probably all corrupted
ok, I'm in the world! thank you!
Multi craft is a server console software that most server providers uses
good choice
Is it not possible to just download Spigot? All I can find is "buildtools"
Paper has a downloads page with the jars ready to be deployed but I can't seem to find that here
its not
?jar
"Cant you just send the Spigot jar?"
No, we can't. It's illegal to distribute Mojang code, meaning that you have to use BuildTools to build the Spigot jar.
paper has its own system
it downloads jars in runtime
the "paper" jar you got is just 1 patch file
spigot approach is just legally safer
Thank you all
hey so im using the lastesr bungee so it should let 1.18 clients join but for some reason its saying im using an outdated client
Where can i find plugins that support 1.18?
Same place you find plugins that support other versions
Just check the supported versions
Ok thank you brother
can anyone help?
^
HELPME
?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!
Minecraft::world - Chunk provider tick
cause
lagg
low
tps
10 tps
40 players
I mean, that timing is literally your chunks ticking
Aikar's Timings Viewer - View Timings v2 reports from Paper and Sponge
I don't think anyone generally supports piracy
Also they’re using paper
and that
but generally speaking I believe both spigot and paper discord do not generally support offline servers
would be switching from 1.1 7.1 to 1.18.1 batter than on 1.18
What
would be batter to wait for the new release of 1.18, to avoid any dup. gliches?
Concerning how little gameplay was even touched, there might not be a dupe glitch
tho tbf, just don't update your production environment until the version settled
2 weeks is generally a good rule of thumb
idk, does spigot announce when they believe builds are "stable"
Hi anyone know if Dynmap is working on 1.18?
why not try for urself?
Players are playing on my server at the moment so I rather not restart my server multiple times just to try it out, If someone tried it out why not ask.
Also anyone knows about any plugin that would show through a command like /kda /leaderboard or something like that, how many times someone died, mobs killed atd... ?
Any stats plugin will do that ^^
Any recommendations?
hey guys, I'm having some trouble making my very first mc plugin...
im getting an error which is
package org.bukkit.plugin.java does not exist
and a few more similar ones
i followed a tutorial in a website, and did exactly what they said
build.gradle or maven.pom pleas
sorry
hey, can i use spigotMC for 1.18 version? Is available?
I want to make a server of at most 12 people
shouldnt have a problem,however keep in mind some plugins arent updated yet
I want to put a login system, private chests and plots
if you find 1.18compatible ones ur good to go
oke, thank you @neat umbra
Will EssentialsX still work on 1.18
ask the author
is there any placeholder that adds only color of Vaults prefix not wholeprefix but just color of it?
so my friend went from paper to spigot and now chunks are loading slowly, is this just a coincidence?
@unique folio https://ci.ender.zone/job/EssentialsX/ , get the latest version
Im testing the conversion of maps from 1.17 to 1.18 after a --forceupgrade some maps did not generate anything below the bedrock . I understand that if minecraft:Flat is set in the Level.dat it wont do generation. The maps in question have set minecraft:noise and no generation below existing bedrock.
any good team plugin=?
Hey I wanted some help regarding the commands.yml, I didn't understand the wikis.
What does $1 do?
And $$1 do?
Is anyone else getting warnings spam their console when trading with villagers? Everything works as intended, however I get spammed with messages until I close the trade window
Spigot 1.18-3332
Contact that author
Give devs some time to update
nvm I didnt realize this was a playerwarps issue 🤦♂️ I just saw it now
I have restarted my server (twice) but my plugins are not making their respective folders (along with this no configs are being made even though i can see them on the plugin list and run commands from said plugins). This possibly could be because they are 1.17 plugins but i am not sure that’s the issue. I am using 2 plugins Dynmap and TabTPS
Any one know any cape plugin?
Send logs
Capes cannot be given server side
Console logs i’m assuming? Because everything loads properly no unexpected errors. The plugins just aren’t making their sub-folders/confit files
Yeah send us the server log
oh wait i’m a complete and utter idiot
Server] Server thread/ERROR Error initializing dynmap - bukkit version incompatible! initializing dynmap v3.2.1-531 (Is it up to date?)
i’m assuming that means i need to wait till they update to 1.18
Hi, can someone reccomend me a good claiming plugin that uses worlguard?
i was using lands but it was really buggy
Protection stones
Trying to run fast chunk pregenerator but getting "The JVM Heap is not sufficient for this border size"
What is a fix
Give server more ram or pregen less
Hi, can someone reccomend me a good MurderMystery-Infection plugin?
Is there a way to make it so players in my waiting server cant type, see players in tab and see players?
There are plugins for that
How do I find a stalker app my wife installed on my phone?
No chat plugin for example
is there a good MurderMystery infection plugin?
What about seeing other players and seeing them in tab?
Hellou guys is there any plugin that works on 1.18 minecraft to change players name color?
so my friend went from paper to spigot and now chunks are loading slowly, is this just a coincidence?
How can i get players that join my server instantly go into supervanish?
anyone knows plugin that makes GUIs save data on MySQL like on hypixel?
if i change something in 1 GUI that chnage will be applied on other servers too?
ping while replying
?
y do i need essentials for vault to work properly?
the majrotiy of my plugins using vault give an error when i removed essentials
is there a way to join on a 1.18 server with 1.17
try
ItemJoin or Command Panels
no until you have via on server
whats that
thye do what i asked?
you can make custom gui with that
viaversion
i dont want cusotm GUIS just read again
it works both way use via backwards
you can make gui and use sql with that ... or make sql for that or .. make sql for your gui plugin ...
because essentials is a economy plugin which stores data and vault is a medium of transfer
?
are you using supervanish plugin??
yes
use /sv list and /sv login
wait so via version you can join with any version on a server
yes 1.18 to 1.7
You need ViaBackwards and ViaRewind for that
Shouldn't async be slower?
I think async loads them slower
With delays
Not when you can use several threads
nope why...
lol
That doesnt make players invisible automatically?
I just keep my server 1.16.2+
no that will tell list and when they join ... if you dont want then to do so then remove perms
How can I make so that when a normal player joins they automatically become super vanished.
Portal wdym medium of transfer?
@west cloak you need viabackwards aswell
do you have a link?
okay thanks
hi, i got an issue on my 1.18 spigot server, i got a 4spawner farm and new water source don't flow anymore.
can't find a solution on google
@sage lily what you nead?
in IntelliJ under project, I've added the library craftbukkit-1.18, but still it complains about not finding the "org.bukkit.plugin.java.JavaPlugin" to the import....
sure..... reading posts
how do i get items to drop from chests when exploded by tnt
They do normally
is this a spigot bug or a vanilla bug - none of my caves are generating with cave_air inside of them
just normal air
Seems to be vanilla
Anyone know a easy MySql database tutorial for retards?
Imma say deluxe tags
remove plugins until it comes back?
Have you tried narrowing it down
ill do it
deluxetags is a prefix plugin
doesnt modify anything, just adds placeholderapi support for a prefix
I dont have anyone on the server rn to help test it
hold up
ok im working on it rn
Ok
i have narrowed it down to luckperms
why the hell would it be luckperms
Serious bug with Spigot and Paper . Running --forceupgrade from 1.17.1 to 1.18 . All blocks from height 32 and below get deleted on the entire map . used the most recent compile
how can i make items not explode by tnt
hey short question i had bungeecord 1.18 on my server but bungee says me /server is not an command what can i do
Ok so luckperms is making player nametags disapear and idk why...
i narrowed it down to luckperms by removing all plugins and puting them in one by one
It happens with only LP?
oh
leme try that
but there are no permissions
@mellow dock ok
its vault
its luckperms and vault
idk why
yea
yea but i cant use any economy without vault
I'd use /lp verbose
So you can see what permission it's checking