#general
1 messages · Page 154 of 1
@lethal locust try IntelliJ IDEA instead ;P
IntelliJ IDEA has a plugin for MC Development that downloads and prepares all dependencys for you
Yes
Nope, its for all around Java
ok thats great! Thanks
its only 30 day free 😭
Not the community edition ya doofus
oh i installe wrong one lol
best IDE
^
Anyone who might be able to solve an AuthMe issue?
how do i set it up to where i have spawn protection but people can still interact with things like chests
Sponge?
Anyone who might know this AuthMe error? https://pastebin.com/vFgiUNWY
Why is VotingPlugin not giving rewards when people vote? Votifier works, as you can see in the screenshot. But
nothing happens when I vote for any server.
Here's my 'VoteSites.yml' File from VotingPlugin:
Question
how do i fix the
You are not permitted to use wooden_axe
i have the flags use and interact set to allow
is it worldguard orrr
Anyone know if you can change this error message as it is not appealing to those who don't know what this means, would just like to change it to something simple like 'The server is currently down' or smth like that (also is using bungeecord btw)
@lethal locust start just above return false;
It's someone here who knows where i can find some documentation for BlockStates and 1.13+ worlds?
@lucid beacon ok il try it thsnks
Anyone know if you can change this error message as it is not appealing to those who don't know what this means, would just like to change it to something simple like 'The server is currently down' or smth like that (also is using bungeecord btw)
@hushed summit
Isnt there a bungee. yml or so?
sorry I found it already my b it was in the messages.properties file within the bungee.jar
https://pastebin.com/vFgiUNWY Anyone with any clue about this error?
Lol, didn't you just advertise on another server
@drowsy quest
Hey Rainbow Dash! Please don't tag staff members.
@rigid widget
Hey Rainbow Dash! Please don't tag staff members.
Kim Jong-un died lol
It's off topic
for a bungee cord network, how do I whitelist my bungee cord proxy? please @ me
It's off topic
@kind spear Off-topic doesn't mean anything is allowed.
I'm not sure how luck thinks about political stuff here... So it's on his decition
Luck can we talk about politics here?
Guys, pretty sure for now, we can drop this
I'm not removing it, it's not inappropriate, but just know you're not gonna get a response for political stuff
Why not?
It's 21 century, we can talk everything, what's so bad in discussing politics?
For me , an example i like center-right side
I think a center-right side and Progresist it's the best way for a country
There are topics that you should avoid as you will never get everyone to accept the same things
Some of tose topics are
- Politic
- Sport
- Religion
I know but that doesn't mean it's not allowed to talk about and give some opinnions
How would I make an arg of a player so I can do /launch <player>
Sorry hastebin wont work
` if (label.equalsIgnoreCase("launch")) {
if (!(sender instanceof Player)) { //player
sender.sendMessage("This command is only for players!");
return true;
}
Player player = (Player) sender;
if (args.length == 0) {
player.sendMessage(ChatColor.LIGHT_PURPLE + "" + ChatColor.ITALIC + "WoooHooo!" + ChatColor.DARK_PURPLE + "Have fun!");
player.setVelocity(player.getLocation().getDirection().multiply(2).setY(2));
player.playNote(player.getEyeLocation(), Instrument.PIANO, Note.flat(1, Note.Tone.A));
return true;
}
player.sendMessage(ChatColor.LIGHT_PURPLE + "" + ChatColor.ITALIC + "WoooHooo!" + ChatColor.DARK_PURPLE + "Have fun!");
player.setVelocity(player.getLocation().getDirection().multiply(Integer.parseInt(args[0])).setY(2));
player.playNote(player.getEyeLocation(), Instrument.PIANO, Note.flat(1, Note.Tone.A));
return true;
}
return false;
}
}
`
```java
// Code
```
Like that (if codeblocks)
Also, you make an instance of Player by getting them from the second argument (Player target = Bukkit.getPlayer(args[1]); iirc)
Then just check if target is null and do stuff
anyone good with towny pllugins
ok
Can anybody help me ? I downloaded LuckPerms but I can't add a player to a group. Through the web the player is set but inside the game he doesn't have the permissions
#support-1 and also /lp user <user> parent set <group>
Is your server sponge
version spongeforge-1.12.2-2838-7.2.0.jar
!downloads @honest steeple
You can download LuckPerms for Spigot/Paper, BungeeCord, Sponge, Nukkit or Velocity.
@hybrid loom Is this better? I didnt specify what arg1 is https://hasteb.in/bafanuqu.kotlin
No
You check for args == 0 and if true send the player flying and if not send the player flying....
And I made a mistake on my end, which is that it would be args[0]
@lethal locust do I need to do any more downloads besides these? or do I need to download another luckyperms?
Only one
is my version wrong?
well do you have spigot
I'm just with the sponge
So download the sponge donwload
So I would do ` return true;
} //launch <player>
Player target = Bukkit.getPlayer(args[0]);
return false;
}
}
` To make a player launch? @hybrid loom
I suggest you try to think about the current situation.
Like what steps will you need to do, to send the own player flying and which one for the target player.
Guys
You pretty much ask me to spoonfeed stuff which I won't
I just had the stupidiest exchange ever
Someone insisted that you couldn't encrypt a video stream of a webcam
And that remote access tools are legal but remote web cam access is not
Encrypt as in.....?
Encrypt it at all
Like connection or something?
Like whenever you're sending video from a web cam over the internet it's unecrypted
I'm sorry to ask so much, because I'm from Brazil and I'm trying to set a player on my server and I'm not getting it. Here in the image I already have the two files you ordered to download. Within the game the player is not set but on the luckyperms web console it is set with the promotions. Example: In WebConsole, player x is allowed to command and teleport. However within the game the player is unable to do any of these commands and when I use the / lp listgroup command it is not set
@lethal locust
So your trying to add a player to a group
yes
Does the group display on /lp user <user> info?
on webeditor I have enabled all permissions for the admin group. However, within the game he is unable to make any commands.
can someone help me in DM, because I send the photos because here I am not getting more.
do /lp user <user> parent set <group>
@lethal locust
already used this command, on the host console and on the webeditor they are already configured as admin. However, you cannot execute the command within the game.
I entered this command appeared this:
[LP] Command not recognized.
I'm using this plugin as a chat https://ore.spongepowered.org/Xakep_SDK/NanoChat, would it be compatible with my version? maybe that will be the problem?
!verbose Try checking with Verbose what permissions are checked and so if you use the right ones
LuckPerms provides a verbose command to help you find out what permissions a command/plugin is checking.
I ran the verbose command and it appeared like this:
That's showing you what permissions are being checked, and what permissions you do/don't have set
"cleberpulga already inherits from admin in the global context."
and yet he does not appear in the group or have permissions within the game.
Now he can execute the commands, in the webeditor I was not using "Contexts", I put and it worked. Now the name tag doesn't work and keeps showing up like this ->
sorry for the work I'm doing 🥺
What do you mean with "name tag"?
prefix?
it does not appear in the / lp listgroups command, as in the penultimate image.
The listgroups command does not display the prefix.
If it shows in /lp user <user> info you can be sure LP does its job correctly
yes @sleek niche , the / lp listgroups command appears each member of each group, he is not in any! and in the webeditor, it is defined as admin, uses the admin commands. I already entered the prefix '' ADMIN '' and it does not appear in the group nor does the prefix admin appear in the chat when he speaks. when I use the command / lp "cleberpulga" info, it appears that it is set as admin.
Hey BRY! Please don't tag staff members.
Have you installed a chat plugin and Vault?
As far as I see they use Sponge and so no Vault required
I installed the chat plugin: https://ore.spongepowered.org/Xakep_SDK/NanoChat
Is this server in online mode
yes, the server is in online mode
Ok, have you configured the chat plugin and checked it actually starts in console?
Also I don't think that is a chat plugin.. I think it's one that provides global chat abilities unless i'm wrong there.
would you have a chat that would refer me?
from sponge? because my version of the sponge is 7.2, and the sponge site does not give me donwload options for this version
Nucleus is this one? https://nucleuspowered.org/docs/modules/chat.html#info
does he just need the sponge to work or does he need any more?
Nucleus just needs sponge yes
that should be working
You may have to configure its chat section though
We managed to solve one of my two problems 🥳 🥳 🙌 , now without this: the group list does not update any commands. 😢
is there a way through lp to limit how much of a certain block someone can place? if not, anybody have a plugin suggestion?
@honest steeple You should try setting group weights, it will help the plugin determine who is getting what when duplicate perms are detected.
!commands
Find all of the available LuckPerms commands on the wiki.
Group commands ^
could you explain this number that I have to put in charge
/ lp administrator meta group addprefix (?) "& f [& b & l & ADMIN & F]
That's the weight of the prefix
What plugin do you use for PlaceholderAPI if not PlaceholderAPI?
I'll show the link to it. One sec
PlaceholderAPI adds support for placeholders, so you can easily use the information from all plugins supporting PlaceholderAPI such as (Holograms, CustomMessages or LuckPerms) anywhere else.
How to use
Placeholders in texts must be surrounded...
What is its command then? PlaceholderAPI for spigot is papi, and if this is the same code but for nukkit, it should be the same
There is a command called /placeholder <value> but all that does is make a value out of anything you say.
Seems to be a different system, not supported by luckperms expansion if it doesn't allow for expansions
What would you recommend then because I've tried to run the Spigot version and it crashes the Nukkit server.
is there a way through lp to limit how much of a certain block someone can place? if not, anybody have a plugin suggestion?
what is the different command to take a permission from a global speech group in the chat?
JS people, I've got a noob js question. A method (discord.js's Guild#createChannel if it matters) returns Promise<CategoryChannel | TextChannel | VoiceChannel>, how can I figure out which it's returned (should be 'TextChannel', but just in case), and "cast" it to be a TextChannel so I can use it's methods? I know just calling the method on it will function, but webstorm will complain, and I'm trying to have good practices
hope that makes sense
You can try to check if the channel is a TextChannel by doing channel instanceof TextChannel
I think
But if you want strongly typed JS, I would suggest you use TypeScript
I’m starting to learn Java and I find it so weird that variables are strongly typed
Btw, TypeScript looks way more like Java than JavaScript
What's the API for lol I'm making a core plugin

