#help-server
1 messages · Page 36 of 1
where do i setup the database info?
in LuckPerm's config file
There should be a section like this:
storage-method: MySQL
# The following block defines the settings for remote database storage methods.
#
# - You don't need to touch any of the settings here if you're using a local storage method!
# - The connection detail options are shared between all remote storage types.
data:
# Define the address and port for the database.
# - The standard DB engine port is used by default
# (MySQL: 3306, PostgreSQL: 5432, MongoDB: 27017)
# - Specify as "host:port" if differs
address: ipaddress
# The name of the database to store LuckPerms data in.
# - This must be created already. Don't worry about this setting if you're using MongoDB.
database: databasename
# Credentials for the database.
username: username
password: 'password'
i mean the mysql database
site can't be reached
welp
apache might be needed
or something
I honestly have no idea
as of I always used XAMPP
With XAMPP
I just start Apache and MySQL
and voila localhost/phpmyadmin is available
why can't you edit it?
actually maybe not
Well you see
if I say something wrong
that might be because I am almost up for a day now
i still don't know how to edit the database info like name
there are defualt databases btw
like what?
idk afaik one name is... test
a default user is root
with no password
but this isn't safe in a public server
any good anticheat for 1.19
to prevent meteor client
im trying to find the name of the database
Get into the mysql terminal and use SHOW DATABASES;
That will show you all the databases you have, and you should be able to find the name of it in there.
You're like a MySQL god.
so if i have the global.json.gz in the lp bungee folder and have each server's config linked to the mysql the ranks will sync?
only if you import them
using /lpb import global
But remember
it will only import the data the global export has
then i restart the whole server?
also how could i test to see if it successfully connected to the mysql?
Is there a command in either the terminal or mc to test?
I'm not that good with MySQL, just general knowledge which is enough most times to work out common issues.
It didn't work
What do I have to do in the backend servers?
I did lp reload
And the configs have the mysql info
Hello?
What are you trying to do?
Get luckperms working with mysql
so did you checked the console if there are any connection issues?
also did you checked that all of ur servers are connected to the same server&table?
also did you created the table?
Did you add all the database details into the config for luckperms
^
Not needed Lp will auto create one
oh does it?
Wait what?
Yes
thats nice
So I didn't need to make a Mysql?
?? no u need a server to connect
Im confused
did you checked the console
Did you change the storage-method to mysql
lastest-logs and look for luckperms trying to connect to the mysql
Dont see errors
Show me the output from /lp info
Restart the server
The storage-method requires a server restart if you change it
Everything including bungee?
dont ever use reload in any situation
That could get annoying
if your going to sync bungeecord luckperms too
If you changed it on bungee then yes.
not everything is hot-pluggable
No, because it's usually a set and forget. Change it once, then never touch it again.
You are trying to run the BUngee and BUkkit version of LP on the same server
LP-Bungee = Bungee server
LP-Bukkit = Lobby server
idk why the bungee was there
Remove the bungee jar, then restart again
looks like connection info issue
Hmm
or firewall issue?
Post new logs after removing the bungee version
did you try to connecto to the mysql server using a different client like mysql workbench?
If it still errors
looks like connection info is incorrect
Maybe it's the database name
try creating a new schema then
Show the output of SHOW DATABASES; from the mysql terminal
might work
Also, paste your LP config, just censor the IP and password.
id recommend using mysql workbench if your new to mysql
Database
Information_schema
mysql
performance_schema
sys```
Wdym?
Try creating a new custom database. CREATE DATABASE luckperms; Then use that as the database name in the LP config
I put the database as luckperms but it still says false
I also put the username as root and put the ip of the computer and the mysql port as the address
Is the database hosted on the same machine as the server?
Yes
Use 127.0.0.1 as the address, leave the port off.
So just "127.0.0.1"?
Ok
If that doesn't work, paste the LP config (censor the password) as well as pasting the full log
So it's all working properly on both servers?
Gonna test on lobby
Lobby good
I made a "test" group in the bungee lp editor and when I went to the lobby lp editor and the test group was still there
Looks like it works!
Awesome, good to hear.
Thank you so much for your help
I'm wondering if I can make a hologram that lists all the people with a specific rank
Of course you can. Use something like HolographicDisplays. You should be able to use that to make the hologram and list only specific people.
I have Decent Holograms installed, I just don't know how to make it automatic work
Do I have to manually add the names or can it be automatic?
Hello?
I haven't used that plugin before, so not quite sure.
How could you do it with Holographic Displays?
I haven't used it in a long time. so not 100% sure, maybe check the docs for it.
Do you have PlaceholderAPI Installed?
Yes
Try
/papi ecloud download ListPlayers- Use placeholder
%listplayers_with_perm_group.<the group name for the group you want displayed>%
does anyone know how to make buycraft fetch this information silently? It's flooding the server console like there's no tomorrow. Doesn't really cause any performance issues, but just makes it really annoying to go through logs
How can i make that in the residence wont work a commands like /spawn ?
How can i make that in the residence wont work a commands like /spawn ?
Just type command without /
ok
@spare arch you can use the plugin listed down below (requires worldguard) and use the command:
/rg flag <region> command-on-entry /spawn off
https://www.spigotmc.org/resources/worldguard-extra-flags.4823/
my friend has a server with 15gb of ram and he has hardly any plugins and his memory is maxing out
is there anything running that's maxing out the cpu?
oh and it's a dedicated server I assume, not running on his PC
Does he use akairs flags
yes
let me find out
it just says this
woah\
Hi
what plugins does he have running currently?
I need help with disabling all of the deafult worlds because im running a skyblock server and its just useless and eating space
its not my server
but I can ask him'
java.lang.NullPointerException: Cannot invoke "org.bukkit.configuration.ConfigurationSection.getKeys(boolean)" because "<local4>" is null at net.brcdev.shopgui.shop.ShopManager.loadShopItems(ShopManager.java:261) ~[ShopGUIPlus-1.80.1.jar:?] at net.brcdev.shopgui.shop.ShopManager.loadShops(ShopManager.java:136) ~[ShopGUIPlus-1.80.1.jar:?] at net.brcdev.shopgui.shop.ShopManager.load(ShopManager.java:82) ~[ShopGUIPlus-1.80.1.jar:?] at net.brcdev.shopgui.ShopGuiPlugin.loadAfterServerLoaded(ShopGuiPlugin.java:236) ~[ShopGUIPlus-1.80.1.jar:?] at net.brcdev.shopgui.task.LoadShopsTask.run(LoadShopsTask.java:26) ~[ShopGUIPlus-1.80.1.jar:?] at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.19.jar:git-Paper-81] at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483) ~[paper-1.19.jar:git-Paper-81] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1135) ~[paper-1.19.jar:git-Paper-81] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:303) ~[paper-1.19.jar:git-Paper-81] at java.lang.Thread.run(Thread.java:833) ~[?:?]
I got this error with shopGUIplus
Ask the devs
Hi, I'm having problems with a datapack, the owners said regarding the offline mode that the tools are broken trying to eliminate all the playerdata, but seems that the data is not getting canceled, any solution to try wipe out the data of the tools
PS: making a clean install works fine just on the server this player have the issues cannot use tools made by the datapack
You’d be better off getting help by the dev
the developer just answered me with "the problem is the offline mode"
@strange ruin what's the datapack?
MGS, is a gun datapack
in dm i can send you the download
go ahead
Can I add a custom ip adress to my spigot server that I run on my pc?
custom ip as in number.number.number.number or something.domain.com
Does anyone have a plugin that connects the inventories on many servers?. I have one but that deletes inventories after rejoin
eh I was thinking domain, but that sounds like it takes long. How can I get the number.number.etc ip?
Im guessing it has to do with 1 of these?
rcon.port=25575
query.port=25565
for a domain you could use something like namecheap
and a custom ip pretty much isnt possible
you could probably ask your isp for another static ip and use that
takes too long lol. I need an ip now
use your public one with a port then
How? Currently I use localhost as ip adress
do you use port 25565?
Should I put that in server_ip in the serverproperties file?
nah, that can stay as what it is now
blank
thats fine
Alright, thanks
Can't get it working, seems I have to forward the port. How can I use a domain like namecheap instead?
you would probably still need to forward the port
Is there a way to let others access the server without forwarding the port?
be on your local network
Does anyone have a plugin that connects the inventories on many servers?. I have one but that deletes inventories after rejoin
lmao bullshit. what a jerk
the problem is that you're missing the config section "namePerPage" in your config
this is the line that threw the error you posted
the error you got has absolutely nothing to do with offline mode
something's missing in the config
this is not a plugin im using a datapack
oh sorry I confused you with someone who has a similar profile pic lmao
oh lol
mb
you are missing a config section in your config
spigot listens to all available ip addresses by default sooo I don't get your question
Yeah my understanding of ip-adresses (with Minecraft) is very limited lol, so the question might be bad.
Basically, Im running a spigot server on my laptop (mainly to use for myself for plugins), which I want to share with a few other individuals. I found a solution but it requires you to "port forward" your ip-adress or something like that, as I said my knowledge about this is limited, and am not sure how to do it and if it's even safe.
port forwarding is always needed unless your friends are basically "in the same wifi" as you, because your router is "standing in the way"
basically you have to go to your router settings and then you can setup port forwarding, it usually only takes like 2 minutes
alternatively, you could use something like "Hamachi". But all your friends would have to install that too: https://vpn.net/
for up to 5 computers in a network (so you and 4 friends) it'd be free, otherwise it's paid
And is it safe? I'm using this wifi with 4 other people
wait
wifi has nothing to do with it does i
not really
if you only forward the minecraft port to your pc, it's fine
do you know how to go to your router settings?
have a question to ask
Is there a way to make the specified block delete (plug-in)
example
iron block delete
Iron blocks on the map will be deleted
(Put out the iron block and it will be deleted)
guys so recently I got griefed so I think that someone exploited lp IDK thats what I saw In logs how can I defend my server from that exploits? I have bungee with bungeeguard
get good staff, use proper passwords, backups ect
Hi , how to send screenshot in here ?
?img or verify
Not verified? Upload screenshots here: https://prnt.sc/
someone got op from me but I wasn't logged in and then used my friends acc to go into the server
idk wut tf happened
use good passwords, use 2fa
someone probably hacked ur mc account and then gave their accounts server access
Hello,
does anyone know of a plugin which teleports useless mobs that are in caves to the surface to fight the player?
I remember seeing a plugin like this a while back but I don't remember the name of it or even if it's still being updated...
https://www.youtube.com/watch?v=mB36vxPex0M
plugin name?
what is the name of the plugin
what is the name of the plugin
probably custom
How do I downgrade the world from 1.19.3 to 1.19.2? Most of the plugins I use are outdated (Like WildStacker and CombatLogX) so I need to go back.
you don't
What do I do then
revert to your last backup
What if I didn't backup
and next time, don't live upgrade your server, but spin up a test server to see whether the plugins still work
I thought they were updated
then you get no mercy
Yeah we did that but on production it acted differently
you cannot downgrade it
well you could ofc just try to make the missing plugin's devs update as fast as possible
I mean, wildstacker missing wouldn't be an issue for players
and combatlogx is open source so you could hire someone to update it for you within a few hours
(for example me 😛 )
is combatlogx not updated?
and next time, create regular backups, especially before upgrading the world
thats surprising
i bet the dev builds are 1.19.3
weirdly enough I don't find any NMS code inside it anyway
might be blueslimecore
The main problem for now is WildStacker
@tawny dust is combatlogx updated to 1.19.3 on dev builds yet
https://bg-software.com/wildstacker/ do the dev builds from here not work?
Dev builds are updated
@somber rapids Dev builds of CombatLogX are available for 1.19.3
Let me guess.... Offline mode?
In this case you should use an AntiOP. Install some AntiVPN stuff as well. And as Epic said, make a better password, use 2fa. If using offline mode, don't get surprised over getting griefed. Just use online mode then.
thx Ill install them the problem is that I dont have officiall account I really want it but I can't get it 😢
hi fellas.
I never opened any server outside of my country and only played in few major servers
I am curious about EULA thing. Is it regulates every type of VIP stuff except cosmetics? If I open a server in USA or Eu , is selling boosters (exp-perk level up boosters) is it still against EULA
I am kinda noob so I appreciate if someone enlight me about EULA things and how servers get income to maintain themselves (my country is not following EULA and people selling crates items vip groups ..etc)
I also installed opguard so u cant give anyone op with special pass
As far as I know cosmetic features are not against eula. But items or perks that make other peoples experience worse are against eula
but I saw some plugings in Spigot which provides exp boost and they called it EULA friendly , that caused confusion.
Like vip rank that gives you bow trials pr fly in lobby it is not against eula bcoz they aren't giving you advantage
I mean it will not really affect other players experience
I think that someone gaining more exp will not affect others
Idk
I think if i give a plugin name it maybe illegal but EULA Friendly Global Buffs Jobs/Skills/Sell Multipliers that's the att. of plugin name .
But sword with sharpness 22 that you can only buy for money is against eula
so it's global i see
And considered as p2w
I know that part mate , Items - Crates forbidden
that's why I am trying to move around with booster - job booster buff perks .. etc
you can read whats allowed and not on https://www.minecraft.net/en-us/eula
Bruh now I need to rebuild whole network
🤦♂️
I should've added security since creating network
But as said people should learn from their mistakes
now I understand . If it's global - you can do anything. Because you are not ruining other players experience , other players get stuff too .
thanks .. now I know what to do. Global boosters and annoying amount of cosmetics
any plugins where I can make it so if someone touches any stairs and slabs in selected areas they get tp'd back to somewhere?
Haven’t you asked about a plugin like that before lol
still want one
If you still haven’t gotten an answer I’m gonna go with it doesn’t exist
maybe i just need something that detects if they touched the block
i dont mind writing something to do that
really?
it would take like 10 minutes
maybe it could use world edit for the area selection
what would be an easy way to get the areas?
of what?
the server
how many areas would you guess you would have
4 areas
The individual areas look like this:
□□□
□□□
□□□
□□□
If it's custom I could maybe just tell you the coords of the areas
ill add a command, look at the block and something like /sst set areaname corner1/2
just create BB's around the stairs and slabs
then you could use this
declaration: package: org.bukkit.util, class: BoundingBox
@thorn gale
yeah thats what i was gonna use
Would it know they touched stairs or would it just be the whole block area?
it would know if it touched the stairs or slabs
If they actually collided with the block itself
yeah i can do that
Actually maybe it could be 5 areas
thats fine
The layout of an area:
□□□
□□□
□□□
□□□
I just see squares
^^
Dm image?
?img
Not verified? Upload screenshots here: https://prnt.sc/
!verify
Usage: !verify <forums username>
or just verify
ahh
!verify TheRobot13
A private message has been sent to your SpigotMC.org account for verification!
quick question, would all of these bounding box's be in the same world?
i can just block standing on a stair or a slab in that world if you want
or an area of that world
still don't really know what I am looking at lol
I want it to tp you to the beginning of the area
oh is it like a void thing
Wdym?
past a certain distance its just technically the void
The idea is that you try jumping over the stairs and slabs without touching them
nothings there
ohhhhhh
that makes more sense
don't even need bounding box for this
player move event
well still need bounding box for the so called areas
in case you want to implement boundaries
I probably wouldn't even use WG for this
I asked in the Discord and it doesn't look like i could
i would add a 3rd party flag for it
enable/disable it in that area
@surreal rivet is this already setup on a server? i just wanna try and get the look of where this would be used to check if theres a better way for this
Is this the correct discord for the world guard plug-in that y’all were talking about to me months ago if I’m not mistaken? https://discord.gg/kvqvA3GTVF
So this is the correct Worldguard plug-in discord?
yes
Oh ok.
Super late reply
Pretty much this. While I know the resource rules I put my resources into the queue anyways to stop any possible drama that could possibly come from a staff member letting their own resource go public while there's a queue behind it :p
Im using imagemap to post images in my lobby, but the images/maps wont render unless im close to them. Id like to increase the distance that they render. It looks like entity-tracking range for misc will do that, but im curious what is included in misc
Everything not in the others
So it does include maps? Because there is the "other" option as well.
I just tested and it worked
Or see if it's in the wiki
Miscellaneous controls the range for item frames, paintings, dropped items, experience orbs, and sign text.
According to wiki
Is it possible to increase that range for only one world file?
yes
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
like this @cinder hound
Helloo! A friend of mine keeps getting kicked on my server when he tries to send a message, logs say PLAYER lost connection: Out-of-order chat packet received. Did your system time change?
did his system time change?
i dont know
maybe you did something wrong
am inthere discord
they not saying any thing
wait
how to add agnts
i don,t have any connected
add agnts? what are agnts
agents
no idea what you are talking about lol
screenshots of timings dont give us enough info
how i can have more info ?
give us the timing link
If you want help with timings. Send the link
oh ok
That's problem if i use paper? ik that I shouldn’t ask for help here but they banned me from the discord server
they got banned lol
Then Idk, ask in admincraft or something.
ok..
Admincraft is a reddit server?
They have a discord server as well
same
🥲
thanks
yehh his battery is a lil' broken
then they should fix their time and it should work
how do i install a spigot plugin
Put the plugins jar in your plugins folder.
oh alright thanks
you know how to use [playit.gg
Never used it.
what's the problem exactly
I can,t connect my agents
what happens when you run playit in bash?
but "playit" IS the agent
it works fine for me
I run "playit", then it shows a link and a code
I go to the link, then enter the code
done
you literally only have to click the link and enter the code
so what's the problem? any error messages?
why can't you simply tell me what happens when you start the playit app and enter the code on the website
oh
I did not read it
am sleepy
wait I had a to put a code
tf
I did not have too
i fixed it
Why can't I use /tp @a? I have op and admin + owner rank in my server
Probably have Essentials installed which (still for some reason) doesn't support target selectors
/minecraft:tp @a @p should work fine
I disabled the tp in essentials
what does it say?
Right, because I'm guessing lol
Just so it's mentioned by the way, /tp @a is impossible. You can't teleport to more than one entity. I'm assuming that you want to teleport everyone to you
In which case, see my first answer above
So why isn't it working?
my brother in christ
^
I don't have permission to execute the command
Right, so in all likelihood, you don't have the minecraft.command.tp permission. Regardless of whether or not you're op'd
/lp user YourUsername permission check minecraft.command.tp should tell you why
Might just have it removed from the default group (as you should) but not added back to any group after that
Just op yourself
I mean you could give your owner group the * permission, though I'd recommend against it
Best to give fine-grained permissions, so /lp group owner permission set minecraft.command.tp should work fine
Or give it to your moderators if you so choose
I want to say that LuckPerms doesn't respect operator permissions. I recall there being a config option for it that is disabled by default
I can't use minecraft.command.*?
in luckperms, yuo can
with a "normal" permission plugin, you cannot
Yeah that's fine
I did it but still have to use minecraft:tp
Right, because Essentials is Essentials
You may have the command disabled but last I recall it completely obliterates the default command anyways
maybeee you use could commands.yml to alias /tp to /minecraft:tp
commands.yml can definitely override plugin commans
I learnt that the hard way when I spent 2 hours trying to find out why my command wasn't working
the command was called "test" and I still had "test" defined in commands.yml D:
which distribution do you use?
I gave myself minecraft.command.tp but it still the same messags
I set an alias using mycmd and it still no work
mint
which desktop environment?
cinnamon?
do you have the following file? /etc/UPower/UPower.conf
I have a question with buildtools and im not sure where to ask. Would I ask here ?
yes
Exception in thread "main" java.io.IOException: Server returned HTTP response code: 403 for URL: https://s3.amazonaws.com/Minecraft.Download/versions/1.8.8/minecraft_server.1.8.8.jar
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)
at java.net.URL.openStream(URL.java:1045)
at com.google.common.io.Resources$UrlByteSource.openStream(Resources.java:72)
at com.google.common.io.ByteSource.read(ByteSource.java:296)
at com.google.common.io.Resources.toByteArray(Resources.java:98)
at org.spigotmc.builder.Builder.download(Builder.java:1083)
at org.spigotmc.builder.Builder.main(Builder.java:416)
at org.spigotmc.builder.Bootstrap.main(Bootstrap.java:27)
update your buildtools to latest version
ok one sec
Do I have to restart server for commands.yml?
yes
well you could try /reload commands or /reload config or sth but that is not recommended
*only on paper
oh I thought bukkit was also able to do that
Nope
no xfce
is the file present that I mentioned above?
so it works?
ye'
nice
https://www.youtube.com/watch?v=NEpoh89MYnc does this work
sudo nano /etc/systemd/logind.conf
Uncomment this line
#HandleLidSwitch=suspend
And change it to
HandleLidSwitch=ignore
Save, then do
sudo service systemd-logind restart
or
sudo systemctl restart systemd-logind
I did not work
didnt you said it's already working?
earlier you said everything was working fine?
try this
sudo sed -i '/IgnoreLid=/{s/false/true/}' /etc/UPower/UPower.conf
sudo sed -i '/HandleLidSwitch/{s/#//;s/suspend/ignore/}' /etc/systemd/logind.conf
sudo systemctl restart systemd-logind
and do not run random code that people sent you on youtube or discord if you don't understand what it does lol
after that, reboot
unless it's me, because I have a pink name lol
maybe your laptop sends a hardware ACPI suspend signal whe nit's getting closed
you can try to make linux ignore the ACPI suspend command
how
that will, however, disable acpi completely
acpi is like an API for power management stuff
e.g. when you press the on/off button only once, it sends an ACPI signal to the computer "Please shutdown"
that will then not work anymore
you can ofc still use the "hard shutdown" by holding down the power button
and ofc you can still shutdown using the normal ways
kkk
what if i had a pink name
cuuutieee
but your hair isn't pink
ofc I meant pink hair, not pink name
must be colourblind..
simple, he told the hairdresser to make it pink
seems legit
better!
Anyone here know about MaSuiteChat? Cause I'm having issue with it
Im having issues with TNT duping
I saw stuff on reddit saying going in spigot.yml and change
i couldnot find the code which they are mentioning
This is a paper setting
I mean if you're on spigot not much you can do
Np!
well tnt duping is a vanilla "feature"
if you want this "fixed", use paper instead of spigot
hey is there a plugin that makes the server versions from 1.8.8 to like 1.13.3
ViaVersion (with ViaBackwards and ViaRewind)
or ProtocolSupport
Why does Via split it up into three different plugins? Stability? Features?
can you send me the link
Google your question before asking it:
https://www.google.com/
Hi guys , someone know how i can disbale all commands logs on console withtout blocking every commands?
thx
yes
Anyone knows a plugin that make custom player particles
Shapes like Double Helix a circle moving from top to bottom
Hello i have an quastion! i add lobby map in file manager/upload & move it to world folder?
upload the world to the location where the server.jar, eula, world, plugins ect folders are
then use something like multiverse core to get to that world
i want send ss to you lemme send in priv dm i cant send here .-.
?img
Not verified? Upload screenshots here: https://prnt.sc/
^^
Yes
.
use imgur or something like that
yeah i can see it
if you want to upload a world upload it there
when you are on this screen press the upload button
use something like multiverse core to import the world or add it to bukkit.yml
multiverse core is easier
i restart server when i uploaded and after get inside minecraft and use multiverse core for find it?
/mv import worldname normal iirc
that i do ingame?
yeah
ok
is saying that world folder does not exist theese looks like worlds to me
is saying that when i write command
what is your world called
ip?
the lobby ?
in game type /mv import \lobbyantarya normal
does not exist tho
so the world file you uploaded is invalid
oh no wait lemme try 1 thing
anyone knows whats this that's killing my server 💀
sometimes at random time when its online
- No sufficient memory
- Cracked plugin
Him said sometimes at "random" time when its online , server got killed
ye its run on a screen, the server was fine for weeks, and it started behaving like this since yesterday (haven't modified any plugin or config)
does the computer have enough ram spare?
epic.guard suggests that its a "extreme resource starvation"
yeap
idk what might cause that, might be more stuff trying to run and cpu cant process it all
look's like the vps gets overloaded, even the panel doesnt receive much data to show the utilization
i wonder what's causing it
they might be splitting cpu cores or something and another server on the vps is maxing out and they give it extra so it trys not to crash
it's my vps tho
no idea then
i will enable a process monitor to record what's going on
on both the vps and mc server
Is there any way to get a statistic since a certain date?
Not unless you're tracking stats yourself and attach a date to them
Stats are tracked in real time just with a number
im having the same issue
oracle is having problems ig
shits been shutting down for like 20 minutes now
i see
makes sense
the vps also died like 2 days ago i had to kill it and start it again
where do u have ur cloud on?
i am on eu-paris
go to the stop button click it then check the option in that dialogue
then wait like 10 mins
yeah ik but it gives an error
Hey, anyone aware of this Bungee exploit?
"instance is neing modified " error?
which
Someone used some kind of Bungee exploit to elevate their permissions
I have some raw logs but they contain ips, and frankly have no time to remove them
well im glad it's not our issue
is it the offline mode exploit
hope they fix it soon
I don't know, it just happened
where you can just log into a backend server
We run online mode
yeah but backend servers have to be in offline right
so if your backend ip is exposed people can join as an admin or smth
They spammed their youtube channel
and discord server
quite stupid of them to do so, as they didn't manage to cause a lot of damage but still a major annoyance
frankly I'm not well versed in Bungee
so details I don't know
Okay
the bungee server is on online mode, the rest of the servers aren't
what I'm not getting is how they did this
do you guys know of a plugin that automatically switches tools depending on the block you're striking as long as you have the tool in your inventory?
I found one but it's hella outdated
need one for latest version
I just googled and there was this https://www.spigotmc.org/resources/auto-tool.71879/
that's definitely the best 😛
BestTools
bias
hi
hello
alo
i have problem
with plugin lands
if i wanna be trust for my friend
heloooooooooooooooooooo
Bro shut the fuck up lmfao
I already said contact the owner Is your best option
Spamming won't get you quicker help
then be the trust for your friend that you're looking for
So it's kinda a weird problem. The server starts completely fine. But no console or anything comes up
It only gives me a log
[21:55:11] [Server console handler/ERROR]: Exception handling console input
java.io.IOException: Referensen (handle) är felaktig
at java.io.FileInputStream.readBytes(Native Method) ~[?:?]
at java.io.FileInputStream.read(FileInputStream.java:276) ~[?:?]
at java.io.BufferedInputStream.fill(BufferedInputStream.java:244) ~[?:?]
at java.io.BufferedInputStream.read(BufferedInputStream.java:263) ~[?:?]
at org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:248) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
at org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
at org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLineSimple(ConsoleReader.java:3183) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2333) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2269) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2257) ~[spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
at net.minecraft.server.v1_12_R1.DedicatedServer$2.run(DedicatedServer.java:87) [spigot-1.12.2.jar:git-Spigot-79a30d7-f4830a1]
[21:55:11] [Server thread/INFO]: Default game type: SURVIVAL
This error comes up but thats it
is false or is wrong i think is the best translation
yup
Could be
what os/terminal is that on
Windows
cmd?
Im just running the spigot file
ah
And getting the error from the logs folder
create a start.bat in the location of the server.jar and type java -Xmx8G -jar server.jar nogui change the 8 to how ever much ram you want to give the server
then save that file and run it
I now have a new problem. When i try to install spigot 1.13.2 server nothing happens. Nothing happens when i run the start.bat file nothing happens when i open the server.jar file nothing happens.
Unsupported Java detected (61.0). Only up to Java 12 is supported.
?java17
Install Java 17 at https://adoptium.net/?variant=openjdk17&jvmVariant=hotspot
Okay
Wait no
I think i have java 17 downloaded though
Java 17 is in your path variable
To select a specific one use the path of the java exe in the java installations bin folder
instead of the java part of the start up command
So just paste in the path to the javaw file?
the java file
Ah okay
So like this?
"C:\Program Files (x86)\Java\jre1.8.0_351\bin\java.exe" -Xmx3G -jar server.jar nogui
PAUSE
Yes
Error occurred during initialization of VM
Could not reserve enough space for 3145728KB object heap
Looks like you don't have 3G of ram available
Do you have 32-bit Java installed
Try reinstalling Java 8
and make sure to download the 64bit version
does anyone have skywarsReloaded plugin support discord server?
@weak drift
hi
which color you need?
thx bro
Don't ping random people/staff for plugin help
yo anyone knows why dont symbols work on my scoreboard (for example » double arrow displays as some weird corrupted letters)
i formatted in UTF 8 and still nothing
does bungeecord have sth like commands.yml?
I wanna alias /lobby to /server lobby and dont want to write a plugin for that lol
damn might as well just code a universally configurable alias plugin for bc and put it on spigotmc
is that what you do most times
yeah i cant help it, thats how i got into making plugins
ClickSort broke in 1.13 so I had to make chesstsort
Best free nickname plugin that works with Bungeecord?
time to PR commands.yml into bungee
thats the worng ss
that
true
idk why but i just had to type winn for that to appear
U? idk
u probably looked me up@at some point or opened my repos
probably
if i see a website in someones bio or status i normally look at it
then if i find a github i check what projects they have
is that normal
yeah
I invited you for maintain permissions
i forgot bungeecord is on github
yeah i also dont know why
they can so they do ig
same lol
that uses something thats on stash
bungee is standalone technically
i dont get the point of velocity and or waterfall
me neither
bungee is basically using no resources at all
I once worked for a server and they were using 3 different bungeecords with round robin dns
but they also had like 500 players at peak times
coding plugins for that was horrible because ofc you had to notify the other bungees if something happened
they didnt use redis or anything but their own weird system for pub/sub
it was called ElderMessage or sth
i wonder if its possible to link bungee to bungee to bungee
Anybody know what server that has this exact fishing system?
Does anyone know how to stress test a server?
place hundreds of minecarts on a v-shaped rail setup
what is the name of Enchanted g apple in 1.8.8?
I checked ENCHANTED_GOLDEN_APPLE but there is nothing like that
oh thanks
?
yes. its not working :")
its showing stone ._.
with that id
nvm fixed that with number id
Im lookking for a skin plugin for PIckaxes but cant find anything
skin plugin being like?
you mean texture pack??
well thing
How can I disable superlobby and essentials from handling/help?
i think essc have a config option for commands
report it to them https://discord.gg/PHpuzZS
Also any nickname plugins that work with Bungee?
no idea, havent really done that much bungee
because they are packs of resources, not just textures
dont forget resourcepacks can change sounds and in-game text
i do bc i like the old hurt sound :v
we dont talk about sound changing texture packs
Can anyone recommend me a plugin where I can setup a chest with spwaning items once in a while at the same location? I am not talking about looting chest or etc.
Basically what I am trying to do is setting up business system where if player buys a region there will be a chest with items and they will respawn once in a while.
I have a question, does not concern (Spigot). is there a Linux panel where I can control all the users I can manage? who knows something like that please write me would be very nice
control what?
?paste
What error?
That's an empty link. lol
org.bukkit.plugin.InvalidPluginException: Unsupported API version 1.17
What server version are you using
1.16.5
Your server is outdated. That WorldGuard version is for 1.17 or higher
org.bukkit.plugin.InvalidPluginException: Unsupported API version 1.17 This error literally means that the plugin version is designed to work on 1.17 or higher. anything lower and it will be rejected.
ok I downloaded older version lets see now
how would I put a delay in commands.yml
for example if I want a custom command to do one thing, wait 5 seconds then do another thing
Don't think the commandyml allows for delays
?img
Not verified? Upload screenshots here: https://prnt.sc/
for what
in spigot
?stash
?stash
lol
wat is this
The code for spigot
^^
I want to put this emoji in the server interface, but it appears as a square
This one works too ♥
?img
Not verified? Upload screenshots here: https://prnt.sc/
What plugin i need for /rg define (name whaterver I want)
Use the one I or Ebic sent
the problem is I CANT USE worldguard becuse is only on bucket i cant find it on spigot xd
Use the one from bukkit