Thanks i dont know why it didnt attach
you can click on the text area then click the full image button on the attachment to get it to show, but i fixed it for you this time
Thanks i dont know why it didnt attach
you can click on the text area then click the full image button on the attachment to get it to show, but i fixed it for you this time
not an issue in anyway or form, but every time someone opens a note your other plugins crack a wobbly, mostly null errors and a few lambda warnings.
I'll take a closer look into this thanks 👍
This plugin also works in a single player game, but I also died from it. You need to reduce the power and a simple way to turn it off.
To turn it off you type in chat again /gun
Not worked Sİngle Player
Yeah the plugins only work on servers, you can setup a server using steam and then connect to it using the IP address localhost
I don't know how to add this to the game
you just unzip the zip file inside the plugins folder, then restart the server and it should load, then in chat type /gun
Bump
Updated, added remove player option and fixed a ui null bug
Bump
Updated, added remove player option and fixed a ui null bug
WaterWheel plugin allows admins or players who are added to a database to place animated Waterwheels on the server
only Admins or players added by a admin in the admin panel can add WaterWheels
Commands /waterwheel or for admins to add players /waterwheeladmin or remove players
keys, look at the waterwheel and hit delete to delete, Esc to stop the preview waterwheel
mouse, use the mouse button to locate where you want to place the waterwheel and right mouse button to place
2min to place the waterwheel or the plugin will auto cancel the event
WindMillBlade
Windmillblade plugin allows admins or players who are added to a database to place animated wind mill blades on the server
only Admins or players added by a admin in the admin panel can add wind mill blades
Commands /windmillblade or for admins to add players /windmilladmin
keys, look at the wind mill blade and hit delete to delete, Esc to stop the preview wind mill blade
mouse, use the mouse button to locate where you want to place the wind mill and right mouse button to place
2min to place the wind mill blade or the plugin will auto cancel the event
Bump
Version 4.2
New Floor amount select 2-20 floors just hit shift + B then a popup will ask for the number of floors 2 to 20 then click confirm and then right click to place the elevator in place.
Floor height adjustment
Note this update needs a new database so you will need to remove the old database and replace all current elevators
Gun Plugin
This is just a very simple gun plugin
To enable the gun type in chat /gun to disable type in chat /gun again
When enabled you can use the right and left mouse button for firing,
Note: this is more for fun and has unlimited ammo, it cannot cause damage to buildings or anything other than NPCs and players
* A plugin that adds a "Gun" feature, allowing players to toggle a gun mode and shoot using mouse clicks.
int layerMask = Layer.getBitmask(Layer.CONSTRUCTION, Layer.OBJECT, Layer.TERRAIN, Layer.WORLD, Layer.NPC);
Small update for Linux users, just adds the background for the market button and stops a error image not found
Display Morei must have been loopy, gave you the wrong error message, ironicly fixed that error but here's the notes one
[91m[23:52:30] [Java] java.io.FileNotFoundException: /home/RWserver/serverfiles/Plugins/Notes/Assets/NoteBackGround.JPG
[91m[23:52:30] [Java] at net.risingworld.api.assets.Asset.loadFromFile(Asset.java:237)
[91m[23:52:30] [Java] at net.risingworld.api.assets.Asset.loadFromFile(Asset.java:163)
[91m[23:52:30] [Java] at net.risingworld.api.assets.TextureAsset.loadFromFile(TextureAsset.java:44)
[91m[23:52:30] [Java] at PLUGIN_CLASS_LOADER//notes.CreateMenu.Menu(CreateMenu.java:37)
[91m[23:52:30] [Java] at PLUGIN_CLASS_LOADER//notes.Notes.onPlayerConnect(Notes.java:62)
[91m[23:52:30] [Java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
[91m[23:52:30] [Java] at java.base/java.lang.reflect.Method.invoke(Method.java:578)
[91m[23:52:30] [Java] at net.jiw.unity.runtime.PluginEventHandler.triggerEvent(PluginEventHandler.java:138)
little examining and i see the issue i'm having, it's .jpg for the file, but .JPG what it's trying to find, case is kinda important
side note, onlinemarket has the same issue. change the file and it works no problems.
yes i see Linux wont like that, ill update the JPG to jpg for Linux users, Thanks
That's the case for me too, but only on the server. In single player, it works.
are you also getting an error ? can you paste that error here please
Display Morei can't work it out, but the plugin won't access the assets, i've got the backgr
[91m[16:58:42] [Java] java.io.FileNotFoundException: /home/RWserver/serverfiles/Plugins/online market/Assets/NoteBackGround.JPG
[91m[16:58:42] [Java] at net.risingworld.api.assets.Asset.loadFromFile(Asset.java:237)
[91m[16:58:42] [Java] at net.risingworld.api.assets.Asset.loadFromFile(Asset.java:163)
[91m[16:58:42] [Java] at net.risingworld.api.assets.TextureAsset.loadFromFile(TextureAsset.java:44)
[91m[16:58:42] [Java] at PLUGIN_CLASS_LOADER//onlinemarket.CreateMenu.Menu(CreateMenu.java:33)
[91m[16:58:42] [Java] at PLUGIN_CLASS_LOADER//onlinemarket.OnlineMarket.onPlayerConnect(OnlineMarket.java:68)
[91m[16:58:42] [Java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
[91m[16:58:42] [Java] at java.base/java.lang.reflect.Method.invoke(Method.java:578)
[91m[16:58:42] [Java] at net.jiw.unity.runtime.PluginEventHandler.triggerEvent(PluginEventHandler.java:138)
und image in place but i keep getting
ok looking at your error this is an error from the OnlineMarket plugin it seems you hold this plugin in the folder online market <------- this folder should be called OnlineMarket and that plugin also use's the same file as the Notes file for the button background so you need the same assets inside that folder
Display Morei can't work it out, but the plugin won't access the assets, i've got the backgr
[91m[16:58:42] [Java] java.io.FileNotFoundException: /home/RWserver/serverfiles/Plugins/online market/Assets/NoteBackGround.JPG
[91m[16:58:42] [Java] at net.risingworld.api.assets.Asset.loadFromFile(Asset.java:237)
[91m[16:58:42] [Java] at net.risingworld.api.assets.Asset.loadFromFile(Asset.java:163)
[91m[16:58:42] [Java] at net.risingworld.api.assets.TextureAsset.loadFromFile(TextureAsset.java:44)
[91m[16:58:42] [Java] at PLUGIN_CLASS_LOADER//onlinemarket.CreateMenu.Menu(CreateMenu.java:33)
[91m[16:58:42] [Java] at PLUGIN_CLASS_LOADER//onlinemarket.OnlineMarket.onPlayerConnect(OnlineMarket.java:68)
[91m[16:58:42] [Java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
[91m[16:58:42] [Java] at java.base/java.lang.reflect.Method.invoke(Method.java:578)
[91m[16:58:42] [Java] at net.jiw.unity.runtime.PluginEventHandler.triggerEvent(PluginEventHandler.java:138)
und image in place but i keep getting
Ok I see the problem it's looking for the file in the folder onlinemarket folder. oO it should be notes, I'll look into that and fix it. 👍
Bump
Admins Can delete any claim in this version
sorry It turned out that the player placed a bp in there called dirt flat ground
, still may be u want to patch that in case it happens by mistake incase some outher players try sell there bps
Thanks for this, i have updated the plugin so players cannot sell used Blueprints, they can only sell empty ones.
Make it so that the admin can delete other people's territories.
Otherwise, a person took over my territory at respawn))))
Сделайте чтоб админ мог удалять чужие территории.
А то у меня человек занял территорию на респауне))))
I have already done this but have not uploaded this updated version yet
here's another problem with your plugin:
вот еще с вашим плагином не стыковка:
Thanks I'll adjust that soon so the ban plugin is lower 👍 for the other error it seems model loader disables the click event for UI this would be why you get errors if you run model loader along with other UI plugins including landclaim