#help-server

1 messages · Page 191 of 1

west cloak
#

yea they have an entire dedicated server just for the bungees

tawdry narwhal
#

but I mean, you are not going to just magically create their setup. You really have to understand how networking works. And if you don't know how, then you are going to need to have someone who does. Just because hypixel does it, doesn't mean it is feasible for everyone to do it

#

Or cheap to do either

#

there is many other tricks they use network wise which can only be done if you are willing to spend the money

#

also there is some things to consider as well, and that is securing the network

#

so while although bungee servers handle the online verification, the mc servers themselves don't and it is possible to bypass bungee and connect to them directly. This is bad because the server is in offline mode and won't verify the player. So you are going to have to learn how to secure your servers to prevent this as well.

west cloak
#

i am quite a nerd with networking and i am very familiar with networking... im just a little stuck on a large scale (hypixel like) bungee setup with multiple game servers and multiple lobby servers

tawdry narwhal
#

Easiest way other then firewall rules, is making use of virtual networks

#

virtual networks are handy too for scaling purposes

#

also have to keep in mind that Hypixel runs custom MC server's as well

#

So what they can achieve is far greater then your typical network could

#

wouldn't surprise me if their bungee servers are custom too

#

also, not all the lobby servers they have are additional servers

#

rather just separate worlds

#

so, they could have just dedicated servers for nothing but holding lobbies

#

and you don't have to let the players able to connect to these lobby servers either, you can programmatically only let them connect to a lobby server say if only a certain action is performed. Like hitting a button to join a game lobby for a game. Which is handy because then you can control how many players are on each lobby

#

or even a certain command

#

but unless you have the buget for it, I wouldn't be looking at hypixel in how they do things because it will cost you

west cloak
#

im so sorry if everyone hates me for this as this looks like it was made by a 5 year old... but im not an artist ... but is this type of layout what i could do?

hallow rover
#

If you only have 3 servers I don’t see why you’d need something that complicated tbh

west cloak
#

no i have a lot more

#

i just did 3

#

because i cba drawing

tawdry narwhal
#

you can't have bungee servers between the lobbies and game servers

#

bungee servers would be at the front

#

and then at the front of them is the HAProxies and working in tandem with HAProxies is round robin dns

#

now as I stated earlier, not all the bungee servers need to be made aware of all the servers on the network.

#

again it is handy if you want to separate the duties between the bungee servers

#

or just let all the bungee servers know about all the servers

#

ideally, your lobby server would manage all the lobbies of the network regardless of game mode

#

and you would utilize worlds in your lobby server or a single world

#

going to obviously need custom plugins to make it appear that everyone is not on the same server 😛

#

as I said earlier, you can hide players from each other too, which means less lag

west cloak
#

also what is the spec needed for each bungee? and each lobby? i got 2GB memory for bungees now and 4GB per lobby?? is that good? im not an expert in bungees

tawdry narwhal
#

generally bungee doesn't need anymore then 2GB

#

while connections do take memory, most of it will be managed by the network card

blissful quail
#

generally bungee doesn't need anymore then 2GB
I only give bungee 512mb lol

west cloak
#

even with plugins?

blissful quail
#

yeap

#

ViaVersion BungeeTablList and 2 of my Bungee Cores

tawdry narwhal
#

not sure how well bungee works with 512mb, but I would go with 1GB minimum

west cloak
#

i got like 15 plugins on my bungees.... is 512MG any good??

blissful quail
#

Was for me.

west cloak
#

or 1gb??

tawdry narwhal
#

most of these questions you are asking only you have the answer to

west cloak
#

lol

#

i know

tawdry narwhal
#

I can't tell you how much resources you are going to need, this is largely dependent on your network, quality of the plugins you are using ,how many players you have. Etc. There is so many variables at play that there is no single size fits all method

west cloak
#

i want this network to handle 1000 players ez

blissful quail
#

100gb of ram fits all 😉

tawdry narwhal
#

@vocal linden this is spigot not paper

#

go to paper's discord for support

west cloak
#

try an older version

vocal linden
#

SRRY

west cloak
#

but anyway... what bungees do i connect to what servers lol... and where does my login bungee go... and how is this all going to work?????

tawdry narwhal
#

I already told you the login stuff is most likely a plugin

#

meaning it isn't a dedicated bungee server for it

#

how it is all going to work is up to you to figure out really

#

all we can tell you is what is possible and not possible to do

west cloak
#

ok so will the login plugin go on the lobby bungee?

tawdry narwhal
#

which ever you want, but ideally on all of them

west cloak
#

so what am i supposed to tell the developers to do XD

tawdry narwhal
#

personally I would make it so that the information retrieved is shareable

#

so that each bungee isn't fetching duplicate stuff

west cloak
#

hmm like a SQL database?

tawdry narwhal
#

you could use that, or make use of network drives

west cloak
#

hmm i think SQL would be better for easy management

tawdry narwhal
#

network drives are easy management too

ebon zephyr
#

Hey Hey..
i have a 1.16.4 server and for some reasons the portals are not linking correctly.. if i make a portal in the overworld, i get into the nether.. thats fine.. but when i leave the nether with the created portal its creating a new portal (3th portal) 100-200 blocks away in the overworld..
so there are 3 portals.. 2 in the overworld and 1 in the nether

west cloak
#

yea but its a lot easer for me to work with MYSQL because thats what is most used on our panel

tawdry narwhal
#

sounds like you need to do more research/learning with networking then 😉

#

for instance, I bet one of things you probably don't like to do is updating all the servers manually 😛

#

you can setup a network drive that holds the master jar, and symbolically link that file on the network drive to all the servers. Once you update the master jar, you only need to restart the other servers and voila all the servers updated

#

but then again most don't know you can do this because they don't have a clue in how the JVM works 😉

west cloak
#

so what data does the login server hold? like username and skins... etc?

tawdry narwhal
#

holds the player data fetched from Mojang Servers

#

which contains UUID's, player skins, capes if they have them

west cloak
#

ahh is that it?

tawdry narwhal
#

yep, but ideally you want to refresh that cache every so often though

#

like for instance, players can change their name but their UUID's never change

west cloak
#

hmm im sure my devs can sort our a autorefrsh every few weeks

tawdry narwhal
#

but the only way you are going to know this information is querying the Mojang servers

west cloak
#

hmm so what do i tell my devs to make? they are very good with bungee plugins

tawdry narwhal
#

Well, a way to refresh the cache, is slowly check the cache for any invalid entries

#

so that means slowly check a UUID in the DB

#

and then maybe clear out a player cache if said player hasn't connected in like 2 weeks

#

good news is that function doesn't need to be a plugin

blissful quail
#

Or do daily refreshes (Clears)

west cloak
#

well what do i tell the developers?

#

i obviously need stuff making

tawdry narwhal
#

have no idea, they are the developers. Their job to figure it out in what you want 😛

west cloak
#

lol

blissful quail
#

have no idea, they are the developers. Their job to figure it out in what you want
Not true. Most developers need details on what you need as the client.

west cloak
#

well i got a bunch of developers working for the server here

#

and i just tel em what do do

#

and they do it : )

blissful quail
#

Tell them you need a player caching server.

west cloak
#

and its all stored in a SQL database? does it need to be on every bungee server?

tawdry narwhal
#

@blissful quail exactly true. Sure they need details but it is up to them to ask all the details or find that stuff out. After all it is their job and what they are hopefully being paid to do. 😛

west cloak
#

yea all the people who develop the server get paid

blissful quail
#

exactly true. Sure they need details but it is up to them to ask all the details or find that stuff out. After all it is their job and what they are hopefully being paid to do
If I take on a dev job... and I'm told "Make a plugin" They need to give me details.

