Rename example packages

This commit is contained in:
filoghost 2020-05-16 13:32:51 +02:00
parent b779839058
commit 716f11a1e8
4 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package com.gmail.filoghost.test;
package com.gmail.filoghost.example.deathholograms;
import java.text.SimpleDateFormat;
import java.util.Date;

View File

@ -1,5 +1,5 @@
name: DeathHolograms
main: com.gmail.filoghost.test.DeathHolograms
main: com.gmail.filoghost.example.deathholograms.DeathHolograms
version: 1.0
softdepend: [HolographicDisplays]

View File

@ -12,7 +12,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package com.gmail.filoghost.test;
package com.gmail.filoghost.example.powerups;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;

View File

@ -1,5 +1,5 @@
name: PowerUps
main: com.gmail.filoghost.test.PowerUps
main: com.gmail.filoghost.example.powerups.PowerUps
version: 1.0
softdepend: [HolographicDisplays]