1
0
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:
Zrips 2019-02-04 13:07:07 +02:00
parent dd60cecb9f
commit 6753f24876
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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;
}