#minecraft
1 messages · Page 83 of 1
How can you set the walkspeed to 0 for all the online players? (Sorry for asking so often)
Set their velocity to 0
Nvm thanks again!
Idk
whats the bot command to check plugin recommended versions?
1.8.8
1.12.2
1.13.2
1.14.2
v1.14.4 - Latest
v1.14.4 - Latest
v1.14.4 - Latest
v1.14.4 - Latest
=ver
ty
=help
Various Commands for Barry.
• General Bot/Guild Commands
• Miscellaneous Commands
• XP and Level Commands
• ChatReaction Help
=help general
Commands for Barry.
=ping - Pong, hopefully...
=members - Total count of all members
=uptime - How long I've been alive for
=info - Get some guild wide stats
=github <username> - Link GitHub Account
=spigot <username> - Link Spigot Account
=whois <@user> - General User Information
=help misc
Commands for Barry.
=paste <message> - Paste your message to paste.helpch.at
=ver <plugin/list> - Which versions of various plugins work on 1.8 - 1.13
=status <service> - Check various services to see if they're online
=faq <key/list> - Retrive a faq answer
=skin <username> - View a minecraft player skin
=head <username> - View a minecraft player head
=yaml <paste link> - YAML Parser for paste links
=links <list/plugin/service> - Get useful links and information on a plugin or service
=banner [Gradient ID] [IMG URL] <text> - Generate plugin page Banners
=plugin <Plugin Name/ID> - Search Spigot for a plugin
=buyercheck <spigot username> - Check if someone bought clip's plugins
=ver list
autosell, chatreaction, crazycrates, deluxechat, deluxecommands, deluxejoin, deluxemenus, deluxetags, ezblocks, ezprestige, ezrankspro, frozenjoin, guilds, infoheads, levellingtools, luckperms, minecrates, mvdwplaceholderapi, placeholderapi, shopguiplus, statz, superoof, vault, voteparty, worldedit, worldguard
#bot-commands pls
all good 😄
Hey does anyone know about modded mc? Most of the time when I try to connect to my server, I get disconnected right after getting into the server. It doesn't happen to anyone else, and in console all it says is 'timed out'
Trash internet
But I have good internet, and better than most of my friends, who are all able to log in
Read a youtube video comment that said "my gf died in our minecraft server and instead of spawning in our house she spawned inside my friend's house".
Video: Lil Uzi Vert - The Way Life Goes [Official Visualizer]
Dang
anyone know of plugin to play a random tip to chat on a timer ?
Why not use an autobroadcast plugin?
nah this is the PAPI discord so ||https://www.spigotmc.org/resources/messageannouncer.5408/||
very good Martijnkop
😉
does it do random tips though ?
random announcements, you'd have to think of the tips yourself
ok kool thats what i meant , thanks
Can anyone help me to find out why some mods I just uploaded to my server won't work?
Nvm, figured it out.
just want to know if is possible to link levels on all my bungeecord server
Like if i'm lvl 6 on freebuild and i move to adventure, i just want to be lvl 6 on all server
Depends what plugin you use for that and if it support bungeecord.
is there a place where we can see the minecraft java edition active monthly users?
Why?
i use ezrankpro
You can't view the monthly users. They had to disable it for GDPR
@tranquil harness #spigot-linking
hi
@tranquil harness no you dont
imageineAujourd’hui à 19:14
=spigot 274172
BarryBOTAujourd’hui à 19:14
Account already linked!
Seems you already have the Spigot account eldwin linked.
=Spigot Check - Ask barry to check purchases again
Done
Do you know how to use ezrankpro on bungeecord
To achieve what exactly?
You permissions plugin should handle that
does anyone know about a plugin that counts how many blocks the players mine and there is also /blocks top or /topblocks or something like that? (like /baltop)
Ezblocks, but I don't recall it having a block top (haven't used it that much tho)
it doesn't have, that's why I asked, didn't find any plugin that does
Perhaps requesting one in #628725781119500298 would be a viable solution (since you haven't found any)
how much do you think I should offer? ;p
Depends on what are all the features you're after
I’ll do it for you
1.8 or 1.12.2?
1.8 for general servers, and 1.12 for prison if you don’t care for pvp but still want good performance
Well my server will be famous gamemode on Brazil.. it’s like prison but with a lot of pvp
Well when I finish my server you will see it.. my server will be English and Portuguese for the start xD
Planning big things
That's what everyone says.
Does anyone have some nice plugin ideas?
Depends
^
A /heal plugin that lets you put the amount of hearts to heal in argumnet
Yeah ^ good idea
Or you do
/heal 10 (does 5 full hearts)
/heal 5h (does 5 full hearts)
1.14 just be munching on my server hardware
trash hardware
Had a cool plugin idea but not gonna disclose it as I'm gonna try make it myself
Also ye 1.14 is yucko
(Performance wise)
😮
its prob possible with their top package
it lets u call your own api
before they purchase
iirc
what
none of that made sense lukas
Why bother with an APi
just make a plugin that runs whatever you want if they dont have a permission
then add the permission after
so like if they dont have purchased.rank then run it and add it
and then add the command to the purchase commands
Wdym
like
you dont have to set it yp
you type in plugin name, and sets it up for you
so that you type your code
IntelliJ plug-in
and press build and gets u .jar
yea
but intellij doesnt do it automatically
and i tried and didnt work
when i do
It asks you for basic info and it makes it
On mobile, search “Minecraft IntelliJ” it does it auto
Yeah
I wanted to know how you would do the rate my server thing on here, how it works and such, I would love to get feedback on my server, I want to know what about it is not grabbing attention of people, or if it's too cluttered or disorganized.
All the details are at the top of the channel
[Name] TestPlugins
[IP] testplugins.com
[Website] https:∕∕testplugins.com
[Description] One of a kind server to test various Spigot plugins.
@drifting thistle
Thanks
Hey is anyone up who knows a lot about Minecraft entities
lmao
either a host or a server
That's so basic


