Skip to content
Success

Changes

Summary

  1. Update `ChunkTag`, `AreaContainmentObject` and `ColorTag` tag param usage. (#2364) (commit: 16e64a5) (details)
Commit 16e64a5eec1fb7c9ae399c31e94a3ae6aac68f36 by noreply
Update `ChunkTag`, `AreaContainmentObject` and `ColorTag` tag param usage. (#2364)

* Update tag param usage for `ChunkTag`

Contributes to issue #2355.

* Update tag param usage for `AreaContainmentObject`

Contributes to issue #2355.

* Update tag param usage for `<ColorTag.mix[]>`

Contributes to issue #2355.

* Remove `null` checks in a few `AreaContainmentObject` tags.

New tag processing makes sure the parameter is valid as pointed out by @tal5!

* Remove `null` check in `<ColorTag.mix[]>`
(commit: 16e64a5)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/ChunkTag.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/ColorTag.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/objects/AreaContainmentObject.java (diff)