Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
defowler2005 authored Nov 7, 2023
1 parent 0a91417 commit 5dc049c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions scripts/buttonFormData/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
// Script example for ScriptAPI
// Author: defowler2005 <https://github.com/defowler2005>
// Project: https://github.com/JaylyDev/ScriptAPI

/**
* Minecraft Bedrock ScriptAPI Example
* @author defowler2005
* @version 1.0.0
* ---------------------------------------------------------------------------
* Add a buttonFormData to your world, Simple creation!
* ---------------------------------------------------------------------------
*/

import { Player } from '@minecraft/server';
import { ActionFormData } from '@minecraft/server-ui';

Expand Down

0 comments on commit 5dc049c

Please sign in to comment.