mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-25 20:16:13 +01:00
Version increment and minor fix for RawMessage display
This commit is contained in:
parent
dd60cecb9f
commit
6753f24876
2
pom.xml
2
pom.xml
@ -5,7 +5,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>Jobs</groupId>
|
||||
<artifactId>jobs</artifactId>
|
||||
<version>4.9.5</version>
|
||||
<version>4.10.0</version>
|
||||
<name>Jobs</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
<properties>
|
||||
|
@ -1,6 +1,5 @@
|
||||
package com.gamingmesh.jobs.commands.list;
|
||||
|
||||
import org.bukkit.Bukkit;
|
||||
import org.bukkit.command.CommandSender;
|
||||
import org.bukkit.entity.Player;
|
||||
import com.gamingmesh.jobs.Jobs;
|
||||
@ -70,8 +69,9 @@ public class bonus implements Cmd {
|
||||
|
||||
rm.addText(msg);
|
||||
rm.addHoverText(Jobs.getLanguage().getMessage("command.bonus.output.finalExplanation"));
|
||||
rm.build();
|
||||
rm.show(player);
|
||||
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user