mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-19 17:19:58 +02:00
Add skins to the giveall command
Example usage: `!giveall skins` Description: Gives all non-basic/non-ascension skins for trekkers owned by the target player. Requires handbook generation to be enabled.
This commit is contained in:
@@ -3,6 +3,7 @@ package emu.nebula.data.resources;
|
||||
import emu.nebula.data.BaseDef;
|
||||
import emu.nebula.data.ResourceType;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
@Getter
|
||||
@ResourceType(name = "CharacterSkin.json")
|
||||
@@ -11,6 +12,9 @@ public class CharacterSkinDef extends BaseDef {
|
||||
private int CharId;
|
||||
private int Type;
|
||||
|
||||
@Setter
|
||||
private transient boolean released;
|
||||
|
||||
@Override
|
||||
public int getId() {
|
||||
return Id;
|
||||
|
||||
Reference in New Issue
Block a user