< . . . Errors / Issues - Troubleshooting . . . >
Plugin Won't Load !
- There are many reasons:
- Wrong Java version:
- This plugin NEEDS Java 7 to run, some old hosts keep working with java 6, tell them to update your java to 7.
- This plugin NEEDS Java 7 to run, some old hosts keep working with java 6, tell them to update your java to 7.
- Wrong CraftBukkit version:
- For example: a plugin made for a R0.1 DON'T MEANS will work with R0.2, a small change in the Bukkit API can break a plugin)
- For example: a plugin made for a R0.1 DON'T MEANS will work with R0.2, a small change in the Bukkit API can break a plugin)
- Plugin Conflicts:
- At the moment, i didn't find any plugin that causes problems with Death Messages, but maybe if you try to install another plugin with the same features (change death messages) one of them will override the other (but installing 2 plugins with same features it's absurd).
- At the moment, i didn't find any plugin that causes problems with Death Messages, but maybe if you try to install another plugin with the same features (change death messages) one of them will override the other (but installing 2 plugins with same features it's absurd).
- If you're not sure what can be the cause of your problems... GO READ YOUR "SERVER.LOG":
- This is the error you'll find if you have Java 6 instead Java 7:
[SEVERE] Could not load 'plugins/DeathMessages.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException:java.lang.UnsupportedClassVersionError:
com/gmail/josemanuelgassin/DeathMessages : Unsupported major.minor version 51.0
Can't change the default colored messages !
- This is the error you'll find if you have Java 6 instead Java 7:
- Basic Steps:
- Reload the Plugin "/dm reload".
- Reload the Server "/reload".
- Stop/Start the server.
- Still getting the default messages?: Then you have a YAML PARSING ERROR!
- That means, you added invalid characters to the config, yaml files only accept english characters AND spaces., anyway, try to code the file into ANSI instead of UTF-8, cause in some systems work.
- You can find the line causing the problem in the "SERVER.LOG" (again) when loading the plugin u'll get "yaml parsing error.
- TABULATIONS: yes this long space done with the TAB key.
- Non english symbols: áéíóúñ¿¡... (I'M NOT THE YAML PARSER CODER, NOT EVEN BUKKIT, BUKKIT USES SNAKEYAMLS PARSER FOR YAMLS FILES, SO GO BOTHER ABOUT ERRORS TO THE SNAKEYAML DEVELOPER)
- Apostrophes: CAN ONLY AND MUST BE USED at start of the phrase and the end: ' bla bla bla death people bla bla bla '
Can't find a solution? OPEN A TICKET!
- 2 comments
- 2 comments
- Reply
- #2
Mayhem777 May 04, 2013 at 12:56 UTC - 0 likes@EmperorNeko63: Go
If you're getting the default colored messages you have indentation/formatting problems, tablulations, non-english characters etc, check the server.log and you'll see where's the problem.
- - - -( Profile )- - -(< Web >)- - -( Plugins )- - - -
Working At: New Plugin "UnDo"
Need a Custom Plugin?: Info on my Web!
Want Updates? VOTE ON POLLS!
- Reply
- #1
EmperorNeko63 Mar 30, 2013 at 02:08 UTC - 0 likesI'm sorry, but i'm not sure how opening a Ticket works. But i'm having issues with this plugin. I really like it, I love being able to customize everything about it. The problem i'm having is any custom message i add to the config file, doesn't show up when the death is activated. I do know for a fact that the plugin works because of the change in the default messages and the color change. However, adding my own messages doesn't seem to work. I've carefully check my indentation as well and have not used any unusual punctuation. Any help would be greatly obliged. Please and thank you. -Cole