performance-configs VS eaglercraft-plugins

Compare performance-configs vs eaglercraft-plugins and see what are their differences.

performance-configs

Optimised minecraft server configs for purpur, paper, spigot, airplane, purfferfish. (by OLIMINATOR)

eaglercraft-plugins

Bukkit and EaglercraftBungee plugins compatible with Eaglercraft (by lax1dude)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
performance-configs eaglercraft-plugins
3 4
28 33
- -
4.0 5.0
over 2 years ago over 1 year ago
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

performance-configs

Posts with mentions or reviews of performance-configs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-03.

eaglercraft-plugins

Posts with mentions or reviews of eaglercraft-plugins. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-19.
  • server question
    1 project | /r/eaglercraft | 3 May 2023
    Creating your own server There are multiple parts to a server, mainly consisting of a regular 1.5.2 Bukkit server, and a modified version of Bungeecord called EaglercraftBungee, which on top of the regular Bungeecord functionality, it translates WebSocket connections to raw TCP connections which Bukkit can understand. You may also want to set up your own client, allowing you to control default server listings, resource packs, and an overall faster connection due to less load. If you want to use a domain for your server, a reverse proxy can be set up to enable extra functionality within EaglercraftBungee. NGINX is recommended, and a tutorial is included here. This is optional, and can be skipped by just connecting with the IP. If replit is acceptable, you can use this to automatically set up everything for a server, otherwise, look below for instructions Creating a server - Bukkit Check if Java is installed. You can download it from https://www.java.com/en/download/ Download the stable-download/stable-download.zip file from this repository Extract the ZIP file you downloaded to a new folder Open the new folder, go into the java/bukkit_command folder In Windows, double-click run.bat. It should open a new terminal window run.bat Some computers may just say 'run' instead of 'run.bat', both are correct On macOS or Linux, google how to open the terminal and use the cd command to navigate to java/bukkit_command Then, in that folder, run chmod +x run_unix.sh and then run ./run_unix.sh. It should start the same server To add some bukkit plugins, download the plugin's JAR file for CraftBukkit 1.5.2 and place it in java/bukkit_command/plugins (See https://github.com/lax1dude/eaglercraft-plugins/ to download some supported plugins) Creating a server - EaglercraftBungee In the same new folder, go into the java/bungee_command folder In Windows, double-click run.bat. It should open a second terminal window Keep both the first and second terminal window you opened, just minimize them, don't close On macOS or Linux, repeat step 7 in Creating a Server - Bukkit, but navigate to java/bungee_command this time To add some bungee plugins, download the plugin's JAR file and place it in java/bungee_command/plugins There are alot more configurations in bungeecord, but this should set you up Your server is now ready. Visit any client, and go to 'Multiplayer' from the main menu. Select 'Direct Connect', type 127.0.0.1:25565 and press 'Join Server' It should allow you to connect, if not, check the two terminal windows for errors Creating a client To install, upload the contents of stable-download/web to a web server. There are multiple ways of setting up a web server. NGINX is a powerful web server, but alternatives like Web Server for Chrome may be easier to set up. A quick crash course on setting up NGINX is provided here, FOLLOW STEPS 1 AND 2 ONLY, then navigate to /var/www/html and upload the contents of stable-download/web there. If you had installed NGINX earlier as a reverse proxy, you can also use it to host the client, follow the steps above ^^^ Make sure that the URL to connect to the client and the server are separate, preferably with a path, like https://eaglercraft.example.com/server The 'web' folder will not work if you open it in your browser locally! If you see 'file:///' in the URL you are doing it wrong. You need to upload the folder to an HTTP or HTTPS server and access it over the internet via http:// or https://. The game will not load otherwise, this is not a bug To modify the list of default servers, modify the window.eaglercraftOpts variable in index.html. A full guide on how to configure eaglercraftOpts is coming soon, but it should be fairly intuitive to figure out how to set it up based on what the default values already are when you look in stable-download To create a link to your site that automatically joins the server, add a ?server= variable to the URL, like (for example): https://g.deev.is/eaglercraft/?server=127.0.0.1:25565 will automatically join ws://127.0.0.1:25565/ as soon as the player finishes setting their username and skin Also use ngrok
  • How do you create a local eaglerx server?
    2 projects | /r/eaglercraft | 19 Feb 2023
    https://github.com/lax1dude/eaglercraftx-1.8 https://github.com/lax1dude/eaglercraft-plugins
  • How do I add plugins to my Eaglercraft server?
    2 projects | /r/eaglercraft | 18 Feb 2023
    https://github.com/lax1dude/eaglercraft-plugins (original creator)
  • I dont know if anyone still plays this but... Is there a mod or a way to change the spawn radius in minecraft 1.5.2
    1 project | /r/Minecraft | 11 Apr 2022
    I Know that this doesnt have any comments but I have found out that there is a plugin called tpLogin. It basically forces the game to spawn you to the desired location and it is the answer to my question. If anyone needed this here you go :) https://github.com/LAX1DUDE/eaglercraft-plugins/tree/main/tpLogin

What are some alternatives?

When comparing performance-configs and eaglercraft-plugins you can also consider the following projects:

Purpur - Purpur is a drop-in replacement for Paper servers designed for configurability, and new fun and exciting gameplay features.

anything-minecraft - Minecraft guides to help you with anything server related!

minecraft-optimization - Minecraft server optimization guide

Lands - Repository for the Lands Wiki

Airplane - A stable, optimized, well supported 1.17.1 Paper fork.

eaglercraftx-1.8 - Please Read

Mohist - Minecraft Forge Hybrid server implementing the Spigot/Bukkit API, formerly known as Thermos/Cauldron/MCPC+

Paper - The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies

PrecisionClient - A custom eaglercraft client with QOL features, custom texture packs, and more.

PC-Optimization-Hub - collection of various resources devoted to performance and input lag optimization

oddfuture-eaglercraft-hacked-client- - just open the .html! credit to Lax1dude and whoever was the og maker i just put it on git hub :)