#Looking for plugin

1 messages · Page 1 of 1 (latest)

coarse oasis
#

So i am trying to find a plugin im not sure if its custom or if its already been made but i am looking for a ore generator plugin, basically i can select what block can be generators and players can sell the "ores" and get money im not sure if it exist or if it may be custom to a specfic server

crisp raven
coarse oasis
#

ill give it a shot thats actually kinda what im looking for

crisp raven
#

lmk if you get an error, maybe I could update it for 1.20

coarse oasis
#

sweet ill let you know

#

is it possible to change the item form a chest to like wool or something different

crisp raven
#

hmm

#

maybe this is a different plugin

#

@coarse oasis

#

does that sound more familiar

coarse oasis
#

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

crisp raven
#

ah

#

nah, haven't made something like that nor know anything like that sorry

coarse oasis
#

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

crisp raven
#

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

coarse oasis
#

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

crisp raven
#

ah icic

#

i can probably put it on github

coarse oasis
#

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

crisp raven
coarse oasis
#

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

crisp raven
#

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

coarse oasis
#

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

crisp raven
#

nice

crisp raven
#

like in bedwars/eggwars?

coarse oasis
#

ive never played them tbh maybe?

crisp raven
#

ah

#

but is that how you're thinking?

#

just trying to wrap my head around the concept

coarse oasis
#

yeah thats exactly it

crisp raven
#

ah right

#

I remember that became pretty popular right after I made this lol

#

Should be an easy thing to fork for sure

#

"easy"

coarse oasis
#

lol with me you never know but ill give it a shot

crisp raven
#

hard working with a new library

#

even with just getting started

#

people can provide good resources

coarse oasis
#

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

crisp raven
#

i basically only know how to work with spigot api lol

coarse oasis
#

lol i think its just something you build up with over time

coarse oasis
crisp raven
#

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

coarse oasis
#

i think i have the spigot api already ill just have to find the others

crisp raven
#

the resourcegens is the plugin tho

#

so those 3 are all included

#

just missing the vault api

coarse oasis
#

ahh ok i got them imported lol thanks

coarse oasis
#
logger.severe("you dun goofed @ " + str + ".resource");

lool

coarse oasis
crisp raven
#

ah right

#

It's like a combination of the two plugins I made back in the day lol