Ena Miller
AAdmincraft
•Created by Ena Miller on 8/9/2024 in #questions
Help with server hardware
I want to minmax as far as my budget could go, but if it's only marginal then it's pointless, and I'd rather not to.
So, I have an existing i7 7500u laptop, and I'm comparing it with an acer chromebox that has an i5 10210u processer in it (selling for $70).
How big is the performance leap for a theoretical server that has 20 concurrent players with 30 or so light to mid plugins? Or if it's even feasible or advisable to run a server on a chromebox at all, and if so, is it worth the performance increase for the price it's selling?
16 replies
AAdmincraft
•Created by Ena Miller on 7/21/2024 in #questions
Can't compiled EcoQuest
Hello, I'm trying to compile a plugin by auxilor with a guide I found somewhere in this server. However, when I input the command gradlew build, it says build failed in the end.
I read the error message, and it seems to require something called libreforge, but I don't know what to do next seeing as I'm new to this.
Help would be appreciated.
Microsoft Windows [Version 10.0.19045.4651]
(c) Microsoft Corporation. All rights reserved.
C:\Users\PC>cd C:\Users\PC\Desktop\Compiled Plugins\EcoQuests-master
C:\Users\PC\Desktop\Compiled Plugins\EcoQuests-master>gradlew build
Starting a Gradle Daemon, 2 incompatible Daemons could not be reused, use --status for details
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':build'.
> Could not create task ':libreforgeJar'.
> Could not resolve all files for configuration ':libreforge'.
> Could not find com.willfp:libreforge:4.68.0.
Searched in the following locations:
- file:/C:/Users/PC/.m2/repository/com/willfp/libreforge/4.68.0/libreforge-4.68.0.pom
- https://repo.maven.apache.org/maven2/com/willfp/libreforge/4.68.0/libreforge-4.68.0.pom
- https://repo.papermc.io/repository/maven-public/com/willfp/libreforge/4.68.0/libreforge-4.68.0.pom
- https://repo.auxilor.io/repository/maven-public/com/willfp/libreforge/4.68.0/libreforge-4.68.0.pom
- https://jitpack.io/com/willfp/libreforge/4.68.0/libreforge-4.68.0.pom
Required by:
project :
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.7/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 12s
10 replies