tawdry narwhal
#

just said that they do

blissful quail
#

The developer is making the plugin for a client. The details need to come from the client since its their idea.

hallow rover
#

^

west cloak
#

so with the login servers? will this make connecting to the server a lot faster?

tawdry narwhal
#

@blissful quail sure but I am not paid to do this 😉

blissful quail
#

Neither am I 😉

hallow rover
#

I wanna send a winky face too 😉

blissful quail
#

I haven't done client development for a couple years.

open fossil
#

whats client development

west cloak
#

same 😉

tawdry narwhal
#

@west cloak no, it will make it so that you don't hit the API limit from Mojang servers as often or at all ideally. If you hit the API limit, players can't connect until 10 minutes have passed and the limit is lifted.

blissful quail
#

whats client development
Developing something for someone specific.

west cloak
#

oh no thats not good then... i need this lol

open fossil
#

oh

hallow rover
#

Couldn’t you bypass that api limit with load balancing technically?

open fossil
#

i thought developing a client xD

tawdry narwhal
#

@hallow rover yes, as long as the ip's are different

blissful quail
#

Couldn’t you bypass that api limit with load balancing technically?
Only by using a new IP

hallow rover
#

so as long as you’ve set up a load balancer before it should be extremely simple lol

west cloak
#

so the login server is a dedicated bungee?

blissful quail
#

There is a bungee i guess "fork" that allows multiple bungee instances. I forget the name though

west cloak
#

wait what

#

wdym?

blissful quail
#

Is it "RedisBungee"? IDK I know there is one tough. Its essentially bungee cord but instead of servers it connects bungee cords.

open fossil
#

redis is cache server

west cloak
#

ok so a bungee that connects multiple bungees together?

open fossil
#

ye

west cloak
#

REALLY????

#

i gotta get me one of tease

#

so does it actually work?

open fossil
#

ITS A plugin

west cloak
#

ohhh

#

not a server jar?

open fossil
#

its a plugin that connects you from bungee to bungee

#

and i think is using redis

west cloak
#

so you have 1 big bungee and that connects all the small bungees together?

open fossil
#

no

#

just small bungees

#

no big one

west cloak
#

ahh i see

#

so it goes on every bungee?

open fossil
#

the big one is redis which is only used to send messages from a bungee to another

west cloak
#

ohh i see

#

hmm

#

then i dont really know what to do

#

i just want login servers and a mega professional bungee layout like hypixel stlye

open fossil
#

gopro 😎

west cloak
#

lol

#

thats wat im triyna achive here

hallow rover
#

I mean if you want mega professional it’s gunna take tons of planning, not really a one discussion decision lol

west cloak
#

lol ikr

#

i need help : P

#

anyone knows what this means in bungee console???

#

16:14:29 [SEVERE] at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:870)
16:14:29 [SEVERE] at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:358)
16:14:29 [SEVERE] at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:227)
16:14:29 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.produce(ParserImpl.java:530)
16:14:29 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158)
16:14:29 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
16:14:29 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:208)
16:14:29 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
16:14:29 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:257)
16:14:29 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:248)
16:14:29 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:236)
16:14:29 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:162)
16:14:29 [SEVERE] at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:95)
16:14:29 [SEVERE] at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:119)
16:14:29 [SEVERE] at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:150)
16:14:29 [SEVERE] at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:472)
16:14:29 [SEVERE] at org.yaml.snakeyaml.Yaml.load(Yaml.java:411)
16:14:29 [SEVERE] at net.md_5.bungee.conf.YamlConfig.load(YamlConfig.java:70)
16:14:29 [SEVERE] ... 4 more

wide crystal
#

yo does anyone know if it would be possible to track the location of the dragon egg?

#

So that players can use a command or see in the scoreboard where the dragon egg is

west cloak
#

i think so

lucid mason
#

with Chestshop I can't seem to purchase stuff from other people's shops when I'm OP, it just opens their chest.
The way I can buy is to deop myself, make the purchase then re-op myself

#

is there a way to make purchases while op?

warped trellis
#

have you a roleplay plugin for me

final valley
#

java.lang.IllegalArgumentException: Cannot set property BlockStateInteger{name=age, clazz=class java.lang.Integer, values=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]} to 0 on block minecraft:fire, it is not an allowed value

#

Server always crashes from this

mellow dock
#

Someone is trying to grow fire

jolly leaf
#

Hey, is there any way to use "/mvinv toggle last_location" on specific worlds

#

