Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. ItemDiamondSword sword = new ItemDiamondSword() {
  2. Count = 1,
  3. ExtraData = new NbtCompound("display") {
  4.  
  5. new NbtString("Name", "§cHUIII")
  6. }
  7. };
  8. pl.Inventory.Slots[0] = sword;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement