if you place them correctly, you can put them on the boats.
Posts by james1bow
A small new update is available now!
-
-
Quote
However, we could add a serverside check if the player is very close to the world bounds (i.e the point at which the client starts slowing down the player - which is ~ 16 blocks from the world edge), then trigger an event and/or set a bool. It wouldn't be 100% perfect because the player could still move a bit closer to the edge at that stage. Would that still work for you?
this should work. its mainly needed for my server clustering system. i just need a way to know when a player is at the end of the map so i can send them to the next server in the cluster.
-
Would it be possible to get an Event or Boolean for when a player hits the edge of a static sized world (World_MaxSector= >-1)?
I would prefer an event over checking a bool every time a player changes position.
-
Display More
When the server is running, you can open this homepage and check port 4255 and 4254: https://www.yougetsignal.com/tools/open-ports/
Are they open according to that website? If not, it indicates that the port forwarding was not successful...
Unfortunately some ISP's use carrier-grade NAT or "Dual-Stack Lite" / "DS-Lite". Basically that means that you don't get a full IPv4 address, instead you share it with other customers. This makes port-forwarding impossible. Not sure if xfinity uses DS-Lite...
The only way to host a game in this case would be to use IPv6. Our server actually has IPv6 support, but the Steam API only supports IPv4, so unfortunately it's impossible to run it via IPv6...

i remoted into the system and got it fixed. was a silly issue really lol.
-
I have been thinking about a multi server kingdoms plugin system since the java days. I had little to no coding experience back then. I feel my skills have improved enough to maybe give it a go.
Concept:
- The concept is, there are multiple servers hosted by players(Kingdoms).
- Player characters are synced across all participating servers.
- Characters use an RPG based system to upgrade using experience.
- Players could then battle for areas in other kingdoms as well as kingdom vs kingdom events.
Home Servers:
- kingdoms hosted by players could still be customized with other plugins (in theory).
- kingdom size would be limited to something like 3x3 sectors.
- Kingdoms would be arranged in a virtual grid.
- Players could travel from kingdom to kingdom via portals in kingdom capital cities.
- players could also travel from kingdom to kingdom by sailing from one grid to another (virtual grid mentioned above) relative to the position in the grid.
- Players declare their "Home" kingdom. this would be their main server.
- Kingdoms can declare war on other kingdoms.
- When a player travels to a rival kingdom they are put into PVP mode in that Kingdom.
This is just a concept and would take a long time to develop. Im asking here to find out who all if anyone would be interested in something like this.
I would love to hear anyone's input or ideas.
-
you can increase stamina but only via api/plugin. Or by editing the player database.
-
also found some info here https://forums.xfinity.com/con…/666481689e1ca35abf349c72
if this is the case others should see but you will have to join with the local ip of the server.
-
whats the name of the server? some ISP's hardware does not support NAT looback so you wont see it but others will. make sure you have Server_Visible=True and Server_WebserverEnabled=True.
-
and i still cannot build lol
-
-
wanted to wish everyone a merry Christmas and happy new year. Excited to see what new things will be added over the next year.
-
ive been getting the random crash where the log just stops since the multiplayer update.
-
I had the same issue as well. I don't know anything about containers but, that's why I use a program called restart on crash. I just shut the server down with my plugin and use the restart on crash to start it back up 15 seconds later.
-
Singleplayer. Testing it that way before I put it on our server.
you should just have to place it into the plugins folder. tho, it does extract into an extra folder. the final structure should be plugins>backpack> Backpack.jar and Backpack.properties.
-
I can't seem to get this to work. Any tips? Any pics of what it should look like in game? Thanks!
single player or on a server?
-
broken tool tip
-
Here is one of the many i made trying to figure it out.
-
As always, great work. Nice surprise!
-
if you like i can add you to my github repos. i have the private atm as i know nothing about get yet! so im using it for code storage. WTF is a fork? j/k. offering as i have alot of little work arounds for bugs.
-