Recent Posts

Pages: 1 ... 6 7 [8] 9 10
71
Server Support / Re: Minecraft on ps4 and Xbox
« Last post by Techman on 08 December 2021, 17:50:18 »
Hey MarkLusco, to allow Minecraft Bedrock edition players to join your java server you can use the Geyser plugin (Explanation: https://stipe.com.au/forums/index.php?topic=469.0). If you need help setting it up contact support via the ticket system, they will sort you out in no time  ;)
72
Server Support / Minecraft on ps4 and Xbox
« Last post by MarkLusco on 08 December 2021, 02:54:26 »
Hi Guys,

Totally new to all this minecraft and server stuff.
Im just a twitch streamer who is trying to build something for my viewers.

Anyone with a PC seems to be able to join my server fine, but ps4 cannot.

Is there a easy way i can tell them on how to join ?

Cheers,
MarkLusco
73
Minecraft / Re: Minecraft 1.18 Caves and Cliffs Part 2 is almost here!
« Last post by Techman on 13 November 2021, 20:31:24 »
Keen to explore the new update once it's out ;)
74
Minecraft / Minecraft 1.18 Caves and Cliffs Part 2 is LIVE!
« Last post by sirjorge on 08 November 2021, 11:15:08 »
Minecraft 1.18 is now released!

We are happy to announce that Minecraft 1.18 server hosting with STIPE Servers Australia is performing great!

FAQ:
Question: How do I upgrade from 1.17? Will my existing world work?
Answer: See this link for installation instructions. It will also upgrade your world from 1.17 to 1.18 upon starting the server

Question: Will my plugins work?
Answer: Gray area, Spigot has been released but its still in very early stages. We don't recommend installing it until plugin developers have had a chance to update for 1.18. We also recommend waiting for Non-Experimental release of Spigot PaperMC which will be far more stable. You are welcome to try and can install it from the Installer and Modpack section, but expect some bugs or crashes.


Minecraft 1.18 Part 2 Release Dates:
  • Java Vanilla Edition - Released!
  • Java Spigot - Released!
  • Java Spigot PaperMC - Released! (Experimental)
  • Bedrock Vanilla Edition - Released!
  • Java+Bedrock Combo Edition - Released!

75
Minecraft / Re: Proximity Chat(Simple Voice Chat)
« Last post by crazy on 20 October 2021, 08:57:27 »
Just a FYI for those who are still wondering, the ports are now automatically set for you.
Just restart the server twice and it will auto apply the ports in your config files. Easy!

76
Minecraft / Re: FTP World Upload
« Last post by crazy on 20 October 2021, 08:56:18 »
Apologies we missed your post there.

The _nether and _the_end folders are generated by Spigot. They take out the default The End and Nether folders that are normally located in the world folder, and put them in separate folders on root of your server files.

77
Minecraft / Re: The GeyserMC Solution, a JAVA+BEDROCK Hybird
« Last post by crazy on 20 October 2021, 08:52:01 »
 
Note also that you should edit the Geyser config.yml to reflect the Bedrock ip and port listed in your settings page. Compatible with PC and mobile versions of Bedrock. Consoles might be more of a challenge.



Thanks for the information Vardogr. Actually if you restart the server twice, the STIPE Control Panel will automatically fill those details in for you. So you don't need to do this manually! But if you are hosting the server from a place other than STIPE, then yes you would need to manually edit those values.
78
News and Updates / Re: Major server upgrades 5950x and more!
« Last post by Techman on 20 July 2021, 20:05:17 »
I can't wait to try to test the limits of the 5950x, the possibilities will be endless! The budget plan customers will not be missing out with the 3950x, that was the first CPU that genuinely impressed me with its Minecraft server performance. I struggled to ever get it below 20tps 8)
79
Minecraft / Kill entities in server
« Last post by crazy on 19 July 2021, 08:49:11 »
Did you accidently spawn a million cats? Farm out of control and now need to clean it up?
Sometimes you need to remove a large amount of entities which have taken over your world. Removing one by one can be difficult so here are commands you can type in-game (as an op) or in the console of the control panel


For Minecraft 1.13 or greater (1.14, 1.15, 1.16, 1.17, 1.18)

Kill all sheep:
Code: [Select]
/kill @e[type=sheep]
Kill all cows:
Code: [Select]
/kill @e[type=cow]
Kill everything but players:
Code: [Select]
/kill @e[type=!player]
Kill everything but players and items (like armor stands)
Code: [Select]
/kill @e[type=!player,type=!item]
Kill everything but players, items, and villagers
Code: [Select]
/kill @e[type=!player,type=!item,type=!villager]
 
NOTE: If you are typing the above in the console, type it without the / in the start
80
Some minor updates:
Added 2 domains which can be used for connecting to your minecraft server
  • anything.mccc.me
  • anything.mcjoin.me

Our Custom CurseForge installer now supports modpacks created for Fabric servers (previously only Forge was supported, now both are).  Any modpacks you create using CurseForge can be installed with ease regardless if Forge or Fabric!
Pages: 1 ... 6 7 [8] 9 10