Posts by james1bow

A new update is now available, introducing "Points of interest" and many more changes!
Latest hotfix: 0.9 (2025-11-05)

    ##land owner permission file name

    AreaOwnerPermissionFile = Portal.jsopn


    ##default area permission file name

    DefaultAreaPermissionFile = DefaultPortal.json

    Make it show in 24 hours and its ID

    I made the plugin in about 10 minutes apon request. Busy with work atm but as as i have time I want to add options to only show within a set time frame and the player id

    a small plugin to list all players that have connected and their last time online.


    Command: /LastOnline


    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.

    Files

    No problem; but I don't want the list of public portals to get so long that the "interesting" server locations get lost. I can and will ask for private portals to be set up, but some won't comply. I know I can edit any portal... but I'd rather rule out that possibility from the start. ;)

    i will take a look and see what i have to do to add a setting for. tho i have no eta as im working on a rather large project atm.

    further reading threw the API you can assign null for position.

    Code
    sound = player.playSound(webRadioAsset, null);

    position - the world position of the sound. Provide null if you want to play this sound as a 2D sound instead (this means the sound has no actual position and can be heard everywhere).

    Wenn Sie nur eine Möglichkeit benötigen, die Player-DBID in der Bilddatenbank zu ändern, könnte ich dafür ein Plugin zusammenstellen. wäre so etwas wie /command oldid newid. Der Befehl tat würde das neue Player-DBID übernehmen und jeden Eintrag dafür in der images.db überschreiben. Wenn Sie seit der ID-Änderung weitere Bilder platziert haben, sind diese auf diese Weise ebenfalls weiterhin verwendbar. Lassen Sie mich wissen, wenn Sie interessiert sind.


    if you just need a way to just change the player dbid in the images database i could throw together a plugin to do that. would be something like /command oldid newid. tat command would take the new player dbid and overwrite any entry for it in the images.db. this way if you have placed more images since the id change they would still be usable as well. let me know if your interested.

    Sie wollen mit Freunden spielen. localhost erkennt nur, ob das Spiel auf demselben Computer wie der Server läuft. Ich glaube, das Spiel mit Freunden nutzt das P2P-Netzwerk von Steam, sodass es im Offline-Modus nicht funktioniert.


    they wanting to play with friends. localhost only detects if the game is running on the same machine as the server. the play with friends i beleive uses steams P2P network so it will not work in offline mode.