Slimefun / dough

Library containing a lot of useful utility classes for the everyday Java and Spigot/Paper developer.
MIT License
32 stars 30 forks source link

Error with PlotSquared (Outdated support for PlotSquared?) #218

Closed kaimokene closed 5 months ago

kaimokene commented 1 year ago

Description (Required)

Console seems to be spammed with a error whenever i place a block Issue looks to be outdated PlotSquared support maybe? Seems to look for a permission class at a path where it doesn't exist anymore. Checks for the class: com/plotsquared/core/util/Permissions but such class doesn't exist. Whilst there's no Permissions class in utils there seems to be one in permissions folder? (https://github.com/IntellectualSites/PlotSquared/blob/main/Core/src/main/java/com/plotsquared/core/permissions/PermissionHolder.java)

Steps to reproduce the Issue (Required)

Went into my creative world, which uses PlotSquared. Placed blocks on road (I was op when doing this. Didn't try without op) I generated the world using the built in PlotSquared /plot setup Placed blocks on road (I was op when doing this. Didn't try without op)

Expected behavior (Required)

Console to no longer spammy spammy the error :3

Server Log / Error Report

https://paste.ee/p/xhspJ

Server specs (Required)

FULL plugins list (Required)

PlotSquared 7.0 exact build version not 100% certain, Compiled it straight from their repo. Slimefun - DEV 1087 ExoticGarden - DEV 78 (if there's need for some other exact versions lemme know.) Other plugins: BanManager, BondrewdLikesHisEmotes, Citizens, CoreProtect, DecentHolograms, Denizen, DynamicShop, Essentials, EssentialsSelectors, EssentialsSpawn ExoticGarden, FastAsyncWorldEdit, Graves, InteractionVisualizer, LuckPerms, Magic, MiniMOTD, MobArena, My_Worlds, PlaceholderAPI,PlotSquared, ProtocolLib, SkinsRestorer, Skulls, Slimefun, SlimeGlue, spark, SuperVanish, TAB, Vault VoidGen, WorldGuard, WorldGuardExtraFlags

EchocallingEarth commented 11 months ago

This is still an issue in the latest builds of Slimefun with the latest build of PlotsSquared (official release from Spigot)

[Server] INFO Purpur git-Purpur-2078 (MC: 1.20.2) [Server] INFO Slimefun DEV - 1104 (git c977454e) [Server] INFO Metrics-Module https://github.com/baked-libs/dough/issues/29 [Server] INFO Java 17 [Server] INFO Installed Addons: (8) [Server] INFO DyedBackpacks vDEV - 17 (git 8b329e96) [Server] INFO AureliumSkills vBeta 1.3.23 [Server] INFO ExtraTools vDEV - 36 (git 922c0324) [Server] INFO ntdLuckyBlock v2.8.12 [Server] INFO ExtraGear vDEV - 13 (git c62047e2) [Server] INFO CMI v9.6.6.0 [Server] INFO ItemsAdder v3.6.1-beta [Server] INFO ExoticGarden vDEV - 78 (git 7f9a5f63)

WalshyDev commented 5 months ago

Resolved in https://github.com/Slimefun/dough/pull/253