#minecraft
1 messages ยท Page 18 of 1
Your doing better than I ever did ๐
Appreciate it ๐
i need a coder dm me if you know coding really well willing to pay
Aight
hello
I can not buy item from dm shop
how to fix it
it said you don't have enough money or inventory is full
i think is it about placeholderapi ?
And you have enough money?
A
yes
Do you have the permission to purchase the item, if there is one setup for it
@real cargo ^
huh
no its not
oh wait
dm shop as of dmshop of cj
yeah u better get support from cj regarding this idk how the dm shop works, havent looked at it yet
Are there any alternatives to MyCommands?
Some plugin I made years ago that hasn't been updated might be an option
I actually found a plugin that is paid but looks awesome, besides, I love their developer API
they let developers add their own actions which can then be used in menus, custom commands, etc.
the plugin is called AdditionsPlus
Wonder if my plugin CommandCore still works lol
ngl only thing that turns me a bit off is that AdditionsPlus is paid, otherwise....
hello can someone tell me how to use more GPU in minecraft
-Xmx10G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M This only uses 2gb max out of 10 I want to use atleast 5 or 4
but why though and GPU?
no point, jvm will adjust the heap as needed
-Xmx10G this part you are limiting the max heap to 10 gbs
so it wont add more fps ?
jvm is smarter than you, it takes heap as needed up to your max
-_- im sure it's smarter okay thanks lol
only thing that might help with setting a minimum
is if you set both to the same amount
as that sets the heap to a set amount (was suggested a while ago, not sure if still true for later jvm versions)
alr thanks for your help fam
I read from many literaturs that it is recommanded to set the -Xms and -Xmx to the same value. But doesn't give any reason for this. Someone knows?
albeit from 2010
yea idk havent played this game in a very long time
if you have nvidia then you can use nvidium
less ram = more GC = less fps
idk how much it matters but it can affect fps
especially with like modpacks and stuff
has anybody tried 1.20.4 with both oraxen and itemsadder?
cause now i ve been thinking of using both
Spigot Account Linking
To get support for a premium plugin owned by Clip or Glare you will need to verify your spigot account using /spigot in the #bot-commands channel. After you have successfully linked your spigot account you should ask your question in the coresponding channel for that plugin. If you have already linked your account and want to update your roles, run this command /spigot check.
works pretty good for me
go ahead
it does not for me.
skill issue?
post logs or whatever
cant really tell the reason why its not working just for you specifically
alr sir, so in deluxemenus plugin, can we put condition to open a menu, for eg. can we make it permission based.
so that not everyone can open it by command. only some with specific permissions
but from my knowledge, I think yes
its 'open_requirement' if im not mistaken
this should be of help
๐ฆ
why?
link your account and get support, ez pz
eh u know...capitalism :/
the more plugins you own, the better u feel
Not me realizing I missed an Adventure update and casually throwing a test jar in #voteparty
what's that channel? me no access
F
Voteparty
we have no rights
๐
banned
dictatorship
1984
wait is deluxecommands still a thing?
hasn't been updated since 2021 ๐
F
why can't I find an alternative to MyCommands...
Can you please help me @mystic bronze
Why me
Im sleeping
Goodnight
anyone know of any plugin that you can add nother dimension?
Anyone know of a way to get a citizens NPC skin url?
/npc skin --url
Doesnโt work
can anyone help me via dm about oraxen-deluxemenus hook? thx
deluxemenus with arrow key items to control movement in game
material: oraxen-<id>
Any placeholders that show blocks placed? Like overall? not a specfic block
I found this: https://www.spigotmc.org/resources/statz.25969/
Its outdated, dont know if itll work on current versions
%statz_blocks_placed% its got that placeholder
Looks like the modern form is https://www.spigotmc.org/resources/playerstats.102347/
yes i know that but its not the problem
The problem is i dont know how to find the items id
gold the item you want in your main hand and run /paper dumpitem if u use paper
it will include the oraxen id of the item there
or its simply the one in the oraxen's files
Minecraft server collect this data by default. If I'm not wrong placeholder api support vanilla stats already
everything looks ok and theres no error but it still doesn't work
The id and the placement looks true
I tried to recreate the particles effects from the movie for this video, I hope it looks good enough!
Made with Open Note Block Studio, 3.5k Notes.
Footage recorded in game using SEUS Renewed and Complementary shaders.
Original song by Ludwig Gรถransson
For my followers, Devourer of Gods NSM is finished, will post soon :)
think this deserves some attention
any tips to grow your mc discord server? i tried to partner up with other servers , posted about my server in reddit /r minecraftserver
idk what to try other
@knotty flame
tiktok
I personally don't use the app but I've seen communities having insane growth from it. You do need to be a bit creative with the content but the actual creation of the content is getting pretty easy. A lot of it is just using satisfying video with ai text to speech on top.
oh
Honestly, a lot of the content also just feels like copy since it seems on short form content copying isn't that big of a deal
And then of course you can do the usual stuff such as reposting the tiktok video on youtube shorts and instagram reels
As I've said, I haven't really spent time on TikTok but you can always create a new account, tell tiktok to recommend minecraft content and then you can do the usual idea copy paste. Some videos I did see were minecraft parkour (probably stolen footage) with text to speech on top reading random jokes or text conversations and then at the end telling people to join their discord.
There's probably other ways to grow your community and I've not tested any of this btw, it is just what I've noticed around me.
bro but i still don't get it , how my friend manage to get 840 members in his discord server , he said that he got them from reddit , some kind of forums , and discord dm's or smth idk
what
Reddit, other Discords/forums with a self promo channel, short form content, gotta offer smth too
wydm by discord forums?
Discord servers and forums in your nice
nice?
Niche
oh
Currently, what are the best options for on-demand minecraft servers within a network?
K8s seems like a good option, but might be a little overkill for me. At the moment I use something called CloudNet, but it's pretty janky, and I'd like something that doesn't need to be updated for every minecraft version
I mean yeah if you understand Docker and stuff, K8s is pretty good
it's a bit weird with the Notchian server though, cause like you have to have a readonly world and shit or I guess like dynamically make new volumes?
if you want to go super raw, Minestom is a really good base that could easily be multiplied for like Minigame servers, etc.
I definitely need a paper based server, but no data needs to ever be saved
As in, when a server is recycled everything is cleared
Minus stuff stored in a database like logs
And I definitely know docker, but k8s seems pretty complex. I guess I have a new weekend project though
If you want simplicity you could go with subservers.
I used it on my network for player servers and had everything ran through a discord bot. Servers were cleared once all players logged off too.
Is that super minecraft version specific? Or is it an external system that just hooks into minecraft?
yeah if you architect everything to use a read-only filesystem and just store to database/redis, then it really shouldn't be that bad
the hardest thing will be getting the information used to decide when to scale
My one worry with a read-only filesystem is what happens when chunks unload?
they get deleted from memory?
Right, so I'd need temporary storage
for what?
Its essentially bungeecord but there are different "modules" you can call it.
ah so you want to keep the world the same until reset
Yeah exactly
you should look into like Slime World Format and stuff
These are full vanilla worlds unfortunately, so that wouldn't really work
it can just load the entire world into memory at once, edit it, then when the server stops it just gets freed so no harm lost
full worlds?!
yeah... it's a whole thing
like, we're talking gigabytes?
okay hold on a second
are you doing like a hosting service?
not like, scaling a minigame server?
Well yes and no, it's a whole thing
I guess super managed hosting is a way to think about it?
It's basically custom manhunt survival type games for up to two hours
Got it, I'll definitely do some research and try to get a K8s instance on my VPS to test it out
would be pretty easy to have a startup script that just adds a new server, initializes the world and the whole temp volume, adds it to your proxy via whatever likely redis-based thing you use for that, then puts em on
then once the time limit is up, super easy to just remove the entire server and everything in k8s
Yeah that's basically the whole system lol
plus server templates for configuration
I'll definitely try that out
Sub servers has that ๐
Could even host "hosts" with sub-host and link into other servers with it.
Subservers unfortunately seems like a lateral transition for me though, since I'd still be relying on someone elses system that needs to be updated and can't have any breaking changes without requiring work from me
๐
I mean honestly, if you already have something like Pterodactyl setup, you could probably just use their API to automatically provision stuff
I was thinking about that, but that's just docker with more steps
I've toyed with the idea of that instead of full-blown k8s for a while
I mean it's Docker but you can auto provision and it knows how to setup a Minecraft server
and I don't really need console access to any of them anyway
and it has a nice HTTP API lol
This is true
I'd definitely be making my own HTTP apis
Maybe I'll look into making a high-level service manager for docker JVM stuff, and then implement MC on top of that. Since I really just want to be able to update MC versions without having to deal with breaking changes on the part of the service manager
I mean yeah the whole point of Docker is that you can just make a Docker image of exactly what you want the server template to be and deploy it
then when you want to update, you just change the image and change the reference in the deploy script
extremely
that's like, the whole point of Dockerfiles lol
yeah this seems like a really good choice
FROM fredthedoggy/minecraft-base etc.
@shadow parcel @serene lotus sorry for pinging but i have a very good suggestion for a plugin
please allow me to make a ticket
Iโm sorry for pinging you, I pinged you so I could find your BBB resources as I wanted to buy some
ohh I see ๐
We don't have tickets here, nor do we take plugin requests. If you'd like a plugin made I'd suggest taking a look at the service channels.
question, do voting sites wait 24h for your next vote? or do they have a pre set time
24h last time I played
i m trying to figure out how to make a sexy system w deluxemenus that has vote streaks, voteshop n stuff like that
mhmm
i think it also might be based on the site itself
cause minecraft mp has this for example
24 hours from last vote typically, though some are based on the actual day you vote
yeah my deluxemenus big brain found already a solution for that
, i ll give rewards per voting site via the voteparty plugin, these rewards will be variables, which then you can use to claim the rewards for that site via the gui, and once u claim all 4 u ll get +1 to your streak
- gonna add a "display" cooldown for 24h that you will be able to claim again the rewards
and a +48h cooldown that will be for the streak timelimit
so after the first 24h finish u will have 24hours more to vote again to keep the streak
So clever ๐ I think a vote streak is quite cool
yeah i rly like that idea too
and i can combine it with math and scale the % of getting "rare" rewards
or have a standard rewards at a certain streak
How much memory does DM use for that many?
idk honestly
but my server overall takes 20gb so far
so i d say around 8gb is deluxemenus
or mby not? idk what takes so much storage
cause 8gb sounds a lot :/
NO SHIT
There is no way 700 yml files would add up to 8gb ๐
yeah well
they are full of gradient
they are barely 13mb
all my menus are even bigger than a single plugin
30 pounds
Any works
Something like that yeah
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/ubuntu--vg-ubuntu--lv 936G 182G 707G 21% /
sheesh
wtf
how many gamemodes are these
Whereโs the dedi from that youโre been using lately?
did you end up using folia?
its from my country
they built a custom one for us
the server owner is a customer for 8+ years or something lol
we have a single mode, survival
the world itself is pretty large and there are a lot of leftover files all over the disk, backups, old worlds from previous versions, etc
oh world
makes sense
that's how my server is huge too
it's probably cause i ve generated the resource world with chunky
why would u keep old stuff in it ew
also drop the ip on dms or smth 
i do like gettin inspo
eh, plenty of space to do so
I havenโt had time to dive in yet ๐
but.. it isnt not production ready yet!!!
howโs your fork stuff been going? Using paper or foila?
forked purpur, since we have been using it
honestly been pretty good, we already noticed a decent improvement in performance
made like 20+ various patches, but Im not sure if thats really sustainable for me, the whole process to make changes, commit, rebuild patches, create the jar is quite long
Ive been thinking just to start mega refactoring and cleaning up the code, not gonna release it to public anyways
Good idea honestly, Iโd prob still do it in patches (so youโre always aligned with paper etc), but at least youโll be able to really tune up the jar for your server
yeah thats whats kinda worrying since I havent thought about when we will have to update the mc version
You could just layer your patches to run last
So every time you pull upstream, youโll apply your code after
hmm, Ill have to figure it out one way or another
How can i make URLs clickable
am i dumb or was there a item like barrier blocks but it didint do the box when u hover over them?
that's how barriers work in survival mode iirc
https://cdn.discordapp.com/attachments/939041368452521984/1198746747103629332/image.png?ex=65c006e8&is=65ad91e8&hm=69d12bd95ebf7b7ca093a2a4918dcc1684505cf147630754269fe28caeddc581&
It doesnt, i dont know why i remember at some point seing something and thinking ah thats useful related to seing the cubes
maybe im going delulu tho
Anyone good at JavaScript just need help removing one command from a Minecraft mod
Mc doesn't use javascript
Java != javascript
Anyone willing to help me a remove a single command a Minecraft mod ?
Does the structure void block allow the environment to replace them once a structure is generated?
best bet is #1191515713022738634
Can you help me just need to get rid of a command
A single command
no
If any1 need plugin DM me.
Someone please help me.. #1007620980627230730 my post is "Custom tags broken??"
FYI to those that use vulcan, update ASAP, there's a forceop technique for prior versions
Well, it allows any command to be run as console iirc
LOOOOOL
yeah saw the video on it
BRUH?
on it
thats why we got pinged huh
CMI moment
bro even released a jar of the plugin for those u use leaked too ๐
Why does an anticheat allow console commands?
It was the gui stuff
So I assume it's a command to run a gui method
did u not see the video?
the exploit is funny af
tldw?
its easy af to find so why not, Rename a chest to Vulcan AntiCheat
open it, and click on a chest
thats it
done
๐
it was detecting gui based on name
bluds be really using inventory name to determine their gui
๐
and I thought they knew what they were doing
seemed like a decent AC
Nope
edit: nevermind
?
Anti cheat my ass
anti cheat plugin allows users to hack (REAL)
I dont use an anticheat ๐
My staff are the anticheat
(jk, I use spartan for now)
ew
I know, I just dont know any good viable anticheats that supports bedrock and java
i m sorry for you
go get the jar from vulcans server
let the staff deal w the bedrock
the patched one or the broken one
the patched ofc ๐
Is vulcan that much better?
yes
Also, It got so much free publicity. I think its a win for vulcan considering they patched it so quick
Yeah, but it got more publicity
mby it's a great chance from spartan users to move too
Those who dont know it, mostlikely do now
Man, that guys plugins suck tbh
I have all his plugins, they are mid (at best)
ever was since creation ๐
Is vulcan up-to-date (patched) on spigot?
vagdeges + jet315 = poopie plugins
they already offered free Vulcan
to Spartan users
ikr
LOL
because of how mucb of a dick Spartans dev was
tbf Spartans dev wants a monthly payment for support
as a greek myself i understand
unless you want to do email
TBH I like Jets plugins
u also use spartan so..
nothing more to comment on that
mhmm
I own it from wayyy back
get it switched to vulcan
I have vulcan too LOL
oh lol
from way back
lool
I own a bunch of shit for no reason
I own UltraPermissions however I have never touched it
Actually, thats a lie. I was doing configs for someone with it and they couldnt provide the jar bc "what if I leak it"
and u bought it? ๐
Yeah
He reimbursed me for it
I miss Minecrates
bring back @serene lotus
I even own nasty Tab (not the good version) but the one from MVDW
๐ how many inactive resources do u have
Nah, I was spartan back then
ew
Yeah, thats why I have spartan
spartan wasnt even worth back when aac was still alive
spartan scam
^ yeah
I own 50 spigot plugins (20 inactive), on BBB I own around 50 aswell, polymart is tame for me about 5 and then private discord development teams is like 100 plugins
Most are inactive
I say about 40% of the plugins I own are inactive and out of date
rip
Yeah, Most were expensive
I dont know if you were on the Factions hype in 2018-2020 but I had all the Atlas Plugins, Most of the Galactic Plugins (diz's series) and I even have GemSpigot
oh and I had all the supreme plugins
It was around $3000 in plugin assets back in the day
bruh
Yeah, It was a lot
The plugins dont work anymore (half of them)
All of Atlas doesnt work, All of supreme doesnt work, and good luck getting your IP whitelisted and or support with any galactic plugins
However I do own SRC to GalacticSkyblock
Its too buggy to fork and patch up
I might use Polar anticheat
Or not cause they shut down

I can give u my own custom made plugin
i have the supreme plugins of now 
Im thinking of putting the money out for the KoreDevelopment series
SCore (Skyblock core), and TequilaSpigot
tequila sounds very against EULA :/
Lol, Its just their spigot line. They choose to name it after types of alcholic beverages. They have WineSpigot and TequilaSpigot
TequilaSpigot is 1.20.2 with 1.7 cannon mechanics
oo
Yeah
It also brings quite a performance boost
Im gonna be using it for the performance boost initially for Skyblock
but then when I eventually branch off to factions, Ill use the cannoning feature
โข Basic Minecraft Exploit Fixes
โข Built In Optimized Obsidian Destroyer
โข Optimized TNT/Sand (Uses WineSpigot's optimization techniques)
โข Async Entity Tracking
โข Much More To Come!!```
Thats what they offer
BUT its $300, however they said they will keep it up-to-date with the current minecraft ver
Which they have been delivering

sure
Im waiting for my tax return to come back ๐
it send a message when the user joins the server 
It should cover my bills tbh. Its around $2000
getting 2k back from tax returns sounds so american
still sounds v american
Yeah, I know. I look forward to it every year because Its quite an amount
ye it's a nice boost of happiness 
That means I get to blow all $2000 on my server muhahahahaha
Nah, Im just kidding. Im splitting it with my wife because well she birthed our child so she deserves half of what they give me for her
๐
I do need to use quite a bit for the assets Im planning on getting though
~$600 on plugins, ~$300 on builds, ~$400 for setup and I have been saving to purchase and host my own dedi
Never mind, my tax refund is gonna be like $4000
According to TurboTax
^^^ Update: Just did my taxes via TurboTax. It ended up being $6000. I didnโt even input any data just uploaded my w2 and wham $6000 return
bro idk you sound like a 15 y/o
Iโm 21 ๐
well then let me tell you a secret since you are an adult
no one cares about your tax returns
M0dii rightfully assumed you were 15 because you acting like it's whole new world after your 6000 tax return lmao
fr this sounds like you shouldn't be a father nor a husband
๐ฉ
(also if you do your withholding right you should have a $0 tax return)
I only just had the child so I never changed my w9 and I put my federal withholding to 10% of my check.
ah, classic
I did that because we do well off as it is. And a nice little refund is just a pleasing surprise
Thatโs why I was so shocked at that number as itโs the first year having a dependent and first year doing that to my federal withholding.
Guys do you know how can i delete data of all players from every plugin safely?
turn off server, go through its data files
oh yippeee
if the plugins use MySQL, just go into the database
SHOW TABLES; check the data within a table and then just DROP TABLE <table> :_
i've never used mysql before
great that makes things easier
that was ironic right?
it was not
then how can i safely erase data of all players from every single plugin
i dont want to corrupt anything, just delete every data because i made so many alts to test stuff that i dont remember if i gave them some OP items
well id first just backup your server before you touch anything just incase you delete the wrong thing, after that its just going through each plugin, finding whatever data folder it has that would store user data and delete it
and if you're worried about inventories, just delete the playerdata from the world folders
Nope i want to start my small server in a couple days and i just want to remove all player datas
so what am i supossed to do with database.db files. Just delete them?
sure
question, does anyone here know how could i detect who was original "skullowner" of head that was broken using datapack?
is it normal for a server to go ~15-50/200 cpu usage when a player joins the server? and after 2seconds it goes back to normal?
its nor rly static tbh
and the spark report seems fine
but its not a new player tho
If you have a lot of stuff happening in join, then ye
im confused lol
why did people downvote this
but they upvoted one above
the 1st one took me 2 hours to make, the second one took 6
i feel devastated ๐ฅน
thats painful lmao
could be as simple as loading chunks around the player
is fine afaik
the smile and eyes freak me out
Does anyone know how to give all recipes to all players upon joining? Thanks 
I think Skript can be used for it. Alternatively, I suppose you could just grant perms to the default group. My bad if this isnโt going to help
ooh!
i know you
also, about the smile and eyes
idk how to make proper facial expressions
8 downvotes
Are there any perms?
๐ญ
make a simple skript (as said above) that runs /recipe give [playername] * on player join
That will just spam their screen with pop ups, thatโs why I didnโt suggest doing that
Or maybe it wonโt
Yeah thatโs what I meant
cant you just make the texture invisible if you are using a custom resource pack?
declaration: package: org.bukkit.event.player, class: PlayerRecipeDiscoverEvent
Found recipe discover event
@leaden quest
declaration: package: org.bukkit.advancement, interface: AdvancementDisplay
combine that with shouldShowToast and you can disable just the recipe discover event notification
Hello, excuse me please I hope this is the right way to ask a question about the plugin "DeluxeChat" I have seen that there is a new plugin in development called "chatchat", I haven't played Minecraft for a while and I always enjoyed "DeluxeChat" (and bought it of cause) now I'd like to ask if anyone know how to make it work on the current Minecraft version or get that new Plugin. Greetings and thanks a lot
Hey, does anyone know of a way to remove RGB colors from a text (or placeholder), I tried the utils package but it doesn't support rgb unfortunately
utils package?
The utils placeholders package has an uncolor feature, but it doesnt support rgb
oh the expansion
yeah
hmm
what format?
the only officially supported one is &x&F&F&F&F&F&F
would be white for example
&#rrggbb
yeah that would need another expansion to replace via regex or something
because that isn't a real format supported by spigot
it's a format used in many plugins because people didn't like this format ๐ฅฒ
fair enough
seems like theres no expansion to replace via regex, surprisingly
would probably need js expansion then
anyone wanna play someday?
How old
Anyone know why my server likes to delete signs, itemframes, and chests after restarts and stuff? Stuff like this only started to happen after 1.20
Sometiimes signs will just become invisible, or delete all the text on them, weird stuff. probably herobrine
I'm thinking it might just be spigot or paper configs but no idea, would love input or ideas
send your plugin list
cehck your logs, are there any errors?
i just told you to send the plugin list to make things shorter for whoever is going to help you, i dont know lol
might aswell just send logs
Check protocolib?
Are you using a lag-reduction plugin or something else to eliminate dropped items?
Nope
Nada
Install plugman
1x1 reload your plugins with an item frame in front of you to see your issue
So /plugman reload AdvancedGUI, etcโฆ
Gotcha, Iโll give that a try
Thatโs what I asked ๐ญ
No thanks, I have other things to do, and no, I wasn't trying to argue with you about it. You didn't need to ask the same question twice because, as I just mentioned, Obviouslee already answered the same.
hello how can i report users
You can use </report:947290718299357205>
omg @jagged parcel look! Your plugin!
ew, are your eyes okay :/ ?
its almost a month now still the guild channel support is still not visible for me, please help
cc: @gray geode ^
which one is it
mr emo monkey
Say what you will about CMI, it replaced tons of my plugins
It has someโฆ odditiesโฆ. But it does somethingโs well for me
EternalTags forever though โ
All he had to do was run the check command.
i would like to send a picture of my error but i see i cant, its a problem with statistic mined blocks from ajleaderboard. Anyone here taht i could dm the error?
use imgur in this channel
why after i set on essential to remove join messages it still shows the join messages and leaving messages
You are, but best to ask in their discord
Do you know why after i set custom join and leave message in essential to "" it shows literally an empty message?
What do you want it to show
no message I assume
nothing
Do you have an updated version? It's supposed to show nothing
of essentials?
Yeah
2.21.0 is a dev-build, so maybe (I doubt it) it's a dev-build issue? No idea
i dont think so. Maybe i have something that does that ;/
Might be worth a try to use latest release to test
i dont want to break anything..
It shouldn't break anything, you can always backup though
How can I have a player execute a command from clicking an item when the don't normally have the permission
psudo commands, there is a plugin
Oh I totally forgot about that thank you!
If you need
Hey, My Name Is Sebastian.
I am a plugin developer for spgiot/velocity/paper etc.
[2;40m[2;41m[0;2m[0;31m[0;32m[0;40m[0;30m[0m[0;32m[0;40m[0m[0;32m[0;41m[0m[0;31m[0;41m[0m[0;41m[0m[2;41m
[0m[2;40m[0m[2;47m[2;31mI can create plugin for you at a very low price.
[2;40m[2;33mDM me so can we discuss price and plugin. I will send the plugin before payment :)[0m[2;31m[2;40m[0m[2;31m[2;47m[0m[2;47m[0m
Oh sorry
?
Yes, what u need?
I downloaded the DeluxeMenus plugin, I want to know if I can open the menu through an item in the player's hand instead of the command in the chat.
it's possible ?
because I don't want to keep typing commands in chat to open the menu
Yes u can i think
It is faster to click on the item with the left mouse button
as?
I already researched
I didn't find it
can you help me
hey guys anyone here develop plugins? I need a very simple one if anyone can let me know
They have server for it?
I wanted to ask what's wrong with CoreProtect not showing any logs when someone died.
99% sure yes
@visual reef#1191515714033565738
Oh yh sorry.
what are the requirements for citizens npc
What do you mean requirements?
i have it installed but it says internal error when i do a command
check your console log for errors
pretty sure it tells you if you are missing something during startup
What version are you using?
i found out that it is not compatible with my version
It is
wich build runs with 1.20.1
In an older version
Let me get it
Took a little to find
If you have premium, you can download it from the spigot page
@long cloud
Wait thats an old version
i downloaded it from jenkins
ok
its not working
Did you reset all your citizens configs?
it dont created configs
@stray zodiac
Weird
it didnt create a folder either
On startup send me the error in a paste
Send it through that
whats the right version for 1.20.1
Hmm
Accept friend request, Ill send you a ver that might work
That build is 1.20.2 if Im not mistaken
its linked to https://github.com/CitizensDev/Citizens2/tree/97ddf858ce6fb41fc91d186a0aca233a634f1641 which is before 1.20.2
Ah
https://i.imgur.com/vlqnxFO.png
What is it and why its sending like 100 in a second in my console
literally 20 a second
in my console
oh my god what is going on
full log?
ill download logs and see
notepad not responding ๐
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
and its still going on
thats still not the top of the log, but it looks like cosmeticscore is potentially the cause
remove it and see if the errors go away
yeah but ill have to restart the server right?
i just did /cosmeticsconfig cosmetics reload and it stopped
to remove the plugin yes
๐คทโโ๏ธ
It happened after i disabled debug mode in cosmeticcore
Gotta make a report about it then
Can someone help me test on Java it's cod minecraft just need to test ganemode setup
I'm curious to hear what players think:
if you were to download a mod, does the amount of extra dependency mods impact how likely you are to avoid using said mod?
Can't figure out a way to properly word it, but to me it feels like a negative if a mod has 4+ dependencies, though I can't really put my finger on to why.
because there's extra work you need to do
I guess one reason would be that you have to manage the versions
first you need to download 4 things instead of 1 and then you have to maintain the correct versions so all mods work together
If the process would be automatically, idc, it could have 100 dependencies
Also, if using Curseforge for each mod you gotta wait 5 damn seconds to even download the project
Yeah it just sounds like a mod with a lot of dependencies could break in between versions a lot more easily
I have a probleme that Minecraft Freezes and won't load can someone help me fix it?
I am using feather with some mods.
How to make JavaScript in PlacholderApi so that the title is written in the scoreboard
What
How to add block to the tablist
you people wait the 5 seconds?
also
make a modpack smh
Is this an error or is it normal? in the placeholderapi.
the colors in the holograms do not work
what hologram plugin
my guess would be that it uses minimessage
ยฏ_(ใ)_/ยฏ
idk what else it could be
Holographic Displays
Hi, do you know a plugin so that when a player right- or left-clicks on a block, it executes a command?
yes, conditionalevents
thanks ๐

can anyone tell me a good plugin from stack mobs
[23:57:24 WARN]: [DeluxeMenus] Plugin DeluxeMenus v1.14.0-Release generated an exception while executing task 9728844
java.util.NoSuchElementException: No value present
at java.util.Optional.get(Optional.java:143) ~[?:?]
at org.bukkit.craftbukkit.v1_20_R3.util.CraftChatMessage$StringMessage.<init>(CraftChatMessage.java:93) ~[purpur-1.20.4.jar:git-Purpur-2127]
at org.bukkit.craftbukkit.v1_20_R3.util.CraftChatMessage.fromString(CraftChatMessage.java:
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
I generally have purple 1.20.4
is this a war declaration?
"Our goal: Dethrone DeluxeMenus"
Meeeh
for a war u need an opponent tbh :/
i dont see any
do you know why named endermite despawns on server? is there any setting that changes that?
Help
no
how do you increase the distance in which an entity still displays itself
spigot.yml entity tracking range iirc
perfect -- thanks
Also, anyone know of a texture pack that makes a firework look like a ballistic missile
Impossible
Yeah thats war
@real cargo assemble
let them eat cake!
what :/
ah, i put files on it
any way to massively increase firework damage
other than adding firework stars
plugins etc
You could use item adder to make "custom" fireworks that output more damage
Anybody knows if in supervanish plugin its possible to add a small prefix for players on vanish on tab? that will only people with permission for it see
Use the isVanished placeholder
is pastebin down?
Idk there are a lot of paste services if thats your concern
yeah but other players will be able to see that?
how can i use that vanish prefix or suffix https://i.imgur.com/jwyzxvp.png
Hi , I would like to sell to Minecraft server where do I sell it?
Hello, I'm new here
Hello
do you know how to disable gravity on different worlds in multiverse core?
like sand and gravel
or can i just turn that off to WHOLE server
Hey , Anyone need minecraft communication? pm me
communication is a step for a minecraft server. This is the step of inviting people, inviting influencers for a server to work
stop barking :/
Siema
?
Could someone tell me what the best plugin is for broadcasting messages in chat on intervals?
I use AutoAnnouncer++ but there are many free alternatives
AnouncerPlus
could probably work for oyu
https://www.spigotmc.org/resources/duels.20171/
Can anyone recommend a better alternative to this plugin?
pls ping
phoenixduels 1000 times better https://www.phoenixplugins.com/en/items/phoenix-duels
a bit expensive, but I'll probably buy it
you from Poland??
it's very nice and has gui editor too
ta
Do they actually have a test server?
??
nop currently not, but y can find lots of info on the wiki too
and there r also showcases
Thank you! Exactly what I was searching for.
Invalid maximum heap size: -Xmx4G
The specified size exceeds the maximum representable size.
I have 16gb
PAUSE```
are you running 32 bit java? from the fact that it is in the x86 directory i assume you are, and that is your issue
yeah fixed it lol
nice
Hello, can you tell me why it doesn't work?
'potion': material: potion slot: 24 potion_effects: - NIGHT_VISION;9600;1 rgb: 0,255,255 display_name: '&bAcceleration Potion'
Hi. Is it possible to execute Placeholder regarding some kind of world? For example, I perform a placeholder and it displays data to me, as if I am in this world.
Do you know why my player lost couple of items afer he drown on my server?
how do i stop spigot from unloading chunks
you know how it does this thing where it unloads chunks you arent facing
how do i get rid of that
Why is my server not starting? It's a 1.12 server
Error: https://prnt.sc/x6LEYip6AqmW
Look at what I highlighted: https://i.imgur.com/e5I7N9Z.png
Is that the reason it's stopping?
Looks like it. It appeared immediately after the done message, and "stopping server" was sent immediately afterwards
Mind sending the whole log to https://paste.helpch.at/ ?
Hold on
Should I remove the plugins? I don't mind that the plugins don't load. I just want to see the map lol
Or does it have to do with my java version?
Yeah. You could also just rename the plugins folder to something else if you might need it later
I doubt it. I mean it launched and everything
Awesome! :)
the right one? that's just colored redstone dust
oh it's just many randomly placed redstone dust? I thought it was one big effect
thanks
Finally some cool shit for Essentials: MiniMessage support! #426460619277991936 message
nah ur lying
lemme check
nah fr
https://user-images.githubusercontent.com/10731363/147530817-f9adc58e-18a5-49ed-84c6-106e51d6948f.mp4
Add support for chat components throughout EssentialsX using the Adventure library.
Transla...
Iโm curious if they do any legacy mappings for the ampersand colour codes
iirc it migrates the config and then stores the old config in another file
Ohh, thatโs quite nice then, I suppose it saves them needing to deal with legacy stuff
can i use the { } flags of the end_gateway to disable teleport
Any server owner who needs a plugin developer?
oh and #1202497506274189333
So. I'm developing a server (I am not a dev, I desperately need those, but I have some people more knowledgeable than I in them) And I'm trying to disable the crafting of diamond armor, but struggling to figure out how to do so. We've done the "gamerule doLimitedCrafting true" but as soon as someone picks up a diamond, it gives them the recipe anyway. How can I stop this from happening? Any input is welcome (You may ping me)
I don't think it's possible in vanilla
Okay thank you! I'll give this a look. We're running a 1.20.2 server, but hopefully that won't effect too much! We're testing it now!
I haven't played much Minecraft outside of Facrions. Do most Skyblock servers offer pvp?
or just modify the server jar and add native configuration ๐
Hi, I've recently been scammed and blocked after working for several hours on a project, so if someone is willing to purchase a full special power system(crystals with different abilities and powers like in blissSMP) it would mean so much to me! if you are interested please dm me for more information๐
red map
weird, no result
idk looks like a red map to me
yes but what's the name of it though
Looks like a normal map that was used (has terrain rendered on it), idk what the red lines are. Is that from a server? Is it using any texture pack?
Hmm, Might get into modeling and texture pack creation
I changed the sound file for fireworks in my resource pack, but now for some reason the fireworks dont change volume relative to the distance of the explosion to where I am
Any idea why?
with the normal firework blast noise, the further away you are, the quieter the explosion
that isnt the case for when I use my resource pack
Does anyone know if theres any program that can translate a yml file thats inputed into it?
Translate it to what? Or do you mean translate the strings from it into different languages?
I found this: https://poeditor.com/kb/how-to-translate-yaml-files. I've never used it so I don't know how good it is but they claim it is free and they support 270 languages
how can i give myself zombie mobspawner using /give from essentials?
/i zombie_spawner
should work?
not give but works basically the same
Ye
$1000 is the accepted way of doing it
yeah ๐
gonna use dollars on my server
so yeah
on a side note, think github copilot died on VSC
it's infinitely thinking
xd
Any server looking for Admin?
@neon jacinth
#showcase message
What's the zoom thing?
Client side or a potion effect?
You can apply to my server. Join the discord and make an application. Server isnt live but Ill need admins in a little
render distance client-sided is on max, and view-distance server-side is on max, yet chunks are still unloading
How far are the chunks?
There's a built in limit
Either 16 or 32
I forget which
I couldn't find a resource with the name or id of 1
so sorry for pinging but can anyone help me from the support team like @uneven bison or @shadow parcel there is a problem i downloded the latest version of delux menu and it doesnt work when i do /plugins it shows red and when i do a command it tells me theres a problem can anyone help
go install placeholderapi
How do I set permissions to an item in the Deluxe menu that requires permission when selecting or clicking it?
Check our wiki for Click_Permissions or you can made a second time with a view permission + priority
We have examples
Somebody know some plugin to have a custom actionbar perma? That supports papi
Is there a way to make GUIs using deluxemenus directly from the MC server? Without needing tto access the files?
i built an creeper farm on my server but it doesnt spawn anything inside it. it spawns like 2 creepers in 30 minutes
what server software are you using? Spigot and paper both add several optimizations, including limitations to spawn rates, etc.
If you want the most vanilla experience possible, I would recommend using straight bukkit.
You can always try to edit the configs too
god no
bukkit literally was the one to... implement configurable spawn limits
also its dead dead
you can modify spawn limits, spawn tick rates etc etc
if your going that far, use fabric
Unless you're in a void world you have to light up every cave/block within in a 100 block radius of the farm.
128~ block radius iirc
^^
Why is 1.20.5 adding better things than any recent updates have had
so excited for it to release
hi
I would like to add a cooldown to DeluxeMenus to keep it cool. 2 days to receive the item again Can it be done?
An easy way to add cooldowns to DeluxeMenus
How to create cooldowns using MasterCooldowns:
- Start by creating a requirement (view/click/open)
requirements:
cooldown:
type: string equals
input: '%mcd_isinactive_COOLDOWN-ID%'
output: 'Yes'
deny_commands:
- '[message] &cTry again in %mcd_left_formatted_COOLDOWN-ID%, you are on cooldown!'
- Add the cooldown (e.g. on click)
[console] mcd add %player_name% COOLDOWN-ID duration
This is not the only way to create cooldowns for DM, you can also use stuff like temp permissions.
@fossil plover
Thanks
@void dock your request reminded me of this somehow https://www.reddit.com/r/Minecraft/s/RqkFzQh8o3
Like 8 new attributes
You can now change the size of every mob + their hitbox
You can wait block break speed, but it impacts instant break blocks too
Gravity, fall damage, step height, block break reach, block interact reach
A few more
so does anyone knows how to rounds numberrs in papi here?
Where should I put it?
- '[console] ps give 15x15 %player_name% COOLDOWN-ID 15'
Is that right?
Read the message carefully
brother, I read it carefully, but I don't even know where to put this code. Could you please explain it to me?
Hey id like to ask towards the DeluxeMenus plugin, how can I display a dyed lether armor peice in a gui as an item?
id like it to be dyed with the color red
material: LEATHER_CHESTPLATE
color: red,green,blue
Iirc
hey i disabled something but i dont really know how to redo it. Basically now on my server minecart cant lay on another minecart, it just merges them into one
Screenshot? Use imgur.
screenshot cant show that, it would have to be a video
That works. Use imgur or youtube
Watch bug and millions of other Minecraft videos on Medal, the largest Game Clip Platform.
here
Do you have a stacker plugin installed? WildStacker, RoseStacker etc...
nope
Kinda looks like the one below is picking it up. I'm not sure if thats the case or the cause is though.
that doesnt work
Hey id like to ask towards the DeluxeMenus plugin, how can I display a dyed lether armor peice in a gui as an item?
id like it to be dyed with the color red
material: LEATHER_CHESTPLATE
and is there any id or something i can make it dyed red?
The all in one GUI menu plugin!
โข Spigot
โข Wiki
โข GUI Creator
โข Placeholders
Check the wiki @drifting thistle
this doesnt seem to work..
How? like this:
color: red
color: &c
color c

