Commit graph

10 commits

Author SHA1 Message Date
s8n-ru
909eb7bbd6 proantitab: allow lp/luckperms in global; deny essentials.motd default
Defensive belt-and-suspenders for "no /help hint on join":
1. motd.txt already emptied (commit 7e7d18e)
2. LP: 'lp group default permission set essentials.motd false' applied
   live (h2 db updated at 18:35). Default group can no longer trigger
   on-join motd even if motd.txt gets refilled later.

ProAntiTab storage.yml: add lp + luckperms to global allow-list so the
deny-perm command itself can run via rcon (whitelist mode was blocking).

Note: LP h2 storage isn't tracked in repo (.empty-103450 placeholder
files only). Live server is source of truth for LP state.
2026-05-04 18:37:53 +01:00
s8n-ru
a3033df950 authme: send help hint in login.success (welcome.txt is dead)
welcome.txt isn't read by current AuthMe — Settings.useWelcomeMessage
key is absent from config and the file was empty. The post-login
message is actually login.success in messages_en.yml, which was set
to '' (silenced).

- messages_en.yml: login.success now multi-line via \n escape:
    "successfully logged in" + "type /help for a list of commands"
- welcome.txt: emptied (unused)

Live reloaded via authme reload.
2026-05-04 18:29:45 +01:00
s8n-ru
7e7d18e836 move /help hint from on-join motd to post-login welcome
Players are still in AuthLimbo when motd fires on join, so the hint
scrolls past while they type /register or /login. Move it into AuthMe
welcome.txt which fires after successful login.

- Essentials/motd.txt: emptied (hint moved out)
- AuthMe/welcome.txt: appended "type /help for a list of commands"
  below the existing "successfully logged in" line

Live: applied via docker exec + essentials/authme reload.
2026-05-04 18:24:53 +01:00
s8n-ru
69fdea58d7 purpur: silence advancement announcements
- purpur.yml: broadcasts.advancement.only-broadcast-to-affected-player
  false -> true. Player still sees own advancement, no global chat spam.
- ProAntiTab storage.yml: add gamerule/execute to global allow-list
  (vanilla gamerule still blocked by Brigadier even from datapacks —
  switched to Purpur broadcast option as workaround).
- ProAntiTab config.yml: auto-lowercase-commands disabled (was
  toggled while debugging gamerule failure; harmless either way).

Synced from /opt/docker/minecraft live, applied via purpur reload.
2026-05-04 16:11:54 +01:00
s8n-ru
c63d210a29 commands: align help/aliases + drop register confirm
- HelpCommand: /region -> /lands (Lands plugin, not WorldGuard)
- commands.yml: add pm -> essentials:msg alias (matches help text)
- ProAntiTab storage: drop dead tpa/tpahere whitelist entries
  (already disabled at alias layer in commands.yml)
- AuthMe: secondArg CONFIRMATION -> NONE
  single-pass /register; chat already echoes input
2026-05-04 15:50:18 +01:00
s8n-ru
5a22f45580 gitignore: exclude LuckPerms binary db files 2026-05-01 11:45:14 +01:00
s8n-ru
c2974ff599 live config snapshot: shop + auction + ranks + tab restyle
- Add EzShop + AuctionHouse plugin configs
- ProAntiTab whitelist now includes /shop /ah /balance /msg etc
- TAB groups.yml: customtabname=&7%player%, prefix/suffix no trailing space
- TAB config.yml: yellow-number=&e%statistic_minutes_played%
  (with trailing space), header=racked.ru, footer=tps/ping/coords/etc
- LP groups recreated to match OG: adventurer/settler/lord/baron/
  viscount/earl/marquess/duke (prefix); dev/moderator/admin/owner
  (suffix). Owner inherits duke. s8n + YOU500 opped.
- Login bug squashed via custom auth-limbo plugin (separate repo)
2026-05-01 11:44:19 +01:00
s8n-ru
b1db453a85 chat: deep rebrand to racked.ru palette + prefix
22 plugins audited, 14 rebranded, 21 files changed. Locks player-facing
chat to monochrome + &e yellow accent with universal prefix
&8[&fracked.ru&8]&r — strips every plugin-name leak (AuthMeReloaded,
[Lands], [Homestead], [SkinsRestorer], [TAB], Grim », [ProAntiTab],
upstream Discord pitches).

Tier-1 surfaces:
- AuthMe welcome.txt: 1-line branded login (was "AuthMeReloaded
  protection!"); ~108 messages recoloured
- MiniMOTD: dead 1.16.2 config.yml deleted (salvos.ddns.net + joke
  MOTDs); main.conf already on-brand
- HelpCommand: full /help recolour, &a/&c labels purged
- ComfyWhitelist: kick screen redesigned to "apply at racked.ru"
- LPC chat-format: banned &l removed (every chat line)

Tier-2 prefix sweep across TAB, GrimAC, ProAntiTab, CoreProtect,
SkinsRestorer, MarriageMaster, Homestead, UltimateTimber.

Plugin folder rename: RackedLimbo → AuthLimbo (matches 2026-04-30
plugin rename + docker-compose update in 6487ada).

Lands lang (~6,975 lines), Homestead lang (~645 lines), and
jar-locale plugins (Multiverse, WorldEdit, FAWE, LuckPerms,
SkinsRestorer prefix) deferred — see docs/REBRAND_2026-04-30.md.

Adds canonical reference: docs/RACKED_BRAND.md (palette, wordmark,
templates, validation checklist).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-01 10:40:28 +01:00
s8n-ru
6487adaf71 compose: REMOVE_OLD_MODS_EXCLUDE -> AuthLimbo*.jar (plugin renamed) 2026-04-30 19:19:29 +01:00
s8n-ru
0dad38e02e Initial commit: racked.ru Minecraft server config snapshot
Captures live config state of nullstone Purpur 1.21.11 server:
- docker-compose.yml (itzg/minecraft-server image, MODRINTH_PROJECTS + PLUGINS lists)
- All plugin configs under live-server/plugins/ (no DBs, no jars, no world data)
- Server core: bukkit.yml, spigot.yml, purpur.yml, paper-global.yml, paper-world-defaults.yml, server.properties

Excluded via .gitignore:
- World data (world/, world_nether/, world_the_end/, auth_limbo/)
- Sensitive: AuthMe DB (password hashes), Lands DB, CoreProtect DB, Essentials userdata
- Jars (auto-fetched), logs, caches, .paper-remapped
2026-04-30 18:33:38 +01:00