@weppy/roblox-mcp 0.1.10 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +2 -2
- package/CHANGELOG.md +52 -10
- package/README.md +6 -0
- package/docs/en/installation/ai-apps/gemini-cli.md +24 -31
- package/docs/en/installation/roblox-plugin.md +10 -5
- package/docs/en/pro-upgrade.md +36 -30
- package/docs/en/tools/overview.md +255 -95
- package/docs/es/README.md +6 -0
- package/docs/es/installation/README.md +6 -5
- package/docs/es/installation/ai-apps/gemini-cli.md +51 -58
- package/docs/es/installation/roblox-plugin.md +29 -24
- package/docs/es/pro-upgrade.md +39 -33
- package/docs/es/tools/overview.md +4 -0
- package/docs/id/README.md +6 -0
- package/docs/id/installation/ai-apps/gemini-cli.md +42 -49
- package/docs/id/installation/roblox-plugin.md +28 -23
- package/docs/id/pro-upgrade.md +36 -30
- package/docs/id/tools/overview.md +4 -0
- package/docs/ja/README.md +6 -0
- package/docs/ja/installation/README.md +5 -5
- package/docs/ja/installation/ai-apps/gemini-cli.md +39 -46
- package/docs/ja/installation/roblox-plugin.md +32 -27
- package/docs/ja/pro-upgrade.md +38 -32
- package/docs/ja/tools/overview.md +4 -0
- package/docs/ko/README.md +6 -0
- package/docs/ko/installation/ai-apps/gemini-cli.md +24 -31
- package/docs/ko/installation/roblox-plugin.md +10 -5
- package/docs/ko/pro-upgrade.md +36 -30
- package/docs/ko/tools/overview.md +255 -95
- package/docs/pt-br/README.md +6 -0
- package/docs/pt-br/installation/ai-apps/gemini-cli.md +47 -54
- package/docs/pt-br/installation/roblox-plugin.md +28 -23
- package/docs/pt-br/pro-upgrade.md +39 -33
- package/docs/pt-br/tools/overview.md +4 -0
- package/package.json +4 -2
- package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +1 -1
- package/plugins/weppy-roblox-mcp/dist/index.js +70 -98
- package/plugins/weppy-roblox-mcp/skills/roblox-game-dev/SKILL.md +0 -155
- package/plugins/weppy-roblox-mcp/skills/roblox-game-dev/references/animations.json +0 -34
- package/plugins/weppy-roblox-mcp/skills/roblox-game-dev/references/mcp-tools.md +0 -220
- package/plugins/weppy-roblox-mcp/skills/roblox-sync/SKILL.md +0 -492
- package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/post-verify.sh +0 -162
- package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/pre-check.sh +0 -307
- package/plugins/weppy-roblox-mcp/skills/roblox-sync/scripts/update-metadata.sh +0 -27
package/docs/es/pro-upgrade.md
CHANGED
|
@@ -1,51 +1,57 @@
|
|
|
1
1
|
# Guia de Actualizacion a Pro
|
|
2
2
|
|
|
3
|
-
## Por
|
|
3
|
+
## ¿Por qué Pro?
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
### Sync bidireccional para flujos de desarrollo reales
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Pro Sync va más allá del simple export. Edita scripts localmente y súbelos a Studio. Haz cambios en Studio y tráelos de vuelta al disco. Pro mantiene ambos lados sincronizados.
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
- **Sync bidireccional** — Los cambios fluyen en ambas direcciones entre Studio y los archivos locales.
|
|
10
|
+
- **Direction por tipo** — Configura la dirección de forma independiente para Scripts, Values, Containers, Data y Services.
|
|
11
|
+
- **Apply Mode por tipo** — Elige Auto o Manual por tipo para equilibrar velocidad y control.
|
|
12
|
+
- **Full Sync / Resync** — Reconstruye el estado limpio del proyecto tras cambios grandes o reconexiones.
|
|
13
|
+
- **Historial de cambios** — Rastrea qué cambió, cuándo y en qué dirección antes de aplicar.
|
|
14
|
+
- **Sync multi-place** — Sincroniza hasta 3 Roblox Places a la vez, cada uno con almacenamiento aislado e historial de cambios propio.
|
|
10
15
|
|
|
11
|
-
|
|
12
|
-
|-----------|-----------|
|
|
13
|
-
| **Operaciones masivas** | Crea 100 arboles con un solo comando. Modifica todas las partes simultaneamente. |
|
|
14
|
-
| **Generacion de terreno** | Genera montanas, cuevas y paisajes de forma procedural. |
|
|
15
|
-
| **Gestion de assets** | Busca en Creator Store e inserta modelos directamente. |
|
|
16
|
-
| **Raycast** | Encuentra posiciones de spawn, detecta colisiones, analiza areas transitables. |
|
|
17
|
-
| **Control de entorno** | Configura iluminacion, atmosfera, cielo y hora del dia. |
|
|
18
|
-
| **Visualizacion** | Muestra areas, crea marcadores, resalta zonas. |
|
|
16
|
+
### Ahorra tokens de IA con flujos de alto impacto
|
|
19
17
|
|
|
20
|
-
|
|
18
|
+
Las acciones masivas y avanzadas reducen las llamadas repetitivas — haz más por cada prompt.
|
|
21
19
|
|
|
22
|
-
###
|
|
20
|
+
### Capacidades avanzadas más amplias
|
|
23
21
|
|
|
24
|
-
|
|
25
|
-
2. Descarga el plugin
|
|
22
|
+
Generación de terreno, búsqueda de assets, análisis espacial, animación, audio y automatización a escala de producción.
|
|
26
23
|
|
|
27
|
-
|
|
24
|
+
## Suscripcion y descarga
|
|
28
25
|
|
|
29
|
-
1
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
26
|
+
### Paso 1: Suscribirte en Gumroad
|
|
27
|
+
|
|
28
|
+
1. Ve a [Gumroad - Weppy Roblox Plugin](https://gumroad.com/l/faccjs?utm_source=github&utm_medium=repo&utm_campaign=pro_upgrade_md)
|
|
29
|
+
2. Completa la compra de licencia Pro por suscripcion
|
|
30
|
+
|
|
31
|
+
### Paso 2: Descargar desde GitHub Releases
|
|
32
|
+
|
|
33
|
+
1. Abre [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
|
|
34
|
+
2. Descarga `weppy-roblox-mcp-v{version}.zip`
|
|
35
|
+
3. Extrae y copia `roblox-plugin/WeppyRobloxMCP.rbxm` a tu carpeta de Plugins de Roblox
|
|
34
36
|
|
|
35
37
|
### Paso 3: Verificar
|
|
36
38
|
|
|
37
|
-
1. Abre
|
|
38
|
-
2.
|
|
39
|
-
3.
|
|
39
|
+
1. Abre W-MCP en Roblox Studio
|
|
40
|
+
2. Confirma que aparece la insignia Pro
|
|
41
|
+
3. Ejecuta una accion Pro (por ejemplo: `manage_sync` u operaciones masivas)
|
|
40
42
|
|
|
41
|
-
##
|
|
43
|
+
## Comparación de Funciones
|
|
42
44
|
|
|
43
|
-
|
|
|
45
|
+
| Función | Basic | Pro |
|
|
44
46
|
|---------|:-----:|:---:|
|
|
45
|
-
|
|
|
47
|
+
| Gestión de Script, Instance, Property | ✅ Acceso completo | ✅ Acceso completo |
|
|
46
48
|
| Selection, Tag, Camera, Log | ✅ Acceso completo | ✅ Acceso completo |
|
|
47
|
-
|
|
|
48
|
-
|
|
|
49
|
-
|
|
|
50
|
-
|
|
|
51
|
-
|
|
|
49
|
+
| Dirección de Sync | Studio → Local (una vía) | Bidireccional |
|
|
50
|
+
| Sync Direction por tipo | ❌ | ✅ Scripts / Values / Containers / Data / Services |
|
|
51
|
+
| Apply Mode por tipo | ❌ | ✅ Auto / Manual |
|
|
52
|
+
| Full Sync | ❌ | ✅ |
|
|
53
|
+
| Resync / Reconstruir estado | ❌ | ✅ |
|
|
54
|
+
| Historial de cambios | ❌ | ✅ |
|
|
55
|
+
| Sync multi-place | ❌ | ✅ Hasta 3 places con almacenamiento aislado |
|
|
56
|
+
| Cobertura avanzada de tools | Conjunto base | Conjunto avanzado más amplio |
|
|
57
|
+
| Eficiencia de tokens IA | Estándar | Mejor con acciones masivas / de alto impacto |
|
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Conecta la IA con Roblox Studio para automatizar diversas tareas. A continuacion se presenta lo que puedes hacer por categoria.
|
|
4
4
|
|
|
5
|
+
Politica de Sync:
|
|
6
|
+
- Basic: Studio -> Local (una via)
|
|
7
|
+
- Pro: Sync bidireccional + funcionalidades avanzadas mas amplias (mejor eficiencia de tokens IA con operaciones masivas)
|
|
8
|
+
|
|
5
9
|
---
|
|
6
10
|
|
|
7
11
|
## Basic (Gratis)
|
package/docs/id/README.md
CHANGED
|
@@ -53,6 +53,12 @@ Instalasi cuma dua langkah:
|
|
|
53
53
|
|
|
54
54
|
5 menit kelar. 👉 [Lihat panduan instalasi](installation/README.md)
|
|
55
55
|
|
|
56
|
+
## Mulai dengan Pro
|
|
57
|
+
|
|
58
|
+
Bangun tanpa batas. Sync dua arah, kemampuan kreasi lanjutan, dan efisiensi token AI — semua dalam satu upgrade.
|
|
59
|
+
|
|
60
|
+
👉 [Panduan Upgrade Pro](pro-upgrade.md)
|
|
61
|
+
|
|
56
62
|
## Link
|
|
57
63
|
|
|
58
64
|
- [GitHub](https://github.com/hope1026/roblox-mcp)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Pengaturan Gemini CLI
|
|
2
2
|
|
|
3
|
-
Cara menggunakan Roblox MCP
|
|
3
|
+
Cara menggunakan Roblox MCP dengan [Google Gemini CLI](https://github.com/google-gemini/gemini-cli).
|
|
4
4
|
|
|
5
5
|
## Prasyarat
|
|
6
6
|
|
|
@@ -9,16 +9,32 @@ Cara menggunakan Roblox MCP di [Google Gemini CLI](https://github.com/google-gem
|
|
|
9
9
|
node --version
|
|
10
10
|
```
|
|
11
11
|
|
|
12
|
-
2. **Gemini CLI**
|
|
12
|
+
2. **Gemini CLI** terinstal
|
|
13
13
|
```bash
|
|
14
14
|
npm install -g @google/gemini-cli
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
-
3. **Plugin Roblox Studio**
|
|
17
|
+
3. **Plugin Roblox Studio** terinstal
|
|
18
18
|
|
|
19
|
-
##
|
|
19
|
+
## Mendaftarkan Server MCP
|
|
20
20
|
|
|
21
|
-
### Metode 1:
|
|
21
|
+
### Metode 1: Perintah CLI (Disarankan)
|
|
22
|
+
|
|
23
|
+
Daftarkan dengan satu perintah di terminal Anda:
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
gemini mcp add weppy-roblox-mcp npx --trust -- -y @weppy/roblox-mcp
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
> Flag `--trust` melewati prompt konfirmasi untuk setiap pemanggilan tool.
|
|
30
|
+
|
|
31
|
+
Untuk mendaftar secara global, tambahkan `-s user`:
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
gemini mcp add weppy-roblox-mcp npx -s user --trust -- -y @weppy/roblox-mcp
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
### Metode 2: Edit File Konfigurasi
|
|
22
38
|
|
|
23
39
|
Tambahkan konten berikut ke file `.gemini/settings.json`:
|
|
24
40
|
|
|
@@ -34,15 +50,21 @@ Tambahkan konten berikut ke file `.gemini/settings.json`:
|
|
|
34
50
|
```
|
|
35
51
|
|
|
36
52
|
**Lokasi file konfigurasi:**
|
|
37
|
-
|
|
|
53
|
+
| Lingkup | Path |
|
|
38
54
|
|---------|------|
|
|
39
55
|
| Proyek | `<proyek>/.gemini/settings.json` |
|
|
40
56
|
| Global | `~/.gemini/settings.json` |
|
|
41
57
|
|
|
42
|
-
### Metode
|
|
58
|
+
### Metode 3: Menggunakan Variabel Lingkungan
|
|
59
|
+
|
|
60
|
+
Jika variabel lingkungan tertentu diperlukan:
|
|
43
61
|
|
|
44
|
-
|
|
62
|
+
**CLI:**
|
|
63
|
+
```bash
|
|
64
|
+
gemini mcp add weppy-roblox-mcp npx --trust -e MCP_PORT=3002 -- -y @weppy/roblox-mcp
|
|
65
|
+
```
|
|
45
66
|
|
|
67
|
+
**File konfigurasi:**
|
|
46
68
|
```json
|
|
47
69
|
{
|
|
48
70
|
"mcpServers": {
|
|
@@ -59,67 +81,38 @@ Jika diperlukan environment variable tertentu:
|
|
|
59
81
|
|
|
60
82
|
## Tes Koneksi
|
|
61
83
|
|
|
62
|
-
1.
|
|
63
|
-
2. Jalankan **Gemini CLI**
|
|
84
|
+
1. Buka **Roblox Studio** → tab Plugins → **W-MCP** → **Connect**
|
|
85
|
+
2. Jalankan **Gemini CLI** dan masukkan:
|
|
64
86
|
```
|
|
65
|
-
Beritahu apa yang sedang dipilih di Roblox Studio
|
|
87
|
+
Beritahu saya apa yang sedang dipilih di Roblox Studio
|
|
66
88
|
```
|
|
67
89
|
|
|
68
|
-
##
|
|
90
|
+
## Memeriksa Status Server MCP
|
|
69
91
|
|
|
70
|
-
Anda dapat memeriksa status server yang terhubung dengan perintah `/mcp` di
|
|
92
|
+
Anda dapat memeriksa status server yang terhubung dengan perintah `/mcp` di Gemini CLI:
|
|
71
93
|
|
|
72
94
|
```
|
|
73
95
|
/mcp
|
|
74
96
|
```
|
|
75
97
|
|
|
76
|
-
## Konfigurasi Lanjutan
|
|
77
|
-
|
|
78
|
-
### Filtering Tools
|
|
79
|
-
|
|
80
|
-
Anda dapat menggunakan atau mengecualikan tools tertentu:
|
|
81
|
-
|
|
82
|
-
```json
|
|
83
|
-
{
|
|
84
|
-
"mcpServers": {
|
|
85
|
-
"weppy-roblox-mcp": {
|
|
86
|
-
"command": "npx",
|
|
87
|
-
"args": ["-y", "@weppy/roblox-mcp"],
|
|
88
|
-
"excludeTools": ["execute_script"],
|
|
89
|
-
"includeTools": ["get_selection", "create_instance", "set_property"]
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
```
|
|
94
|
-
|
|
95
|
-
> `excludeTools` lebih diprioritaskan daripada `includeTools`.
|
|
96
|
-
|
|
97
|
-
### Mode Debug
|
|
98
|
-
|
|
99
|
-
Untuk debugging masalah koneksi:
|
|
100
|
-
|
|
101
|
-
```bash
|
|
102
|
-
gemini --debug
|
|
103
|
-
```
|
|
104
|
-
|
|
105
98
|
## Pemecahan Masalah
|
|
106
99
|
|
|
107
|
-
###
|
|
100
|
+
### Server tidak dapat dimulai
|
|
108
101
|
|
|
109
|
-
Jalankan MCP
|
|
102
|
+
Jalankan server MCP secara langsung untuk memeriksa kesalahan:
|
|
110
103
|
```bash
|
|
111
104
|
npx -y @weppy/roblox-mcp
|
|
112
105
|
```
|
|
113
106
|
|
|
114
107
|
### Koneksi gagal
|
|
115
108
|
|
|
116
|
-
-
|
|
117
|
-
-
|
|
109
|
+
- Verifikasi bahwa plugin Roblox Studio dalam status **Connected**
|
|
110
|
+
- Periksa apakah port 3002 diblokir oleh firewall
|
|
118
111
|
- Periksa status server dengan perintah `/mcp`
|
|
119
112
|
|
|
120
|
-
### Konflik
|
|
113
|
+
### Konflik tool
|
|
121
114
|
|
|
122
|
-
Jika
|
|
115
|
+
Jika beberapa server MCP memiliki tool dengan nama yang sama, mereka akan diberi awalan dengan format `serverAlias__toolName`.
|
|
123
116
|
|
|
124
117
|
## Referensi
|
|
125
118
|
|
|
@@ -4,23 +4,28 @@ Panduan instalasi plugin untuk menghubungkan AI agent di Roblox Studio.
|
|
|
4
4
|
|
|
5
5
|
## 1. Unduh Plugin
|
|
6
6
|
|
|
7
|
-
1.
|
|
8
|
-
2.
|
|
7
|
+
1. Buka [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
|
|
8
|
+
2. Unduh `weppy-roblox-mcp-v{version}.zip`
|
|
9
|
+
3. Ekstrak ZIP - Anda akan menemukan `roblox-plugin/WeppyRobloxMCP.rbxm` dan panduan instalasi
|
|
10
|
+
|
|
11
|
+
Catatan:
|
|
12
|
+
- Basic menggunakan paket plugin yang sama dengan kebijakan Basic (Studio -> Local satu arah)
|
|
13
|
+
- Setelah lisensi langganan Pro aktif, sync dua arah dan fitur lanjutan yang lebih luas akan terbuka
|
|
9
14
|
|
|
10
15
|
## 2. Instal Plugin
|
|
11
16
|
|
|
12
17
|
1. Jalankan **Roblox Studio**
|
|
13
|
-
2. Klik tab **Plugins**
|
|
14
|
-
3. Klik
|
|
18
|
+
2. Klik tab **Plugins**
|
|
19
|
+
3. Klik **Plugins Folder**
|
|
15
20
|
|
|
16
21
|

|
|
17
22
|
|
|
18
|
-
4. **Salin**
|
|
23
|
+
4. **Salin** `WeppyRobloxMCP.rbxm` ke folder Plugins
|
|
19
24
|
5. **Restart Roblox Studio**
|
|
20
25
|
|
|
21
26
|
## 3. Verifikasi Instalasi
|
|
22
27
|
|
|
23
|
-
Setelah restart, tombol **W-MCP**
|
|
28
|
+
Setelah restart, tombol **W-MCP** muncul di tab Plugins.
|
|
24
29
|
|
|
25
30
|

|
|
26
31
|
|
|
@@ -28,7 +33,7 @@ Setelah restart, tombol **W-MCP** akan muncul di tab Plugins.
|
|
|
28
33
|
|
|
29
34
|
### Persiapan
|
|
30
35
|
|
|
31
|
-
MCP server harus sudah terinstal. Selesaikan panduan
|
|
36
|
+
MCP server harus sudah terinstal. Selesaikan dulu panduan app AI yang Anda pakai:
|
|
32
37
|
|
|
33
38
|
| Aplikasi AI | Panduan Instalasi |
|
|
34
39
|
|-------------|-------------------|
|
|
@@ -42,38 +47,38 @@ MCP server harus sudah terinstal. Selesaikan panduan yang sesuai dengan aplikasi
|
|
|
42
47
|
### Menghubungkan
|
|
43
48
|
|
|
44
49
|
1. Buka proyek apa saja di **Roblox Studio**
|
|
45
|
-
2. Tab **Plugins**
|
|
46
|
-
3. Klik
|
|
47
|
-
4. Jika status **"Connected"**
|
|
50
|
+
2. Tab **Plugins** -> **W-MCP**
|
|
51
|
+
3. Klik **Connect**
|
|
52
|
+
4. Jika status **"Connected"** tampil, koneksi berhasil
|
|
48
53
|
|
|
49
54
|

|
|
50
55
|
|
|
51
56
|
## 5. Pengaturan (Opsional)
|
|
52
57
|
|
|
53
|
-
|
|
58
|
+
Gunakan tombol pengaturan di kanan atas plugin.
|
|
54
59
|
|
|
55
60
|

|
|
56
61
|
|
|
57
|
-
- **Auto Connect
|
|
58
|
-
- **Auto Reconnect
|
|
59
|
-
- **Auto Camera Focus
|
|
60
|
-
- **Language
|
|
62
|
+
- **Auto Connect**
|
|
63
|
+
- **Auto Reconnect**
|
|
64
|
+
- **Auto Camera Focus**
|
|
65
|
+
- **Language**
|
|
61
66
|
|
|
62
67
|
## Pemecahan Masalah
|
|
63
68
|
|
|
64
69
|
### Plugin tidak terlihat
|
|
65
70
|
|
|
66
|
-
-
|
|
67
|
-
- Pastikan file sudah disalin
|
|
68
|
-
- Pastikan
|
|
71
|
+
- Restart Roblox Studio sepenuhnya
|
|
72
|
+
- Pastikan file sudah disalin benar
|
|
73
|
+
- Pastikan `.rbxm` tidak rusak
|
|
69
74
|
|
|
70
75
|
### Tidak dapat terhubung
|
|
71
76
|
|
|
72
|
-
- Pastikan MCP server berjalan
|
|
73
|
-
- Klik
|
|
74
|
-
-
|
|
77
|
+
- Pastikan MCP server berjalan
|
|
78
|
+
- Klik **Connect** lagi
|
|
79
|
+
- Cek konflik port 3002
|
|
75
80
|
|
|
76
81
|
### Koneksi sering terputus
|
|
77
82
|
|
|
78
|
-
- Aktifkan
|
|
79
|
-
-
|
|
83
|
+
- Aktifkan **Auto Reconnect**
|
|
84
|
+
- Restart app AI
|
package/docs/id/pro-upgrade.md
CHANGED
|
@@ -2,50 +2,56 @@
|
|
|
2
2
|
|
|
3
3
|
## Mengapa Pro?
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
### Sync dua arah untuk alur kerja pengembangan nyata
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Pro Sync melampaui sekadar export satu arah. Edit script secara lokal dan kirim ke Studio. Buat perubahan di Studio dan tarik kembali ke disk. Pro menjaga keduanya tetap sinkron.
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
- **Sync dua arah** — Perubahan mengalir dua arah antara Studio dan file lokal.
|
|
10
|
+
- **Direction per tipe** — Atur arah secara independen untuk Scripts, Values, Containers, Data, dan Services.
|
|
11
|
+
- **Apply Mode per tipe** — Pilih Auto atau Manual per tipe untuk menyeimbangkan kecepatan dan kontrol.
|
|
12
|
+
- **Full Sync / Resync** — Bangun ulang state proyek yang bersih setelah perubahan besar atau reconnect.
|
|
13
|
+
- **Riwayat Perubahan** — Lacak apa yang berubah, kapan, dan ke arah mana sebelum menerapkan.
|
|
14
|
+
- **Sync multi-place** — Sync hingga 3 Roblox Place sekaligus, masing-masing dengan penyimpanan terisolasi dan riwayat perubahan sendiri.
|
|
10
15
|
|
|
11
|
-
|
|
12
|
-
|----------|--------|
|
|
13
|
-
| **Operasi Massal** | Buat 100 pohon dengan satu perintah. Ubah semua part secara bersamaan. |
|
|
14
|
-
| **Pembuatan Terrain** | Hasilkan gunung, gua, dan lanskap secara prosedural. |
|
|
15
|
-
| **Manajemen Asset** | Cari di Creator Store lalu sisipkan model langsung. |
|
|
16
|
-
| **Raycast** | Temukan posisi spawn, deteksi tabrakan, analisis area yang dapat dilalui. |
|
|
17
|
-
| **Kontrol Environment** | Atur pencahayaan, atmosfer, langit, dan waktu hari. |
|
|
18
|
-
| **Visualisasi** | Tampilkan area, buat marker, sorot zona. |
|
|
16
|
+
### Hemat token AI dengan workflow berdampak tinggi
|
|
19
17
|
|
|
20
|
-
|
|
18
|
+
Aksi massal dan lanjutan mengurangi panggilan berulang — lakukan lebih banyak per prompt.
|
|
21
19
|
|
|
22
|
-
###
|
|
20
|
+
### Kemampuan lanjutan yang lebih luas
|
|
23
21
|
|
|
24
|
-
|
|
25
|
-
2. Unduh plugin
|
|
22
|
+
Pembuatan terrain, pencarian aset, analisis spasial, animasi, audio, dan otomasi skala produksi.
|
|
26
23
|
|
|
27
|
-
|
|
24
|
+
## Langganan dan unduhan
|
|
28
25
|
|
|
29
|
-
1
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
26
|
+
### Langkah 1: Berlangganan di Gumroad
|
|
27
|
+
|
|
28
|
+
1. Buka [Gumroad - Weppy Roblox Plugin](https://gumroad.com/l/faccjs?utm_source=github&utm_medium=repo&utm_campaign=pro_upgrade_md)
|
|
29
|
+
2. Selesaikan pembelian lisensi langganan Pro
|
|
30
|
+
|
|
31
|
+
### Langkah 2: Unduh dari GitHub Releases
|
|
32
|
+
|
|
33
|
+
1. Buka [GitHub Releases](https://github.com/hope1026/roblox-mcp/releases/latest)
|
|
34
|
+
2. Unduh `weppy-roblox-mcp-v{version}.zip`
|
|
35
|
+
3. Ekstrak lalu salin `roblox-plugin/WeppyRobloxMCP.rbxm` ke folder Plugins Roblox
|
|
34
36
|
|
|
35
37
|
### Langkah 3: Verifikasi
|
|
36
38
|
|
|
37
|
-
1. Buka
|
|
38
|
-
2.
|
|
39
|
-
3.
|
|
39
|
+
1. Buka W-MCP di Roblox Studio
|
|
40
|
+
2. Pastikan badge Pro terlihat
|
|
41
|
+
3. Jalankan aksi Pro (misalnya: `manage_sync` atau operasi massal)
|
|
40
42
|
|
|
41
43
|
## Perbandingan Fitur
|
|
42
44
|
|
|
43
45
|
| Fitur | Basic | Pro |
|
|
44
46
|
|-------|:-----:|:---:|
|
|
45
|
-
|
|
|
47
|
+
| Manajemen Script, Instance, Property | ✅ Akses penuh | ✅ Akses penuh |
|
|
46
48
|
| Selection, Tag, Camera, Log | ✅ Akses penuh | ✅ Akses penuh |
|
|
47
|
-
|
|
|
48
|
-
|
|
|
49
|
-
|
|
|
50
|
-
|
|
|
51
|
-
|
|
|
49
|
+
| Arah Sync | Studio → Local (satu arah) | Dua arah |
|
|
50
|
+
| Sync Direction per tipe | ❌ | ✅ Scripts / Values / Containers / Data / Services |
|
|
51
|
+
| Apply Mode per tipe | ❌ | ✅ Auto / Manual |
|
|
52
|
+
| Full Sync | ❌ | ✅ |
|
|
53
|
+
| Resync / Bangun ulang state | ❌ | ✅ |
|
|
54
|
+
| Riwayat Perubahan | ❌ | ✅ |
|
|
55
|
+
| Sync multi-place | ❌ | ✅ Hingga 3 place dengan penyimpanan terisolasi |
|
|
56
|
+
| Cakupan tools lanjutan | Set dasar | Set lanjutan lebih luas |
|
|
57
|
+
| Efisiensi token AI | Standar | Lebih efisien dengan aksi massal / berdampak tinggi |
|
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Hubungkan AI dengan Roblox Studio dan otomatiskan berbagai pekerjaan. Berikut adalah hal-hal yang bisa kamu lakukan berdasarkan kategori.
|
|
4
4
|
|
|
5
|
+
Kebijakan Sync:
|
|
6
|
+
- Basic: Studio -> Local (satu arah)
|
|
7
|
+
- Pro: Sync dua arah + cakupan fitur lanjutan lebih luas (efisiensi token AI lebih baik lewat operasi massal)
|
|
8
|
+
|
|
5
9
|
---
|
|
6
10
|
|
|
7
11
|
## Basic (Gratis)
|
package/docs/ja/README.md
CHANGED
|
@@ -53,6 +53,12 @@ Creator Storeから無料モデルとアセットを検索して、すぐにゲ
|
|
|
53
53
|
|
|
54
54
|
5分で終わります。👉 [インストールガイド](installation/README.md)
|
|
55
55
|
|
|
56
|
+
## Proで始めよう
|
|
57
|
+
|
|
58
|
+
制限なく制作しましょう。双方向Sync、高度な制作機能、AIトークン効率 — 一度のアップグレードで全てを手に入れる。
|
|
59
|
+
|
|
60
|
+
👉 [Proアップグレードガイド](pro-upgrade.md)
|
|
61
|
+
|
|
56
62
|
## リンク
|
|
57
63
|
|
|
58
64
|
- [GitHub](https://github.com/hope1026/roblox-mcp)
|
|
@@ -29,11 +29,11 @@ GitHubからプラグインファイルをダウンロードして、Roblox Stud
|
|
|
29
29
|
| AIアプリ | 設定方法 |
|
|
30
30
|
|---------|---------|
|
|
31
31
|
| Claude Code | [設定手順](ai-apps/claude-code.md) |
|
|
32
|
-
|
|
|
33
|
-
|
|
|
34
|
-
|
|
|
35
|
-
|
|
|
36
|
-
|
|
|
32
|
+
| Claude Desktop | [設定手順](ai-apps/claude-app.md) |
|
|
33
|
+
| Codex CLI | [設定手順](ai-apps/codex-cli.md) |
|
|
34
|
+
| Codex Desktop | [設定手順](ai-apps/codex-app.md) |
|
|
35
|
+
| Gemini CLI | [設定手順](ai-apps/gemini-cli.md) |
|
|
36
|
+
| Antigravity | [設定手順](ai-apps/antigravity.md) |
|
|
37
37
|
|
|
38
38
|
> 上記のリストにないAIアプリでも、MCPをサポートしていれば使用できます。MCPサーバーコマンド: `npx -y @weppy/roblox-mcp`
|
|
39
39
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Gemini CLI
|
|
1
|
+
# Gemini CLI セットアップ
|
|
2
2
|
|
|
3
3
|
[Google Gemini CLI](https://github.com/google-gemini/gemini-cli)でRoblox MCPを使用する方法です。
|
|
4
4
|
|
|
@@ -9,18 +9,34 @@
|
|
|
9
9
|
node --version
|
|
10
10
|
```
|
|
11
11
|
|
|
12
|
-
2. **Gemini CLI**
|
|
12
|
+
2. **Gemini CLI** インストール済み
|
|
13
13
|
```bash
|
|
14
14
|
npm install -g @google/gemini-cli
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
-
3. **Roblox Studioプラグイン**
|
|
17
|
+
3. **Roblox Studioプラグイン** インストール完了
|
|
18
18
|
|
|
19
19
|
## MCPサーバーの登録
|
|
20
20
|
|
|
21
|
-
### 方法1:
|
|
21
|
+
### 方法1: CLIコマンド(推奨)
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
ターミナルで1行で登録できます:
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
gemini mcp add weppy-roblox-mcp npx --trust -- -y @weppy/roblox-mcp
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
> `--trust`フラグは、ツール呼び出し時の確認プロンプトをスキップします。
|
|
30
|
+
|
|
31
|
+
グローバル設定として登録するには、`-s user`を追加してください:
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
gemini mcp add weppy-roblox-mcp npx -s user --trust -- -y @weppy/roblox-mcp
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
### 方法2: 設定ファイルの編集
|
|
38
|
+
|
|
39
|
+
`.gemini/settings.json`ファイルに以下の内容を追加してください:
|
|
24
40
|
|
|
25
41
|
```json
|
|
26
42
|
{
|
|
@@ -34,15 +50,21 @@
|
|
|
34
50
|
```
|
|
35
51
|
|
|
36
52
|
**設定ファイルの場所:**
|
|
37
|
-
|
|
|
38
|
-
|
|
53
|
+
| スコープ | パス |
|
|
54
|
+
|----------|------|
|
|
39
55
|
| プロジェクト | `<プロジェクト>/.gemini/settings.json` |
|
|
40
56
|
| グローバル | `~/.gemini/settings.json` |
|
|
41
57
|
|
|
42
|
-
### 方法
|
|
58
|
+
### 方法3: 環境変数の使用
|
|
59
|
+
|
|
60
|
+
特定の環境変数が必要な場合:
|
|
43
61
|
|
|
44
|
-
|
|
62
|
+
**CLI:**
|
|
63
|
+
```bash
|
|
64
|
+
gemini mcp add weppy-roblox-mcp npx --trust -e MCP_PORT=3002 -- -y @weppy/roblox-mcp
|
|
65
|
+
```
|
|
45
66
|
|
|
67
|
+
**設定ファイル:**
|
|
46
68
|
```json
|
|
47
69
|
{
|
|
48
70
|
"mcpServers": {
|
|
@@ -59,67 +81,38 @@
|
|
|
59
81
|
|
|
60
82
|
## 接続テスト
|
|
61
83
|
|
|
62
|
-
1. **Roblox Studio
|
|
63
|
-
2. **Gemini CLI
|
|
84
|
+
1. **Roblox Studio**を起動 → Pluginsタブ → **W-MCP** → **Connect**
|
|
85
|
+
2. **Gemini CLI**を実行して次のように入力:
|
|
64
86
|
```
|
|
65
87
|
Roblox Studioで現在選択されているものを教えて
|
|
66
88
|
```
|
|
67
89
|
|
|
68
|
-
## MCP
|
|
90
|
+
## MCPサーバーの状態確認
|
|
69
91
|
|
|
70
|
-
Gemini CLI
|
|
92
|
+
Gemini CLI内で`/mcp`コマンドを使用して、接続されたサーバーの状態を確認できます:
|
|
71
93
|
|
|
72
94
|
```
|
|
73
95
|
/mcp
|
|
74
96
|
```
|
|
75
97
|
|
|
76
|
-
## 詳細設定
|
|
77
|
-
|
|
78
|
-
### ツールのフィルタリング
|
|
79
|
-
|
|
80
|
-
特定のツールのみを使用したり、除外したりできます:
|
|
81
|
-
|
|
82
|
-
```json
|
|
83
|
-
{
|
|
84
|
-
"mcpServers": {
|
|
85
|
-
"weppy-roblox-mcp": {
|
|
86
|
-
"command": "npx",
|
|
87
|
-
"args": ["-y", "@weppy/roblox-mcp"],
|
|
88
|
-
"excludeTools": ["execute_script"],
|
|
89
|
-
"includeTools": ["get_selection", "create_instance", "set_property"]
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
```
|
|
94
|
-
|
|
95
|
-
> `excludeTools` は `includeTools` より優先されます。
|
|
96
|
-
|
|
97
|
-
### デバッグモード
|
|
98
|
-
|
|
99
|
-
接続の問題をデバッグするには:
|
|
100
|
-
|
|
101
|
-
```bash
|
|
102
|
-
gemini --debug
|
|
103
|
-
```
|
|
104
|
-
|
|
105
98
|
## トラブルシューティング
|
|
106
99
|
|
|
107
100
|
### サーバーが起動しない場合
|
|
108
101
|
|
|
109
|
-
MCP
|
|
102
|
+
MCPサーバーを直接実行してエラーを確認してください:
|
|
110
103
|
```bash
|
|
111
104
|
npx -y @weppy/roblox-mcp
|
|
112
105
|
```
|
|
113
106
|
|
|
114
107
|
### 接続失敗
|
|
115
108
|
|
|
116
|
-
- Roblox Studio
|
|
109
|
+
- Roblox Studioプラグインが**Connected**状態であることを確認
|
|
117
110
|
- ポート3002がファイアウォールでブロックされていないか確認
|
|
118
|
-
- `/mcp
|
|
111
|
+
- `/mcp`コマンドでサーバーの状態を確認
|
|
119
112
|
|
|
120
113
|
### ツールの競合
|
|
121
114
|
|
|
122
|
-
複数のMCP
|
|
115
|
+
複数のMCPサーバーに同じ名前のツールがある場合、`serverAlias__toolName`形式でプレフィックスが付けられます。
|
|
123
116
|
|
|
124
117
|
## 参考資料
|
|
125
118
|
|