looks to be an issue with translations? are you using any type of 3rd party translation?
Posts by james1bow
-
-
sorry but can you post a vid how to download plugins I am very bad in this sort of things
there is a folder in the game directory called Plugins. dl the file unzip it and drag it into the plugins folder
-
a small backpack plugin extract to your plugins directory. backpack.properties to set slot count (max 56).
to open type /Backpack in the chat
i will be changing from a command to a uielement in the players inventory once uielements are fixed!
update* fixed issue with broken backpacks
Terms of use.
1. Do not edit my code.
2. You are free to use any of my plugins.
3. You may list my plugins in server presentations on the rising-world forums with no mention.
4. You May NOT integrate instructions, images, ect for my plugins on your own websites/forums if,
A. Your website/forum has direct links to E-commerce.
B. Your website/forum advertises rising world server hosting services.
5. You CAN integrate instructions, images, ect for my plugins on your own websites/Forums if,
A. Your website/forum has no direct links to E-commerce.
B. Your website/forum does NOT advertise rising world server hosting services.
C. You Must mention my name(James1Bow) OR make available a direct link to the download(Rising world forum link).
6. You can NOT offer/host downloads of my plugins.
Note:
I design/code plugins for the fun and joy of learning. I have NEVER asked asked for compensation.
I cannot allow people to make money from my works. Sorry to everyone this may effect.
-
Running brand new single-player world, with all graphics settings bottomed (Legion 7 Pro, RTX 4090 Mobile, AMD Ryzen 9) – frame rate feels like not a blip over 60FPS.
And for reference, acutally ray-traced games run circles around this game's (current) framerate.
in the games directory open the config.properties and find the line Graphic_MaxFPS=60 it looks like its a default cap of 60 in single player also
-
There is some kind of framerate issue going on. Even with the settings literally bottomed out, the game is not rendering above 60 FPS (even though the counter, using fps command, claims it is) and it feels very choppy. Having a 240 Hz screen, this is incredibly noticeable.
single player or multiplayer? i ask as the server has a target frame rate that is defaulted to 60fps.
-
-
a small discord plugins to relay chat from game to discord and discord to game.
**note: as i have run into a few issues with JDA ive decided to release a basic version for now.
download both parts and extract the RWDBbasic.part1.rar (the rest will self extract).
in the properties file you must add a bot token and a channel id(read below).
setting up your bot:
head over to the Discord dev portal click here.
select new application
name your bot and select Create
on the left select OAuth2
for OAuth2 url Generator check the bot box
in the bot permissions section check the box's Send Messages and read message history
leave integration type alone and and copy the generated url(save this for later as its used to add the bot to the discord server!).
next selct bot on the left sidebar.
under auth flow select public bot, presence intent, server members intent and message content intent.
under the bot permissions section select send messages and read message history
then back at the top select Reset Token
copy this token. this is your bot token NEVER SHARE THIS TOKEN!!!!!!
in the discord server on the channel to relay chat, right click and select copyid. **if you do not have this option read THIS!
now, in the plugin directory, open the properties.properties file. for bot token after the = add your bot token for generaltextchannelid add your channelid and save the file.
copy the link created and paste it into your web browser. this will walk you threw adding the bot to your server.
load your RW server and enjoy!
if you have issues, questions or recommendations please dont hesitate to comment
i am working on an advanced version with commands status notifications and global rw chat HERE!
UPDATE 0.0.3
added auto reply if a player sends a message in the chat channel and there are no players online
added a "useConnect" option to announce player connect/disconnect in game
-
I had the problem but I had clicked(paused) the server window.
-
Item blueprint 1 I believe. You can start typing in the console and it will show you the commands. For items it's item the item u want fallowed by the amount and optional variation. So the command for Apple would be item Apple 1 for one apple.
-
It should have given u an option to load unity by default. If you remove the Java version it should load into unity version
-
First of all copy your entire world folder and plugins folder if you use any just to be safe. Go-to the option to enable beta and set it to no beta. Once you do you should be able to uninstall Java version by right clicking on the game in library and click un install. It should only un install Java version. Worst case it un installs both. If that's the case bl unity again and drag the world's and plugins folder back into the game directory.
-
I am almost sure these won't be in.
Regarding Mobs, their focus was on human NPCs and wolves. I think that skeletons, being monsters, will have some peculiarities of their own, and that would take an extra labor JIW Games preferred to save for later. Specially because their Trello Board tag it as "In progress", rather than "done".
But even if these get introduced as a surprise feature, rest assured: Mobs do not spawn close to the parts of the world you modified, so your cave will not get unintended visitors.
We are for sure getting bandit skeletons and wolves with the next update. Last o knew anyway
-
Display More
hi yall,
hopefully can someone help me whit this:
my friends get stuck in unloaded chunks around the map and the chunks just don't load anyway
I thinks this is something whit the firewall, but how to fix this and which firewallr ule i need to add?
hopefully someone can help me
CoenyRW
can you share your player log and their player log? should be in a logs folder in the game directory.
-
Also, I am sure he may consider making a mobile app for admins to manage a server(like edit commands, permissions, talk to players, etc.) while a way from the computer.
-
is the api able to handle input in the server console? i looked threw the api and could not find anything
-
Sherrina i just checkd and have the same issue. isnt just you. RunAndHideGamer i think you have clicked into the console pausing the server.
-
Wish there were some English directions on how to use this?
you can use This tool to translate the entire site!
-
in case you need a timer for the permissions based on time, you can use the players join time (i believe is time in milliseconds from January 1 1970). something like what i use for auctions
with this method the the starttime would be the players join time and the duration is how long you want the timer in hours
-
i had to fight with it a bit as well. the fallowing code is the code i use for my auction house plugin.
Display MoreCode -
try using the playercraftitemevent to get the item and use the example below.
Display MoreCode