Zuk
Explore posts from serversDIAdiscord.js - Imagine an app
•Created by Zuk on 10/10/2024 in #djs-questions
Ephemeral replay to a channel message
Hey is it possible to replay to a message with an ephemeral or something similar (so only the user can see it, and it's not part of the channel message).
From this event:
client.on(Events.MessageCreate, (msg) => {})
Thanks!8 replies
DIAdiscord.js - Imagine an app
•Created by Zuk on 10/6/2024 in #djs-questions
Database connection
Hey I have a mysql database, I can connect to it and run CRUD actions.
But I feel like the setup is wrong.
I have this function:
and I call the db for running queries.
But that means I create a connection on any query, what would be the correct way to connection the bot on startup and have a live connection?
13 replies
DIAdiscord.js - Imagine an app
•Created by Zuk on 10/5/2024 in #djs-questions
Message periodic scanner
Hey!
I am trying to figure out if I there is a better way to handle my case:
User can create suggestion on my server.
The suggestion is creates using a form and return an embedded message.
Each suggestion has and expiry date and users can vote on it, once the expiry date has been reached the suggestion is removed from the channel and moved to approved/ denied channels.
All of that is currently working, but I feel that my solution can be improved.
Currently the bot scans every x amount of time the messages in the channel and see the suggestions expiry date has reached to handle it.
I am trying to find a better way of handling it like cron jobs or another bot that only run scans and triggers actions on the main bot.
Thanks you for the help!
6 replies
AAdmincraft
•Created by Zuk on 9/22/2024 in #questions
Creative plots fabric
Hey I have a fabric creative survival along my SMP (also fabric).
I know creating "private" plot is possible on spigot and looking for something similar on fabric.
Where a players joins the sever he will be in his own plot and be able to join others if they like that.
So that every players have a clean pallette of a creative world.
4 replies
AAdmincraft
•Created by Zuk on 9/20/2024 in #questions
Fabric hide seed
How can I hide the side on a fabric server?
9 replies
AAdmincraft
•Created by Zuk on 9/14/2024 in #questions
Fabric players names
Hey I run 2 fabric servers with velocity proxy.
I have luckperms setup with a few groups.
I use styled-chat and styled-player-list to show each group in the chat and tab.
I want to shower the player custom name above the player.
Is there a mod that changes the player name (above the player) that utilize the luckperms prefix and groups?
9 replies
AAdmincraft
•Created by Zuk on 9/14/2024 in #questions
Fabric & luckperms - trigger functions
Hey I run 2 fabric servers with a velocity proxy.
I have luckperms set up for all the servers.
Is there a way to allow only certain trigger functions and disable others?
4 replies
AAdmincraft
•Created by Zuk on 9/5/2024 in #questions
Fabric | Hide commands (plugins on in general)
Hey I am running a fabric server with luckperms.
I want to hide commands from my players, some general but mostly plugin commands.
They can't use them, but I would like for them to not even see the commands.
Best options is to have it sync with luckperms, but manual (for roles) would also be good!
Thanks
7 replies
AAdmincraft
•Created by Zuk on 9/4/2024 in #questions
Name is greyed out
Hey I ran a fabric server.
I user luckperms on it.
I used to have styled-chat, styled-player-list and afkplus.
My issue is the following:
Players name are reqular but my name is grey (like am afk).
I removed all prefixes and the mods mentioned (expect for luckperms).
I changed my player group to be the same as everyone else.
Removed all config that is related to those mods.
My name is still gray.
Why is that? and how can I debug it?
4 replies
AAdmincraft
•Created by Zuk on 9/2/2024 in #questions
Fabric mod alternatives
Hey I am looking for a few mod alternative for a fabric server:
- Cosmetics rank that works LuckPrems like Nautical ranks
- A mod that changes the user discord names to match their IGN name or add an alias on discord
- A mod to add commands for players to add/change their own name IGN color for a selection like eGlow
- A mod to add commands for players to add/change their own glow for a selection
4 replies
AAdmincraft
•Created by Zuk on 9/2/2024 in #questions
LuckPerms on velocity network over fabric
Hey I am running a velocity proxy over 2 fabric servers.
I have set the luckperms on all of the servers (including proxy).
Connected it to database.
The servers are on online-mode: true.
When I try to log in I get this:
I haven't seen anything unusual in startup or logs, but I am also new to luckPerms so maybe I didn't know what to look for
I can also get into the luckPerms panel (permission list is empty).
Any suggestion or ideas on how to debug this?
19 replies
AAdmincraft
•Created by Zuk on 8/31/2024 in #questions
Mods/ Utility recommendation
Hey!
I'm have set up a new server network and looking for some recommendation.
I ran two fabric servers with velocity proxy (1.21.1)
Permission & ranks:
I am looking to implement permission together with roles/ranks.
I want to have the permission consistent across the network.
I want to have those roles show on the tab/chat and even discord chat if possible with colors.
MOTD:
I am looking for MOTD mod as well.
Reset:
Setting up messages before server resets.
Hats:
Custom hats
What are the recommend ways/mods to achieve these?
19 replies
AAdmincraft
•Created by Zuk on 8/26/2024 in #questions
Bluemap on VPS pterodactyl panel, 2 paper servers with a velocity proxy
Hey I am trying to figure out the following:
- Running bluemap only for one of the servers
- Giving the map it's own address (without port)
I am trying understand what is the correct setup (having all the server and proxy under the same node on pterodactyl) for bluemap to allow the port to run under it's own DNS record.
Hopefully someone can guide me in the right direction, the docs are not referring this specific case and I am still learning 🙂
102 replies
AAdmincraft
•Created by Zuk on 8/21/2024 in #questions
Running a Velocity proxy & Paper servers using Panel and Docker
Hey!
I am getting into the world of admins but I already have a few specs I want to try and achieve and I am starting by setting up the environment. (I am not looking for an easy setup, I am looking to learn and have control for the most parts)
So far I tested out running 2 paper servers with a velocity proxy from a windows machine, it works, it's awesome.
I want to move the setup to a control panel and use docker image/s for a bit more control and comfort.
What are the recommendation for such a setup?
- Linux server hosting service
- - Should I need to run each server/proxy on it's own instance?
- Recommendation for the docker setup
- - Separate each server/proxy as it's own image or should they always run together? (I see pros and cons for each)
- What should I do for backup?
- I would also add blumap/ dynamap, what should I take into account?
- Recommendation for the control panel?
- - I saw Pterodactyl but I am not too familiar with this game server control panels.
Also if you can recommend any guide (video or written) for a similar setup that would be a great help!
Thank you!
56 replies