jpenilla / squaremap-addons

Various addons for squaremap
12 stars 14 forks source link

banners build/install #18

Open James-Tripper opened 1 year ago

James-Tripper commented 1 year ago

Really sorry, but how do i build or install the banners addon? just putting the 'squaremap-banners-1.0.0-SNAPSOT.jar' in the plugins forlder for my server does nothing, all i get is:

16:36:14 ERROR]: Could not load 'plugins/squaremap-banners-1.0.0-SNAPSHOT.jar' in folder 'plugins' org.bukkit.plugin.UnknownDependencyException: Unknown/missing dependency plugins: [squaremap]. Please download and install these plugins to run 'squaremap-banners'. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:287) ~[paper-api-1.19.2-R0.1-SNAPSHOT.jar:?] at org.bukkit.craftbukkit.v1_19_R1.CraftServer.loadPlugins(CraftServer.java:423) ~[paper-1.19.2.jar:git-Paper-210] at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:278) ~[paper-1.19.2.jar:git-Paper-210] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1100) ~[paper-1.19.2.jar:git-Paper-210] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:305) ~[paper-1.19.2.jar:git-Paper-210] at java.lang.Thread.run(Thread.java:833) ~[?:?]

I'm having difficulty figuring what else i should be doing.

James-Tripper commented 1 year ago

Update: For whatever reason the banners addon now loads properly, but i am still left with some rather disruptive issues... Where and how am i to find "squaremap.banners.admin" in order to add myself to the permissions? And what is it supposed to be? a file named such? which i then add my username to? is it a part of a properties file or what? I've tried making the file and formatting it like a whitelist file , placing it in the /squaremap-banners folder, but that hasn't seemed to accomplish anything.

jpenilla commented 1 year ago

You'll need to use a permissions plugin such as LuckPerms

James-Tripper commented 1 year ago

There we go! Fro any poor fool who comes this way again: (I'm running the Vane plugin suite which has a permissions plugin built in.)

just add:

shall i throw this into a pull request for the readme?