#help-server
1 messages · Page 255 of 1
show me how to do it and ill do it
but again i cant afford anything.
so i dont see how thats possible
just buy it
DedicatedMC.io strives to provide hosting on the best hardware there is. With top of the line AMD Ryzen 5 & 9 CPU's, lag is a thing of the past!
then go to minecraft
then select a plan
then buy it
you can use code Auxilor for 15% off btw 😄
is the shared core thing ok?
yeah its fine the performance is 👌
ok
imagine being unverified
Luckperms
You’re asking us to make donation perks for you? Lol
Be a good server that people want to donate to
Everyone likes shiny cosmetics
umm
my server uses the half of the max ram allocated
i gave it 3G
and it says 900(%40 free)
it says %40 free
%60 = 900 mb
it makes it nearly 1.5 GB ram for %100
it uses the half as maximum
Isn’t reported ram usage pretty much always incorrect for JVMs lol
That’s my point
anyways soo u tell me that it is normal
If I’m remembering correctly
sory my stupid
I’ve never had it report properly
does your report change time to time
or always the same for the same amount of ram
and same for all the pcs you tried
Also heap size isn’t the actual ram it uses
okiedokie
That’s why you don’t allocate 16gb on a 16gb server (beyond the obvious reason such as OS overhead)
If you don’t actually notice a performance hit it’s fine
and my main has 16 i allocated 3 again
it is very laggy on startup
but becomes normal
and the ram usage meter is like a factory roof
/|/|/| goes like this
Ranks, perks, particle effects, cosmetic items, crate keys. Just find something good but if ur selling items with effiency 10 on your store that would be p2w
Well uh
That’s garbage collection and dumping, that is 100% what’s supposed to happen
hello guys, I have been hacked so now all my files.Have knowledge about decrypting files? What should i do now, Is it possible to fix my files without know hacker secret key? There is example of some file that been encrypted
delete everything and restore from backup
yea i think i will do that, but i hoped there is some way
you can always brute force the key but thats never ideal and depending on the virus some delete your data after x incorrect attempts
better to just restore the backups
but, its always good to keep a flash of that os that you can put in isolation and see how they could have gotten in
look for breadcrumbs like logs that they may have forgotten to delete
Is there a way to remove nether roof and floor on uskyblock plugin?
ask the plugin author
whats the best skyblock plugin currently?
been searching for a while and is there any mod that allows player replace grassblock beneath them for a dirt (with destruction animation like sheep eating), would like to ask if its possible to make it only certain player based
i know its possible with invisible sheep and repeat command block but is there plugin for it
hey guys I am getting this error Invalid initial heap size: -Xms#G Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. Press any key to continue . . .
when I type this in @echo off java -Xms#G -Xmx#G -XX:+UseG1GC -jar spigot-1.16.5.jar nogui pause
pls help
anyone?
🤔
did you perhaps
forget to replace #
with a number
you need to replace those # with you know, numbers
change em both to 2 and try it, friend
ok
all the #
hola grupo .v
Hellooooo. Brand new spigot developer here, and also slightly new to Java (but have a background in other languages, so not a huge barrier).
I'm running into an issue after going through a few tutorials: I want to separate what I have going on in my main class into other classes so that I can have some organization -- and just call all of them in the onEnable() {} event. But I seem to be running into some issues when doing this
Could I get a push forward in the right direction?
oops wrong channel
lol
i need help
with
?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.
Probably too late now but I cba to check #help-development but a reminder to show what you’ve tried
?paste
^ this is useful
@glacial sundial https://pastebin.com/XFvYUEEy big error
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.
stop tagging md5 smh
@west cloak You see this?
[03:53:19] [Spigot Watchdog Thread/ERROR]: The server has stopped responding! This is (probably) not a Spigot bug.
[03:53:19] [Spigot Watchdog Thread/ERROR]: If you see a plugin in the Server thread dump below, then please report it to that author
```?
where is my assistance required miniature digger
*jealous noise* Mini doesn't even remember me
tf is a jelly noise
I don't know either
Without any plugins 😒 @glad rain https://pastebin.com/XFvYUEEy
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.
consider increasing timeout-time in spigot.yml
localhost ?
How do you make chunk loaders work without a plugin/commands?
how i reset all players achievements ?
delete world/advancements folder
i dont have advancaments folder, i deleted stats and playerdata
so dumb how most people don't read stack traces/errors. "Oop, red text, oh no, time to go ask people instead of googling first or reading what it says"
go to the world folder
and delete the advancments folder
you don't, unless you have a datapack
or a mod
sad
open playerdata
deluxehub I think
I have a question about my code will this work? ```java
import org.bukkit.Location;
import org.bukkit.World;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.EntityType;
import org.bukkit.entity.Player;
import org.bukkit.plugin.java.JavaPlugin;
import org.bukkit.scheduler.BukkitScheduler;
public class Main extends JavaPlugin {
private Main plugin;
@Override
public void onEnable() {
}
public void onDisable() {
}
@Override
public boolean onCommand(CommandSender sender, Command cmd,
String label, String[] args) {
if(label.equalsIgnoreCase("tntspawn")) {
Player player = (Player) sender;
Location loc = player.getLocation();
World world = player.getWorld();
BukkitScheduler time = player.getServer().getScheduler();
time.scheduleSyncRepeatingTask(this.plugin, new Runnable() {
@Override
public void run() {
world.spawnEntity(loc, EntityType.PRIMED_TNT);
}}, 0L, 100L);
}
return false;
}```
}
I tried a new tutorial series because I didn't think the guy that I was watching was actually doing it right
Bruh.
So
My online-mode is set to false in my server
bungee cord keeps crying the server is online mode
I've restarted both over 100 times now
I've checked the config file so many times I burned a hole through it
That's the issue, the server is offline mode
I have online-mode=false in the config
nvm
hmm that's strange
I'm using offline mode for Bungee @mortal robin
nvm
discord slow
I can't figure out why it keeps getting flipped back into online-mode at runtime
Fuck I wasted too much time on this. I'm running late to an appointment. Anyone have any suggestions just ping me
have you restarted bungee? and ensure that your servers are connected to bungeecord and are offline mode as well?
Yes and yes
over 100 times now
It was working when systemd wasn't launching bungee and the server
As soon as I had systemd launch the server, it stopped working
WAIT
I think I know
I'm a moron
I copy pasted my .service file for my normal server to setup the test
what was it?
my normal server is in online mode
oh :P
systemd had working-directory=online-mode-server-dir
btw
God I am denser than a blackhole.
you use systemd to startup your servers?
um would you recommend it?
IF you know linux well
and systemd, yes
otherwise no.
I use systemd over a panel because I can also do things like ProtectHome=True and other directives to prevent malicious plugins tainting my system
@zenith igloo so using systemd is like using a sludge hammer to kill a fly on the wall
It works. Is stupid overkill
It’s heavy. It’s hard to work with. But the results are astounding
I’m working on a systemd unit file generator
Is there a plugin where people can stay in groups in a survival server. Like marriage master but multiple people and not exactly a marriage. I don't want factions either
da hell is marriage master
It's a plugin that allows two players to marry and have a common sethome and a backpack and stuff
Oh ok then.
I'm using multiworld and perworldinventory and i have problem with: linking 2nd nether to 2nd world and per world command blocks
Without changing everything?
what do you mean without changing everything
Any plugin*
so is there any plugin that could encourage players to be around each other?
not with people socially distancing
lol
do you have any ideas on what could encourage them to do that?
They could get points by trading with eachother/or being near each other and then they can buy stuff that you normally can't get or something similar to that
?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.
So how to fix that WITHOUT CHANGING PLUGIN FOR WORLDS
I have such a problem with the Chatty plugin, I use JSON colors in the privilege names, but Chatty does not display them normally. Please tell me what can be done to ensure that the privileges are displayed normally?
Like giving perks some perks when near each other or trading or doing activites and stuff
And being in a group like factions but except the Griefing and enemity between groups part
how do I install plugins into my server so my friends can use it?
drag and drop ya plugins into the plugins folder
you can get plugins here https://www.spigotmc.org/resources/
Hi, where can i download the latest version of spigot? i don't like the buildtools method
buildtools is pog
but there are a few third party sites if you really want to
I downloaded a versión from 17 of January (the latest of a site) but when i start the server, it says "Error, this version is outdated"
Which means you downloaded from an illegal site
Maybe, i really don't know xd
You did
I don't know how to use the buildtools because i pay for a host
i'll try
from official site of paper?
Yes
Isn't that the same thing of Spigot? srry i'm new at this, the plugins will run without a problem?
its a fork of Spigot
keep in mind you wont get support for it in this discord, you would have to be in theirs
you decided which one you want to use
Paper is more or less a bit faster than spigot, and has a few additions
99% of spigot plugins will run on paper just fine
if you choose to use Paper and need help, go to the PaperMC Server (you can find it in discovery)
if you're on spigot, the buildtools is available from here https://hub.spigotmc.org/jenkins/job/BuildTools/
make a folder, run it, give it a few minutes, and you'll have all those sweet up to date jars
who all know how 2 load a readonly world? eg. i need spigot not 2 freak out if the world folder is readonly ._.
cause having to move worlds out of backup folder every time i wanna examine something is highly inconvenient xD id like to just hardlink the world folder directly to the backed up folder
thanks!
if ya need help with buildtools drop it here
Sure
I need help with server console
what with
I need mute specific messages
Like ''X found diamond ore''
Thats colapse my server xd
Plugin?
yeah
It's not vanilla though
spartan dev mr. vagdady in here 😄 maby u can say 👋
are anyone know this pluhin?
Any suggestions for a Bungee GUI plugin to switch serrvers
seems like they haven't been updated in ages
NVM! Found one: https://www.spigotmc.org/resources/serverselectorx-free.32853/
someone can help me?
at me join my bungee server
i go to survivals server
and when i leave
and back
its still in survivals server
like not back to hub
anyone can helps?
Technically yes
Bungee is created originally by md_5
Spigot is a fork of Bukkit by md_5
ohhhh okay that makes sense. I was just trying to find the bungeecord discord and all i couldn't find one so I came here. I am trying to find a way for there to be a message that says which server a player switched to instead of it saying the player has left the game
I talked to Apex support and they said there is no way but they have been wrong a lot so i just want to double check
I mean there probably is a plugin that does it
I'm just not aware of the name of one off the top of my head
ok thanks ill do some looking. I appreciate it
Hello, I'm very new to spiggot. And I was setting up https://www.spigotmc.org/resources/warpalicious-player-warps-plugin.30735/ I noticed that non mods couldn't use/set warps. It has permissions but IDK how to use them. Is there some web page someone could point me to? I just want to enable it for everyone.
looks like the relevant permission is warpalicious.warp
Yes, how do I change that?
use a permissions plugin
/ bug the author to add sensible default permissions to their plugin
Yeah, that's not great defaults. It would be great to have a true/false flag to enable it for everyone or just ops.
What would be a good perms plugin for this? Something light weight as I'll just be setting this and that's it.
The prefix appears to be "warpalicious."
Here are some of the permissions from the plugin:
/*
Permissions
*/
public String universalPerm = permission + "*";
public String warpDelPerm = permission + "delete";
public String warpEditPerm = permission + "edit";
public String setWarpPerm = permission + "set";
public String warpToPrivatePerm = permission + "bypassprivate";
public String warpPerm = permission + "warp";
public String warpListPerm = permission + "list";
public String warpListPrivatePerm = permission + "list.private";
public String warpListOthersPerm = permission + "list.other";
public String warpListSelfPerm = permission + "list.self";
public String delOtherWarpPerm = permission + "delete.other";
public String warpInfoOthersPerm = permission + "warpinfo.other";
public String warpInfoPerm = permission + "warpinfo";
public String warpTopPerm = permission + "top";
public String searchWarpPerm = permission + "searchwarps";
public String setPrivateWarpPerm = permission + "set.private";
public String createWarpSignPerm = permission + "makewarpsign";
public String useWarpSignPerm = permission + "usewarpsign";
public String nodelayperm = permission + "nodelay";
public String noParticlePerm = permission + "noparticle";
public String invitePlayerPerm = permission + "inviteplayers";
public String onlySetPrivate = permission + "onlyprivate";```
so if you wanted to give a player delete permissions you would do warpalicious.delete and so on
pretty clunky af way of doing that
@carmine coyote ^
What happens when the LuckyPerms developer is no longer interested? Can the plugin still be used? I would like to use if possible only plugins to which I have 100% control 😄
i dont think that will happen
luckperms is the most used spigot permissions plugin, if not the most used plugin
That's not what I'm about 🙂 What if it should come to that or the servers crash or he has an accident?
not the most used 100% :D
yes this text is better^^
at least in cis (russian) community it won't take a place of the most used plugin
id believe in some kind of authme or essentials more than luckperms
permissionsex gonna take at least 50% of current cis market
not because we're so "old", that's happens because there are not so many good admins in our community
and small count of tutorials too
permissionsex is not that bad actually but definitely not better than luckperms, well if it was still maintained then it would atleast be a competition to luckperms.
permissionex is highly out of date and a jar hasn't been released in more than 3 years, the bukkit dev page of pex even says to use LuckPerms lmao
i know some people that has "private" exploit against luckperms if admin used web-interface at least once
that sounds like a 🧢
at first maybe yes
but how i know it works only if server isnt set up well
yeah github also has recent changes, its probably gonna get a release soon on github.
Hi, is there any way to make it much more tough for players to get my seed?
you can randomize the structure seeds in spigot.yml
Hmmm
How do I do that before I make my world
edit spigot.yml before generating the world
oh that's smart, didnt know that was a thing
So like change seed-village and seed-jungle before I generate any chunks?
yes
can someone tells me how the "matchmaking" system works? Imagine you're creating a PvP Server. You created your map, it is called "PvP Map". Now, how can you get 2 match in the same map?
is there any good free guild/clan/empire plugins? something outside of factions
Player visibility only show the player for the player
oh
it means that
in pvp server
i'm only seeing my opponements
but there is a lot of players in the same map im playing?
someone that know this plugin pls say the name cause i need it
Haha
Private exploit scary
PEX is just ded
That's it
heyy
can someone help me?
i need to setup mystery vault and free delivery man linking with pro cosmetics
seems like a very custom plugin thing to do
can i set it up?
using multiple plugins?
probably but it wouldn't be very efficient
id like to setup the hypixel cosmetics system
that's why i wanna know
and also i am setting up a crates plugin but it is giving an error
Anyone knows any schedule plugin that can run commands automatic in specific times turning the day??(1.16.5 paper)
im actually working on one, but im sure one already exists
I found 2 that doesnot support 1.16+
welp ill just hurry up
😅
ill ping you with the GH repo when im done
Okay thanks alot!
can i have some help please
?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.
when i try to do a command in the console thing, it says "Unknown command. Type "/help" for help.
what command are you typing
oh
in console you dont need the /
ty 😂
when i load a plugin i just do "stop"?
and it will auto restart or do i do "start" aswell
ideally you should stop the server, add the plugin, start the server back up
np
Hey I can't type in books on my server?
does anyone know what could be causing this?
Could you translate the message for us?
@tawny dustWhich one?
Could you send a list of your plugins
the "java io" thing?
Yes the part that isn't in english
It says"Another process takes part of the file
This operation cannot access the file because it locks"
ah I see could you make sure that there isn't another server running
You can do this by restarting your pc or kill all Java tasks in task manager
wait a sec, i will restart it
?ask @west cloak
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.
@fossil obsidianOk, thanks.
yes
For other people: The issue is that players cant write in books
Already found the issue it is because my book & quills have custom lores
without the custom lore they work perfectly fine
Yea that would be Medusa false flagging then
Okay I'm going to try and check it out
Hi its possible to increase max armor cap?
would you know what flag by any chance?
No
hey guys when I created this test server I got a message saying that I don't have permission how can I fix this?
Give yourself op or use a permission plugin like LuckPerms and give yourself the required permissions
how?
Which one of them
what?
op or permission plugin
where do I get that?
I'm not aware of a plugin that can do this. Why do you need a limit higher than 30?
Yeah you might need a custom plugin if you want to increase the vanilla cap
is there any that can do it?
Not that I'm aware of no
You install it like any other plugin
where do I GET IT
I found this might be of interest: https://www.spigotmc.org/resources/rpg-player-leveling.11096/
unfortunely its whole like overhaul of stats
it is still not working
Did you add the permission
haha, if that was a joke.
i dont know how much small American servers popular in cis
stop spreading false info please
idk how much small eu/us servers well known in cis, but average ru servers already suffered in case if they didn't set up firewall well after using web interface
if u think thats false info - kk go on
ik ty
if you do /lp editor it sends you a link to luckperms official web editor
its pretty secure
to save changes you also need to execute a command
which you need permissions for
is there any good free guild/clan/empire plugins? something outside of factions
How the hell do people work with Bungeecord
It just seems to randomly snap
my lobby server is live, in offline mode, has bungee mode set
Wont accept connections.
It worked 30 minutes ago, I've changed literally nothing.
I've never had any issues with Bungeecord
What does it say when you try to connect?
Can you try pinging the lobby server directly?
Yea, its online
Its literally in my internal network
I changed priority to my survival server from my lobby
still not letting me in
letme restart my game
and it works
?!
I restarted all the servers and waterfall
youtube exists
you can google how to setup luckperms
or youtube it
@tawny dust @merry elk Any suggestions for MOTD plugins
pixelmotd
Ty
I also already sent him their wiki page
whats the command to send somebody to a different server in a bungeecord
./send %player% server hub?
cause that dosnt seem to work
what are your server names
Hi,
This is the first time I work with Bungeecord and I have a problem every time I log in to the server I get the same error:
Could not connect to a default or fallback server, please try again later: io.netty.channel.AbstractChannel$AnnotatedConnectException
I searched for this problem online but found nothing to help me.
config: https://pastebin.com/r1ytvtgi
server.properties: https://pastebin.com/dRYZxtRy
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.
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.
vanilla,hub,plugins
try /server hub
Sorry, in not blocked you.
How do you guys prevent greifing in creative
like lag machines, item drop spam, etc
I feel like I have to write things in skript to stop growlers
Griefers
Can someone please take a look at my MC server and tell me if they can move and open doors? I have a user insisting it won't work. I even disabled most plugins.
Hostname / Ports mc.catgirl.is
Spigot for Java is at 25565
Geyer is at default bedrock port if someone wants to test that too
I can't reproduce the issue
@west cloak im on
Through Java or Geyser? Does it work ok?
I'm on Java
This user is trying to play bedrock or something on a chromebook so i think they are just OOMing
and nope
can't open the door
oh its broken
hmm any ideas on what could be causing it?
your permissions
how do I change those I haven't set anything specifically
pretty sure you build in spawn protection radius
yea
you built in spawn protection radius
These are the plugins
I removed WorldGuard
idk what else I'd need to do
how?
oh
ok edited that
it was 16
restarting the server
Another question I have a plugin to keep inventory, how do I add users to the list? https://www.spigotmc.org/resources/keepinventory.1638/ permissions.yml is blank
Why not use the gamerule?
Because it has to be set seperately for every world
I just want it to be enforced server wide
for users on a list
I suppose I could just remove the IF statements but would like to keep it a permission if possible
Yeah what permissions plugin are you using?
I don't think i have one
ah install LuckPerms
yes
And if you're wondering how to use it they have a great wiki here: https://luckperms.net/wiki/Home
Any other recommended plugins for MC Server owners?
WorldGuard, EssentialsX, Vault, PlaceholderAPI
ah cool
hello, someone help me ?, how to change the ip of localhost
If you want to change your ip you need to contact your isp and see if they can do anything
Vault is more like a bridge between plugins. It doesn't really do anything on it's own
How do I remove the vanilla spawn protection?
Is there a plugin where people can play survival in groups/clans and have a common chest and stuff? Like factions except the base Griefing and harsh enemity
Hello, i want help to fix my crash problem, recently i made a bedwars server and it keep crashing every 30 mins
Running: Paper version git-Paper-1618 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT) false Ask paper
okay
i asked paper they said it was plugin fault so i want to know what plugin is crashing the server
can you atleast help me with plugin
can you know like what plugin is crashing my server?
just from reading that plugin list i know it must be ConsoleSpamFix
the name itself causes crashes
Nope, sorry I left my telepathy at home
It just filters the console message with config
it was a joke
what
this is the plugin that i use
Land claiming won't have features like common cheets and groups system
ok
Land claims allow you to add players, which can then access a chest
And i'm sure there are plenty of party system plugins
I found this plugin called SuperGuilds but it's premium. Any free alternatives if anyone has time to research? I haven't found any other plugin that does the same thing
towny advanced
A lot of people on my server have pickaxes that don't damage.
Only my staff members get damage on their pickaxes it's really weird.
These are my plugins does anyone have any idea what might cause this?
Hey there, I'm trying to get a Spigot jar file, I'm following this tutorial https://www.spigotmc.org/wiki/buildtools/ but when I write this java -jar BuildTools.jar in git bash, it just gives me this:
Error: Unable to access jarfile BuildTools.jar
Im not a developer or something like that so I have no idea what should I do. Can anyone help me with this?
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
first thing's first
are you running that command in the same folder your buildtools.jar is?
well I guess no, lemme try to change it
yeah so real fast
when you download buildtools
make a new folder, like on your desktop, name it BuildTools or something
then in your command line
if windows, run cd Desktop/BuildTools and you'll be in that folder
then run java -jar BuildTools.jar
give it like 3-4 minutes
itll do its business
okay uh, now I got an error
Gigabyte@DESKTOP-P86AKLD MINGW64 ~/Desktop/BuildTools
$ java -jar BuildTools.jar
Failed to create log file: BuildTools.log.txt
Loading BuildTools version: git-BuildTools-36c11e9-126 (#126)
Java Version: Java 11
Current Path: C:\Users\Gigabyte\Desktop\BuildTools\.
git version 2.31.1.windows.1
BuildTools
unconfigured@null.spigotmc.org
Starting clone of https://hub.spigotmc.org/stash/scm/spigot/bukkit.git to Bukkit
Exception in thread "main" org.eclipse.jgit.api.errors.JGitInternalException: Could not rename file Bukkit\._LICENCE.txt3954180515001901585.tmp to Bukkit\LICENCE.txt
at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:207)
at org.spigotmc.builder.Builder.clone(Builder.java:925)
at org.spigotmc.builder.Builder.main(Builder.java:262)
at org.spigotmc.builder.Bootstrap.main(Bootstrap.java:27)
Caused by: java.io.IOException: Could not rename file Bukkit\._LICENCE.txt3954180515001901585.tmp to Bukkit\LICENCE.txt
at org.eclipse.jgit.dircache.DirCacheCheckout.checkoutEntry(DirCacheCheckout.java:1510)
at org.eclipse.jgit.dircache.DirCacheCheckout.doCheckout(DirCacheCheckout.java:563)
at org.eclipse.jgit.dircache.DirCacheCheckout.checkout(DirCacheCheckout.java:467)
at org.eclipse.jgit.api.CloneCommand.checkout(CloneCommand.java:376)
at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:204)
... 3 more
Caused by: java.io.IOException: Could not rename file C:\Users\Gigabyte\Desktop\BuildTools\Bukkit\._LICENCE.txt3954180515001901585.tmp to C:\Users\Gigabyte\Desktop\BuildTools\Bukkit\LICENCE.txt
at org.eclipse.jgit.util.FileUtils.rename(FileUtils.java:322)
at org.eclipse.jgit.dircache.DirCacheCheckout.checkoutEntry(DirCacheCheckout.java:1508)
... 7 more
oh weird
never had any issues with buildtools so maybe someone else can help ya out
well it creates some files there at least...
guess that's a start
sorry i couldn't help ya any further
aight then, still thanks
Hi can someone help me with my bungee server plzzz
You didn't do everything right
wdm?
Literally read what the message tells you ._.
That would mean you're not connecting through your bungeecord
which i did
i dont get it sorry
You need to connect to the bungeecord not the server
how?
Use the port that the bungeecord is running on
Sure if you want but I won't talk
okay so Im getting this and I have no idea what to do... (while trying to run java -jar BuildToold.jar)
Exception in thread "main" org.eclipse.jgit.api.errors.JGitInternalException: Could not rename file Bukkit\._LICENCE.txt9446118317045015515.tmp to Bukkit\LICENCE.txt
at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:207)
at org.spigotmc.builder.Builder.clone(Builder.java:925)
at org.spigotmc.builder.Builder.main(Builder.java:262)
at org.spigotmc.builder.Bootstrap.main(Bootstrap.java:27)
Caused by: java.io.IOException: Could not rename file Bukkit\._LICENCE.txt9446118317045015515.tmp to Bukkit\LICENCE.txt
at org.eclipse.jgit.dircache.DirCacheCheckout.checkoutEntry(DirCacheCheckout.java:1510)
at org.eclipse.jgit.dircache.DirCacheCheckout.doCheckout(DirCacheCheckout.java:563)
at org.eclipse.jgit.dircache.DirCacheCheckout.checkout(DirCacheCheckout.java:467)
at org.eclipse.jgit.api.CloneCommand.checkout(CloneCommand.java:376)
at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:204)
... 3 more
any file called LICENCE... in Bukkit does not exist at all
algún español? necesito ayuda con el plugin playervaults, al momento de ejecutar su comando se abre la mochila pero no me deja meter ningun item dentro de ella, y cuando me coloco op, tampoco me deja, alguién me ayuda?
. MD porfa
I need help with the playervaults plugin, at the time of executing its command the backpack opens but it does not let me put any item inside it, and when I enter op, it does not leave me either, does anyone help me? MD plis
is there a placeholder for the most active player
like
who has played the most time
what is the command to refresh plugins without restarting server completely?
not using plugman
are there any plugins that make fortune work on different blocks?
Hello,
I wanna create a bedwars server and I'm using screaming bedwars. Is it possible to add luckyblocks in the shops? How can I do it?
hello, how i protect my server using TCPShield in bungee?
i have it installed & it works for the bungee
and i also haev TCPShield installed in the Lobby
it wont allow me to connect to Lobby
hi i needed help
actually in my server
there is some bug
and double chests appear as 2 single chests, walls doesnt connect and redstone doesnt connect
fences also dont connect
How to disable "flying is not enabled on this server."
You only configure TCPShield to protect your proxy server
Set allow-flight to true in server.properties
Can they fly without permission?
Only in creative, unless you have a plugin that adds /fly, and of course a hacked client
This is not a bug with your server, but your textures pack
Is it possible to change my spigotmc username?
the texture pack is classic
and it is happening with everybody
no idea then, I didn't know this was something done server-side (connected fences etc)
are you using ViaVersion?
It says not to message staff; how do I open a "report"?
yes
might be the issue
can we fix it
Hey guys how do I open a report to contact staff
Hi I have a problem with "crackshot"
[13:21:44 WARN]: org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
in 'string', line 223, column 9:
Item_Name: "&eLe "non lance-flam ...
expected <block end>, but found Scalar
in 'string', line 223, column 27:
Item_Name: "&eLe "non lance-flammes""
[13:21:44 WARN]: at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
[13:21:44 WARN]: at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162)
[13:21:44 WARN]: at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130)
[13:21:44 WARN]: at com.shampaggon.crackshot.CSMinion.loadConfig(CSMinion.java:519)
[13:21:44 WARN]: at com.shampaggon.crackshot.CSMinion.loadWeapons(CSMinion.java:477)
[13:21:44 WARN]: at com.shampaggon.crackshot.CSDirector.onCommand(CSDirector.java:477)
[13:21:44 WARN]: at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
[13:21:44 WARN]: at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
[13:21:44 WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:648)
[13:21:44 WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchServerCommand(CraftServer.java:634)
[13:21:44 WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.aP(DedicatedServer.java:444)
[13:21:44 WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:407)
[13:21:44 WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)
[13:21:44 WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)
[13:21:44 WARN]: at java.lang.Thread.run(Thread.java:748)
[13:21:44 WARN]: Caused by: while parsing a block mapping
in 'string', line 223, column 9:
Item_Name: "&eLe "non lance-flam ...
expected <block end>, but found Scalar
in 'string', line 223, column 27:
Item_Name: "&eLe "non lance-flammes""
[13:21:44 WARN]: at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:571)
[13:21:44 WARN]: at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157)
[13:21:44 WARN]: at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147)
[13:21:44 WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:227)
[13:21:44 WARN]: at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154)
[13:21:44 WARN]: at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:249)
[13:21:44 WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:240)
[13:21:44 WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
[13:21:44 WARN]: at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154)
[13:21:44 WARN]: at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:249)
[13:21:44 WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:240)
[13:21:44 WARN]: at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
[13:21:44 WARN]: at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154)
[13:21:44 WARN]: at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
[13:21:44 WARN]: at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
[13:21:44 WARN]: at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:140)
[13:21:44 WARN]: at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:524)
[13:21:44 WARN]: at org.yaml.snakeyaml.Yaml.load(Yaml.java:437)
[13:21:44 WARN]: at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
[13:21:44 WARN]: ... 14 more
Seems like your yaml configuration is incorrect
I just moved my backup from one server to another. There is no reason why it shouldn't work if ?
Try using something like a https://codebeautify.org/yaml-validator
Error : Unexpected characters near "non lance-flammes""".
Line : 223 Item_Name: "&eLe "non lance-flammes""
I hate my self ....
thx very much, I didn't know this site!
reply please
It's via version
It's a known issue I remember now. It also glitches you if you jump ontop of a fence etc
it makes some blocks invisible unless block change is triggered nearby
if you are using a map, try breaking one of the blocks and placing it again
in 1.16 if you press control to place chests next to each other without connecting them
Shift*
how to download bungeecord.jar for the version 1.8.9
because i only saw the lastest version
in the succes build
Use latest
oho k
oh
it means that i don't need to select the version
i just need to get the recent stable build?
Just download the most recent stable and it will work.
qq all how to split inventory creative - survival?
wat
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/player/PlayerGameModeChangeEvent.html listen to this
declaration: package: org.bukkit.event.player, class: PlayerGameModeChangeEvent
and work your way from there
oh
lol
anyone please?
Just load a singleplayer world and press the button
Hey I'm having some trouble with my server. Playerdata to be precise. I'm currently working on custom items and many other stuff which stores a LOT of NBT data. The issue is that if you put too many inside of the items in a shulker and have 1.3-ish of them you essentially bookban yourself.
Because of this I'm looking for a plugin similar to what 2b2t uses. For people who don't know what it does (this is what I believe it does).
It assigns an UUID to every shulker and stores it's data in a folder outside of the playerdata folder. When a player requests to open it it loads the data previously stored outside of the playerdata. This would prevent the playerdata files from being overloaded.
If anyone knows the plugin what does this please tell me. (I hope it's public 🙏)
If there's any other solution to this other than "just make the item sizes smaller" please tell me! I'm in desperate need of a fix!
I'm using Purpur
hm wasn't that fixed ;/
which is a fork of airplane i believe
Maybe it just was for chests
nope not fixed
I know such a plugin I described above would put a big load on my server if people start doing shit like writing the whole bible in books and putting it in a shulker but that's better than not being able to play because you keep getting kicked
Yeah this might be beyond what a plugin can do. I'm not sure how the layout is but a patch directly in to spigot might be required
i doubt spigot or paper can even do this. this is in mojang's hands I believe. And also, plugins can do it because haus was able to as well
They can
in his case it didn't work out but my server is small so it shouldn't be that big of an issue
The problem will come when sending data to the client
You might have to remove some of it
ye maybe, i dont know know how spigot or paper works
Essentially they patch the vanilla server and add or replace stuff in it
couldn't a server make like a second playerdata file if it becomes too big similar to how they patched the chunkdupe?
Probably I'm not entirely sure how things work internally
because the chunkdupe got patched by making it so if a chunk becomes too large it creates a second file for the same chunk
Yeah I'm aware of that
yeah same here, I'd love to know how it works so I could fix it myself. But now I have to deal with getting people bookbanned 😔
Honesly you might want to look in to using less NBT tags
You can bind certain items using UUID
To avoid too much data stored on each item
yeah I could do that but I've been looking for that patch even before what I'm doing rn. My server essentially is anarchy and i don't wanna have to disable things just because people can't be normal
Hello! I really need help. I can't avoid my server crashes. Whenever a player is kicked either with / kick or kicked by the authme plugin the server crashes. Here is the log. Thank you!
no log?
Doesn't let me pass: S
you need to verify your acc to upload files i believe
that error log is... big
I don't understand why it always cashes when someone is expelled. As a complement to sanctions I use "essentials"
strange
first thing that comes to mind is one of your plugins could be causing the issue
I think the same. I am trying to remove all plugins that may affect the player at the moment of being kicked to check if the crashes subside.
could it be something packet related? Plugins such as ViaVersion, ProtocolLib, HamsterAPI?
what plugin is hampsterapi for?
The server has stopped responding!
looks to me as though something blocks the main thread
ah nvm I'm tired
but hamsterapi is api yo
HamsterAPI is a small library for listening to incoming and outgoing packets, reading, modifying and canceling them.
It also allows you to easily send packages to users without the need to use Reflection or NMS in your plugin.
yes I was wondering what plugin was using the api and I realized what u said
fair
ExploitFixer
they have exploitfixer but I haven't had any issues with it
Please write well because I don't speak much English: S
try disabling plugins one by one and seeing if it fixes your error
I would check the log but I'm on mobile
Ok I'll try. Thanks you
does ProtocolLib conflict with HamsterAPI? they could, but idk
Yes, I saw it. I already removed it, I also removed other accessories that can cause the crash. Right now I am doing tests.
I work with "script" so programming basic plugins like the reward plugin is very easy for me.
try removing EF/HamsterAPI and seeing if the issue persists
from what I can tell a user is connecting and was disconnected for some reason and maybe hamsterapi thought they were online? 🤷♂️
Ok, I will, I'll tell you anything.
Is it possible to disable netherite armor knockback resistance?
i need help minecraft keeps crashing when i try to load into my world and starts using heaps on ram and java stops responding
guys, lately i'm having a serious problem that at some point everyone on the server disappears, on the tablist, and in person, i don't know if this interferes with my plugin or another
post a ss of the /plugins ,at no point should that happen normally
would be better if you were able to see what plugin is doing what
remove half the plugins, if the issue leaves its an issue in the plugins you removed- if it persists its in one of the ones you didnt delete- rinse and repeat until you find the culprit
ok
sorry if i white this
Hi, so my server is deleting protocollib from the files, when i lunch the server
and i keep getting this info that im missing protocollib from plugin files
Is the file actually being deleted?
the .jar gets deleted
im using a plugin called leveled mobs, and that plugins need protocol lib to show the mob's health bar and etc things. but when i place the protocol lib in the plugin files, and lunch the server, the protocol lib gets deleted instantly
What would be my issue with Minecraft::event - tracker?
what ide is that o.o
forget ide
what is that
isnt that the timings report thing
a ok
hi
Yeah it is, anyone know what’s causing it?
Keep expanding more if you can also take a look at the plugins tab in case..
Yeah I’m looking at the top in plugins and nothing is causing lag
Aikar's Timings Viewer - View Timings v2 reports from Paper and Sponge
you're not running spigot
It’s a fork
Ask the fork
I mean I wouldn’t think chunks would be changed from spigot to the fork
They 100% would be
^
It has asynchronous world so idk maybe that’s the issue
Can I use mc 1.12 on 1.8.9 server
viaversion
Maybe get half a brain and ask paper discord.
Wish people would read the fat warning at the top of those timings saying don’t ask in spigot Lmao
;-;
You can't ask the spigot discord... It's paper not spigot
Paper is a fork of spigot not vise versa
Yeah
it's not even paper and it's not even lagging
what the fuck is iSpigot
Spigot for only $999.99
And also it will print in chat apple logo to everyone that joins the server
So I really suggest everyone to buy it
Lmao
i deleted my world_the_end and world_the_nether, help me get them back
would 100 worlds and 10 players in each world lag a server?
does anyone know the kb of mmc
msg dewgs
not just mmc, in general for potpvp servers
1 1
but people say it is bad
and just play with it
wdym
I have a fresh 1.16.5 spigot server running, with hard difficulty. No plugins, and default config for everything (except difficulty). I am wondering if Spigot changes zombie behaviour? I am trying to make a "zombification chamber", but at most when I catch a zombie, I get it to convert 1 villager. It then looses interest in all other villagers. It is completely enclosed in glass/planks. I have tested it on a single-player world (also survival) and there it works as you would expect. Do you guys think this is me doing something weird, or is this some spigot thing?
spigot doesent edit anything but you can change it with a plugin
Okay, Is there a difference between multiplayer and singleplayer behaviour?
Haha, yeah
Hello, my friend is trying to set up a spigot server yet it crashes immediately after updating the EULA, any idea why?
Have you accepted the EULA?
Yes I have. Am said friend
Could you send the log?
Yeah give me just a sec
didn't see that coming
True
10.05 04:28:41 [Action] EnergyMagick_ did SERVER_START
10.05 04:28:41 [Multicraft] Received start command
10.05 04:28:41 [Multicraft] Loading server properties
10.05 04:28:41 [Multicraft] Starting server!
10.05 04:28:41 [Multicraft] Loaded config for "Spigot 1.16.5"
10.05 04:28:41 [Multicraft] Updating eula.txt file
10.05 04:28:44 [Multicraft] Server shut down (starting)
10.05 04:28:44 [Multicraft] Restarting crashed server in 600 seconds
10.05 04:28:44 [Multicraft] Server stopped
This is... All it does. And
That's Multicraft not a spigot error
Multicraft 👀 that shit be funky, best case is you contact your host
but let us see the eula.txt, it might just be formatted incorrectly and you could possibly manually modify it

And that is all
contact your host
yes
np
how to disable warp msg from essentials?
https://i.imgur.com/IMrIkAX.png
These are my plugins. I disabled from essentials the joinmessage with 'none'. But it remains..
Help pls
AuthMe + SkinRestorer?
ok you have me there
Yeah and we can't help you without more information
what need you an informations?
Server version? Plugins?
Imagine making a bad version of bedwars
you can give me a link from a good and easy to do economy / shop pluginyou can give me a link from a good and easy to do economy / shop plugin
vault and then any eco plugin like essentials
imagine being unverified
Guys, i can't build in my region with areashop, i tried all.
Citta is the main region
Casa-1 is the house.
There isn't others region.
Did you
Modify __global__?
No i think i modified the config too many times ago
and i don't know where i can change the build option
for rent
Help pls
It's not a Config Bug, who can help me? There isn't any global
Search on google localhost
are you answering my question? @rare pecan
Yea
how do I get the member I jailed to go
First video on yt
Guys, how to able pvp with Areashop?
Look on the plugin page
I don't understand nothing of the plugin page, nothing of usefull
ahh, well yeah i can't help i dont understand it either 🤡
Hello. What is other-multiplier: 0.0 setting in hunger section in spigot.yml?
how do i make it so people need a certain item or rank to enter a portal on simpleportals
itd be up 2 whatever plugin u use for portals
i use simpleportals
for the rank u can probs do w/ permissions... the item doe xD taht sounds specific
u have 2 check if simpleportals supports this tehn
oki
i dont see a link to config docs on plugin spigot page :I
hey how do i make players need to enter reason in litebans
Can i load plugins from multiple folders?
no, but iirc you can symlink stuff
Help.
?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.
Can someone help me with a bug, when I try to run buildtools the spigot.jar doesn't pop up
And I've tried hundreds of tutorials.
Dm me if you want to help.
Sounds like you've done something wrong then
Can you please help me?
Can you send the BuildTools log?
I've deleted.
Can you help me through it.
I followed the instructions clearly.
And it didn't pop up.
And there wasn't any logs.
You've messed up somewhere
I didn't throw an error.
?bt
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
So how far did you get
Explain here
We need more info than that
All the other folders.
Worked.
except spigot.
And I don't thinks that it's something with my java.
That would mean it's still running or that you killed it before it was done
It said press and key to continue.
Then send the BuildTools log
2 sec/
Trying to follow the tutorial again.
and then send logs.
You know what just forget about it.
It doesn't work.
I'll try again tommorow.
I'll send you a video tommorow.
Of me doing the whole tutorial
If it's ok with you?
All I need is the BuildTools log
Why would your login be there?
It says my login.