-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin doesn't load on thermos. #51
Comments
Yeah, that might have renamed the field. -.- |
So I did some testing with a test plugin and I found out that the fields got renamed.
|
I will save you some trouble with this piece of code you can test if thermos is installed. I tested it and it works.
|
I wasn't able to get the types of the maps and idk if it's possible so this is probably as much as I can help you. If you need any other info I would be glad to help you. |
@Phiwa sorry for the mention but could the info which I have send help? |
Yeah, it probably helps with the analysis. |
So I am trying to implement it myself so I have cloned and imported the project into eclipse but I get this error about the pom.xml.
And it said that for almost every dependency, I have got the craftbukkit version to work but I haven't been able to fix this. Do you know if anyone could help me with this? |
This is the problem of the many plugins/APIs I wanted to support.
Many of the plugins were hosted in maven repositories which haven't been
maintained, so now you have to go and search for all the binaries and
use them as local dependencies.
I collected them and you can find them here (temporarily):
http://dl.phiwa.eu/DragonTravel-Dependencies/
You need to change their "scope" in the pom.xml to "system" like it is
already for some other dependencies.
This happens when you try to satisfy everyone who wants support for a
different API (Factions (which depends on massivecore), Towny, ...),
deal with anti-cheat plugins (AntiCheat, NoCheatPlus) and use a command
framework. ;)
Some of those plugins aren't maintained anymore, some do not offer an
own maven repository, ...
The collection I linked above should help you getting started by using
local dependencies even though maven will warn you about them being
unsafe.
…On 2019-02-14 08:56, DwarfyAssassin wrote:
So I am trying to implement it myself so I have cloned and imported
the project into eclipse but I get this error about the pom.xml.
Failed to read artifact descriptor for
com.massivecraft:factions:jar:2.8.21
And it said that for almost every dependency, I have got the
craftbukkit version to work but I haven't been able to fix this. Do
you know if anyone could help me with this?
--
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub [1], or mute the
thread [2].
Links:
------
[1]
#51 (comment)
[2]
https://github.com/notifications/unsubscribe-auth/ABFKQB6o6_e_wDDWvZxA2my3-EBHRm5Lks5vNRa2gaJpZM4avmik
|
I made some progress but I got stuck on another problem now. When I compile the plugin it doesn't include command-framework-bukkit and mcstats into the plugin. But it does work for gravitydevelopment.updater. The difference between the two is that I use a local jar of them while updater is a repo. |
The command framework should included under eu.phiwa.com.... inside the JAR.
This was necessary due to namespace conflicts with other plugins using the framework.
If this is not working, I'm not sure why.
Am 16. Februar 2019 15:30:10 MEZ schrieb DwarfyAssassin <[email protected]>:
…I made some progress but I got stuck on another problem now. When I
compile the plugin it doesn't include command-framework-bukkit and
mcstats into the plugin. But it does work for
gravitydevelopment.updater.
The difference between the two is that I use a local jar of them while
updater is a repo.
Have you had the same problem and do you know if there is a fix for it?
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#51 (comment)
|
DragonTravel version: v01.007.01
Thermos version: Build 56 -1614
Mc version: 1.7.10
The plugin doesn't want to load on startup. Here is the error:
I will see if I can find why it doesn't load in the thermos files. Thermos probably renamed this field.
So thermos uses spigot 1.7.10 which uses 1.7.10-R0.1 and that is 1.7-R0.4 so it should work.
The text was updated successfully, but these errors were encountered: