Matocolotoe / Skript-1.8

The Skript plugin made for Minecraft 1.8.x only. Releases will follow the original repository, except for some bug fixes. Please read the README before updating to Skript-1.8 !
https://discord.gg/yh3Z98m
GNU General Public License v3.0
47 stars 4 forks source link

Only half of bed placed #70

Closed LOUDO56 closed 1 year ago

LOUDO56 commented 1 year ago

Skript Version

[11:44:14 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases

[11:44:14 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/

[11:44:14 INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials

[11:44:14 INFO]: [Skript] Server Version: git-PaperSpigot-445 (MC: 1.8.8)

[11:44:14 INFO]: [Skript] Skript Version: 2.6.4-for-1.8

[11:44:14 INFO]: [Skript] Installed Skript Addons:

[11:44:14 INFO]: [Skript]  - Skent v3.2.2

[11:44:14 INFO]: [Skript]  - skript-gui v1.3 (https://github.com/APickledWalrus/skript-gui)

[11:44:14 INFO]: [Skript]  - skript-yaml v1.4.1

[11:44:14 INFO]: [Skript]  - skRayFall v1.9.10 (http://sk.rayfall.net/)

[11:44:14 INFO]: [Skript]  - SkQuery v4.1.6

[11:44:14 INFO]: [Skript]  - SkBee v1.10.3 (https://github.com/ShaneBeee/SkBee)

[11:44:14 INFO]: [Skript] Installed dependencies:

[11:44:14 INFO]: [Skript]  - WorldGuard v6.1.3-SNAPSHOT;c904242

Bug Description

When we use Skript to place a bed like 'set block at {_loc} to bed block', it only place the bottom of the bed, not the top.

Expected Behavior

To have the full bed block placed on a location

Steps to Reproduce

command /bed:
    trigger:
        set block at block above target block to bed

By typing this command in game, you will have the same problem

Errors or Screenshots

2023-04-28_22 01 41

Other

No response

Agreement

Matocolotoe commented 1 year ago

That's not a bug, you have to set the two bed blocks manually, and change their data value