#Looking for plugin
1 messages · Page 1 of 1 (latest)
no idea if this still works, but I've made something like this in the past https://www.spigotmc.org/resources/resourcegens.27763/
ill give it a shot thats actually kinda what im looking for
lmk if you get an error, maybe I could update it for 1.20
sweet ill let you know
is it possible to change the item form a chest to like wool or something different
hmm
maybe this is a different plugin
what about this one https://www.spigotmc.org/resources/resource-collection.26334/
@coarse oasis
does that sound more familiar
no i dont think so, so basically i saw it where for example to most expensive gen was black wool and basically where ever you placed it last you would get black dye for example and you could sell it for money
all good i really dont want to have to try to make it as im still learning but i may end up having to, anyways thanks for the help
seems like a good project to start with imo
the two I linked above were some of my first
resourcegens was probably the first I really flushed out
lol may be a reach but is it possibe to see the source code my problem is is i dont even know where to begin ive learned java but putting spigot/paper together isnt that easy for me lol
id really appreciate that if you could
i think if i get the idea of how it works from the source code i might be able to even fork it and give it the option to change the item thats considered a gen
i appreciate it really, ill see if i can get it going and ill let you know what i come up with if i can get it going lol
I just committed all the changes I made, I saw 7 years ago and was like "whaaat" @coarse oasis
still, over 4 years ago were the last changes lol
lol from what i saw it seemed like it still worked for the most part i didnt get to test everything but it worked on 1.20
nice
Ohh are you saying the black dye would spawn on top?
like in bedwars/eggwars?
ive never played them tbh maybe?
ah
but is that how you're thinking?
just trying to wrap my head around the concept
yeah thats exactly it
ah right
I remember that became pretty popular right after I made this lol
Should be an easy thing to fork for sure
"easy"
lol with me you never know but ill give it a shot
hard working with a new library
#development definitely to help you out if needed
even with just getting started
people can provide good resources
indeed just learned selenium for UI testing and that was easy came in thinking it was going to be a walk in the park was very mistaken lol
i appreicate it ill prolly be there more than i should lol
i basically only know how to work with spigot api lol
lol i think its just something you build up with over time
import net.cjservers.resourcegens.hooks.Vault;
import net.cjservers.resourcegens.objects.ResourceGen;
import net.cjservers.resourcegens.utilities.Utils;
import net.milkbowl.vault.economy.EconomyResponse;
where can i find these at?
ah, so the project is not made with maven/gradle
you'll have to add the spigot api and vault api
back in the day I just used local jars as source
i think i have the spigot api already ill just have to find the others
the resourcegens is the plugin tho
so those 3 are all included
just missing the vault api
ahh ok i got them imported lol thanks
logger.severe("you dun goofed @ " + str + ".resource");
lool
for generator plugins these r great options
That last one is I think exactly what I’m looking for thanks. I’ll still prolly try to get the fork to work but I appreciate that