| Mã BIN | Ngân hàng |
|---|---|
| 970415 | VietinBank |
| 970436 | Vietcombank |
| 970418 | BIDV |
| 970405 | Agribank |
| 970448 | OCB |
| 970422 | MBBank |
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
| /** | |
| * Display particles in a heart shape | |
| */ | |
| private fun displayHeartShape(player: Player, location: Location, config: ParticleConfig) { | |
| val size = config.size | |
| val particleType = getParticleType(config.type) | |
| val color = getColor(config.color) | |
| // Heart shape parametric equation | |
| for (t in 0 until 360 step 10) { |
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
| services: | |
| db: | |
| image: mariadb | |
| restart: always | |
| environment: | |
| MARIADB_ROOT_PASSWORD: "securerootpassword" | |
| MARIADB_USER: "kiwi" | |
| MARIADB_PASSWORD: "kiwi@123" | |
| MARIADB_DATABASE: "maria" | |
| ports: |
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
| # LiteBans messages.yml generated by version 2.9.5 | |
| # | |
| # The following variables can be used in most messages that involve a punishment: | |
| # | |
| # Punishment specific variables | |
| # $id - The ID of the punishment in the database. | |
| # $type - Type of punishment - ban, mute, warn, kick. | |
| # $reason - the reason for the punishment | |
| # $executor - the moderator's name, or their display name (/nick) if this is enabled in the configuration | |
| # $executorUUID - the moderator's UUID |