I too am looking for someone to create some plug ins. I am using ChatGPT to create the code but I just need it compiled. I downloaded Java JDK 17 like it said, but it just went into the Java file with no instructions on how to execute it to copy/paste the code. I will dig a little deeper tomorrow but maybe someone knows better. I also tried "NetBeans" but looking at that to me is like looking at a chalk board of Einstein's calculations. I will do some you tubing on the matter and see if I can learn by the end of this year.
People with the ability to code plugins for rising world - Update
A new update (0.9.2) is available now!
Latest Hotfix: 0.9.2.1 (2026-05-13)
Latest Hotfix: 0.9.2.1 (2026-05-13)
-
-
I too am looking for someone to create some plug ins. I am using ChatGPT to create the code but I just need it compiled. I downloaded Java JDK 17 like it said, but it just went into the Java file with no instructions on how to execute it to copy/paste the code. I will dig a little deeper tomorrow but maybe someone knows better. I also tried "NetBeans" but looking at that to me is like looking at a chalk board of Einstein's calculations. I will do some you tubing on the matter and see if I can learn by the end of this year.
If you want to learn the basics this is where i started about 5 years ago.
. You could for sure learn enough by the end of the year. if I can find some time I'll try to get a youtube video together to explain the api a bit show some small getting started examples. -
I too am looking for someone to create some plug ins. I am using ChatGPT to create the code but I just need it compiled. I downloaded Java JDK 17 like it said, but it just went into the Java file with no instructions on how to execute it to copy/paste the code. I will dig a little deeper tomorrow but maybe someone knows better. I also tried "NetBeans" but looking at that to me is like looking at a chalk board of Einstein's calculations. I will do some you tubing on the matter and see if I can learn by the end of this year.
Just a notice from my side, for RW you should use Java 20 as the unity api version uses 20. It also has a shipped version of Java 20.
I'm not a Java developer per se but i've used NetBeans at university while the "real" Java developer used Eclipse. I never liked Eclipse and i was familiar with NetBeans that time because i privately coded PHP in NetBeans. Nowadays i only use VSCode for everything, even for RW Plugins.
Feel free to have a look at my Plugins on GitHub they are public and you can see the code. I have a template like repository too, that i use for new Plugins, but it forces everyone using it to also require to use my tools plugin (unless you remove everything related to tools) , feel free to start with it as a base if you like. if you use GPT anyways it might know what to do and how to implement your code.
You find it here: https://github.com/Devidian/rw-plugin-maven-template
I have recently updated it to work with agents, as i currently have to learn how to work with agents
-
I too am looking for someone to create some plug ins. I am using ChatGPT to create the code but I just need it compiled. I downloaded Java JDK 17 like it said, but it just went into the Java file with no instructions on how to execute it to copy/paste the code. I will dig a little deeper tomorrow but maybe someone knows better. I also tried "NetBeans" but looking at that to me is like looking at a chalk board of Einstein's calculations. I will do some you tubing on the matter and see if I can learn by the end of this year.
Claude is better for coding, in my opinion. Although manual is good too. I prefer manually coding stuff.
I can compile stuff if you need.
-
Claude is better for coding, in my opinion. Although manual is good too. I prefer manually coding stuff.
I can compile stuff if you need.
If you are willing, then would you like to experiment with a AI generated plugin? Here is the "Notes" plugin I would like as written by AI...If you can compile it and test it to see if it works, then that would be cool. Also, I will include Wizard fireball to see if that one works as well.
-
If you are willing, then would you like to experiment with a AI generated plugin? Here is the "Notes" plugin I would like as written by AI...If you can compile it and test it to see if it works, then that would be cool. Also, I will include Wizard fireball to see if that one works as well.
Oh man, those are a headache to read lol.
Can you tell me what you want each one to do? I'll work on them by hand.
-
Oh man, those are a headache to read lol.
Can you tell me what you want each one to do? I'll work on them by hand.
The main one is to be able to have an admin write a note and leave the note in a container. Another player can open container and pick up the note and be able to read it and save it to read again later. Or discard it like any other item. Main use is for treasure hunting. Maybe use the "map" animation to open the note when pressing "Alt+N" or something like that. OR be able to leave a .PNG, .JPG or any other picture format file in a container and be able to view it Like a treasure map. OR when someone picks up a note, the note writing automatically goes into the Journal notes section.
Second one would be an area sound box. Much like the old "Jukebox" plugin, when a player enters a area pre determined by admin, a sound file fades in and when the player leaves the area, the sound fades out. This is not meant for copyright songs or such, but just like "creepy sounds" or "distant screaming", etc.
Third one is more extensive. NPC interaction. I would like to have NPC's able to Talk to you and buy and sell stuff or offer "quests". If no talking is aloud, maybe when the crosshairs hit the NPC, an option to interact will pop up (like a green explanation mark over their heads) and you can then use your action key to read a text box of what he/she is asking or telling you. OR maybe combine the sound box plugin to encase the NPC to say things when the cross hairs hit them. I could record a voice saying "Hey, you looking for some work?" or "howdy stranger! I have some items you may be interested in!" etc. I know there are a few economy plugins but most were used in the Java version. Basically a "Quest" plugin for admis to write to get the players to explore the areas and face dangers and get rewards with the option to buy and sell things. Attached is just some ideas.
Participate now!
Don’t have an account yet? Create a new account now and be part of our community!