All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scripts.example.js Maven / Gradle / Ivy

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