Adding numberd groups that only have numbers in groups.yml will break the plugin #1398
Open
4 of 5 tasks
Labels
Resolution: Added / Fixed
Feature added / issue was fixed
Type: Bug
Plugin is not working as described on the wiki
Milestone
Server version
1.21.3
TAB version
5.0.3
Plugin list
[15:23:10 INFO]: Server Plugins (68):
[15:23:10 INFO]: Paper Plugins:
[15:23:10 INFO]: - AdvancedServerList, FancyHolograms, FancyNpcs, RoseStacker
[15:23:10 INFO]: Bukkit Plugins:
[15:23:10 INFO]: - AdvancedEnchantments, AstroJoinMessage, BattlePass, CommandPrompter, CommandWhitelist, CrazyVouchers, CyberLevels, DeluxeMenus, DiscordSRV, Essentials
[15:23:10 INFO]: EssentialsSpawn, ExcellentCrates, ExecutableItems, floodgate, Geyser-Spigot, GiveawayZ, GradientPlus, GriefPrevention, HappyCore, HappyCoreFrame
[15:23:10 INFO]: happycosmetics, Infiniteannouncements, ItemEdit, ItemsAdder, LeaderHeadsRevamped, LibsDisguises, LoneLibs, LuckPerms, mcMMO, McmmoGuiV2
[15:23:10 INFO]: Multiverse-Core, NBTAPI, nightcore, packetevents, PinataParty, PlaceholderAPI, PlayerParticles, PlayerPoints, PlayerVaults, PlayerWarps
[15:23:10 INFO]: ProCosmetics, ProtocolLib, QuickShop-Hikari, Rankup, SCore, ShopGUIPlus, SpawnerPickaxe, StoreStats, SupremeTags, TAB
[15:23:10 INFO]: Tebex, TempFly, UnlimitedNameTags, Vault, Vehicles, ViaBackwards, ViaVersion, Votifier, WorldEdit, WorldGuard
[15:23:10 INFO]: zAuctionHouseV3, ZelChat, ZithiumCollectors, zMenu
Describe the bug
When I added a numbers groups to the groups.yml like so:
`default:
tabprefix: "Default &a"
tagprefix: "Default &a"
1:
tabprefix: "Group 1"
tagprefix: "Group 1"
example_group:
header:
- "This is an example of per-group header/footer"
footer:
- "applied to a group"
default settings for all groups, all groups will take properties from this section unless player's primary group overrides a specific setting
DEFAULT:
tabprefix: "%luckperms-suffix% &7"
tagprefix: "%luckperms-suffix% &7"
customtabname: "%player%"
per-world:
world1:
Owner:
tabprefix: "&0&l[&a&lOwner&0&l] &a"
tagprefix: "&2&lOwner &a"`
Expected behavior
Be able to create numberd groups in the groups.yml
Steps to reproduce
Generate default files from scratch add a numbers group in groups.yml
1: tabprefix: "Group 1" tagprefix: "Group 1"
Plugin will break
Additional info
This used to work before but right now it does not work anymore might be some changes in the yml code
Checklist
The text was updated successfully, but these errors were encountered: