Bambizo
AAdmincraft
•Created by Bambizo on 7/18/2024 in #questions
Itemssader & HUD plugin shader issue
Hey so, we have this issue with we want to sync the resource packs between a velocity network, the problem is with a plugin called "BetterHuds" It is both placed on the game server and the lobby server, the lobby server has the main pack that is sent to the player with assets included of the lobby server & the game server, so basically BetterHuds creates a shader file for displaying the huds, rendertype_text.vsh, and it generates two different files, one for lobby & and other for game server.
Both those files are attached to this message, you might notice that the difference between both is the switch statement located in the main function, so you might think it would be as simple as copying the switch statement of the file with 8 cases but, the case 1 has two possibilities regarding the yGui, if that line is added, the lobby server hud starts to work, and game server hud gets broken, and the alternate if it is removed. We are not sure what we can do about this, I have attached the file with the switch statements combined.
5 replies
AAdmincraft
•Created by Bambizo on 7/8/2024 in #questions
How are health bars like these achieved?
I KNOW that custom font is used, but what method in terms of plugins or other techniques...
6 replies
AAdmincraft
•Created by Bambizo on 8/14/2023 in #questions
Utility item
How would i go on about implementing an item that is assigned to all players which they cannot get rid of, something similar to a mini-games server item (which opens up a menu of options)? In my case the player would be able to move the item around in the inventory, but wouldn't be able to drop it, and it also would have a right click detection function which would execute a command (open up a GUI)
6 replies
AAdmincraft
•Created by Bambizo on 7/19/2023 in #questions
Server out of memory after new world import
15 replies
AAdmincraft
•Created by Bambizo on 7/13/2023 in #questions
Making a new UI bar above hunger (Items Adder)
15 replies
AAdmincraft
•Created by Bambizo on 7/11/2023 in #questions
Question about MyCommand plugin.
What I need to do is replace a plugins command with completely new unregistered command (so that it doesn't show up tab completer).
For example i have a plugin Player Auctions, which uses mutliple command aliases, like /ah, /pa, /playerauctions, and more. And i need to replace all of those commands with a custom one using MyCommand plugin. How would i go on about it?
13 replies
AAdmincraft
•Created by Bambizo on 7/11/2023 in #questions
Disallow commands regardless of permission
With what method i can disable all commands for normal players (even though they have permission to use them), and allowing them use only a selective few? I have a plugin MyCommands if that helps. How would I'd like it to work exactly is whenever a player enters the denied command in chat, a custom message would pop up, denying the use of it.
82 replies
AAdmincraft
•Created by Bambizo on 7/4/2023 in #questions
Question about proximity teleporting
is there a way to teleport player/s near another player? not directly unto another player but in a close proximity, while also ensuring the safety of the teleported player?
5 replies
AAdmincraft
•Created by Bambizo on 7/3/2023 in #questions
Knockback effect / velocity
How do i implement a feature on my server that knockbacks players on command?
10 replies
AAdmincraft
•Created by Bambizo on 7/3/2023 in #questions
DecentHolograms - line wont update for groups
Plugin name: DecentHolograms
I've created a hologram line, which is only visible to players having the right permission, but for some reason the line wont update, so whenever the player's group is changed, the line would still appear, unless the plugin is reloaded (or the hologram page). This should work automatically.This stuff has gone unresolved for me for a while now, because there aren't that many things to look at when troubleshooting it, it just doesn't work for some reason...
107 replies
AAdmincraft
•Created by Bambizo on 7/2/2023 in #questions
DecentHolograms - Hologram line WONT update depending to permission!
Plugin name: DecentHolograms
I've created a hologram line, which is only visible to players having the right permission, but for some reason the line wont update, so whenever the player's group is changed, the line would still appear, unless the plugin is reloaded (or the hologram page). This should work automatically.This stuff has gone unresolved for me for a while now, because there aren't that many things to look at when troubleshooting it, it just doesn't work for some reason...
3 replies
AAdmincraft
•Created by Bambizo on 7/2/2023 in #questions
Problem with Player Auctions permissions
8 replies
AAdmincraft
•Created by Bambizo on 7/1/2023 in #questions
Implementing custom textured GUI's via ItemsAdder
17 replies
AAdmincraft
•Created by Bambizo on 6/30/2023 in #questions
Tablist plugin problem
Im having problems with fake players in my tablist, and I cant really find an option to remove them (Plugin - TAB). What i need is an empty space where the player has to be.
10 replies
AAdmincraft
•Created by Bambizo on 6/30/2023 in #questions
DecentHolograms problem
For the hologram line permission to work, I have to reload the plugin, but I need it to work automatically, otherwise the whole system is useless.
This is what happens, ive recorded it - https://clipchamp.com/watch/g1uCPZYObN6
- I've changed groups (im not OP in-game), what should've happen is i should see the other hologram line right away, without reloading the plugin/hologram
2 replies
AAdmincraft
•Created by Bambizo on 6/29/2023 in #questions
Temporary group and promotion
With LuckPerms i've set up a track that has 2 groups
(dead -> alive)
, the first being given with limited time, and after that time he would be promoted to the next group in track. How would i go about implementing that kind of system?10 replies