at the moment i've set this up to freeze a player, but it can still jump-walk, how do I block the target from jumping?
target.setWalkSpeed(0);
target.setFlySpeed(0);
target.setFlying(false);
target.setSneaking(false);
target.setCanPickupItems(false);
target.setSprinting(false);
target.setCollidable(false);
target.setVelocity(null);
This is target:
Player target = Bukkit.getPlayerExact(args[0]);
Just cancel the move event kek
^^^^^^
ow, thanks haha
Set the getTo to getFrom, I think that cancels almost everything you need. Cancelling the move event issa rip
I mean they can't do shit if you cancel it tho
Yeah, but, doing that cancels everything. And it can be called like 20 times per second per player. This sets 1 element, over doing 20 things
Would do it like this
Could always switch the white and gray colour. So m = white and the stuff in front of it is gray
change the m to yellow, or switch out the white as it's too intense
try like this
&7Andou: &e631m
looks nice imo 🤷
so no white?
It's basic, but you don't really need much color for stats, as it could confuse the player too much
Idk
Maybe switch the yellow and gray around.
Personally I think better like that, I just don't like how many colours there are
Agreed with the variety of colours.
max 3 colours for anything
^
Primary colour (titles, names and all that), secondary for descriptions and values and a third for notes (e.g. stuff in brackets)
So like
&2Name: &aValue 1 &8(&7is a value&8)
with &8 being brackets themselves
so basically 3 colours and the occasional bracket, arrow or symbol in &8
Also try to use colours that work well together
e.g. bright is &6 primary and &f secondary
or more relaxed which is &e and &7
Yuck
&7Balance: &b$10 &f(/bal)
Because that looks clean
i would never make &7 a title
Doing bracket colours n shit as well looks horrid
Yuck
you wish
I very much dislike that
swap the white and gray
&7 should never be a tite color
i might have agreed if it was anything else than &7, its not saturated enough
That’s what I’d personally use, but even swapping the white and gray are fine
Try it
Too many colours
my personal opinion is that there is no need for (/bal) to be placed there as it already shows ur bal
Yeah it’s a example
More for like tokens
And mob coins
Tokens: $10 (/teshop)
Shit like that
https://imgur.com/a/kz8gemX like this is clean
&fName &7(#1)
Then;
&lName
12 blocks
nice screenshot i wonder where u got that from 
My prison setup 😉
xd
For those wondering 😎
o
I’ll remove sale tonight
I'm so lazy to make this network, rip
well true
i don't like it so much
when the "subtitles" are gray
idk
i may change maybe the yellow for a white
idkkk
like
I prefer the first version
Idk
I think that yellow isn’t good with gray
Maybe I removed to much color
Maybe switch only yellow to white??
???
Try changing the name to white
Looks alright, I am not convinced yet though 😛
Mind sending me the config in dm so I can try some colours myself?
@remote bay
of those two?
Top one
ok
well i will send you the code part
because i am not using config
i am using the guis folder
etc
strategy
Nah
does anyone know if the topminecraftservers.org sponsor worth it?
minecraft-server-list.com seems to be the best in value.
No idea, they always change 🙄
Of what I hear, youtubers are the best to go to for minigames, for gamemodes server lists are decent.
Apparently advertising with play.yourserver.net instead of yourserver.net yields more players as well, since some people can't tell the difference (literally what I was told 😂)
wut
lol


@cosmic bolt prices on mc server list costs about $200
Wdym by Apparently advertising with play.yourserver.net instead of yourserver.net yields more players as well?
from what I've seen from past bids it's alot more @rapid ocean
Just accept any subdomain 😉
for the 10th place it can go from $300-$800
those are the current bids @rapid ocean
the high bids wait till the last seconds to bid
im aware
Login page to edit or add a server to the list.
First place 250$, a second before big ends, BOOM 5000$
oof
That'd be hella stupid, but ye
Login page to edit or add a server to the list.
I dont have an acc, ss maybe?
1s
ye
People are willing to spend that much, yet still scamp out on plugins/custom configs
feels bad
for the amount ur paying i doubt its worth it
My MC keeps freezing, feels bad
they better give me these 5000$
sounds like a you problem
Gaby, rob a bank, ez claps
i need help
Theres not time to wait! Ask your question @rotund linden!
yes ill come too gaby
I need mental help as well, but 🤷
how do set-up use view requirements?
The all in one GUI menu plugin!
• Spigot
• Wiki
• GUI Creator
• Placeholders
Check out the Requirements section of the wiki
idk how that works; i just want it to show bedrock if i dont have permission to use that kit and like a sword if i do?
Online Maker - https://placeholderapi.github.io/DeluxeMenuMaker/ - help-chat/DeluxeMenus
https://imgur.com/a/UknpOv8 1 2 or 3?
@rapid ocean they’re all the same?
1 has bars at top n bottom
2 has spaces in between the players
3 no spaces
Yeah same lmao
Second one imo
is there any way to remove all of the "plugin:command" commands?
1.14.4
Yeah you can use an event I forget the name to remove from tab list
It’ll still exist, but you can just hide it
u can use eZProtector
@harsh stump DM me
@cinder plover it's not bad, but it's also not good.
@robust cape the plugin looks great ngl, but does it work fine? Ive never liked plugins management plugin (aka plugman) and dont recommend it
DM @umbral lance and open a report
Rofl yikes
Mate... u just see this chat and this message above...
Just so its all logged in the same place
These dudes are contacting me last days a lot.
Mainly they contacting me for the bedwars plugin.
Why they contacting you lol?
Just really making friends
I reported them all to andrei lol
Idc about them.
I have a lot of resources. Can they see how many resources i have purchased?
No it's not in the api or public
Not sure
Must be stalking ur spigot :/
Why does it not focus ,-,
Same
k
Lol, i checked in discord server where he also is at where he bought that "networkmanager" he bought these jars yesterday. This account is also made yesterday
@serene lotus idk but forgot to add this to the report: https://www.spigotmc.org/members/bof007.12792/
😛
hey everyone, from what I've seen, the only server list that I have enough money to sponsor in (I think, because I can't see past auctions), is it worth it?
forgot to mention the list xD
never heard of it
Depending on the money you have
MinecraftServers.org is good
Otherwise a good but cheaper solution is TopG
I have around $160 to put in it
is it enough for topg?
The .org above is like $2k+ and I think so
ik
actually
the last action was about $550 for the last places
Find the best Minecraft servers with our multiplayer server list. Browse detailed information on each server and vote for your favourite.
$551 for 4 and 5
Yeah can do, .org is usually better imo - tho you’ll want to research it n stuff
Because low bids mean people aren’t wanting to go high
They usually hit 2k at minimum
I tried to bid and got stung at the last second
oof
Yeah was rly sad
its not worth it unless your server is fully setup with a strong hosting provider
https://topg.org/buy_banner_rotator from what I see topg isn't worth it, it's $300 for 15 days
Well it depends
If it’s good or not
Just research around, @wet oasis is usually good with this stuff
Xd
my server ;)
:p
@fickle pewter said that you understand a lot about minecraft server lists sponsoring (being in the top 5), I currently have $160, is there any good server list that I should use it in or should I save more and then advertise?
@wet oasis
Are shots that’s bad now? They used to be like $3-5k lmao
There are like 3 good slot sites for sponsored listings. .org, mcmp, and topg
Yeah I was gonna say lmao .org is now at $500 apparently
They used to always be crazy amounts
so I should save to be in one of them?
on mcmp the lowest bids are over $5000 (#1 last time was $20950!!!) is it really worth it?
(the lowest bids that get in I mean ;p)
so I should save for MinecraftServers.org? @wet oasis
but pretty often the people who bid amounts like that dont pay or retract their bids at the last second, because doing stuff like that scares away other potential bidders
then again, theres people on mc-market selling premium slots for like a day at a time iirc
which is pretty sad if you ask me ||https://www.mc-market.org/threads/532044/||
I think PaperSpigot should change openInventory(PlayerInventory) method so it opens what I presented in #showcase except the title being null, so it'd look like a regular 4x9 inventory except the hotbar would clearly be visible.
Last time I checked, minecraft-server-list.com is cool with servers doing halves @tribal ledge
I never knew that 😮
Last time I checked was either a couple of months or a year ago though 😛 You might want to double check.
Oh 😂😂
it is still true today
"Rules for Sponsored Servers - (Updated 19-03-2019)
Servers are entitled to do a single split halfway during the month with another server"
The first line on the list lmao
^
https://minecraft-server-list.com/login/sponsoredbidsarchive.php
It shows the previous month as well
Login page to edit or add a server to the list.
It's crazy how you get mineheroes spending like an extra 3.2k for nothing xD
mineheroes is literally sponsored on all of them
It’s worth it for some
@remote bay
PacketPlayOutOpenWindow(final int i, final String s, final IChatBaseComponent ichatbasecomponent, final int j)
Not sure what i does, it can be anything, same for s. The IChatBaseComponent is the inventory title, j just needs to be between 1 and 8.
It's not hard to send packets, but if you actually want to use this, you'll need to use it in combination with the PacketPlayOutWindowItems packet.
If you want to listen for what the player clicks, you'll need to make a packet listener.
I might look into seeing how to make it using packets if I get the time, that way you'll be able to make a "server-side" version of it.
you know what it would be cool... if you make an deluxemenus addon for that
like to add that options
to make like really custom menus
I'll look into making a reflection resource on Spigot forums when I get time 😉
Also gamestate packets do pretty cool things
Specifically 7 & 8
welp
@remote bay Disable and reload the plugin
oh ok ty
galileo galileo
why make a reflection packet plugin when we have protocollib
Why use protocollib when you can make a reflection packet plugin
theres 2 types of server owners...
good bad
Why use protocol lib
When you can do packet stuff yourself
That’s what I did with spoof
@mystic pelican https://www.mc-market.org/resources/12690/ is off..
ooh This resource is currently pending approval. In order to streamline the process, please ensure your resource meets all criteria listed in this wiki post.
can you download it?
if not i can send you it
You can't do anything while it's pending approval
why does it count the views tho
Because why shouldn't it lol
well technically it's not really viewed
It is by staff/you
ok lets hope it gets approved
I've been waiting for over a month now for a free plugin to get accepted, still hasn't been 🤷
oh
while waiting, im making a rewards gui using MasterCooldowns by gaby and deluxemenus
:)
annnndd meeee
Hope you guys enjoy it
@slow imp have u checked ur pm?
Yea, just wake up, sry.
just!!11!!!
@sharp hinge it's been approved, you can open the link again
Thanks!
Hypickle
yo
oy
@mystic pelican where u @
def not here
http://prntscr.com/ppcb0h try changing these to white
what for free?
hiring means you pay for them to do a specific job
thats time consuming (not really) so
yeah
yes?
how do i make np++ easier to detect errors?
it cant detect errors
is there no "coding" mode
no thats not eclipse or intellij idea or whatever
thats just the better version of notepad
and they arent text editors
word
yes
If anyone is genuinely good with GUIs and are bored hmu please
lmao just new GUI();
@wet oasis I need a nice spoof gui and idk how it should be “designed”
I wanna add module viewing n crap like that
how do i set enchantments in the gui? PROTECTION and UNBREAKING don't seem to work
enchantments:
- PROTECTION;1
- UNBREAKING;1
nvm found them
where the f do i put this npc https://imgur.com/a/bBVRkWI
quick question
why do people use glass panes on the menus
i find it a lot more clean
if you just let it without "borders"
@rapid ocean player vault
what?
If anyone is interested in helping find values for the skybox, give me a DM. You can see a few in #showcase
is there any way to reset all players stats (in the worlds) without deleting their file? (so plugins know they already joined the server)
Prob would require manual work
heck of a lot of work
I need to do it for 100s of players though xD
isn't there any software that can do it?
Write down all the players and their uuids, and then delete the whole file, and just copy paste back in
I'm assuming he wants to clear their stats
Software could be built but it would be a pain no doubt
Yeye
I want to delete it from plugins too but from plugins I could just delete their files
and it'll regenerate when the join again
You could loop over your plugins folder for any yml files perhaps
nope it hasnt
But then each plugin has its own “structure”
Like pex does it all in 1 file
Others don’t
@fickle pewter the plugins isn't the problem
the problem is deleting only their location from the world
Oh
Explain detailed*
Hm
I personally use pex, yes Lp is 'more advanced' but at basics both do the same thing
I absolutely despise LP
You can also say that an intel pentium 4 and an i7 does the same thing at base
PEX runs beautiful without any issues, easily to use and is bae
yes but both are a perm plugin lol
both check if they have perms
its up to the end person
pex and lp are similar, lp just has an easier (more understandable) way of managing with the perms (for newer people)
But if you're familiar with how perm plugins work it doesn't really matter
yeah
Well which one is the best for a network? (To have groups in the whole network connected)
Biggest horseshit I've seen
lp prob better for network
Afonso, lp since it has mysql
I think new pex has mysql but I haven't personally tested, so LP
But the thing is
but for single server, pex is fucking sexy
its like the mia khalifa of perm plugins
Stop charlie.. get some help.
Lol
Afonso, ye just specify where you want them to have the perm
you can do specific worlds, servers, or the whole network
So.. lp?
fuck that
its like the mia khalifa of perm plugins`
LUL
kaliber > and a space then text
lol
shit then
nub
thats stupid -_-
ooooof
how do i make it displays None if you arent in a factions on a scoreboard?
U use js expansion for that
Js
how
Head over to #placeholder-api pls
oh i didnt realize i was here
What's the best 1.12 Custom Enchants plugin?
tokenenchant?
Gian's enchant 👀
Should I use Waterfall or Velocity?
depends on your needs
I'd just use waterfall though, you'll get more support for it
Ty
if anyone here know how to code plugins, I'm currently learning, can I dm anyone if I have questions?
instead use #development
oh true, thx xD
quick question:
is it possible to host a whole network on localhost?
(bungee, lobby and server)
Yes, but highly unrecomended
depends what u wanna do
if u wan to test plugins
I personally localhost a bungee network when doing dev testing
well kinda
i want to create the whole server in localhost
and then move it to a host
ye
so that's "fine" ?
will everything work?
- how would i do that? because like the ip is localhost
and if i run 3 servers
they all will be localhost
Just give 3 different ports to the servers
Yeah if its just to setup should be fine, just not for a production server
Haha thinksmart
dang
Are any of you decent with PacketPlayOutMap?
The packet seems to send with no errors in console but it just won't update the maps.
I think the issue is the maps continuously updating every tick
Just realized wrong channel lmfaoo
How do i contact staff
For?
I have a issue. I purchased EzProRanks and it still tells me to buy it when I can show the transaction on paypal and everything.
@slow imp
@lapis shadow ^
Don’t do that
How dare thy ping clip
Question for those who sell ranks separately on servers (not global)
Let's say a player has rank X on Factions and rank Y on SkyBlock, how do you display it in the hub? Leave it as a regular player? A simple donator chat? Or?
I use EssentialsChat for now to handle my donor rank prefixes, until I get my tags plugin up and happening. On the sidebar, I simply show {PREFIX}{GROUP} and make it in uppercase, that way I can set my member prefix to &7 for instance which would only affect the sidebar.
It's better that way so you don't see prefixes in /msg or /r either xD (although I kinda handle that separately too)
Usually don't get to decide that myself, but most just leave them as regular players. However it's not wrong to show the appreciation to someone who donates. So when I do get to decide I have one donor rank in hub usually named Supporter, and give it to everyone one who buys any rank on any server on the network.
hmmm
Otherwise just a simple Donator/Supporter prefix should do
As for perks, fly usually does the trick unless that's given to all players
And some fancy colors for chat
People usually don't spend time in the hub so that could be a waste of time in general
Exactly ^
I'm just curious, haha. Cause our hub chats are 90% like "Where is the YTer?", so, I wanna know if it's worth splitting donors and players
pffft
Could be, although it's a fairly useless "perk" so don't know if it will encourage people to buy ranks.
I'm not fusses about encouraging, I was just curious what others did
Well alright then.
Go ahead
If certain features or items are obtainable by rank normally, does it break the EULA rule?
or a better way of putting it if its obtainable by everyone can I also sell it?
Ok, nice! )
I always thought that Hypixel's watchdog was flawless and that it really did a good job at taking care of hackers and nothing else but I was literally just false-banned on Hypixel for hacking 30 minutes ago
the only message I got was "WATCHDOG CHEAT DETECTION" and at the time i was clicking really fast on Ellie of the Nether in Hypixel's SkyBlock
literally a pvp-free game
I'm also an MVP++ so why would i even risk hacking in the first place?
just wanted to explain this because i'm upset. idk why i am telling this to a bunch of people who don't care but lmao
Just ban appeal, assuming they let you do that
yeah i appealed. its been over 45 minutes and still haven’t gotten a response which is fine and i get it but i was grinding the halloween event which is obviously going to end very soon and i wanted to get my hands on some limited items
Most appeal might take 2h+ to even have a respond
going to call it now:
you're going to wait a few hours until you finally get a response and then when you do it'll be an automated "your appeal has been denied".
lmao imagine thinking that watchdog is flawless
no anticheat is flawless. especially not watchdog
my appeal was denied
@rapid ocean i thought that it actually took care of hackers honestly
not at all...
Here was their response to my appeal:
"Thank you for taking the time to make a punishment appeal, but unfortunately your appeal has been denied. You were detected of cheating whilst playing on the Hypixel server. This was confirmed by automated administrative means."
and then in another message: "Although you may not have been directly hacking, you were caught using modifications that are not allowed on the server."
were u butterfly clicking by any chance / does ur mouse double click? also what cps
11.5 is my cps
and i was making a joke by clicking on Ellie of the Nether as fast as i can
my mouse has a double click macro but i wasn't using it
well i was on a call with my friend and i was playing SkyBlock
Nothing can be done, you clicked too fast and looked like you were cheating
i mean i constantly click at 10-12 on hypixel and i dont get banned
sure i get the watchdog antibots circling but thats just watchdog being shit
the joke is Ellie of the Nether usually only has 1 line dialogue so you can continue to click on her and she will respond instantly when you click
so i was flooding my chat with it
one way or another the joke led to that which shouldn't really be a problem
nor does it even matter
the point is
i was clicking fast and i got a 30 day ban
literally an MVP++ never banned before
ok that's believable, i'm sure someone who has been subscribed to MVP++ for almost half a year is gonna just throw their account away
i guess i'll play on an alt account but i'm pretty mad about this
they have those Account Security Alerts
not always
also how did i also have access to my Hypixel account to appeal
which i've had for a long time w/ message history etc
its not a guest appeal
hey is there a plugin that like gives a player that has been on like a 3 death losing streak? (for example like this player died 3 times in a row so they get a speed boost for their next life?)
Imagine lending me $8
imagine lending me the $8 someone lends you
imagine getting demoted as an admin
Did you know standing on a pressure plate above tnt in a sand temple causes a light update?
guys i rlly need help with something
So npc and items after i switches hosts are like really wierd characters etc lets say a normal thing is named bazooka now its like ÅØØÅÅBazooka
Hey guys i need help with chatex and deluxe tags placeholders?
["",{"text":"Basic text","clickEvent":{"action":"open_url","value":"urlhere"},"hoverEvent":{"action":"show_text","value":{"text":"Click me"}}}]
```?
Does anyone with server experience know the cheapest place to advertise your server to get a solid amount of long term players or maybe even just active ones in general? By solid amount I mean 15+
Depends what you mean by cheapest
Is it worth to use ViaRewind on 1.12.2?
To get 1.8 support?
Yes
viabackwars?
It doesn't work for 1.8
via backwards is up to 1.9, via rewind to allow 1.8
yikes
i think rewind does 1.7 too
1.7 support doesn't matter, just looking for the best way to allow 1.8 users to join 1.12.2
Tell them to use 1.12.2, problem solved
Anyone here good with stories? (Specifically greek-related ones)
Also, best free scoreboard plugin? I usually go with QuickBoard but I don't like the fact that the title is so small 😦
KiteBoard
try titlemanagers board. idk how good it is tho
^
Nah KiteBoard, get Niall to sponsor you
FREE
titlemanager
MaKe Ur OwN
ew no Kaliber
^
xd
rekt
Seduce a female developer then get her to make you one
QuickBoard then
Then ur all g
InfoBoard
Scoreboard, I think that's the name
I've always used my custom apis over free/premium for customization to liking.
Dont really want to code my own stuff rn
mood
😉
I have a server coming with a 2m+ YTer and like 95% is public stuff
I don't even know how to tho .. 😹
Public doesnt always mean bad just like custom doesnt always mean better
Exactly
Plus, SkyBlock, Factions, etc are all generic lmao and everything is out there
U use deluxe ensues
ree
I've thought about making a server and spicing it all up with custom builds/plugins but my issue is time.
I have 2 unique gamemodes, but don't have the time mostly.
Yeah I’ve always wanted to make a fully custom server but I kinda in the sense don’t have time - being I prefer to dedicate my time to as few projects as possible (so I focus better).
Plus it means projects which will be more beneficial
Does anyone know if theres a way to remove the entities inside spawners client side?
use a resource pack
Do you know of any? @mystic pelican
I made a plugin in the past that did it but not sure of a resource pack somewhere.
Yeah i know of a plugin for it but i doubt the server i play on would add it
What are you trying to do tho?
Remove the entities from spawners client side so i don't lag while adding more spawners
What if you set the particles to minimal?
Or edit the resourcepack and fill the spawner texture so you dont see the mob
Also, look for a mod.
Yeah im gonna try 1.14 optifine
i tried to fill in the spawner it doesnt work cause the mob is still spinning thats what lags me i think
lol i just need a better pc
Alright
To use optifine on forge put it in the "mods" folder and from optifine.net/downloads click on the "pre versions" line (or smth like that) to get a working version for forge
Alright thanks ill give it a try
An alternative would be to ask the server owner(s) to get a spawners stacker plugin
Yeah they do spawners stack to 500 but doesnt help when i got like 130k xD
1.8.9
Gamemode not version xD
Ahh
Cosmic Client fixed my issue about 80% which is good
► Spotify/Itunes: http://smarturl.it/milkgoblahblah Goose Wayne: https://dlive.tv/goosewaynebatman https://twitter.com/GooseWayneYT Video Edit by: Dylan Lock...
should I buy a dedicated server to host a network, and if so, where should I host? (best for the price, it has to be not too expensive)
Depends on what you are trying to run.
nvm, I want to buy a dedicated host ;p where should I buy it though, it doesn't have to be a high speced one, I just need to know where I can get the best for the price
Kimsufi, soyoustart, ovh, hetzner and reliablesite are decent places to begin looking
I can vouch for Hetzner ^^
Quick question for who has a server: If you make seasons in your server, when a new season starts, do you reset everything or just the rank or just the money or you add more stuff and let them be there normal?
1⃣ If you reset everything (store purchases don’t count)
2⃣ If you don’t reset anything and just add stuff
3⃣ If you just reset ranks or just money or something like that
4⃣ Other
I reset everything that wasn't purchased from the store. So, kits, mcmmo, inventories, etc
Well ty for the answer
Will wait for more people
Mention me if you answer please ^^
I’d personally just reset everything, but have it so donators keep their stuff
Yeah items you could prob wipe
Though your store would need to state they are “consumables”
Yep
Anyone else hear about the new mob supposed to come in 1.16?
But the downside that lightning will no longer affect the zombie pigmen
any suggestions for mc server hosting?
someone knows a plugin for create mines, where the block execute a command without drops
@drifting thistle retro host
their customer support is nothing compared to retro
meh, server.pro
Server pro is garbo
server pro is expensive trash
@drifting thistle use pebble host imo
very cheap and very good
been using them for a few months and they're really good
Yuck pebble
@fickle pewter why? it's actually really good xD
@cosmic bolt I’ve had bad experiences xd, I use TitanNodes personally for nice shared hosting
Lol if you really want something cheap
RetroHost? friendly guy who owns it @smoky leaf
Another quick question for those who have a server:
Would you do a multilanguage server (like hypixel)? That means basically that almost all your plugins need to be own plugins(need to pay for them)
Or would you just do a server in the language you prefer and like and use also plugins from the internet too?
It depends on the uniqueness of the server
If you are just a startup with like no money towards the server, just go with one language.
As I develop, and already have a bunch of people that I know that can translate for me in exchange for money per x amount of words over a file.
(i know 4 languages so that wouldn't be the problem.. the problem is the money because if i use one language i can use internet plugins and if i use more i need to create the plugins myself.. i also know how to code but i am a starter so.. ye.. + don't have money)
I think multilanguage is good ONLY if wish to target other countries
Intercept every packet and translate = use internet plugins = win
wew
Isnt there a plugin for that, Languacy ?
yes
but the thing is that
other plugins may not support it
- that idea to use packets to change the messages, would that work on menus too?
- i never worked with packets so.. ye
I think you're looking too deep into this
why "too" deep?
You don't need to think this hard... for multi-support for languages.
It's not suggested unless you are really trying to waste your time adding multiple languages if you are barely going to get 10 players or more.
@sharp heath who said I was going to get 10 players? My friend has 3mil subs and still have other contacts so
lol
I'm sure he didn't meant it as a bad thing
More like "it doesn't matter if you have a small start"
@wet oasis if you are here, any eta for actions utils update and os again?
On another note even if your friend has "3 mil subs" doesn't mean your server will have a good playerbase, it all depends on how the server is setup and where the origin of it is (if it's us, make everything english, etc), You'd even be fine using english for other places since english is the most spread out language and a lot of people understand it
^^ cannot agree more
My friend has 2M subs and I’m gonna build a generic server
Yeah, by setup I'd personally mean being able to hold that many players
XD agree but like.. the Brazilian community isn’t like that
Almost no one knows English xD
That plugin is quite cool for a public one
o
Fanart of the Week: https://www.deviantart.com/wetpallete/art/Snolar-Snads-816209772 My Twitter: https://twitter.com/SolarSands1?lang=en Second Channel: http...
That plugin is very cool and useful the problem is that it is paid but .. ye
Considering you're friends with a "3 mil" youtuber, you'd atleast invest in your server (if you wanted it to succeed ofc)
^
hey someone here that knows how to build faction warzone? if so come and DM me we can talk price or any other payment :9
Haha. Yes
any anti xray plugin suggestions?
The one built into Paper
Whats worth more:
Use deluxemenus to create the menus or create the menus on my plugin?
Depends what
^
@wet oasis if I use the maven repo for ActionUtil, do I still have to add it as plugin?
Yes
I know 😦
shhh
er
for literally no apparent reason on my test server on my mac
i get this error upon startup, it was working fine a few days ago so im confused...
Unsupported Java detected (57.0). Only up to Java 12 is supported. logout Saving session... ...copying shared history... ...saving history...truncating history files... ...completed.
i should have the right java version
it was working fine a few days ago
^ im downgrading my java now to see if it fixes it
*Java 8
you can't run 11 on 8, but that's ok since eventually 11 should replace 8
takes years tho
wouldn't be surprised if 8 is still a standard by the time 17 releases
It’s because of server stuff, most hosts rarely migrate because of server software
And then it means server software doesn’t update either
it'll happen eventually
slowly
Any way to fix this ugly format on windows cmd? It happens only on 1.8 tho
ºaLoaded the claim º2'ºfexampleº2' ºafor º2'ºfGabyTMº2'
@slow imp Try adding -Dfile.encoding=UTF8 to your run script
o
Did it work?
Switched to getConsoleSender().sendMessage() already xD
The encoding method would fix it
That’s what I have to do usually
java -jar -Dfile.encoding=UTF8
Does the order matter?
Yes