Changes between Version 394 and Version 395 of WikiStart
- Timestamp:
- 04/06/21 16:56:20 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v394 v395 760 760 Notice, above is simplified code supporting, for fully working code check the [source:/exampleparties/randomparty/src/main/java/geniusweb/exampleparties/randomparty/RandomParty.java source code]. 761 761 762 === Party Parameters763 A party may receive parameters to adjust its behaviour.764 Some of these are party-specific, check e.g. the [#ExampleParties parameters of the example parties].765 Other parameters may be protocol specific. For these, check the section on [#ProtocolPartyParameters protocol specific party parameters].766 767 768 762 === Preparing the jar file 769 763 In order to put your party on the [https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebPartiesServer partiesserver] for running, you need a jar file of your party. … … 909 903 If you need to run a party written by soneome else, we recommend to run it on an isolated machine and possibly even without any network connection. That way you can entirely dispose the party and all its side effects after running, ensuring the integrity of your other machines. 910 904 905 == Party Parameters 906 A party may receive parameters to adjust its behaviour. 907 Some of these are party-specific, check e.g. the [#ExampleParties parameters of the example parties]. 908 Other parameters may be protocol specific. For these, check the section on [#ProtocolPartyParameters protocol specific party parameters]. 909 911 910 912 911 = Stand-alone Running =