scripts.example.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Pouvoir Show documentation
Show all versions of Pouvoir Show documentation
Bukkit Script Engine Plugin.
The newest version!
//this.sender表示发送者,是一个Entity
function testFlag() {
addFlag({
entity: this.sender,
key: "test"
})
}
function a() {
removeFlag(this.sender, "test")
}
function b() {
print(getFlagEntities("test"))
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy