This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package io.ib67.bukkitjni; | |
import org.bukkit.Bukkit; | |
import org.bukkit.OfflinePlayer; | |
import org.bukkit.entity.Player; | |
import org.bukkit.event.EventHandler; | |
import org.bukkit.event.EventPriority; | |
import org.bukkit.event.Listener; | |
import org.bukkit.event.player.PlayerChatEvent; | |
import org.bukkit.event.player.PlayerCommandPreprocessEvent; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`Add by comment.` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public ItemStack refreshCompass(Location loc) { | |
NBTUtil.NBTValue x = new NBTUtil.NBTValue().set(loc.getBlockX()); | |
NBTUtil.NBTValue y = new NBTUtil.NBTValue().set(loc.getBlockY()); | |
NBTUtil.NBTValue z = new NBTUtil.NBTValue().set(loc.getBlockZ()); | |
Object compound = NBTUtil.setTagValue(NBTUtil.newNBTTagCompound(), "X", x); | |
compound = NBTUtil.setTagValue(compound, "Y", y); | |
compound = NBTUtil.setTagValue(compound, "Z", z); | |
ItemStack modified = NBTUtil.setTagValue(new ItemStack(Material.COMPASS), "LodestoneTracked", new NBTUtil.NBTValue().set(false)); | |
modified = NBTUtil.setTagValue(modified, "LodestonePos", new NBTUtil.NBTValue(compound)); | |
modified = NBTUtil.setTagValue(modified,"LodestoneDimension",new NBTUtil.NBTValue().set(envAsName(loc.getWorld().getEnvironment()))); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# did-wyapx-dressed | |
我们坚信,nc终将女装! | |
更新频率:一周 | |
# Log | |
2020.10.17 没有 | |
2020.10.18 没有 | |
2020.10.19 没有 | |
2020.10.20 没有 | |
2020.10.21 没有 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----BEGIN PGP PUBLIC KEY BLOCK----- | |
mDMEZvDjgBYJKwYBBAHaRw8BAQdA3oZuzC28tuGaO7+8G6el89qqlwi4RIlIuhH5 | |
LPS6NOy0IGljZUJlYXIgNjcgPGljZWJlYXI2N0BzZmNsdWIuY2M+iJMEExYKADsW | |
IQQ4bRohG2ElfZF6D0Hgs/Wka2seUwUCZvDy5QIbIwULCQgHAgIiAgYVCgkICwIE | |
FgIDAQIeBwIXgAAKCRDgs/Wka2seU/P+AQCBivJNkZxq169+6ghGloZbyhY7UCKu | |
kDfg28RxdFOopgD+I3Ljy+1siLOpvU0KwckoRjxzTkH3Az1c3eect4RHFgS5AY0E | |
Z/t3NwEMAMBbacvKhHWpt52I/fc5jSOwK5I7+SqSFFN1u0vrfIzEyeEwaSCFMVmv | |
Rvk98mQbo8CZpA/KiCFzP3Fb6teBOugGb684Oc51iewB90W004n8pGNGWrIQOOXG | |
aoX+cdoJJa/bEfro7DPjxiUUr9iG/A6uwwUC879Daaek9agS8J1Y+YR9tOf3aCeP |
NewerOlder