#general
1 messages · Page 56 of 1
I've used it, but switched to DeluxeChat
When was that?
After the 2.0 update...
But I've used a own AFK-plugin, that used the AsyncChatEvent, so I've switched....
Yeah. It's ok. You don't have to use my stuff xD
@drowsy quest (sorry for mention) can you disable certain modules?
yeah.
lmao
That's the kind of stuff you have to deal with as a plugin dev
Ruined my perfect 5 stars on the current version
xD
Neat
Yeah. The function of HelpGUI is a basic thing....
But so many people like it
Get at my level mate 😛
Only 7 more on dev.bukkit and I have 3k 😄
Nope that's my mod
Question: how do I prevent the colour from resetting on a new line in BungeeCord?
Currently I use ComponentBuilder but when it changes line it just resets colour
Any ideas? Currently I'm using this and it works fine until it reaches a new line where it just resets.
private BaseComponent[] chatMessage(String text) {
return new ComponentBuilder(ChatColor.translateAlternateColorCode('&',text)).create();
}
I'm guessing no one is going to reply ):
Any contributions to fixing this? http://prntscr.com/h9g0dd
What method does LuckPerms bungee use?
a different library
Would you recommend I use a different library, if so what one?
if you're struggling to use the one included in bungeecord
then I don't really have any recommendations
What exactly does the function fromLegacyText do?
converts from legacy text to the new (non-legacy) format.
So it turns & to §?
private BaseComponent[] message(String text) {
return TextComponent.fromLegacyText(text);
}
``` would work, is that correct?
yes
it does 😃
For me, it prevents the whole plugin from loading, I think I'm doing something wrong
sender.sendMessage(message("&7Any Modifications not listed here? Just as an Admin or above if they're allowed."));
private BaseComponent[] message(String text) {
return TextComponent.fromLegacyText(text);
}
any ideas?
legacy text doesn't use the & character
ye
@hollow arrow
-> Don't PM or tag Luck directly. (there lots of other people in the channel that may be able to answer your question)
sorry
And without any infos, nobody can help
well I went to my config to add a server, and add somebody to the owners list, but when I tried to stert the server, it just failed
@hybrid loom any ideas
no
And I removed the config, because it contains your IP
That can cause problems....
none at all
:o
Just for safety
now help no ip's
The config looks fine...
Are the server on the same IP? You could try localhost (or 127.0.0.1) followed by the port (localhost:[port])
it worked fine before
And make sure, that the spigot-server you want to add has BungeeCord enabled
what do you mean
You need to have BungeeCord enabled in the spigot.yml
whats the difference
I dont remember how i fixed your issue but i had it before :c
ya estoy
Buenas tengo una pregunta, puede haber algún conflicto con una versión anterior en este caso es 1.10.2 minecraft que esta guardada en el archivo en el mismo servidor con el nombre que le hemos puesto antiguo ya configurada, con la nueva versión es 1.12. que esta casi configurada.
What xd
Osea que estas usando la 1.12.2?
Pero tenes un archivo 1.10 guardado en la carpeta del sv?
Supongo que no deberia hacer ningun conflicto
ya que tenemos mucho lal y el pin por los aires sube mucho tamproto tenemos 100 como 200,300 o mas
Pasame timings de tu sv
Te ayudo yo xd
Con los timings podes saber que plugin esta causando lag
ten pongo todos los archivos que tenemos
No
No me pases archivos
Pasame timings
/timings on
Lo dejas 15 minutos
Y pones /timings paste y me pasas el link
Eso calcula todo lo que pasa en el server y muestra que hace que vaya lag
Si /timings on esperaas 15 y pones /timings paste
Y te saldra un link
Me pasas el link ese y te dire la solucion
Hey, are there any builder on here? We need some desperately!
Oye, ¿hay algún constructor aquí? Necesitamos desesperadamente!
@gilded nova what bungee are you using?
what types are there?!?!?!
HexaCord, Waterfall, Tavertine which are forks of Spigots bungee - that is why I asked
idk i just got bungeecord, idk which type 😛
😗
i dont even want luckyperms that much i was just told i need it if i want to issue bans across the whole network using advancedban ;/
Well you "don't have to use luckperms to have bans across whole network" you just need to set UseMySQL: true in the AdvancedBans config on all the servers you place it on and those to use the same cred's and DB
My point of view is that Luckperms is more powerful then other permission managers out there
The power of Luckperms as well as any network ban system is the use of a mysql server to store that data to so that it can be accessed from multi locations at once. And as you are running bungee to really get the benifits of luckperms you need mysql
atm i use pex, i cant even get luckperms to work :/
how would i setup a sql with advancedban
I use Litebans but I would assume in the AdvancedBan config there will be an option to enter in DB details into the config
AdvancedBans has a discord server, the link is on the advancedbans spigot page
I wish I knew more about lunix! I cannot install anything else because lunix keeps giving me 101 to reasons to commit computer murder
What Linux distro?
CentOS, Ubuntu etc
How come you're using one that old? I'm pretty sure they're on debian 9 now
yep
If you wana update it, be my guest... I have no clue how. I cannot read the knowlagebase of the place I buy from becuase it is in french
I only know what I need to know
Ah, you could always ask your host to update it. They shouldn't be distributing machines on an outdated OS realistically.
Anyway, do you have Apache, MySQL and PHP already installed on your machine?
I can garentuee 1 of thoes. And that would be apache
so @leaden ocean Could you update it for me
If we update the machine ourselves, we wouldn't have SSH access anymore. Therefore the host must update it
I have a console
As for MySQL and PHP, it seems GoDaddy has a great manual on installing them https://uk.godaddy.com/help/build-a-lamp-stack-linux-apache-mysql-php-debian-7-17346
I myself use Ubuntu, so I'm not great with any of the other distributions :/
Hmmmm
Can you take a look at it
Not much we can do in that case :/ I don't even have a clue what is happening then.
Never had that happen to me before
The best solution is to contact your provider and get them to look at it. For all we know, they've buggered up the installation process somehow. Even if they're French, they should speak okay English
This is the last think I installed
sudo dpkg -P oracle-java7-installer
sudo apt-get -f install
Java 7 >_> why java 7?
Because no matter what I tried to install it said I need java 7
That won't stop the other downloads
I wonder if they've put in a stupid bottleneck
tf is that
Where only a certain amount of data can be transferred
I've never seen that one before...
Neither have I...
You attempted to install java 7, but as the error says it lost connection during the download
But when I asked the company, they gave me thoes 2 commands.
sudo dpkg -P oracle-java7-installer
sudo apt-get -f install
And now I cannot install anything. BUT I got java installed xD
Hugo Cloez
Staff
Hello,
Could you try theses command to unlock the java 7 install process ?
sudo dpkg -P oracle-java7-installer
sudo apt-get -f install
Cordialement,
Hugo Cloez
-------------------------------------------------
05/10/2017 21:25
Jackson Roberts
Client
Dear VPSz,
I have been trying to get everything working on my vps for the last 2 weeks, and I am having problems with installing PHPMyAdmin. Everytime I do the installation commands, it comes out with the error Oracle JDK 7 is NOT installed.
So that is just a standard error, or so I thought... When I tried installing Java and Java Development Kit (7) I got the same exact error. This is a major problem, weather it is related to the servers end, or the clients end, I cannot fix it. I would also like to mention that I cannot install anything without getting this error.
I want to thank you for you time, and I hope to hear back from you as soon as possible, because I have big things I have to do.
I don't quite think you have the full java package installed though. It seems to have lost connection during the download
As for what to do... I'm honestly as stuck as you... who is your host?
Apache2
If I dm you the login can you please install it for me.
I'm on phone, so nope :P
Is there anybody who can help?
@hollow arrow you should be using at least Java 8. Many plugins have switched to Java 8 only. I'm going to assume your using ubuntu. "easiest" way for ubuntu is to use webupd8 ppa.
Debian, and I have java 8
how do I hide players and disabe hunger with worldguard
NEW MESSAGES
@gilded nova http://lmgtfy.com/?q=regions+disable+hunger
I said worldedit
regions ARE part of worldedit!
@gilded nova ?
is it just me or are you not making any sense?
@gilded nova if you still want to use worldguard: /region flag region-name feed-delay 1 /region flag region-name feed-amount 20
lol
Completely off topic question: what rankup plugin would you suggest that's free and will work with a prestige plugin (for prison)?
Anyone?
Any pros here with Vault?
Is it possible, to get the groups with the Vault-API?
return perms.getPlayerGroups(world, player);
}```
You can get the group directly.
hmmm.... ok
I actually use the more updated version from kanoxx
https://www.spigotmc.org/resources/vault.41918/
But I have a problem with the maven-repo
It doesn't accept the version of 1.6.1 which should be the up-to-date version
@twin warren Can you maybe give a helping hand?
Should I use the maven from the original Vault, or is there a way, to fix that version-error with kanoxx Vault?
It basicly just ignores the org.bukkit package
LinsaFTW
Good you could tell me what you use of scoreboard,
Thank you
Does anyone here know of a prison rankup plugin (Like EzRankUpPro) that supports some sort of prestige plugin, and is free?
@Nighko#8808 for future reference just ask
Ah. Just read your nvm XD
But now I’m curious. What was the question?
Errors in the console?
In a sec
I am the only one that cant connect...
Its A PppPppPpAAaaAAaaAAiiIIiiIIiiNNnnNNnnNN
Brainy?
@drowsy quest I really need to work on my server so could you take a look?
All it sends is Timed Out
(in LP confing)
@grave summit do you use a cracked mc version??
Does EssentialsX Chat use Vault API to get the prefix?
yes
Thanks for the fast response.
Can someone help me with this, please?: https://hastebin.com/doyoyubowo.cpp
It doesn't seem to be working
@eventhandler
Does anyone know of any good, and free, ban plugins that work with BungeeCord?
That allow leveled bans (Owner can ban Co-Owner, Co-Owner can ban Admin etc)
oof @crystal nexus
Yeah... there's a problem with my new dedicated server.
The network is too fast. 😛
👍
The real question is, what to do with all of these cores? https://i.skyfiles.us/430710/raw/
@Morphtato#2854 why on earth would you install Linux Windows on a dedi?
give me some cores
Linux is the best OS for dedis? @drowsy quest
I meant windows @gilded nova XD
I shouldn’t be texting 5 minutes after getting up, while my brain is still booting, lol
Fixed the original message
Ahhh xd
For anyone using McMMO: How would you "Balance" the Fishing Skill? I do not want it to have a plethora of bountiful rewards as Fishing should be fishing, and just that.
I don't want it to be an alternative to Mining/Mob Grinding/Leveling VIA EXP Farms...but I also want to give it a reason to be leveled if anything at all.
I pretty much have it where it only fishes up fish at the current moment until I can decide what to do with it, and changed Arcane Salvage to only have a 1% chance at all ranks to pull an Enchant from an Item(As we feel the Enchanting Table shouldnt be replaced entirely via fishing and Arcane Salvage): But have also made Arcane Forging at max rank not downgrade enchantments at all(Max rank is a 0% chance to downgrade enchantments).
Any thoughts/suggestions to fishing/salvage primarily is greatly appreciated, and anything outside that is welcome as well(Axes/Bows/Swords etc anything tbh)
hi
Hi
blub
how do i add a group to a worldguard region?
/lp group GROUPNAME permission set worldguard.region.select.REGIONNAME true
what will that allow the group to do in that region?
how do i have a group bypass a region?
continue in here @proper lichen - is there a reason why you wouldn't/can't use a bungee network?
May only have 1 server :P No point in bungee if you are
I always make more than 1 server, a test server and a production server. But I use forge which requires a lot of testing
Yeah I Just have 1 server and also... I'm just learning how to host a server with my friends so I don't want to have like 2 servers xD
True, although sometimes you use the same amound of resources if you spread/cut up your game modes across different instances but on the upside you have a much more stable instance as each instance only runs the plugins needed
Maybe in the future when I'm better at hosting servers and knowing about that stuff I could create a Bungee Server but until now... I'm excellent with one xD
bungee is just another server, its a proxy - all connections pass through it more or less in simple terms
So... is i like the MAIN lobby??
no, bungee is a gateway for communication - not a lobby
a lobby/hub is a spigot/paperspigot/etc instance that usually is setup in a way with gates eonnecting to other servers
Ahhh I think I now understand
because you can "cut up" and have servers set aside for specific tasks you don't need as many plugins running on a single instance. that makes the server run smoother with less code overhead. Like if you have a mob arena plugin you can have a mob arena instance set aside just for the mob arena with only the needed plugins (perms etc) running without anything else needing to be loaded
with the hub then you have a gate setup so when i player walks through the "gate" they in fact aren't being teleported they are connecting to the mob arena instance
..or you can do away with gates and use a server selector plugin handle that (serverselectorx is one such plugin)
Oh, ok... Too much information xD I'm just learning to Port forward my server
I remember awhile ago someone asked me if there was a tablist plugin that would work with bukkit/spigot but I am unsure if the suggestion i made fit the bill so to speak
Sponge or spigot. Hmmmmm
Yeah @scenic oracle I had another web dev tell me that the luckperms db is messy. Then again web devs can be snobby bunch of so-n-so's that are purists too.
The thing that annoys me is that he states he supports it on his website then you buy it and it doesnt support it
Demand your money back
The actual addon system is open source so I am just going to find someone that can edit it
Then Iose access to the product,
And I'd really like to know why he thinks the DB is messy
I like their interface and stats
He doesnt like it cause you save peoplesrank data in permission form
let me find his exact words
That actually makes a lot of sense. And LP stores it in this exact format everywhere
Finding groups is so hard: WHERE `permission` LIKE 'group.%'
It would improve it a lot and be something that is new to permission plugins
I'm saying you as in a plural for the plugin team
The editor is more than enough I'd say
Sorry
What features are you missing from the editor so that you're asking for a web panel?
Being able to add people to groups and promoting and denoting staff members
Demote*
You can run the editor for players too
Yes I know
But I would like the idea of it just being on one live web panel
My ideas and setups are strange it's better off you don't question it
Luck decided against a live web panel, because the slight benefit you'd get from having it connected directly to your server is not worth the additional programming effort. Additionally not everyone would be able to use it, as hosted server usually can't run additional servers on it
With the web editor you can do at least 95% of the things you can do with a web panel and it is easier to code, maintain and far more accessible
Well luckily this is opensojrce so I can make one myself :D
oh chimpgamer
i remember him
claimed my sql schemas for luckperms were bad
but couldn't give a specific example
and suggested powerfulperms as a better alternative
🤣
That sounds like a good joke luck! How did he come up with it! It's so funny! Can I share it? (Not being sarcastic)
wat
So luck,
That new ticket in GitHub, would it seem to be because he used the domain to find the redis server rather than the actual IP? And redis is having trouble getting the Associated IP for the domain name.
Or she btw*
I'm curious
@pastel grail I was about to say "I'm not a snobby so'n'so!". Then I realised to said "can". I was so relieved
@grave summit let’s move our little chat here
Do you have any experience in other programming languages?
Good. May sound strange but that really helps with programming
I suck at English doe
Anyways. Java is a fairly good beginner language
Ironically most programmers do have poor language skills
Okay. I want to learn it to code custom plugins, and possibly in the end a custom server software to replace spigot or sponge. Anyway, you got any sources?
Or are you just gonna say "Google" or "YouTube"
Believe me you won’t be pushing out any custom Minecraft Server software any time soon!!!
Let’s learn how to turn screws before we build a spaceship
....
So if you want my personal recommendation
Learning it from YouTube or Google is fine. Find a tutorial on at least Java 8 that is at a level that suits you
Then I’d suggest you definitely learn how to use git alongside
And knowing a good build tool/system is a huge advantage. So I’d recommend learning gradle alongside
Gradle
Yes
Think it was for protocolsupport when I had to compile the mcpe version (which works btw)
It's just translating the protocols and packets right?
Idk
Oh okay
Java 9 has come out
O.O
Scary how fast time flies
Could've sworn it was just yesterday when it was Java 7
Yeah. Either start learning with Java 8 or 9
If you want to focus on Minecraft related stuff, use 8
I’d say Sponge
It’s the harder one. But by far the better one
Also most likely the one with the better future
But I’m glad you realize that you shouldn’t learn Java through plugins
Baaaaad idea
And big disclaimer. Most statements are my opinion. Not facts
So take it with a grain of salt
Except learning git. That’s beyond highly recommend for all programming languages
And even non-programming stuff
K
lol u want to make ur own spigot thing 😄
thatd be hard
cause for me making a plugin to say hello world is like rocket science
making spigot from scratch would be
Hey, i have a problem on my server. Somehow when the players join the server they are using all the same ip. this wasnt happening before. what it can be?
you need to setup ip forwarding
how am i doing that?
umm may i ask. how do i set the bungeecord into my server? server is spigot 1.8.8
so if i set bungeecord to true it will generate the bungeecord config?
note that the server is subserver into a network
No, installing bungee will create a bungee config in the bungee files. Setting bungeecord to true on spigot, enables IP-forwarding
so how am i installing bungee?
Grab the bungeecord jar just like you did the spigot jar, and start it. It'll need to be in it's own folder. Not in the spigot files
There are thousands of YouTube tutorials on how to install and setup bungeecord, they'll do a much better job at it than us :P
Yes, but it must be configured and setup correctly.
Considering bungeecord is maintained by members of the spigot team, I'd hope it supports spigot :P
lets hope it will work then 😃
Does anyone have any advice for dealing with trolls who want to mess up my server? Seems to be the only people I get these days and it pisses me off. 😦
@gilded nova can give a example of what they are doing??
That would be helpful
Just people wanting to join and when i ask questions such as experience and skills they get stroppy and start swearing.
^^^^
or direct to a link that has a form to fill out
Or this plugin: https://www.spigotmc.org/resources/youre-an-ass.19811/
I need that plugin for sponge! D:
Shouldn’t be too hard to make tbh
@ashen lintel really...
I'm not talking about the plugin.
Yeah, could offend some people.
Yeah appologies
Topic Starter:
How do you Balance McMMO.
Disable or Enable Skills for PVP, or not for PVP? Which would be best?
Arcane Salvage vs Forging and Repair etc.
Any thoughts/opinions on how to balance whatever feature of mcMMO is welcomed. Doesn't need to relate to my above mentioned. Can be anything. Just mention what it is, and suggest the changes to it. Would love to hear everyone's input.
boi
hi
@gilded nova this is not an appropriate place to advertise.
Anyone know about different listeners for votifier picking up different sites?
I've heard of it before
Seen it before
@twin warren Is this automagically doing things? https://ci.lucko.me/job/Spigot/
🤔
no
it's mainly there so I can build projects on jenkins which depend on old craftbukkit versions
👍
Any recommendation for a plugin that customizes your TAB for Bukkit??? The one I was using was removed ;-;
@proper lichen Tab from mvdw
Ok :D Thanks!
Mhh... I just noticed you need to pay... Any other recommendation?? :3
not really
Bungeetablistplus
@bleak notch for Spigot
Try TitleManager. It haves tab selection editor in config
Hmmmmm, can I talk about something completely off topic in off topic?
That’s what’s it’s for
I love it
Anybody here wana help me test my core plugin that I am making
@hollow arrow how do I know it isn't a virusm hmmmm?
I was messaging my ex and got this pic sent to me with a message saying "she's good homie"
Like Shiite I didn't know she had a pet gopher!!!!!!
Lol
XD
JobsReborn has to be one the most annoying plugins to make work with LuckPerms and mcMMO to make psuedo 'classes' since it hitting specific levels does not grant permissions to the players https://pastebin.com/KNSdPJXW - Thats the config, I've essentially 'disabled' all the permissions for all of mcMMO in LuckPerms, these perms should counter them out. It ives me the permission when I get the required level in the job, but if i leave the job it gets rid of the permission(like I want it to) but returning to the job does not re-grant me the permissions to use the skills again.
(Since I want the skills to only be obtainable at level 10 and onward.)
I disabled ALL Perms for ALL players for mcMMO. When I get the predetermined level(Lv10 in this case) I do gain the mcmmo permission to use the predetermined skill(axes).
Since mcMMO gives the perms to players by default without perms, I had to use permission set permhere false to get the effect I desired up till re-gaining skills as you go back to the job.
But, I do not want players KEEPING that permission.
So I have it disable the perm when they exit the class/job.
Upon rejoining the class, they do not get that perm back.
Because this part of the plugin seems to not work:
permissions:
rpginventory.class.beastmaster:
value: true
level: 25
mcmmo.item.chimaerawing:
value: true
level: 1
mcmmo.ability.taming.all:
value: true
level: 10
mcmmo.ability.axes.all:
value: true
level: 10
Which would assume would re-give you those perms back the moment you rejoin that job
(Since I want the skills to only be obtainable at level 10 and onward. If anyone could help with this, it is highly appreciated.
Is there a way in Java to remove all the & and the letter after for instance "&7&lPotato" would end up as "Potato"?
chatcolor.stripcolor
Thanks.
"We as humans are gifted, with intelligence. It is our claw. It will also be our downfall as it enables stronger emotions like rage. War will be our downfall"
War is the result of greed; human nature.
Anyone here know a good auto rank plugin base on votes and play time
@gilded nova https://www.spigotmc.org/resources/autorank.3239/ should work
@gilded nova No offense, but do you look anything up?
@gilded nova what are version are you running for sponge (MC 1.x.x)
Depending on version thats a decent one
Luck. I wanna talk to U soon
Whats the rules on Chargebacks on Spigot? If this guy doesn't give me a refund on this plugin I purchased, I wanted to chargeback the purchase, and get it refunded. But I dont want my spigot account banned in the process either. Need a reliable source from maybe a developer of a Plugin that has a premium resource.(edited)
Well, you'll be removed from the buyer list
I'm not sure of anything more severe because I haven't been as active with resource moderation
@drifting fable
Though, he may fight it
I just dont wanna risk my acc being banned because I have purchased quite a bit of plugins, ones I use and ones I will never use(just for the sake of trying them out). All of them work fine out of the box
this one has its functionality as 0
Literally garbage
I want to appologise for my lack of knowledge, being a Resource Staff member, I should know these things.
I think it may be best to email the resources support and explain your issue and your proposed compromise and let them assit
You don't need to apologize for anything at all.
Also another issue(Unsure if you read this part at all prior): I have reason to believe the plugin was decompiled, recompiled and resold. Since there were some hard-coded errors in the plugin that displayed during the attempt to use it. There are 0 Parsing errors on my end in the config, and the plugin still throws errors.
What's the plugin?
Why won't it let me PM you by the way?
Says I don't share a server with you, or you have me blocked or something.
When we share LuckPerms together
Oh, I have PMs disabled
Ah, I see.
Unless we're friends xD
Does anyone running a server and need a hand with plugins and configurations?
I doing Bachelor of IT and used to run multi servers thru bungee 😃
Not huge one but was a big one and had some reputations before
But need to shut it down since too much works from uni and job
@sick cedar Don't advertise yourself or services on this discord server please
offering to help people isn't the same as trying to sell a service 😛
@pastel grail This isn't australia though.
Doesn't matter - to me as I am the consumer/customer ACL applies to me
to me, digital goods infers you're manufacturing it for them specifically, but with spigot you distribute the finished products
not to australian consumer law @leaden ocean
and if paypal wish to keep their financial licence to operate in australia they also must comply
Well I know under the GPL License I can openly download the plugin I purchased and decompile it if I want to. Spigot doesn't care if I do as well, and if I don't get a refund I will decompile it and pay another dev to make a better plugin out of it.
Spigot actually confirmed it for me today that I can openly decompile the plugin without consenquence.
If it becomes an issue. Because if I file a dispute and it gets shut down, not only will I of lost the money I paid for the plugin, I will be taken off the download list.
So with this in mind, if I do not dispute it, I can just freely download and decompile it whenever I want.
I made a real nasty rating on their page, too. Spent two weeks with this guy, just for him to jump ship after md_5 and Choco got involved.
link?
talking about this dodgy prick @drifting fable https://imgur.com/a/GFnoU ?
Nope. LegendDev.
https://www.spigotmc.org/resources/races-paid-version-extremely-configurable-api.34317/ Here is the Plugin page, and check my rating on it too.
Here ya go @twin warren as well for it
Nothing but a scammer in the end.
On the off-topic note, I have a mouse stuck to a sticky trap in my kitchen, and can hear its screams and cries as it tries to get off the trap.
awwww, poor mouse
We have hundreds of them in my city, and all the old houses are infested with them.
Literally can watch a train of mice run across the floor at night, and in the ceilings if you're quiet.
This city, is as ghetto as it gets.
I used to be nice, capture them and release them in the field outside.
But then they started eating into my food, and into my bread/other stuff. Costing me hundreds of dollars.
So I spent 12$ a month, and save about 200$ doing so.
Where the hell do you live?!?
Chicago.
This is in the garage of a persons house across the street.
holy crap!
@drowsy quest @drifting fable
So that guy that coded the races plugin, his broken a few spigot rules as well as several laws. Holy crap. I get why he says charge backs are prohibited, but it's illegal anyway. If you want someone to not be able to use it unless it's bought? Implement a purchase code system. Once they refund, make the code invalid. I'm sure you could get it to work one way or another. I remember thinking about buying that plugin a while ago, i can say "No f***ing way in hell" now.
The one licence per server/network? They bought the resource, it's like installing it on multiple computers in different houses (eg. Your mum's house and your dad's(if divorced))
Like spanner said, that 100% illegal according to the Australian consumer law, and most likely several other laws from other countries
"You must be able to switch between any servers within the network without disconnecting." Technically you can't do that as you disconnect from a server and join another, and what if they time out(technically against his t&c's).
You read my huge massive negative review on his resource @grave summit
He sent me a message, apologizing for his behavior/saying he'd fix the plugin. I am unsure if he intends to add me to the buyers list so I cna delete my review, only to remove me again so I can't write a review again
@Nighko#8808 many people don't get that ToS/EULA != Law. I think even the UK passed similar laws to ACL (Australian Consumer Law) for digital goods as well.
In all my time though I have only needed to perform a chargeback twice. Even after contacting the seller first, giving true reproducable results and the dev ignoring me for more then a business week. Thats when even my own bank has turned around and asked for the exact transaction ID and flag it to monitor it if paypal will do a reversal on it, if they don't after 30 days the banking system will reverse it automatically.
Hi , i just wanted to request some help optimizing my server as it is lagging a lot.
Im in a struggle.
https://www.spigotmc.org/threads/high-cpu-usage-and-lag-spikes.289012/
Thanks.
@gilded nova does the server have sufficient RAM?
Yes
It only allocates max 70% of the ram i set Example if i set max 3gb it allocates 2gb
Ok
@gilded nova when I’m back to my computer I’ll get some good startup parameters
Try out these:
java -Xms1024M -Xmx2048M -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+AggressiveOpts -XX:+AlwaysPreTouch -jar minecraft.jar
Of course adjust the memory to your needs (min shouldbe half of max)
@gilded nova
Requires Java 8 btw
Thanks :) will that work for a bungee network? Like , if i have like 5 servers with that it wont lag?
Try it
Some guy spent months optimizing and coming up with these
I can't promise it won't lag, but it'll certainly improve the performance
I installed the new scripts on my servers :) Hope it fixes some of the lag
"Some guy"
Agreed :P
Actually i think it didnt :c because with no players and only 1 server running it runs at 19,9 - 19,88 TPS
It should be at 20 with no players right?
I think i did something wrong in spigot and server.properties config but idk what
What is your view distance set to?
The default spigot config is pretty well optimised. But you might find a post for a better one on the spigot forums
Btw I hope you use Spigot or Paperspigot
Paperspigot > spigot
Paperspigot
Ah ok
You might want to try moving the spigot.yml and paper.yml somewhere else so it generates fresh ones
There’s a chance you messed something up
Though considering you use a VPS I’m not sure if there can be done anything to fix it
Because while virtualization is amazing it can kill computation power
And if a VM is not optimized for Java applications performance may suffer
Ok Thanks :) ill try default configs
Why is Paperspigot > Spigot?
PaperSpigot is built on Spigot with even more configurations and performance improvements.
Neglectant to use them since I don't really notice the improvements from other 3rd party types
Mmm
I think paperspigot is lagging
But i cant get back to spigot
Because paper forces offline uuids , and if i stop forcing them players will lose their data
Without paperspigot i have constant 20tps
I use BungeeCord, offline UUIDs are not an option for me.
I have 19.89TPS all the time on my server.
I use bcord too
PaperSpigot forces offline uuids under bungee
Paper (No players)
Normal Spigot
[07:06:00 INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
[07:06:20 INFO]: TPS from last 1m, 5m, 15m: *20.0, *20.0, *20.0
Lol
What does that * means
AFAIK it means it is too early. Your server hasn't been online for more than 15 minutes.
15 minutes? 🙃
Hmmmok
I don't think measuring TPS with no players is the best way to compare PaperSpigot and Spigot.
Im going to compare with timings , but it is really strange
It seems it wasnt Paperspigot :c
Im so confused
What i had verified is that this doesnt happen on 1.7 but it happens on 1.12 (The low TPS and high CPU usage)
@gilded nova could be a bug that both teams missed? Maybe wait until an update? Or use sponge.
Nothing forces offline UUIDs. That is due to incorrect configuration. I have paperspigot on my hub, and UUIDs are correct.
Sponge is another plugin API, mainly used for modded/forge servers.
Important to note plugins made for Spigot does not work on Sponge.
Paper has a config to set Bungee online mode
If i set it to false players have offline uuids
(My server is offline and i dont like the uuid system)
I have a plugin that premiums are logged in automatically but their uuid changes
With paper this get fixed
Btw this is a problem with spigot 1.12 :c
But i dont know exactly what causes this
Strange. I've never used offline bungee, but I know it is possible to change a uuid under offline mode bungeecord. I actually had a group of idiots, a few months ago, scan my server for open ports, and then connect a "special" bungeecord to random ports until they accessed my network, spoofed my UUID, and then proceeded to make me pull 60gbs worth of backups to fix the mess.
And I'm running an online mode bungee.
@lost geyser http://wiki.sk89q.com/wiki/WorldGuard/Regions/Flags
/rg <region> <flag> -g mod
/rg <region> <flag> -g admin
@opaque barn Ah right. There could be something in there with allowing members and groups. I don't want them to by-pass any flags though. What this does is that it allows a group to interact with a region, but that's not what I want. I want them only to interact with certain parts of the region that is protected. So they won't be allowed to change blocks or build anything , but they'll be allowed flip swtches or click on a sign. I just wonder whether that is done for the group in Essentials, since signs are an essentials plugin. The group is already set to use Essentials signs though, but what about in a region that is protected with WorldGuard? LP should have priority since it is my main perms plugin. I guess I need a tester to test things on my server. 🤔
@opaque barn That would allow the group mod full control over the region. hmmm maybe it is already set in Essentials so there's no need to worry?
I'll wait for a tester to test stuff on here 😃
/rg <region> flag build deny -g nonowners
/rg <region> addmember g:mod g:helper
/rg <region> flag use allow -g members
@opaque barn Well you're more knowledgeable about this than me. Build-deny set as a flag, for a group, could work.
It didn't work. Maybe I need to set the flag first. 🤔
hm?
I tried /rg flag hub deny-build .... had no effect
@opaque barn I give up. I know someone who can set it up but I would have to pay the guy to do it. I haven't got any money. It's not important right now though. Thanks for helping! 🤗
oh ok sorry i couldn't figure it out :/
Okay, I'm going to request some help here. I have 21 days (16 due to Christmas) to setup a basic idea of a server and I also need to make a report for the server. All before the 31st
This will be for a sponsor ship
Who would like to help
Anyone?
Good as you could put a permit in a range so you can go to the creative world, only those who have the rank. Thank you
So would anyone like to help 😭
question. does anyone knows anything about an exploit with explosions? somehow my server spawn is getting griefed by explosions
Did you disable tnt explosions as well as creeper explosions?
of course
@wicked sapphire sponge or Spigot?
Why are people still running those old versions? 🤔
Old combat system eyeroll
@wicked sapphire sorry. Can’t help with that
If you can figure out how they do it, it’d be helpful
Also you should update as 1.8.x are the worst versions security wise
^
@somber quiver /ban
/banip or /ipban
Or shut down the server
They can't connect if there is nothing to connect to
That was a joke btw
Lol
Anyone that has CMI here and can tell me what I'd be missing out on if I completely dropped EssentialsX and entirely relied on CMI for everything 'essential'?
I have Discover why and how
@queen bay no ads
It's not in your rules.
Luck removes them personally, and has asked us to remove them as well
Could you then please ask him to add it in #welcome
It's not fair just to remove posts when there was no way of knowing better
I just asked him to do that
Thanks 😃
Also keep in mind that what is allowed and what not is ultimately up to the staff
Yeah I'm not arguing with you. Just saying that it should be clear 🙂
I absolutely agree
This channel is for off topic discussion, it’s not an advertising board
there are better places to do that, such as PMC or /r/mcstaff
I swapped to CMI on my Survival server, from EssentialsX. There was a LOT less stuff, back then and I kinda hate it now. Wish he woulda made something like optional modules or the ability to reliably disable like...the portals part.
Essentials are always needed
Not at all
You can make these commands yourself
Or when you have a bungee network you need other plugins that work cross-Server
What brainy said
Anyway
Good night
Hope the bed bugs bite!
(Bite you guys not me)
Is anyone available right now? Need someone to do a few mins of testing on my server.
you still on prime?
no sir
well, nah not really
I'm just gonna sit back and watch this
englighten me
not sure who you're talking to
#savage
oh right. I am merely observing while I wait for my server staff to finish reuniting with a friend
Give them a kick up the arse :P
Hahaha
I shall stick to complaining about how command context permissions dont seem to work like they're supposed to
Erm, is that a problem with luckperms or another plugin?
luckperms
I'll complain that I'm too stupid to know coding and stuff
Go to #support-1 if it's a luckperms issue please :P
My server admin prom here was able to give himself dev rank even though modify.self is set to false
I did?
or was it cole who did that
it's always good to do stuff without knowing you did stuff
probs cole
he's mod as well how tf
even better, the mod was able to give himself admin
Do you have it enabled in the config for a start?
And did your try using verbose to see what it being checked?
hold on
engineer isn't that clever
You nerds
indeed
hiii
Discord doesn't have a gravestone emoji D:
Luck, add a custom gravestone emoji!
can someone setup luckperms for me?
Yeah add me as a friend and pm me the server ip all ranks and perms you want
Also chat prefixes
yes
Hi all o/
Hello
@void trellis look my pm
Kk
Okay, so I owe my parents like 180-200 bucks in phone bills and they are either playing ignorance or don't know. How do I either pay them back without them knowing or tell them upfront and pay them back?
What to do
@drowsy quest
Brainy, I need your brains
Brain*
hides bodies of parents I'm not messed up!! 😠
Cuz if I slip it into their wallet, theyll still think I haven't paid them
I'd confront them
Get the money then confront them?
I have personal experience with this and it works out fairly well. At least for me
Yes
Okay
I am changing from a pay as you go to a unlimited plan
Damn Optus changed their charge rates which is why is jumped so much
Ok
Why scary?
It went from $300 to bloody $24,000(highest so far{AUD})
Thinking back I should've invested xD
Ikr, apparently someone bought 300 Bitcoins a few years back and forgot their password to their local (Their own encrypted)wallet
That must hurt
I feel sorry for them
If I invested about 15 bucks I would be able to buy a gaming PC rn
Neat
@gilded nova ew
@void trellis ew
Oh no
@leaden ocean u wanna get smackeD?
D: Plzzz nu
The chavs got off at the stop after you
Yep, just as I thought
Hey all
Hey @urban kestrel
How are y'all doing today
I'm good you?
Im pretty good, started my winter break today so im happy. Tired tho
Yeah, same, been streaming and working on my network and helping @ebon bramble out.
Niiice
I know a bit... not much, but a bit
@hybrid loom pm me?
Why not typing here?
nvm goodpoint
just use to pming
So, I have screens setup on for my network
Every screen lets me CTRL A+D to close
but bungee wont let me..
and if I close putty, bungee goes down
That's strange....
Yeah.. I have no idea.
Well... I use tmux, to controll my server
Never heard of it lmao
Hey, can anyone help me with screens?
Move to tmux 😃
Nah, I got it fixed 😄
I use tmux too
tmux > screens
Never heard of it
It's more used than screens, especially in the MC community, I'm surprised you haven't 😛
@gilded nova https://github.com/tmux/tmux/wiki
I use it too...
@gilded nova boi, u don't
@leaden ocean youre gon get smacked
I hope you haven't been playing up my boss whilst I've been away >.>
Nuuuu
jks
@lucid brook problem with Java?
What version of Java?
@leaden ocean ERM, COULD YOU NOT?
Boiii
b o i
i o d
XD
I fixed it now
@grave summit Your problem is, that you removed ["", at the start and ] at the end.
They are required, so that DJ knows, that it is one thing....
@hybrid loom uhhhh. Not my problem....
Goodmorning all! 😄
Good morning my rear
Good night is more like it
What time is it for you?!
Tagged wrong person 😛
It's 12:24pm for me xD
You aus?
PM is useless, when you type 23
Yes im Australian
It's 13:25 for me
Ah, thought so.
Shut it
Gnight
I'm not home anymore 🤷
So
I figured out why my programming PC has been slow lately. Lack of heatsink and build up of dust
Anyway, Firefox quantum good look, but imo bad performance
I liked the earlier versions
I will stay with Chrome
Firefox Quantum is absolute crap, they rush-released an unstable build.
The talk basically is "a rewritten next-generation CSS engine". Chrome still outperforms firefox quantum.
Please guys, be professional, don't just try to sound professional.
Use references, research, benchmarks and so on to support your statements. Don't just throw in random facts that were based on meme trends, your feels or ignorance. It makes others feel like its waste of time to discuss when seeing the lack of knowledge of the participants.
Spend some time to read some of these articles
https://www.laptopmag.com/articles/firefox-quantum-vs-chrome
@sick cedar I just stated that firefoxes performance was poor on my laptop. It actually made it lag a lot.
I just said what I need to say. No point to discuss further and I wasn't mention you directly
I want Firefox though, and I don't keep up with memes. I barely know what memes are
Just letting you know
I wasn't stating that I was being targeted
@sick cedar what do you use anyway?
opera!
Most of every browsers
For web development purposes
U expected firefox ?
Im not pointing it toward u at all
Is omgserv a decent provider?
Does Luckperms support Deluxemenus and is it update?
@Titanzhang#3051 it should and what do you mean by “is it update?”?
yeah?
Are you aware of the legal rights etc to monetization of a mc server
https://mojang.com/2014/06/lets-talk-server-monetisation/
Technically this states that I can't sell ranks, as most features will affect gameplay.
I am planning to make an RPG server