What do you mean by “core plugin”?
Anyone here use AntiCheatReloaded?
Wondering if this guy should be something we should be worried about
Well tp to him & see if it looks like he's using aimbot...?
Never seen an aim bot one pop up, so dunno. We just installed it, could just not be tweaked right, not sure. Ye, we’re trying to figure it out haha
@modest compass 👋
Server/Plugin/Essentials/config.yml
ok
i found it
so what
exactly
am i changing here/
looks scary
all i want to do is delete the < thing so i just delete the < right?
like this?
@modest compass
yea, if you don’t want the <>
most of those start with a # which means that its commented out and doesnt do anything unless you uncomment them
just edit the first one with out the #
what would be the best plugin for a system where you pay to upgrade your rank for a towny server
Just built a SQLite/Sequelize-based message logger for my own bot, think I'll see if I can port it over & PR to our good friend @outer vessel
since I seem to recall seeing an issue requesting it
❤️
https://github.com/LuckPerms/clippy/issues/2#issuecomment-457399140
- Deleted messages (Including who deleted it, which is possible to show)
- User joins/leaves
- Perhaps posted invites?
- Logging of punishments like mute, kick, ban (Perhaps in a separate channel, like we once elaborated a bit)
Yeah that should be easy. I have the message logging built already, so that's just copy/paste (bonus: edit logs). The other ones are just listening to events & pasting into chat, so also quite easy
Policy?
i am hearing that eula doesn't allow paid advantages
We actually use dyno for logging
for instance of you have ingame perks that you get by ingame money
i am hearing that eula doesn't allow paid advantages
ding ding ding. PTW is garbage, and mojang doesn't like it
sell entitlements that affect gameplay provided that they do not adversely or negatively another player’s experience and provided they do not give a competitive gameplay advantage.
turbo; ticket's name:
Replacement for Dyno botlogs [#2]
that tells me like op kits
and flight
I actually emailed mojang about it, think they're busy, though
I'll try and remember to let you know what they say
There is significant debate about this, usually the safe method is just sell cosmetics
but not advantages that give a major competitve advantage
usually the safe method is just sell cosmetics
but define "major"
like fly
op kits for donators
but how does the eula not conflict with factions servers?
they donatr large amounts of money for kits that are insanely op
and can like 5 shot a player
how do they get around this
the amount of servers that actually follow the eula is shockingly low
probably not even half if I had to guess
unlikely, Mojang has a block list they can add your IP to, which means no vanilla client will be able to connect
ah
They can just stop authenticating for anyone connecting to your IP quite easily too
(those curious: https://sessionserver.mojang.com/blockedservers, it's a list of SHA1 hashed IPs)
ooo cool
look at this
sell entitlements that affect gameplay provided that they do not adversely or negatively another player’s experience and provided they do not give a competitive gameplay advantage. A competitive gameplay advantage is something that, given identical skill levels, time investment, and circumstances, can cause one player or group to perform better than another.```
are they saying
nobody knows. just play it safe lol
i think by this wording
that you can sell insanly op items
as long as it's fair for everyone to achieve them
given that the circumstances are the same
as the same amount of time investment and skill needed to obtain
If a player can get the same OP items as quickly easily as buying them, why sell em
as an entitlement. There's a separate section on donations
yeah i see that
ask for donations (as opposed to direct charges) IF you do not offer the individual donor something in exchange that only he or she can use. You may offer server wide rewards if donation goals are achieved though.```
maybe i read this wrong then
so we cannot give perks that only they can use?
I cannot give you legal advice on this, mate. If you want answers, feel free to ask Mojang, but I don't feel morally okay telling you what Mojang's lawyers were thinking. All I can say is read it like a lawyer, play it safe, and think really hard before you decide to sell anything.
k
I'm not sure why we need a replacement for dyno logs tbh. Although it is annoying when dyno goes down
I agree, but dyno does go down a lot 😛
Tbh only recently and that's probably due to higher activity on servers with the bot
makes sense
does anyone know how to implement luckperms into MyCommand
i need to check if a player has a rank
it's a plugin where you can make your own commands
basic setup - ```
rankup:
command: /rankup
type: RUN_CONSOLE
runcmd:
- $Script$%if%$money>=1
- $text$&6you have $1
- /op StrikerIV
- $Script$%else%
- $text$&6you do not have 1$```
you can run scripts and stuff
just have it run the standard luckperms commands, i think the action for it is probably $command$ or something, you'd have to look at its docs or examples
yeah that is what i would do
but how do i check if a player has a rank
like if they had the rank vip
then it would give you the rank vip+
or something like that
you can use the promote command for that use case, no checking required
it just moves them up one on the track
!tracks
Tracks provide a method for you to promote/demote players along a track (or ladder) of groups.
powerful plugin 😉
oh i see
no just follow the wiki and make one, if everything is set up right (including inheritance and weights)
? follow the wiki to learn how to make and order tracks
in the editor, it's just in the top left, in game, use the commands on the wiki
well
!commands
Find all of the available LuckPerms commands on the wiki.
i am trying to make a rankup command user MyCommand
and I want to check what rank the player has
so it will rankup to the next
just use tracks
as in?
ohhh
uh kinda need “if else” support for that
there is if else support
i think i know how to do it because you can do this $PlayerData%DailyBonus%
and assign to %PlayerData%DailyBonus=$todaydate"
nah i don't think so but either way this will probably be the best way
@sturdy tusk what chat formatter do you have
@scarlet zephyr have you run papi ecloud download askyblock and papi reload as well?
i have essential x
do you have essentialsxchat as well
do you have vault
yup
send a screenshot of /ess version
unrelated but will SIGNIFICANTLY help with the crashes... use paper instead of bukkit (https://papermc.io)
Private does the plugin you use for chat have PAPI support
what if you run /papi parse me %askyblock_level%
https://www.spigotmc.org/resources/vaultchatformatter.49016/
This plugin formats the chat, using one template format, and has placeholders for a players prefix/suffix which can be used in the template. Nothing more, nothing less.
do i get vault chat formatter ?
nooo
Private, VCF says in its description it has no PAPI support...
@sturdy tusk unrelated but will SIGNIFICANTLY help with the crashes... use paper instead of bukkit (https://papermc.io/)
you just replace the jarfile
@sturdy tusk send a screenshot of /plugins
you have two permissions plugins...
you have two chat formatters...
you can only have one of each
this is pretty bad
thank you for everything
oh
i thought we did not have them so i added them after the wiki
derp should have checked
delete it, VCF, and EssXantibuild
🅱️perms
hey pop, wanna... show him how to set up essxchat? lol
i forgot to remove it before lol
!moss is the place to get help with EssentialsX!!
Make sure you are using EssentialsX and Vault for prefixes. For any other issues with Essentials, you should seek support in either #general or the official EssentialsX support Discord, M.O.S.S.
um you basically just install luckperms ess esschat and vault and it sorta just works
what is this, hot potato: Plugin support edition?
the power of LP
wich one is vsf plugin
VaultChatFormatter
the only thing people really get stuck on is group weights
erm...
and finding the damn config option for "format" in the huge ess config file
on this side of the screen, there is a lot more that people get stuck on lol
i removed them including bperms
we need a esschat troubleshooting flow chart
we need a prefix troubleshhoting flow chart
just i think im too lazy to be the one to make that
what the fuck is speling
we need more flowcharts period
and now, with flowchart-app-3000, you heckin' can!
if (!prefixes-working) prefixes-working = true;
``` there we go solved all our issues
;=; why cant we just pop the plugin in with premade roles and just change names and nodes
oh also the number of times people try to do group formats and use capital letters in the group name when its lower case in lp
Destroyer because other people use it for what they want as well, we can't premake the whole plugin for everyone
every single person has a different config
no one person will have the exact same setup with wants & plugins, so it's physically impossible
oof
there isn't a premade config because there are too many plugins and opinions on what constitutes as "default perms"
Permissions are, at it's core, a big system for customization
yeah if you want pure defaults then leave it at what plugins default the commands to
WORKS also how do i remove the ugly < >
And usually what sets your server apart from others
the format line is in essentials config.yml
yeah see destroyer figured it out
by installing the plugins
and it instantly works
XD
the power of science
yes indeed
not bashing on you btw destroyer
ik ik :p
this is just extremely common that people literally just dont have all of the 4 plugins installed
lol
(or something else instead of essxchat i.e. venturechat)
then 3 plugins
- venture's 3 dependancies
who knows lol ¯_(ツ)_/¯
wait so i can remove the < on user names ?
just read the spigot resource pages, that seems to be a lot of issues solved right there lol
ctrl+f format in plugins/essentials/config.yml
alright
hey that goes back to what i said earlier
and finding the damn config option for "format" in the huge ess config file
xD
ok you ninjad me
ok can we pretty much agree that absolutely no one wants the default minecraft < > stuff
should PR to change the defaults in ess
lol
the lack of apostrophe on 'ninjad' makes me soo happy nice going pop
everyone can agree on that lol
i dont have time for commas or apostrophes
if you have essxchat & vault, chances are you have prefixes & want to let them show
well not that part 11
i mean it already uses the group i think
but it puts the default < >
like vanilla style
literally people install chat to AVOID that style
yeah
so its kinda meh
the other thing ess needs to change in the defaults is that it has group names capitalized in the examples
i.e. displayname: message is a format everyone can understand
which i think leads to all the people doing capital letters for group names even though literally no one does that anymore
@gilded nova you type your name instead of nick
oop we buried your original question
nvm people are just idiots, the number of times i have seen someone post "Admin:" in the config for group formats
and it even says that its case sensitive
found it ty
so does anyone know how to use MyCommand here
everything works now 
that's very cool
if it's LP related, chances are we can tell you the answer :P
although tbf knowing how to figure things out on your own is a very good skill, especially when hosting a server/other tech-related things
^ also giving it a shot yourself makes you more familiar and lets you ask better questions
yeah that too
and people typically will be more willing to help if you show you have made effort
@steady goblet That's the list of all things you can use, including $primarygroup
lmao yeah, I hate it when people come and go "How do I make a group", or some similarly simple thing that a quick
, read on the wiki/FAQ (They exist for a reason!), or even just trial and error can solve.
On the flip side, inquiries that are moderately complex can be a fun challenge to figure out (complex as in goal, not wording lol)
lmao @rigid widget i did not know that existed
Hey StrikerIV! Please don't tag staff members.
🙌
some people are also just not as techy and those kinda people you just have to point em
STAGE LEFT: Enter lmgtfy
but thats why you have automatic bot links right
can somone actually help me with the code i wrote for mycommand
it doesnt work as intended and idk why
idk man this isnt really the mycommand discord or anything
i dont even know what that plugin is
I wonder if luck would accept a PR for a !lmgtfy command that takes the args and converts it into a lmgtfy link
doubt it, ngl
I might have figured it out if not I’ll ask it’s just people join in with the color red as there name 🤷♂️
/s
Ah
I was thinking of just making a !Google command that returns the first result
lol that would do it too
Just testing it now
runcmd:
- "$Script$%if%0=$PlayerData%rank%"
- "$Script$%if%$money >= 20000"
- "/lp user $player promote currencyranks global"
- "/eco take $player 20000"
- "$Script$%PlayerData%rank=1"
- "$Script$%else%"
- "$text$&6&lTowny &8&l>> &7You need &620,000 &7to rankup!"
- "$Script$%return%"
- "$Script$%if%$money >= 50000"
- "$text$ nice this works"
- "$Script$%else%"
- "$text$ nice this works2"```
the question i have
why is there no return in this plugin..?
in serious suggestions, !faq-prefix or smth would be nice
Hmm, yeah that one comes up a lot lol
instead of
!faq see perfix section
I'm very glad I wrote that part of the wiki tho
perfix 🤔
i added the rank prefix to a non oped player and there name became gray xd
yeah it uses the last color of the prefix
add a &r to the end of the prefix to put it back to default white
add &r at the end
you have to end the prefix with &r
End it with &r
also can help to put a space in there
so uh can someone look at the mess above and tell me if i did something wrong
ya will do
but you could also use luckperms prefix separator
lol
Several People are typing...
if anyone knows how to use MyCommand
but wrap the prefix in quotes to include the space
Striker it's not likely, nobody here knows at least
11 you know i kind of came into this chat and got sucked into helping random people
lol
i should probably leave though because like 4 people are replying with the same thing
lol
I was just meming
ezy big brain :) jk jk ty
woooooo nice
!moss
Make sure you are using EssentialsX and Vault for prefixes. For any other issues with Essentials, you should seek support in either #general or the official EssentialsX support Discord, M.O.S.S.
i asked there any no one responded yet ;3
just be patient
dude i cannot figure out my problem with MyCommand
i think it's a big with multiple if statements
Can you without buggecord make 2 servers at one ip. I have figured it out just add to ip the 2 servers port but is it possible without buggecord switch servers
on one IP? no...
well you can't switch between without a proxy, can you?
never heard of that being possible without a disconnect and join on a different port
The thing is i have like ip mc.bukkit.org:25566 (example) and i want it to go like mc.bukkit.org:25565 without buggecord. Aka i mean some plugin that allows you to switch servers
that's the reason haha
Oof i have some prob with buggecord
nah you need bungeecord for that
if you want to switch between worlds on the same server use multiverse
The best thing is that idk if its problem with google cloud platform or buggecord
It says enable ip fowarding even thought i did
And enabled bugge config (or how it was called) to true
then you should enable it, as well as bungeecord in the spigot.yml
Well i did
hey larry what servers would help with MyCommand
yeah uh
the wiki has very simple examples
i think that you can't use multiple if statements
I'll send mine config
i wrote - runcmd: - "$text$thisisworking, $PlayerData%rank%, $money" - "$Script$%if%0=$PlayerData%rank" - "$text$you have 0 rank" - "$Script$%if%$money >= 20000" - "/lp user $player promote currencyranks global" - "eco take $player 20000" - "$Script$%PlayerData%rank=1" - "$text$$money" - "$Script$%return%" - "$Script$%else%" - "$text$&6&lTowny &8&l>> &7You need &620,000 &7to rankup!" - "$Script$%return%" - "$text$0, 20k" - "$Script$%elseif%1==$PlayerData%rank<and>$money >= 50000" - "$text$1, 50k"
and it falls out everytime and says you need money to rankup
%else% %elseif%
you have these two
and they do the same thing
only one is gonna work, probably
yeah i did that above
look so
currently my %playerData%rank is 1
for some reason it falls into saying i need to rankup
do you use else or elseif in that context? honestly i have no idea what im saying
or atleast i need 20k to rankup
ok so uh
i'll explain what it does
or atleast what i intended it to do
I see what it's supposed to do
ok
I just don't know its language
Honestly I'm incapable of helping you at that level.. perhaps open a discussion on the spigot page?
Khm anyone has been hosting server on google cloud
Becouse it would be very helpful if anyone has knowlege of google cloud hosting
am i supposed to put there ip of server instead of localhost
n
Depends, is the mc server on the same computer as your bungee?
The all 3 servers will be on same machine (vps)
So im supposed to put localhost or server ip
Anyone?
Wwell vps is computer so i assume the mc servers will be on same computer
I’m not sure, but if you put local host it doesn’t work?
Try the external IP (where you connect via ssh)
@sand dust yea but it’s useless unless you enable query
Oh this is internal stuff, nevermind
It’s like when one server is down which server should the player go to I think
for security
I'd recommend putting your server on 127.0.0.1, rather than 0.0.0.0
As then, if you leave a port open
someone cannot connect to it.
so like : ```yaml
lobby:
motd: ''
address: 127.0.0.1:25566
restricted: false
whoops
there
Haha it’s ok
Under Protocol and ports, yes
Is this right?
Seeing a paste of the problem makes everything so much easier! Use https://bytebin.lucko.me/ for easy pasting!
Pastebin any relevant segments of the console log. If it's a startup error, this includes the entire startup log!
Pastebin the entire Luckperms config file (passwords removed) as well as any other relevant files!
Seeing a paste of the problem makes everything so much easier! Use https://bytebin.lucko.me/ for easy pasting!
Pastebin any relevant segments of the console log. If it's a startup error, this includes the entire startup log!
Pastebin the entire Luckperms config file (passwords removed) as well as any other relevant files!
does it work?
test and you will know
set your backend mc servers to offline mode and bungeecord to true in spigot.yml
and bungee-online-mode to true in bungee
So in bungee cord i make it online=mode true but in mc server offline mode?
yes
And you need to make sure no one can connect to your now offline servers
otherwise they can spoof players on the server
ie, only allow people to connect through bungee
Is anybody versed in veinminer? I tried to install on my server. Installed fine, no errors. On the server veinminer is not working unless each player types in /veinminer mode <mode type>... I'm honestly desperate lol. Been trying to figure this out for days
I used a veinminder plugin before, didn't have this issue, lemme try and find it.
It's on Forge
ah
Doesn't look like there are permission nodes
😦
ask the forge veinminer folks then 😛
This (I think) was the one i used: https://www.spigotmc.org/resources/veinminer.12038/
Might work out better than the mod.
you might also be able to use https://github.com/portablejim/VeinMinerModSupport
Would that spigot work on a spongeforge? I don't think so, right? No it wouldn't. Only for bukkit/spigot
And Larry, I actually have that already haha
oop lol
no idea, never actually ran a modded server myself
you'd probably need ore for it, like the sponge plugin
Your bungee? Yes, that's normal. You can then join by port 25577
Im bungee yeah. I added 2 servers on 25566 and 25567 port
Yea join using bungee the use I think /server servername or something to switch servers
So i put (ip):25566 like that?
yep
https://cdn.discordapp.com/attachments/308232296753004556/703900836002136074/unknown.png But i have to add 25577 to this? Aka ports
You can then join by port 25577
to quote tobi...
nope
just try and join, see if it works?
Can i change the port 25577 to 25565?
Change in your bungeecord config 0.0.0.0:25577 to 0.0.0.0:25565
make sure the port is open and no other servers are usin that port
OMG IT WORKS
FINALLY
AFTER so many
h of
Waiting trying to get right
it works
Can i do like
Allow cracked clients to join server (my friend has cracked)
How i do that for buggecord
bad idea, supporting illegal activity. You're not gonna get much help doing it here
I have a solution @sand dust tell your friend to get premium
someone here that has a price list for the signshop plugin
?
or want to set it up
pm me ❤️
@hybrid loom
I saw quite a few already having it
it needs to be on a lot of servers
yep over 100
i mean... cool checkmark is cooool tho
Which server are you connecting to, the bungee?
Yea
!paste the log when you try to connect
Seeing a paste of the problem makes everything so much easier! Use https://bytebin.lucko.me/ for easy pasting!
Pastebin any relevant segments of the console log. If it's a startup error, this includes the entire startup log!
Pastebin the entire Luckperms config file (passwords removed) as well as any other relevant files!
the same console you pasted that single line from
is your server cracked...?
No
look up scoreboard plugin
Like in lobby files theres online_mode=true
@sand dust on all spigot servers, you set online mode to false and bungeecord to true. on the bungee server you set bungee online mode to true
look up
scoreboard plugin
@rigid widget thnx😊
Hey Frostash! Please don't tag staff members.
Btw if i tryed join the one of port server like ip():pvpport it said tht enable port fowarding
even thought i did
do you know any "content pack" for Spigot/Bukkit that adds furniture & stuff?
@sand dust Your server has to be on offline mode to work on a bungeecord.
So set online-mode to false in the server.properties and bungeecord.enable (I think?) to true in the spigot.yml
Now it works
halellujah
U guys know any better scoreboard pluggin?
I want to make some sort of "PVP Arena" for my kids. The idea is that near the spawn they should have a chest with unlimited whatever I want to put in there, like swords.
Any hint on how to do this?
@umbral remnant use commonblock with set command {with chest filled with items u want}
And then make it to "requires redstone
And add a button to cmd block
u guys know any better shop gui?
Anyone has plugin for server selector (bugeecord)
ok, so, must be in your essx config. what i do is:
These two settings are near the top of the config:
Remove the # from in front of add-prefix-suffix
add-prefix-suffix: false
change-displayname: true
These settings are in the chat section:
chat:
radius: 0
format: '{PREFIX}&r {DISPLAYNAME}&r {SUFFIX}&r: {MESSAGE}'
#format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
#format: '&7{PREFIX}&r {DISPLAYNAME}&r &7{SUFFIX}&r: {MESSAGE}'
group-formats:
# Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
# Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
Hi. Are there any apache pros here? I need to convert a nginx config to an apache config.
It's for the web editor
@silver acorn have you installed vault?
You also need a chat plugin like chat formatter
hello i hava a problem
the displayname on my group is &c&lOwner
and when i put essentials chats like owner: '{DISPLAYNAME} &7➣ &c{MESSAGE}'
it's not making anything
then i tried like &c&lOwner: '{DISPLAYNAME} &7➣ &c{MESSAGE}'
and still nothing
!meta
You can set prefixes, suffixes and other meta data in LuckPerms for players and groups. Note that LuckPerms does not manage chat. You need to use another plugin to show prefixes/suffixes in chat.
you should be using prefix @lone saddle
ohh brain damage, i know what i messed up shet
@modest compass thanks
wassup guys someone knows to to join in a voice chat of discord in "silent mode"
??????
there are someone who speak spanish?
Do someone know a bit the screen extension in ubuntu?
im trying to detach a screen with ctrl+a+d
but when i tap a this appear
and it avoid me to detach the screen
You saw nothing
Hey I've some question, Is casinos plugin really allowed in minecraft EULA?
Does anyone know how to get the messages_en.prop files in essentials
you create it or copy it from the wiki iirc
can you provide a link please. sorry didnt find it
Horray, I'm the first pink name!
!moss the folks over at essx suport will help ya out
Make sure you are using EssentialsX and Vault for prefixes. For any other issues with Essentials, you should seek support in either #general or the official EssentialsX support Discord, M.O.S.S.
essx
:3
I like the images I made for my bot's website especially the censored NSFW one
https://cdn.discordapp.com/attachments/164523548390457355/704055477125906463/unknown.png
lmfaoo
Hey Andre_601! Please don't tag staff members.
Er, no, but Clippy doesn't distinguish rn
@outer vessel GIVE US CAKE!
@outer vessel You want warn me if I tag you, right?
Sadly he never replies
yummy
*noms cake*
Typo
Ah
Also, it's imo cheap
I just use openoffice/libreoffice
I don't use word documents/spreadsheets enough to warrant that cost
Isn't it a subscription?
!help
!advanced
!api
!argumentbased
!bulkupdate
!bungee
!cauldron
!colours
!commandequivalents
!commands
!config
!context
!default
!downloads
!editor
!errors
!essentials
!extensions
!faq
!helpchat
!install
!locale
!meta
!migration
!notworking
!nowildcard
!pasteit
!permissions
!placeholders
!selfhosting
!stacking
!storage
!switchstorage
!sync
!tracks
!upgrade
!usage
!userinfo
!verbose
!whyluckperms
!wiki
Still dislike that Clippy gives a unknown command response.... Unline plugins - which have a common prefix (/) - is it not clear for clippy wich prefix it has and such...
https://github.com/meew0/discord-bot-best-practices (Point 6)
Literally just 2 bots I know do step 2
yeah I'm not a fan of the "invalid command" response, it's bad practice for a reason
I wanted to update mine to p! as that wasn't that common on most bot lists, yet the people on my server voted against it.
p! is also pokecord iirc
I think it is good to have some sort of feedback when the wrong command is sent
Also those best practises are more for public bots
!wik
Sorry! I do not understand the command !wik
Type !help for a list of commands.
oh this is smart
- Ignore your own and other bots' messages ...
Using a zero width space such as \u200B and \u180E in the beginning of each message also prevents your bot from triggering other bots' commands.
Oh, never saw that message before
it just got PRed like a week ago
Thats a basic when you code a bot
Imagine telling a bot to ping another bot to ping it back and so on
yup
Bot wars
the thing about prefixing messages with zero-width spaces is smart though
I might add that to mine
yeah or you could just do the sane thing and check if the message sender is a bot
well yeah
but extra
means even shitty bots that DONT check for other bots won't detect your messages
Also for the invalid command message, I think its usefull based on the enviroment it is used. Here on this discord it makes sense to reply that the command was invalid and that you can use !help to find out what commands exist
most likely that would only ever be private bots
and i think they can figure out how to fix it
yeah given that it's a custom bot, clippy can get away with it
anything public though...
if it were a public one, then the "Invalid command" message might be annoying, but since its private for this discord ( well and every discord that wants to host it for themself) I think the error message makes sense
i dont see anything wrong with having an error message to the user
if anything, lack of feedback is worse
It really depends on the enviroment tbh
Imagine Dyno always responsing with "Invalid command" when you make a typo in a command .. well actually now that I think about it, doesnt Dyno post a message as command reply and automatically deleted it shortly after? I think when bots do that for error messages, it actually would make sense again
?help
or just disabled sending messages
That manual also confuses me "Have unique command prefixes"
and shortly after: "Don't respond with invalid command, other bots may have the same prefix"
well despite what you may do, someone's gonna have the same prefix as you
Imagine if discord let us hook into their command interface...
I feel that is probably coming soon though
that's coming soon™️
myuniquebotprefixformyselfandnooneelse?apdev!cmd
What do you think about that prefix? XD
lmao
but yeah turbo, Discord has some really neat things coming for bots
like full blown integrated GUIs
I read the blog
which will be fucking amazing
Looking like it will be comparable to slack bots
I'm using discord.js so assume it will be updated within an hour lol
I use DiscordiaLua
Because Lua is my bae
My next project is a Website which is supposed to connect to the discord API itself and do stuff like banning users or changing roles, the only thing it can't do is listen to commands, so parallel to that a Discord.JS bot will run on the same bot token and handle commands
Topic change: anyone advanced with self hosted GitLab?
Just 2 more features and I have a GitLab HA running
I just can't get GitLab Pages to work behind a reverse proxy
have dms enabled
It's a traaaap
how do i give a player limited jobs like they can only be woodcutter for example
Depends on the job plugin
You may be able to specify using permissions to do that job
I quickly made some improvements on formatting in that best practices doc.
https://github.com/Andre601/discord-bot-best-practices
larry
lets say
Auctionhouse
i wanna give a player limited slots
does that have a node
Not sure, check auction wiki
I like to live risky, which is why my DMs are still open 😎
Yikee
@vocal rivet at least you're on do not disturb, so you don't get the push @vocal rivet messages... smart work @vocal rivet
I have DM open too
I am always on DND, I am on sooooo many discords that have the "Notify on every message" option enabled by default, It would be a nightmare
DMs open club
No N00bz allowed
lol yeah, I've taken the time to customize the notifications for every channel on every server and rn it's just specific mentions (except here) so I don't get assaulted by role mentions and such
when my gitlab is back up and running again, I will be able to continue with my website project
The last few messages here look like a psychedelic trip lol
Stop taking LSD Larry
It's very addictive😩
Yep
Fiber-1, the dietary supplement?
Metamucil
ah, the toob of speedy
O.o
heyo
there is a helpful rank now?
BEN!
lol yeah, I've taken the time to customize the notifications for every channel on every server and rn it's just specific mentions (except here) so I don't get assaulted by role mentions and such
I have too, except I still have DMs open lol
Slaves
Yes larrry?
cough cough discord, adding some way to "Mute all, except..." would be nice
hi
Lol
