PleaseSignOut
PleaseSignOut
AAdmincraft
Created by PleaseSignOut on 8/14/2023 in #questions
Tick-related issues, warning messages, MSPT really high. Any tips?
https://mclo.gs/IZsG5qJ https://spark.lucko.me/lkoB45sfX4 I can't make sense of it myself tbh. Not too familiar with java.
176 replies
AAdmincraft
Created by PleaseSignOut on 7/28/2023 in #questions
How to paste text in books without getting cut off
I’m wondering if there’s a way to paste full-length documents inside written books without having to do it piece by piece. I keep a book updated with my server rules and it’s become quite annoying to update it like one rule at a time. I’d love to be able to paste the entire document in the book and have the book automatically flip to new pages when one page gets filled up, instead of just not letting me paste it. I think paper global config has a setting but that just controls individual page limits and total pages, not if it lets you paste onto multiple pages at once (I think). Is there a setting or plugin to do this?
20 replies
AAdmincraft
Created by PleaseSignOut on 7/27/2023 in #questions
Placeholder API animations for my tab plugin
Hi y'all. I can't figure out how to get the placeholder animations to work. Does anyone know how to place them properly in the config file? Idk if I'm reading the placeholderAPI documentation wrong or what. Like for example let's say I have some text I want to add a gradient to from red to blue. The placeholder docs say to use this: <fade from=#FF0000 to=#0000FF>Fade from red to blue</fade> So what exactly do I place in my config for the tablist? Let's say I want to animate the text: Server Name How would I place the words "server name" and the animation within the line in the config file? Thanks.
21 replies
AAdmincraft
Created by PleaseSignOut on 7/26/2023 in #questions
Webserver configuration for dynmap
I’ve been dealing with this for a couple days now and have spent hours learning how to do this. I want to embed dynmap in my website (https://mywebsite.example/map) but dynmap is http. So I am configuring nginx to reverse proxy the connection so I can embed the dynmap URL on my webpage (I’ll worry about the SSL certificate later.) The problem is, the dynmap files are saved in my server files via my hosting provider (Shockbyte). Inb4 you say contact shockbyte, their support is absurdly slow and I don’t think they would offer good support for this issue. Their guide only helps installing dynmap and that’s it. So since I don’t have a webroot directory for the dynmap URL, I’m stuck at the point where I need to replace /path/to/webroot with the actual dynmap webroot which doesn’t exist on my computer. Is there a workaround for this? Sorry if anything Im saying is using wrong terminology or sounds idiotic. I am using chatgpt, nginx and craftbukkit guides to learn everything as I go.
35 replies
AAdmincraft
Created by PleaseSignOut on 7/25/2023 in #questions
How to embed dynmap on https website
Guys I’m gonna have an aneurism trying to figure this out. I’ve seen it done so I know it’s possible. I want to embed my dynmap on my https website. But I don’t want to spend 6 hours reading guides and learning how to use a web server like Apache. Is there a simpler solution to this? I’m sick of reading guides and seeing “this guide assumes you know how to use a webserver, know html, know 16 other programming languages and are a hacker genius.” I just want to get my dynmap on my website… the problem is dynmap is http and my website is https, and embedding html code I’ve found online does not work it just either shows a blank white screen or says URL invalid. Help😭
22 replies
AAdmincraft
Created by PleaseSignOut on 7/21/2023 in #questions
Java.lang.nullpointerexception spammed in console
This warning appears in my console about 30 times a second. It began appearing after I installed vanilla tweaks. I unzipped it incorrectly the first time and have since deleted and reinstalled it. Vanilla tweaks is working perfectly now, but the warning message is still spammed in my console. I have tried uploading the log to mclo.gs but I think the file size is too large. It would probably not be much help since it’s just that exact warning spammed over and over for the entire log. Can anyone help? I know it’s basically because Java is trying to reference something that doesn’t exist, but I’m not sure what. When I removed vanilla tweaks the first time, the console still got spammed, so I’m not sure what’s going on.
8 replies
AAdmincraft
Created by PleaseSignOut on 7/19/2023 in #questions
Player just joined and can’t see player names or ranks
A player just joined my server and can’t see any of the names and ranks of other players. He shared his screen and I had him join another server and everything was fine on other servers. Anyone encountered this issue? Chat just looks like a stream of text for him with no player names or ranks. I had him disable his optifine and resource packs and no change.
20 replies
AAdmincraft
Created by PleaseSignOut on 7/12/2023 in #questions
Let players read a book in a lectern but not take it
I have a book at spawn that I want players to be able to read, but not take. I use GriefPrevention and have given new players containertrust in that area. This works all well and good but people keep taking the book, so I have to use coreprotect every time and it gets annoying. Especially when I’m like “hey read the rule book at spawn” and new players are like “what rule book?” because someone took it. Does anyone have an idea of how to lock a lectern while letting players still use it with /containertrust all?
9 replies
AAdmincraft
Created by PleaseSignOut on 7/11/2023 in #questions
how to put a price on player heads
I want to use Vanilla Tweaks and put a price on player heads for my bounty Hunter system. I use EssentialsX and Vault for my economy. Anyone have any thoughts on how to put a price on players’ heads? For example a player amassed a massive debt and I have drafted a contract for him to pay it back, but if he doesn’t I want to put a price on his head. Then whoever kills him can return his head to the one he owes. I would also love if it automatically drafted the payment for his head from his own account to add insult to injury.
15 replies
AAdmincraft
Created by PleaseSignOut on 7/10/2023 in #questions
How to configure SimpleTabList
I just installed SimpleTabList and I realized I’m out of my depth on this one. First of all, I want to show the player name of the player viewing the tab with something like “Welcome PleaseSignOut” if I’m the one viewing it. For now it just says “Welcome %player name%” I also want to show, if possible, a colored emblem like a dye to show badge colors since some of my players have started a company on the server with colored badges. For example I’m purple, so I want a purple dye next to my name. I also would love to hear some ideas about things people usually list on the tablist that shows relevant info and how they did it.
12 replies
AAdmincraft
Created by PleaseSignOut on 7/5/2023 in #questions
1.20 signs - text disappearing
I and other players on my server have had an issue with the text on signs disappearing. I’m not sure what causes it, but it seems like if you place a sign and leave the area, the text will be gone upon returning. Couple that with the fact that we can’t make our signs glow with glow ink sacs and I’d say the 1.20 signs are bugged. Anyone have tips? And don’t say update to 1.20.1 because I would rather wait for a more substantial update.
8 replies
AAdmincraft
Created by PleaseSignOut on 6/30/2023 in #questions
How to make a “government treasury” using virtual economy
Hi all. I had an idea I got while reading the documentation on the Villager Market plugin. It mentioned something about server taxes but didn’t elaborate at all. I believe that several things I want to implement on my server such as shops that sell villager market eggs and other rare/unobtainable items shouldn’t have profits that go to me, but go to a separate “server fund.” For context I use essentialsX and vault for the economy. I thought about also renting out shops using villager market and having that money go to the server fund as well, and having public auctions. I actually want to be a part of the economy, so I haven’t set up any admin shops and have been actually buying and selling like other players, so I don’t want to ruin my integrity by having players only pay me for server-related stuff. Tl;dr: need a way to set up a server fund, i.e. a separate balance for admins only that can be used to pay players or collect taxes. Is an alt account the only way to do this? I don’t want to buy Minecraft again.
6 replies
AAdmincraft
Created by PleaseSignOut on 6/29/2023 in #questions
Help with Shopkeepers Plugin
I use the shopkeepers plugin to sell exclusively rare items like elytras, but I want to set it up on digital currency. I use essentials, vault and economyshopgui (set to sell only) for context. I had all the prerequisites for shopkeepers and the shopkeepers addon plugin that should allow you to use digital currency as payment. However shopkeeepers addon never worked. Has anyone managed to get this to work? When I updated to 1.20 I had to remove shopkeepers but I want to add it back. Can anyone help?
4 replies
AAdmincraft
Created by PleaseSignOut on 6/23/2023 in #questions
Help adding a custom tp command
I was wondering if anyone had an idea for how I could add a custom command where people can use /hub to teleport to my hub building. I use SimplePortals and have created a portal to every major district on the server. Now I want a command that teleports them directly there no matter where they are. However, I want to use the 5 second “don’t move” that most teleport commands use (like better rtp). Otherwise people will abuse it to cheat death. Anyone got any solutions? Summary: need command /hub that teleports to a specific location.
7 replies
AAdmincraft
Created by PleaseSignOut on 6/19/2023 in #questions
Help setting up a /rtp portal with simpleportals
No description
20 replies