mirror of
https://github.com/plexusorg/Module-Guilds.git
synced 2025-08-10 14:33:04 +00:00
Compatibility with newer versions of Plex
This commit is contained in:
parent
3929141fff
commit
c1d1be2987
27 changed files with 109 additions and 138 deletions
|
@ -2,8 +2,6 @@ package dev.plex.guild;
|
|||
|
||||
import com.google.common.collect.Lists;
|
||||
import com.google.common.collect.Maps;
|
||||
import dev.morphia.annotations.Entity;
|
||||
import dev.morphia.annotations.Transient;
|
||||
import dev.plex.Plex;
|
||||
import dev.plex.guild.data.Member;
|
||||
import dev.plex.guild.data.Rank;
|
||||
|
@ -15,10 +13,11 @@ import org.bukkit.entity.Player;
|
|||
|
||||
import java.time.ZoneId;
|
||||
import java.time.ZonedDateTime;
|
||||
import java.util.*;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.UUID;
|
||||
|
||||
@Data
|
||||
@Entity("guilds")
|
||||
public class Guild
|
||||
{
|
||||
private final UUID guildUuid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue