File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "template" : " small " ,
2+ "template" : " w2_r0500_e5 " ,
33 "world" : {
4- "chunkEdgeLengthMeters " : 50 ,
4+ "chunk_edge_length_meters " : 50 ,
55 "snapshots" : {
6- "snapshotWritePeriodSeconds " : 0
6+ "snapshot_write_period_seconds " : 0
77 },
88 "dimensions" : {
9- "xMeters " : 1500 ,
10- "zMeters " : 1500
9+ "x_meters " : 1500 ,
10+ "z_meters " : 1500
1111 }
1212 },
13+ "load_balancing" : {
14+ "layer_configurations" : [
15+ {
16+ "layer" : " physics" ,
17+ "rectangle_grid" : {
18+ "cols" : 1 ,
19+ "rows" : 1
20+ }
21+ }
22+ ]
23+ },
1324 "workers" : [
1425 {
1526 "worker_type" : " physics" ,
16- "load_balancing" : {
17- "auto_hex_grid" : {
18- "num_workers" : 1
19- }
20- },
21- "permissions" : [
22- {
23- "all" : {}
27+ "permissions" : [{
28+ "entity_creation" : {
29+ "allow" : true
30+ },
31+ "entity_deletion" : {
32+ "allow" : true
33+ },
34+ "entity_query" : {
35+ "allow" : true ,
36+ "components" : [" *" ]
2437 }
25- ]
38+ } ]
2639 },
2740 {
2841 "worker_type" : " client_direct" ,
29- "permissions" : [
30- {
31- "all" : {}
42+ "permissions" : [{
43+ "entity_creation" : {
44+ "allow" : false
45+ },
46+ "entity_deletion" : {
47+ "allow" : false
48+ },
49+ "entity_query" : {
50+ "allow" : true ,
51+ "components" : [" *" ]
3252 }
33- ]
53+ } ]
3454 },
3555 {
3656 "worker_type" : " client_vtable" ,
37- "permissions" : [
38- {
39- "all" : {}
57+ "permissions" : [{
58+ "entity_creation" : {
59+ "allow" : false
60+ },
61+ "entity_deletion" : {
62+ "allow" : false
63+ },
64+ "entity_query" : {
65+ "allow" : true ,
66+ "components" : [" *" ]
4067 }
41- ]
68+ } ]
4269 }
4370 ]
4471}
You can’t perform that action at this time.
0 commit comments