mirror of
https://github.com/filoghost/HolographicDisplays.git
synced 2024-11-27 12:55:49 +01:00
Rename example packages
This commit is contained in:
parent
b779839058
commit
716f11a1e8
@ -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;
|
@ -1,5 +1,5 @@
|
||||
name: DeathHolograms
|
||||
main: com.gmail.filoghost.test.DeathHolograms
|
||||
main: com.gmail.filoghost.example.deathholograms.DeathHolograms
|
||||
version: 1.0
|
||||
|
||||
softdepend: [HolographicDisplays]
|
@ -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;
|
@ -1,5 +1,5 @@
|
||||
name: PowerUps
|
||||
main: com.gmail.filoghost.test.PowerUps
|
||||
main: com.gmail.filoghost.example.powerups.PowerUps
|
||||
version: 1.0
|
||||
|
||||
softdepend: [HolographicDisplays]
|
Loading…
Reference in New Issue
Block a user