Pls answer:((

open fossil
#

:(( code own plug or hire dev

jolly leaf
#

that shouldnt be necessarry

final valley
#

Coll how do I fix that

mellow dock
#

Figure out what is doing it

#

Probably a plugin

final valley
#

Plugins (66): ajParkour, AnimationLib, ASkyBlock, AuthMe, BanWords, BuycraftX, Chairs, ChatReaction, Citizens, ClearLag, Codes, CrateReloaded, CrazyAuctions, DoubleJump, dtlTraders, dynmap, Dynmap-ASkyBlock, Dynmap-GriefPrevention, EpicGuard, Essentials, EssentialsChat, EssentialsSpawn, FastAsyncWorldEdit, FriendsRELOADED, GriefPrevention, GroupManager, HolographicDisplays, InfiniteAnnouncements, InfoBoardReborn, InteractiveChat, KitPvP, LobbyAPI, Minetrends, Multiverse-Core, Multiverse-Inventories, Multiverse-Portals, NoCheatPlus, PerWorldPlugins, PerWorldWhitelist, PlaceholderAPI, PlayerParticles, PlayerReport, Plot2Dynmap, PlotSquared, PluginConstructorAPI, ProtocolLib, RandomPlayerShoutout, ServerReviews, SkinsRestorer, SkyBlockHoloStats, StackMob, StaffChat, TAB, UltimateBossBar, Vault, ViaBackwards, ViaRewind, ViaVersion, Votifier, VotingPlugin, WarningManager, WordGuess, WorldBorder, WorldEdit, WorldGuard, WorldGuardExtraFlags

#

That is my plugins

open fossil
#

OH MY GOD

dim briar
#

That’s a few

dusty fox
#

Hey, so i have a issue where everytime we restart a server golden crates doesnt work and you have to do /goldencrates reload to get it to work?

open fossil
#

Minesweeper (1x1 with 0 bombs)
||:zero:||

final valley
#

java.lang.IllegalArgumentException: Cannot set property BlockStateInteger{name=age, clazz=class java.lang.Integer, values=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]} to 0 on block minecraft:fire, it is not an allowed value

#

Will doFireTick fix this

#

/gamerule doFireTick false

west cloak
#

OH MY GOD
@open fossil my skyblock server has 468 plugins... its nothing compared to mine lol

#

but again its like hypixel style skyblock

final valley
#

EJ will doFiretick fix that crash

queen oak
#

@open fossil my skyblock server has 468 plugins... its nothing compared to mine lol
@west cloak How many players are usually online?

#

And if its not private could I join it? (I'm trying to figure out somethings)

ruby token
#

How to prevent admins from opening chests in lockette plug-in

final valley
#

Permissions

ruby token
#

I can't find where to do it

#

So I can't find the file. Can you help me?

final valley
#

Negate the permission in your permission plugin

#

Like "- -permission.here"

west cloak
#

EJ will doFiretick fix that crash
@final valley i fixed it... it was a extra space in the config

#

it was a bungee error

#

thats in my bungee console lol

final valley
#

I am using 1.12.2 minecraft

#

For my server

#

I disabled fire for now on my server

ruby token
#

Whatever I do with op on permissions is not op

#

@final valley
no permissions file in the plugin file

open fossil
#

pingz

ruby token
#

please helpp

tawny dust
#

What do you need help with?

west cloak
#

hey

tawny dust
#

hey

shrewd glen
#

is there a plugin that allows u to modify the blast resistacnce of a block?

west cloak
#

you could make one

#

?jd

keen crestBOT
shrewd glen
#

i dont know how to code

arctic raptor
#

Is there a tool to generate a variety of similar blocks in a selection?

west cloak
#

what is the difference between craftbukkit and spigot?

#

sorry if that's a dumb question

arctic raptor
#

Like the little patch of "sand" in the picture

grizzled nimbus
#

You never could

ashen fox
#

@west cloak craftbukkit is what spigot is built on, spigot is just a new version of it with better performance and more features

runic rain
#

@arctic raptor WorldEdit can do it

#

//set stone,gravel,sand

#

can also % it. //set 50%stone,15%sand,gravel

#

can do all that same stuff and apply it to a brush as well if you really want

arctic raptor
#

Oh well yes but I mean like with a random/minecraft-style sort of distribution

runic rain
#

i don't know what that means

unique mango
#

how do i make bungeecord with hosting like shocknodes?

runic rain
#

because sand, end stone and birch planks do not generate like that naturally lol

west cloak
#

(ty, incognito)

west cloak
#

@west cloak How many players are usually online?
@queen oak what are you trying to figure out? I’m sorry but the server has not yet been released

arctic raptor
#

Like how the ground on the hypixel lobby is

#

Randomly there are just small patches of andesite I think mixed in with the bricks and stone

royal zodiac
#

WorldEdit does that, no?

#

It places them randomly

#

Even if it doesn't, just grab or make a plugin that switch your hot bar items after it's placed

#

That allows the random path placement when you build it

queen oak
#

@queen oak what are you trying to figure out? I’m sorry but the server has not yet been released
@west cloak Nvm, its kind of complicated

arctic raptor
#

Alright I'll try worldedit for it but I'm not sure it's exactly what I was thinking for it

west cloak
#

Lol, just tell me @queen oak

queen oak
#

Lol, just tell me @queen oak
@west cloak Is your server going to a public one or a private one? Also, is it going to have a gamemode like skywars?

#

I'm trying to make a skywars gamemode, but how can I get the server to make several instances of it?

olive radish
#

hi peeps, a bud of mine is looking for a 1.16.4 plugin for veinmining, but we don't know if it's his server host or the plugin stopping it from working.

tawny dust
#

Make sure you're using the latest version of veinminer

olive radish
#

He's downloaded it, but apparently it's not working

#

is there an issue if Apex is the host?

#

they say Apex has been great so far, but the veinminer plugin isn't working

#

Make sure you're using the latest version of veinminer
yup, it's the latest

tawny dust
#

Yea idk probably not the hosts fault

#

I have to get some sleep now

olive radish
#

ok

#

I've asked him for the console to see if it describes the problem

#

lmk in DM if there's a solution, gonna join them in-game

west cloak
#

I posted this on reddit but I would like some of your opinions from discord....... Hypixel level bungee networks and login, authentication and proxy servers.

Hi, I need to know everything there is to know about hypixel a bungee networks and there login servers, how can I recreate this, I have developers and I am very experienced in networking. I heared the login servers just cache player data, but how would I do this? Is there any login server plugins out there? Or do I need to get one made, how do hypixel setup there bungee networks? Where do they use a bungee network and in what order? And how do they get them all talking? Thanks. I would apreaciate any help.

ashen fox
#

If I had to guess

#

they prob use something like RedisBungee

#

which lets the proxies talk to each other and what not, but obviously requires a redis server

runic rain
#

here's the error with VeinMiner in 1.16.4
@olive radish if you're pulling from an online panel (which it looks like you are), I host VeinMiner on GitHub, not directly on SpigotMC

#

You can't download it from your panel. You'll have to download it manually from GitHub and FTP it onto your server

olive radish
#

aah

#

I'll let them know!

#

thank you!

runic rain
#

o/

queen oak
#

Does anyone know where the seed for a server is located? I am the host of the server, but I want to know if there is a way to find the seed of a server without having to go into the game and type in /seed

runic rain
#

you can run it from the console as well

#

alternatively, if for whatever reason that's not an option, it's stored in the world's NBT so you can open up the level.dat with NBTExplorer

queen oak
#

Ok thanks

west cloak
#

they prob use something like RedisBungee
@ashen fox I have read about that, so should I setup a redis server (however you do that) and then connect all the bungees to it?

#

And does anyone know about there login and authentication servers?

ashen fox
#

to my knowledge login & authentication is by mojang

#

you would have to use RedisBungee for that, and yes have a Redis server

#

sadly RedisBungee is no longer supported

west cloak
#

Also do they use a bungee for all the hubs, or do they have a bungee containing, 1 of each gamemode and 1 hub and multiple of them

#

to my knowledge login & authentication is by mojang
@ashen fox how do they manage to stay online when mojang is not?

ashen fox
#

The bungee is the proxy, each 'server' would have its own server instance

#

Theres some plugins that allow that

west cloak
#

So I can’t use redisbungee?

ashen fox
#

You can

west cloak
#

If it’s no longer supported?

ashen fox
#

just it's not supported anymore by it's author

west cloak
#

Ahh

#

Can you chain multiple bungees off each other?

ashen fox
#

Like have multiple proxies?

west cloak
#

For example, how does hypixel have there hub connect to there skywars??? Surely the skywars bungee needs to be connected to the hub bungee?

ashen fox
#

It's all a central proxy,

#

The proxy connects you to the individual servers

west cloak
#

I know that 100% hypixel use multiple proxies

ashen fox
#

Yes

west cloak
#

They will have an entire dedicated server just for proxies

ashen fox
#

eh

#

prob a vps

#

proxies dont take much at all

west cloak
#

Yea mine run on 2GB

ashen fox
#

even then thats a lot lol

west cloak
#

Even that’s overkill

ashen fox
#

you can prob run it on 1

west cloak
#

Yea

ashen fox
#

atleast

west cloak
#

Well I want to recreate the networking setup of a huge server like hypixel

#

So 1 bungee is simply not enough for the amount of servers I’m running

ashen fox
#

Theres 1 mater bungee (normally), unless you use something like RedisBungee which can let you have multiple proxies, so ex you have your main ip spigotmc.org and when you connect it will send you to one of the proxies that is connected, so you can have multiple instances

west cloak
#

So it is possible to have a main proxy that sends you to other proxies?

ashen fox
#

prob, I don't think you need to but it's prob possible

west cloak
#

Well that’s what I wanna do

#

Now how the hell am I supposed to do this 😛

ashen fox
#

I dont know much about redis bungee, not too much documentation to my knowledge

#

You said you had developers correct?

west cloak
#

Yes

ashen fox
#

If so, if any of them are really good with bungee and know redis it shoulden't be too hard to reverse engineer redis bungee

#

as well it's open source

west cloak
#

Hmm

#

Good idea actually

ashen fox
west cloak
#

So we’re talking, modifying the proxies?

ashen fox
#

I can't really tell you that, youd have to look into the code, I havent looked into RedisBungee that much

#

to my knowledge it's a plugin

#

for bungee

west cloak
#

Hmm, well I definitely need to figure this out... what about hypixels login servers?

#

Anyone know anything?

ashen fox
#

Like being able to join when it's down?

#

To my knowledge it's cached data, but Im not sure, theres a plugin out there for it but I cant remember the name lol

west cloak
#

No that’s there authentication servers

#

To my knowledge it's cached data, but Im not sure, theres a plugin out there for it but I cant remember the name lol
Yes it is, I just need to know how I do it

#

I think it’s called “always online” but I’m not sure if that’s what Im talking about

ashen fox
#

that sounds like something ive heard

west cloak
#

So that would cache the player data and allow players to join in online mode when mojang is down?

ashen fox
#

I think so

#

Found it

west cloak
#

I’m 100% starting to Finally understand this now lol

#

So I just eant modifying by my devs to use a MySQL database “if it already dosnt” so I can put it on all my proxies?? And have them share the same data?

#

Sorry I can’t really type of mobile lol

ashen fox
#

Personally I wouldn't use a mysql db due to speed but it shouldn't really matter, just preference though

west cloak
#

What would you use?

ashen fox
#

Mongo prob

west cloak
#

What’s that?

ashen fox
#

Faster by a little bit

#

A document based database

west cloak
#

So how do I set that up? Is it like a file server that runs on one of my dedicated servers?

ashen fox
#

Somewhat

#

it's like a redis, mysql, etc server

#

its just a database for information

#

MySQL works but I recommend mongo for my personal preference

west cloak
#

Thank you so much by the way! 🙏 😊 I kinda understand how hypixel does there stuff lol

ashen fox
#

No problem lol, Hypixel is complicated 🙂

west cloak
#

This sounds a little stupid, but I’m serious... we (as a server) are trying to be one of the best.... and i (head admin) have been put in change of networking and getting it all talking.... so yea it’s complicated when we’re talking about hypixel level networking Lol

#

Also what happens when the cached data refreshes when mojang is down lol

ashen fox
#

Not sure exactly, youd have to decompile the plugin to see that

queen oak
#

How do huge servers (like hypixel) create multiple lobbies of a single gamemode? Like when you go into skywars, all the players won't be in the same skywars world (or are they all actually in one world)

west cloak
#

I don’t understand what your asking? Can you tell me exactly what you want to do?

#

Nevermind I gecha

#

Ok so

#

This is similar to what I have been talking about but from what I know... I can explain

#

So they use dedicated bungee server for each gamemode, so skywars lobbies will have there own private bungee server, and then all the bungee servers are somehow connected.... but I myself are still trying to figure out how you connect them all together, hypixel has modified there bungee servers so they work exactly how they want it to.

queen oak
#

So new servers aren't created for each skywars instance, they are already made and players just connect to them?

ashen fox
#

It can create new servers per need

#

But more then likely they have servers created and just use one when needed

queen oak
#

Do you know how it creates those servers as needed?

ashen fox
#

A custom plugin

#

using Bungee's API

queen oak
#

What plugin? Or did they make it themselves?

ashen fox
#

For that scale, id say custom

queen oak
#

Ok, for a small server, like say max 50 people, do you know how I could make that happen in my server?

ashen fox
#

You have no use for it at 50 people

#

Just make like a few game servers and use those for the gamemodes

#

With auto restarting and what not

queen oak
#

Ok I could that

#

Also, how would I get them to auto restart?

ashen fox
#

whatever plugin you are using prob has an option for it

#

and just make sure you have a start script

queen oak
#

Ok thanks

warped blaze
#

Hi does anyone know a worldguard flag to stop players from using spawn eggs?

#

please @ me

keen crestBOT
mellow dock
#

?paste

robust zodiac
ashen fox
#

oh thats going to be a fun one

robust zodiac
#

o-O

autumn moat
#

Should i run a separate database for each server or each plugin?

ashen fox
#

Add more detail to that question

#

Like an entire different database? An entire different table? etc

autumn moat
#

Ok

#

Entire different table

ashen fox
#

for like per server data that should be fine, if you are going to store like bans, generic player data, etc prob not. Like you dont want to have your global player profile thing different per server if you get what I mean.

mellow dock
#

You should have a different table for everything that needs a different table

ashen fox
#

^

autumn moat
#

Sure

mellow dock
#

Obviously a ban plugins data won’t fit well with a block logging plugins data

autumn moat
#

What will?

mellow dock
#

Other block logging data?

autumn moat
#

Yea

mellow dock
#

Even a single plugin may use multiple tables

#

Logblock has several

autumn moat
#

Oh

ashen fox
#

having more tables really doesn't affect anything, so if you have the option to use more to make it easier it's fine to do so

autumn moat
#

having more tables really doesn't affect anything, so if you have the option to use more to make it easier it's fine to do so
@ashen fox k good to know

proven urchin
#

why does a slash show before a player's ip?

#

like /1.235.155.254

ashen fox
#

In the console?

#

It's just how it's formatted through java and the api Minecraft uses

proven urchin
#

everywhere

#

like in commands

#

or anything

#

looks like that

ashen fox
#

it's just how it's formatted through the api

proven urchin
#

hmm, did it change at some point?

ashen fox
#

Not to my knowledge

proven urchin
#

it didn't happen on 1.12

#

but it did on 1.14

#

and it still does on 1.16

ashen fox
#

Weird, maybe something was changed in the api in the 1.13 update

#

I dont pay attention to ips as I make them not able to be seen in console / in game for security

static dew
#

Hey I'm having a problem using trying to make a program that edits the whitelist.json file, when putting in the data the one added through /whitelist add {userName} versus the one manually added does not work. Even though the dictionary type in the json file is exactly the same. Is there something else that needs to be done when adding someone manually through the json file?

warped trellis
#

Hey, have you a roleplay system for me

hushed niche
#

Hey I'm having a problem using trying to make a program that edits the whitelist.json file, when putting in the data the one added through /whitelist add {userName} versus the one manually added does not work. Even though the dictionary type in the json file is exactly the same. Is there something else that needs to be done when adding someone manually through the json file?
@static dew U have pirate server?

sacred cave
#

do NoAI mobs make lag?

west cloak
#

If I open the bungee code server, should I open the spigot.jar folder in one server folder and the bungeecord.jar folder in the other server folder and open the server at the same time?

#

@sacred cave I believe NoAI Mobs are only assigned the NBT tag relating / corresponding to negating AI. So I see no reason why it would lag?

#

If anything, it should / would benefit and improve performance?

sacred cave
#

I only wonder, maybe reduce entity lag.

gilded ingot
#

I think I asked this a while back, but does spigot/bukkit support the custom dimensions and world generation datapacks from 1.16.3?

#

because nether portals dont seem to work

cerulean shadow
#

On my test server when breaking blocks in the nether they don't drop items. No plugins, newest version of spigot. Anybody knows what might be the reason?

cerulean shadow
#

I didn't change any gamerules, I also don't see any gamerule that might affect block drops

open fossil
#

creative?

cerulean shadow
#

no lol

#

it was doTileDrops set to false for some reason, setting it to true fixed it

west cloak
#

my health ist getting up even if i dont have hunger

#

any one have solution of it?

lone star
hushed niche
#

On my test server when breaking blocks in the nether they don't drop items. No plugins, newest version of spigot. Anybody knows what might be the reason?
Just use Paper/Tuinity

#

It more better and maybe can fix U bug

potent fiber
#

Bungeecord: Can I have a player join the same server on which he logged out?
assuming you have 4 servers, he logs out on server 3, but when he joins again he is on server1 (but want him to be on server 3)

signal ivy
#

bungee config

potent fiber
#

which setting?

#

force_default_server: false

signal ivy
#

yep that makes them stay on the server they left on

potent fiber
#

no, I have that already set

#

and no plugins

#

player always joins server1

signal ivy
#

oohh gotcha

#

i was confused i thought you meant he left on server 3 and went back to server 1

potent fiber
#

he logs out on server 3, I want him to relog on server 3

#

but atm he joins and is on server 1

signal ivy
#

That's the setting did you restart the proxy to apply the config?

potent fiber
#

yeah restarted ofc

signal ivy
potent fiber
#

nice plugin, but would not help in this situation I think

#

the reconnect_yaml module is installed, isn't that for rejoining last server?

#

do I need to activate it somehow?!

signal ivy
#

nothing really matters besides the config

#

maybe try editing it when the server is offline

potent fiber
#

did not help

west cloak
#

what exactly is Mojang's restrictions API???

signal ivy
#

@potent fiber dm me your config

potent fiber
#

dm?

proven urchin
#

is there an alternative to bungeecord that is a plugin version? (so I can redirect players like in bedrock edition without needing a separate proxy)

ivory kite
#

hey I am trying to spawn monster in an unloaded chunk but it doesnt work any ideas?

lone star
#

hello

dim briar
#

Anyone know a plugin that increases hunger?

lone star
#

when I enter / server at bungeecord and on the bungeecord server I get / server

unknown command Type / help for help

#

can someone help me?

queen oak
#

I made a server from a direct spigot download, but I want to convert it to buildtools. Does anyone know how to do that?

#

Also please @ me when you reply

ashen fox
#

@queen oak just run buildtools

#

?bt

keen crestBOT
queen oak
#

@queen oak just run buildtools
@ashen fox Just run it where the existing server already is?

ashen fox
#

God no

#

Run it in another directory and take the compiler jar

#

Also don't download those from sites as they are distributed illegally

#

Be patient

#

Put the crash report in a paste

#

?paste

keen crestBOT
stray summit
#

Does anyone have beautiful skript

inland pulsar
#

wtf is that shit. past a few hours everything worked fine, and now i am getting errors everywhere

stray summit
#

what a mistake

inland pulsar
#

?paste

keen crestBOT
stray summit
#

What's the problem man @inland pulsar

inland pulsar
#

what in the fricking hell happened

#

i did literally nothing

stray summit
#

wow

#

serious

inland pulsar
#

thats such a wtf moment

stray summit
#

Oh my God 😄

#

so what

#

I did not understand

inland pulsar
#

alright

#

uhm

#

after 3 restarts it seems like fixed

#

WTF

stray summit
#

sxdfkvjjhnndssvvhsxdsxdfv

#

BRUH

inland pulsar
grizzled nimbus
#

Is that you?

inland pulsar
#

no

grizzled nimbus
#

uwu

inland pulsar
#

i mean

#

its called botz

#

bot

grizzled nimbus
#

Lol

inland pulsar
#

so normal that you think so

#

but no

grizzled nimbus
#

😭

inland pulsar
honest juniper
#

Hello. I restared server and i am getting this error - Error occurred while enabling ViaBackwards v3.2.0 (Is it up to date?) java.util.zip.ZipError: zip END header not found to every plugin I have

#

like ViaVersion residence jobs etc. (every plugin)

#

I have paper 1.16.4

final valley
plush jasper
#

What is a good plugin that logs / shows on a webpage what the server performance does like a webpage were you can see the statistics of the server.
And where you can look back to other days

pure sinew
#

PLEASE help
@slim coral Seems like a plugin is crashing your server, most likely the scoreboard plugin or chestshop

pine oar
#

Is there any free plugins for money pouches/bags?

round patrol
#

Hello Can someone tell me if there is a ban plugin for bungeecord & waterfall, for example / pban to permanently ban / tban <duration> <d / h / m / y> and / kick and change the ban / kick screen

pine oar
#

@round patrol

round patrol
#

thanks

pine oar
#

np :)

#

Is there any free plugins for money pouches/bags?

foggy drift
#

Can someone who actually understands plugins please help me with my server? I can't pick any items up and players can't attack me.

queen oak
#

Can someone who actually understands plugins please help me with my server? I can't pick any items up and players can't attack me.
@foggy drift I know very little about this stuff, but try checking the config files for the plugins and see if there's a setting you can change for that

#

There might also be something in the server.properties file

#

Yeah there's a pvp option in the server.properties file

foggy drift
#

pvp=true

plush jasper
#

@foggy drift so has your problem been fixed?

foggy drift
#

No

#

it was always set to that

static dew
#

@hushed niche semi-private, I am writing a discord bot that perfectly puts their username and uuid into json but it stilldoesn’t let them on when they join

hushed niche
#

U mean if player join to discord, he name automaticly add to whitelist?

west cloak
#

guys listen there is happening a craft compition anyone want to join then msg me

worn wolf
#

hey

#

just wondering if theres anybody who can help me to pick decent plugins

novel coral
#

when i do the BuildTools.jar thing for 1.16.4, it gives me the folders "Bukkit-Patches" " CraftBukkit-Patches" "Spigot-API" "Spigot-Server" I don't remember it looking like this before, I need the plugins folder! why isn't that showing up now

mellow dock
#

Copy the final jar and run it?

#

That is just the build data

novel coral
#

i need the plugins folder which isnt showing up

mellow dock
#

Copy the final jar and run it?

novel coral
#

i dont think that works

mellow dock
#

Of course it does?

edgy crown
#

hi, i have a problem. I just made an account at spigotmc.org to upload a plugin. But I don't recieve the e-mail to finish creating an account. I just let the mail send 10 times. Does anyone know what i can do?

west cloak
#

Check if you made a mistake on filling in your email. Or check spam folder :?

edgy crown
#

yes, I did it several times

#

it just doesn't work with an other e-mail address too.

warped blaze
#

yo i have 1.16 bungee and im trying to add a 1.8 server onto the network, is that possible?

#

when connecting to said 1.8 server its giving me the classic error Could not connect to a default or fallback server, please try again later: io.netty.channel.AbstractChannel$AnnotatedConnectException

edgy crown
#

The EMail system from spigotmc doesn't work! I just tried it with two different gmx mails and one Gmail account. Nothing works!!! And with a code from this google app, I can't sign it with it. I really don't understand!!!!

ashen fox
#

Send an email to the staff about confirming your account on the email you used to register.

#

The email is:

#

?support

keen crestBOT
edgy crown
#

ok

tawdry narwhal
#

@edgy crown give it time, they were having issues with the email stuff a couple of days ago

#

I mean not sure how long you waited

#

but if you waited for like a day or so email the support email 😉

edgy crown
#

OK, sorry

wise hare
#

Guys, I have a problem with QuickShop. I put shop and on the other account I cant use it, cause shop is locked. I was sure that is problem with permisions, but i tried and i dont have any idea...

dim briar
#

LOL

glacial sundial
#

email is working fine, we can't resend, manually confirm emails, or do anything else with them\

tall lake
#

Hello, I've got a question concerning OOMKiller server crashes.
Is it true that once a server client runs out of RAM, it will forcefully take some additional free RAM from the system, even though this surpasses the XMX value?

glacial sundial
#

not quite

#

Xmx refers to only the maximum heap size

#

the heap size is not all the memory used by java, although it is the majority

#

you definitely want to set Xmx at least 512mb less than your total system ram

tall lake
#

I know, but I was told that if the server was close to crashing it would take some additional memory from the system even though this is above the maximum heap size for something.
Didnt find any sources confirming that, but the person that said that should in theory know what he is talking about.

#

It also seemed weird to me, because if that would be the case, what would be the point of having a maximum value at all? Unless the memory is taken for something else like saving stuff so it doesnt get lost, I dont know.

calm topaz
#

Hi! I made a bukkit server a week ago with no much research and later realized that i should have probabley made a spigot server. Is there anyway I can update/convert my bukkit server to spigot?

glacial sundial
#

@tall lake like I said, it's the maximum heap value

west cloak
#

@ashen fox if I have 2 bungee servers. Bungee A and bungee B, and they are connected with redisbungee, can I join servers on bungee A with /server, when connected to a server on bungee B? Or is that not how it works?

tall lake
#

I already figured out

#

Bu thanks

#

The solution to the problem I had was off heap memory

raw forum
#

20.11 00:31:34 [Server] INFO org.bukkit.command.CommandException: Cannot execute command 'featherboard' in plugin FeatherBoard v4.29.0 - plugin is disabled. - Anyone know why I am getting this?

glacial sundial
#

read your full log

fresh plank
#

anyone here know luck perms well? They just keep sending me links which make me have more of a headache

#

help plz

rancid dove
#

anyone got any idea y my player turns invisible at the build height?

#

well a little after the build heiht

#

server's on 1.16.3

hallow rover
#

I’m assuming by they you mean the luckperms discord, and I’m also assuming the links are tutorials on how to use luckperms. Am I correct so far? @fresh plank

fresh plank
#

yes, they try but somtimes just sending me a link and hoping I figure it out is not helpful..... especially when I am doing specific things

ebon widget
#

anyone know how to make a custom domain with a selfhosted spigot server?

#

I've been struggling for awhile and it never connects

rancid dove
#

either i just got interrupted and ignored or this isnt the right channel

west cloak
#

You can buy a domain from namecheap or other domain hosts. Just put in your external ip that's it x) unless you want like play. Infront, then you need to add records. Like an a record which will be play.

#

I only bought a host from namecheap and connected to cloudflare there I've changed dns settings x)

sick swan
#

Is there a way to load mods onto a spigot server? It’s new to me

digital sierra
#

My 1.16.1 spigot server does not work well, it is still overheating. It is the same with all version from 1.13. Can you find what is wrong?
Please help my.

tawdry narwhal
#

@digital sierra sounds like you need to do some old fashion maintenance

#

in other words, clean out the fans and heat sink. Go buy some new thermal paste, remove heat sink from cpu, carefully remove old thermal paste. Apply generous even coat of new thermal paste put heat sink back on and over heating issues should be resolved 🙂

#

if over clocking isn't something be used/done really no point sinking money into high end thermal systems when you won't really benefit from it other then extra electrical usage

#

I do my own research and builds 😛

#

I think one of these days when ever I acquire another freezer unit. I will make a video on How to use the freezer intercooler system for your cpu without worrying about condensation and cooling cpu down to extreme levels XD

#

the only difficult part of the setup is re-filling the Freon that was lost when removing the cooling unit from the freezer.

#

well it isn't difficult, but can be for those who have never done it themselves

#

doubt anyone is paying attention >>

#

too late

west cloak
#

if you wanna join our event of minecraft then msg me your name in game and ip will sent you after you sent me your in game name

open fossil
brisk hedge
#

LuckPerms

atomic agate
#

or PeX

west cloak
#

Luckperms is the best permissions plugin out there... but you could also use permissionX if you are more experienced

#

Also can someone help me install RedisBungee please : P

#

im like really confused

west cloak
#

@tawdry narwhal ?? @ashen fox ?? please help 😛

honest juniper
#

Have you bought the RedisBungee?

ashen fox
#

It's open source

ashen fox
west cloak
#

there is not

west cloak
ashen fox
tawny pier
#

Is it possible to make colored firework particles with packets? In vanilla, it is impossible. It is not like the dust particle, so we can't change the color.

can you @mention after answer?

grand glen
#

I have a problem with chestshop when I try to create a store it tells me "player not found", in the username there is a "*" before the name, I don't know how it can affect it.

Any solution?

peak coral
#

what's mana?

#

how to use

#

I don't know what can i do with mana

mellow dock
#

Mana?

peak coral
#

yea

mellow dock
#

Well, what plugin is it

peak coral
#

Aurelium Skills

mellow dock
peak coral
#

ty

#

and now what to clickXD?

steel mango
#

Can anyone Help me Setup Bungeecord?

mellow dock
steel mango
#

Can anyone Join my Discord and explain it to me? i am to dump for this

steel mango
#

Can anyone Join my Discord and explain it to me? i am to dump for this @everyone

coral canyon
#

dont tag everyone omg

#

And search on youtube

#

Enough tutorials on there.

mellow dock
#

It's disabled anyway

coral canyon
#

True but its's still annoying seeing people trying without thinking what it does.

grizzled nimbus
#

hes trying to do it to get people to join his discord

#

i would consider that annoying lol

surreal shuttle
#

Advertisement

#

Reported

hallow rover
#

@steel mango no

#

I don’t understand people who want to set up stuff like that but don’t put in the slightest effort into learning. Spoon feeding doesn’t help anyone

coral canyon
#

Here comes the airplane. brrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr

grizzled nimbus
#

<br> tag

restive pier
#

is there plugin to customize ore spawns and mob drop rates

rancid dove
#

YO, how do i fix:

  1. theres a shit ton of lagback on my server. Any type of movement and my players lag back/get stuck in position for like a second or 2
  2. I can't see myself at certain angles when i go above build height
hallow rover
#

Timings?

rancid dove
#

wym

west cloak
#

Well, I have an issue with running 2 servers at once on my vps host...
It's basically giving me an error when I try to run my second server which says its outta resources but i gave it more than enough ram
I think ram is not the proplem but threads / cores, I'm not very smart if talking about that stuff so I can't figure it out myself. It's just saying that it's out of resources to then just turn off again
Explanation: https://www.reddit.com/r/admincraft/comments/jxugcg/issues_with_running_2_servers_at_once_on_my_vps/
Crashlog: https://hastebin.com/yavulebiwo.less
I might be afk so a good old ping might help :)

open fossil
west cloak
open fossil
west cloak
#

but okay, I'll try that

#

Well, that didn't work out. I already tried playing with how much ram the servers use.

open fossil
#

hmm

west cloak
#

It's really weird, I dont have the issue on my own pc or my Linux Mint laptop (mint is basically ubuntu)

open fossil
#

i don't know

#

my server works for me too on my pc

west cloak
#

And that laptop has an i3 and 4gb of ram so it almost cant be an issue with resources

#

but the crash log is saying its something to deal with that so im kinda confused right now

open fossil
#

Are you sure its not a plugin/mod that could cause a problem?
Did you try reinstalling java on that vps?

west cloak
#

I never installed java on the vps since linux already has a stable version of java....

open fossil
#

try uninstalling java

#

and reinstalling it

#

with apy

#

apt

west cloak
#

hmm okay, will try that

#

hmm, also doesnt seem to work

open fossil
west cloak
#

yeah

open fossil
#

i dont know

fresh plank
#

I was told that the * permission is bad to use in servers because spigot does not always react well

#

is it ok to use in the case of like worldgaurd.*

#

whare it is specific to a plugin

ashen fox
#

It depends on the plugin

#

if they add support for it

#

Some do, some dont, Id recommend you dont use wildcard permissions unless it's stated in the specific plugin's documentation that it will work

fresh plank
#

I mean I test it and some do list it

#

whats the worst it can do in that case?

#

also second question is there such thing as a bug report plugin? So if players are missing a permission or have one they should not they can report it

fervent mauve
#

How do I update my server to the newest build

fresh plank
#

are you using a backend or just plain server?

fervent mauve
#

Backend?

#

whats that

#

I am running a spigot server from my pc

fresh plank
#

whare is ur server hosted

#

ok

#

literally you need to run buildtools again and get a new server jar at the new version. then replace the old on

fervent mauve
#

Oh ok thanks

potent shadow
#

does spigot support plugin eligibility for the latest minecraft snapshots?

runic rain
#

no

keen crestBOT
#

Yes

edgy thorn
#

That's a paradox.

#

?8ball What would you say if I asked you if you are a liar?

keen crestBOT
#

Yes

opal geode
#

does anyone know how to disable command promps for players who dont have permissions to those commands

#

and then can anyone tell me a good hub pluign, like the one with a nether star or compass that opens a gui

pine oar
#

someone know a good minebomb plugin?
bscly a item you can throw into the mine in a prison server and it will explode blocks and place the blocks in the players inventory

queen oak
#

What file in the Minecraft server directory stores who is and isn’t a server operator?

ashen fox
#

ops.json

#

I believe

queen oak
#

Ah thanks

ashen fox
#

or you can go ingame and do /deop <hit the tab key> and it'll show all users

queen oak
#

Also, is there a guide anywhere that lists what each file and folder stores in a Minecraft server directory?

latent moss
#

can you setup a command block that gives you a specific amount of blocks per hour (spesificly 18000 Sand and 18000 Gravel, because the gravity block duper didnt work on paper)

mellow dock
#

Probably

#

Commands can do a lot these days

#

So can plugins

ashen fox
#

Im assuming you are using Paper due to your mention of it, paper has some hidden settings that can enable stuff like that, id recommend you check there discord

latent moss
#

yeah, but is there a way to do it

mellow dock
#

You could use an essentials kit

#

Or any kind of kit

latent moss
#

yeah but can i like get a command block to fill a chests with sand every hour

#

like 18000 sand per hour

mellow dock
#

Probably

ashen fox
#

with a command block prob, but it wont be easy

latent moss
#

because i built 2 dupers which was supposede to give me 36000 items per hour but im using Paper so the duper doesnt work

ashen fox
#

id recommend you look at my message from above

#

Im assuming you are using Paper due to your mention of it, paper has some hidden settings that can enable stuff like that, id recommend you check there discord

latent moss
#

yeah but i gotaa be a member of the server for longer than 10 minutes 🤣

ashen fox
#

oh lol

latent moss
#

does anyone of a plugin that can do something like it

opal geode
#

does anyone know how to disable command promps for players who dont have permissions to those commands

#

i need someone to help me

viral nacelle
#

Is it possible to allow anyone to use a command (ie /whitelist) with just spigot? (ie no plugins)

#

(without giving op lol)

ashen fox
#

you can use the permissions.yml

#

its a bit difficult though

tender flume
ashen fox
#

its fine

#

just look like a debug mode or something is on

tender flume
#

but where?

#

in a all plugins files?

west cloak
#

how

#

do

#

i

#

use

#

the everything

#

im trying to make an account what am i supposed toi write in location

queen oak
#

Do I need to have a separate BuildTools for every server, or can I just have buildtools in once place and copy the spigot.jar into each server everytime I need to update?

mellow dock
#

Probably not your real location

#

I just put earth

queen oak
#

Also please @ me when you reply

mellow dock
#

You can copy the jar each time

queen oak
#

Oh ok

#

Thanks

glacial sundial
#

you can even just use the same jar for all the servers @queen oak

queen oak
#

👍

slim gazelle
#

so i was using worldguard /rg flag spawn greeting-title Blahblahblah

#

why is it that whenever i enter the region and i jump or go down by one block (in the region) the title appears again

mellow dock
#

Probably because you don’t have the region extending to world height

flat finch
#

i need help

torn temple
#

Is it possible to have a different server icon for the different servers on the bungee network?

tawdry narwhal
#

?ask

keen crestBOT
#

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.

west cloak
#

Yes hello, sorry for this question but. I have seen that chunk loading with nether portal in spigot 1.16.4 (latest version of spigot) isn't working quite well. I am running a technical server so it pretty important for me and my community. So I just wanted to ask if this is a bug or a feature? I do not know where can I ask this so I am posting it here, thanks for any help in advance

ionic tangle
#

everything in the config is the way its meant to be

tawny dust
ionic tangle
#

oh

#

what is wrong?

tawny dust
#

Send the config

west cloak
#

Is there a economy plugin on spigot with the following things?

#

Support for multiple currencies

#

placeholderapi

#

mysql

#

1.16.4

#

per server vault currency

lunar ember
#

encountered exception: net.md_5.bungee.util.QuietException: Unexpected packet received during login process!

#

Why this happen?

safe sun
#

yo i have a pretty quick question

#

can players on 1.16.4 connect to a 1.16.3 server?

#

or do i need to swap out the jar

olive wagon
#

Swap the jar i think

safe sun
#

rip

#

that's like slightly more work than i was hoping to do

olive wagon
#

You could move the data of the server to the other server

#

Also i have a question to anyone?

HOW DO YOU USE YAML?

safe sun
#

see that's pretty much exactly what im doing as is

#

uhm

#

define "use"

olive wagon
#

HOW DO YOU CODE YAML

tawny pier
#

Is it possible to make colored firework particles with packets? In vanilla, it is impossible. It is not like the dust particle, so we can't change the color.

can you @mention after answer?

west cloak
#

i have a problem

#

on 1.12.2 the item names are normal

proven urchin
#

set italic to false

ashen fox
#

You have an italics color code on it

toxic zinc
#

hey guys, I have one quick question

tawny dust
#

?ask

keen crestBOT
#

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.

toxic zinc
#

It deleted my message

#

I was talking about a jar file

#

but it said that jar file downloads were against the rules

#

and I have to use BuildTools

#

so I will be using that instead

tawny dust
#

Alright

toxic zinc
#

So I built with BuildTools and got the jar file

#

and followed the instructions to set up the server

#

the server seems to be running

#

but I cannot find it in my Minecraft game

mellow dock
#

If you are running it from your computer you can use localhost

toxic zinc
#

oh Im dumb

#

thanks

#

how do I get the world to be hardcore mode?

#

I changed the "hardcore=false" to true in the properties file but it doesnt show the hearts as hardcore

#

or is there no visual change?

ashen fox
#

Set the difficulty to hardcore

#

To my knowledge other then that there is no visual change

toxic zinc
#

So it works yeah

#

It makes you go to spectator mode after you die

#

but technically someone with admin could change their mode back to survival?

hoary spire
#

Hello everyone can some tell me how to code a rightclickNPC I tried everything but it's not happening

#

I have created an NPC but is suffering from click event

queen oak
#

When you use buildtools to update a server, does it also update your plugins?

#

Otherwise, how could I get my plugins to update?

#

Automatically?

#

Also please @ me when you reply

ancient star
#

i have citizens, how can i create a quest master (with all the quests, not only one) with Quests (spigot plugin)

torpid needle
ancient star
#

i know i can set an npc for a single quest, how can i do with a quest master?

arctic raptor
#

Is there any spigot setting to despawn fireballs and/or tnt minecarts?

#

e.g despawn fireballs so high that you can't see them anymore

chrome cape
#

Hi, Spigot is compatible with Pixelmon + plugins?

mellow dock
#

Plugins yes

#

Pixelmon no, it's a forge mod

chrome cape
#

Spigot works with sponge?

mellow dock
#

No

chrome cape
#

oh lol, so if wanna create a pixelmon server i cant use spigot then?

surreal shuttle
#

You would have to use something that bridges the gap between spigot and forge

mellow dock
#

We don't talk about those :p

west cloak
#

Hi, whenever I use hex colors in any plugin that supports it it changes the colors to match the closet color in mc anyone know what plugin may be causing this?

runic rain
#

minecraft 1.15.2 and viaversion? lol

west cloak
#

server is 1.16.3 lol

#

unless viaversion has a glitch with that

vital jolt
#

depends what client ver you join with

west cloak
#

idk we updating it today anyway we'll see if it's still there

runic rain
#

if you're playing on a 1.16.4 server with a 1.15.2 client...

#

you're not going to have colours that were added to the 1.16 client...

west cloak
#

it's 1.16.3 with a 1.16.4 client

#

🤦

#

we putting it on native 1.16.4 atm

runic rain
#

So if you're still not seeing those colours, open a bug report with ViaVersion after you've updated

west cloak
#

yea gonna check that out

runic rain
#

I'd be inclined to believe VV is just out of date

west cloak
#

nope its still doing it

#

we updated

#

no viaversion

west cloak
#

it's interactivechat

nimble otter
#

is this an appropriate place to get help with plugins?

#

im using vaultchatformatter and essentials and i cant use colored chat

#

is there something conflicting?

#

i def have the perms to do it

west cloak
#
Error: Could not find or load main class org.codehaus.plexus.classworlds.launcher.Launcher``` what does this mean?
mellow dock
#

It means it could not find that main class

west cloak
#

Okay, this is when I run build tools, why is that?

glacial sundial
#

if you're on windows put it in a sensibly named folder

west cloak
#

@glacial sundial I'm on linux

glacial sundial
#

paste your log

#

?paste

keen crestBOT
west cloak
#

@glacial sundial, I was using java 11 thats why

glacial sundial
#

java 11 works fine

west cloak
west cloak
#

Hello?

grizzled nimbus
#

You don’t frickin ping people when asking for help

fleet jungle
#

8u, or 8-jre

#

nvm, I am dumb. lol.

trim token
#

Anyone use jpremium plugin? Because I have a problem with sending e-mail, I have a well-connected e-mail box, but after entering / recoverypassword, I say that it was sent, but I get nothing to the e-mail.

raw forum
#

My players can see plugins when they do /plugins even though I have set the permission in the default group to -bukkit.permission.plugins (something like that anyway)

hallow rover
#

If you just need who killed who, core protect works great

fading portal
#

why jdk instead of jre?

glacial sundial
#

jre is fine

finite mason
#

Is there no plugin out there that does floating tree cleanup? I only see "falling trees" that does this. is there a more "vanilla" plugin that doesnt make the entire tree fall down but detects if someone didnt finish it, deletes that tree, and replants the saplings?

brittle plover
glacial sundial
#

thats not an exploit

#

thats literally by design

#

and stated everyone

#

you need to firewall your server

brittle plover
#

whats the best way of doing this? i do have ufw enabled and only opend the ports i use for my minecraft servers

#

and ssh and a port for the daemon stuff

glacial sundial
#

you need to open the ports only to bungee, not all IPs

#

ufw allow from <ip> to any port <port> proto tcp

#

or something along those lines

brittle plover
#

i used ufw allow 25565
(also htis is behind a nat)
wouldnt using ufw allow from <IP> to any port <port> proto tcp
restrict acces to only allow conections from 1 IP so no one could join?

#

or i might be geting a few things mixed up

finite mason
#

what about the tree plugin 🌲 ? I honestly doubt what im looking for doesnt exist since a lot of servers have a rule about floating trees 🤪

glacial sundial
#

People join bungee not the servers

hallow rover
#

Is there any reason an mc server would touch a gpu? Wondering if I should switch my machine over to integrated graphics to save electricity costs

signal ivy
#

does not touch gpu at all

hallow rover
#

Cool ty

#

With a gpu it costs about $315 a year, without its $185 give or take $10 from each

#

For me

#

I’m no genius dw lol

#

If I am swamping my cpu all day it costs about $850 lol

azure coyote
teal meteor
#

wdym

pseudo mountain
#

is there any plugin where i can set it so that if a player right clicks a specific item the console runs some commands?

viral nacelle
#

Any suggestions for a real-basic/no-extras /bal and /pay system?

signal ivy
#

just use vault/essentials no need to be extra

viral nacelle
#

i was asking for no extra, essentials has a lot of 'extra' which i'd like to avoid if possible
just curious if anyone had used anything before

west cloak
leaden patio
#

anyone knows a 1.7 hologram plugin

#

ping me

tawny pawn
#

holographic displays @leaden patio

leaden patio
#

don't work

#

already tested it

tawny pawn
#

dig up for an old version

#

..

leaden patio
#

i've tested a lot of versions

tawny pawn
#

you're just bad then

leaden patio
#

i have like 8 or 10 versions of holo displays in my bin

tawny pawn
#

i had an 1.7 server

#

look on bukkit

#

you won't see a compatible version recently i think

#

you must dig a whole deeper for a compatible one

leaden patio
#

idk why

tawny pawn
#

@leaden patio do you use the viaversion thingy?

leaden patio
#

no

tawny pawn
#

then dig for a different version

#

or use an actual bukkit build like you were supposed to

west cloak
#

help me pls

tawny pawn
#

i dunno @west cloak

#

a world border plugin maybe

leaden patio
#

islandborder i think

west cloak
#

Thanks men!

leaden patio
#

that's my problem

#

i don't know how to make holograms to appear

peak shale
#

I have a bizarre problem I've never experienced before

#

Basically

#

the ender dragon spawns, and other plugins do not recognize it as the dragon for some reason

#

I have moneydrops and mythicmobs and neither of them work with the dragon

#

and when it dies, it doesn't drop money or the mythic mobs loot, even though both plugins are running fine elsewise. It's literally just the enderdragon

#

this problem happened randomly today, the dragon has been working fine for literally 2 months. I have no idea what the cause was but any, literally any help would be greatly appreciated

tawny pawn
#

@leaden patio look up

#

it might not appear at your feet

#

but n blocks up or something like that

leaden patio
#

nope

#

it doesn't appear

#

wtf

vital cosmos
#

what doe this error mean?

#

it appears when using worldedit

open fossil
vital cosmos
#

i see yeah i also asked on worldedit cause it only appear when using //undo

open fossil
#

it is bukkit trying to fix blocks

#

did you try updating worldedit or spigot?

vital cosmos
#

im using the latest ver of worldedit on bukkit and also latest build of paper

open fossil
vital cosmos
#

ok sorry, but tysm for the help

versed spoke
#

you know how you put fast async worldedit permissions to staff i don't know what permission

open fossil
#

Ssm

versed snow
#

Hi,
In my spawn chunks, when no player is online, according to my testing, redstone and entity processing works, but random ticks don't.
(I had a hopper moving items between chests, that worked. I had a minecart going around and only allowing an item everytime it has gone around once to pass to another chest; that worked too. But I had a bamboo farm, and that didn't produce any items)
We'd like to allow always-running farms in the spawn chunks. Is there any way to make random ticks happen too?

#

If anybody responds, please ping me as I have this server muted 🙂

pine oar
#

Anyone know a good prison robot or minion plugin?

#

where the robot mines a block and give you the money for that block.

signal ivy
west cloak
#

morning all.. anyone know of any good map generators? I want to generate a full map of my world and can't find anything?

signal ivy
#

map generator?

#

like render the map?

west cloak
#

yes to read the world file and generate a map in image form

#

yes sir

#

I'm running dynmap, but can't find a way to render the entire world...

umbral pelican
#

Anyone ever seen a Hypixel Lore Generator ? or just a normal Lore Generator that returns strings?

pine oar
#

do someone know about a plugin for enchanting like on most prison servers? with a gui to upgrade ur pick?

austere crown
#

imean it gives the give command with nbt tags but

#

eh

#

might work

regal dune
#

Hi does anyone know a plugin that allows my players to dupe on paper 1.16.4

open fossil
west cloak
regal dune
#

I want to allow duping on my server

open fossil
#

then dont use paper

regal dune
#

will spigot allow dupes?

#

just the spigot jar

west cloak
#

I'll send you some of my players, they like to cheat!

regal dune
#

lol

#

its a anarchy server

carmine olive
#

where can i just download bungeecord 1.12.2
without build tool?

open fossil
#

noobgenerator

#

you dont need buildtools to download bungeecord

carmine olive
#

witch file i need to download?

open fossil
carmine olive
open fossil
#

bungeecord.jar
make folder called "modules"
put the rest in there

carmine olive
open fossil
carmine olive
open fossil